@font-face {
  font-family: Robotocondensed lk;
  src: url('../fonts/robotocondensed-bold_lk.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotocondensed lk;
  src: url('../fonts/robotocondensed-italic_lk.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotocondensed lk;
  src: url('../fonts/robotocondensed-regular_lk.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotocondensed lk;
  src: url('../fonts/robotocondensed-light_lk.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotocondensed lk;
  src: url('../fonts/robotocondensed-lightitalic_lk.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotocondensed lk;
  src: url('../fonts/robotocondensed-bolditalic_lk.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --rot: #a32120;
  --white: white;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

a {
  color: var(--rot);
  text-decoration: underline;
}

.hero {
  background-image: url('../images/marta-filipczyk-4klntb58wom-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container {
  height: auto;
}

.container.topmargin {
  margin-top: 20px;
}

.grid {
  grid-template-rows: auto;
}

.heading {
  text-align: center;
}

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

.section {
  white-space: normal;
  background-image: url('../images/bg-food.jpg');
  background-position: 50%;
  background-size: cover;
  height: 600px;
  padding: 0 20px 60px;
}

.div-block {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 70%;
  margin-top: 0;
  margin-left: 4px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% -10%;
}

.div-block-2 {
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #242424a6;
  border-bottom: 1px solid #fff;
  margin: 0 auto -2px;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 65px 20px 0;
  font-family: Roboto Condensed;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.nav-link.w--current {
  color: var(--rot);
}

.nav-link.delivery, .nav-link.ueber-uns {
  display: none;
}

.container-3 {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu {
  justify-content: center;
  display: flex;
}

.image {
  float: none;
  width: auto;
  min-width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.brand {
  position: relative;
}

.grid-3 {
  grid-template-rows: auto;
  height: 50vh;
}

.div-block-3 {
  border: 1px solid var(--white);
  height: 80%;
  max-height: none;
  margin: 40px;
  position: relative;
  top: -134px;
}

.div-block-4 {
  z-index: 10;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.hero_start {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/hero_start.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 40px;
  display: block;
}

.hero-container {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-5 {
  display: flex;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  height: 750px;
  padding-top: 123px;
  display: flex;
}

.hero-wrapper.speisekarte {
  height: 750px;
}

.hero-wrapper.jobs {
  background-color: #ffffffe8;
  height: auto;
  padding: 0;
  display: block;
  position: relative;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: Robotocondensed lk, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 65px;
}

.h1.center {
  text-align: center;
  font-family: Robotocondensed lk, sans-serif;
  font-size: 66px;
  line-height: 75px;
}

.h1.red.jobs {
  color: var(--rot);
  padding: 0;
  font-size: 39px;
  font-weight: 400;
  line-height: 49px;
}

.h1.black {
  color: #000;
}

.h1.black.center.margin50 {
  margin-bottom: 50px;
}

.div-block-6 {
  border-top: 2px solid #fff;
}

.line {
  text-align: left;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: block;
}

.line-hero {
  border-bottom: 2px solid #fff;
  width: 50%;
  max-width: 50%;
}

.grid-4 {
  grid-template-rows: auto;
}

.div-block-8 {
  justify-content: space-between;
  display: flex;
}

.h2 {
  color: #fff;
  text-transform: uppercase;
  padding-right: 0;
  font-family: Robotocondensed lk, sans-serif;
  font-weight: 300;
}

.h2.speisekarte {
  margin-right: 20px;
  padding-right: 0;
  font-family: Robotocondensed lk, sans-serif;
}

.h2.reservieren {
  margin-left: 20px;
  text-decoration: none;
}

.h2.center {
  text-align: center;
  font-family: Robotocondensed lk, sans-serif;
}

.h2.center.black {
  color: #000;
}

.h2.center.small {
  font-size: 32px;
  line-height: 32px;
}

.h2.black {
  color: #000;
}

.h2.black.top20 {
  margin-top: 40px;
}

.h2.black.center {
  font-family: Robotocondensed lk, sans-serif;
}

.h2.black.center.big {
  color: #292929;
}

.h2.big {
  margin-bottom: 20px;
  font-size: 50px;
}

.h2.big.right {
  text-align: right;
}

.h2.item {
  margin-bottom: 0;
}

.link-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.link-wrapper.abtf {
  display: block;
}

.div-block-9 {
  z-index: 100;
  object-fit: fill;
  flex-direction: column;
  display: none;
  position: fixed;
  inset: 37% auto 0% 0%;
}

.social-link {
  margin-top: 2px;
}

.link-block {
  text-decoration: none;
}

.link-block.ueber-uns {
  margin-top: 30px;
}

.link-block-2 {
  text-decoration: none;
}

.div-block-10 {
  background-color: var(--rot);
}

.h3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Robotocondensed lk, sans-serif;
  font-weight: 300;
}

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

.h3.black {
  color: #000;
}

.h3.black.center {
  text-align: center;
  font-family: Robotocondensed lk, sans-serif;
}

.link-block-3 {
  color: #fff;
  border: 0 solid #fff;
  border-bottom-width: 1px;
  text-decoration: none;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
}

.div-block-11 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/food_grid_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11.center {
  background-image: linear-gradient(#00000080, #00000080), url('../images/food_grid_2.jpg');
  background-position: 0 0, 100%;
  height: auto;
}

.div-block-11.right {
  background-image: linear-gradient(#00000080, #00000080), url('../images/food_grid_3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

._3-grid-section {
  height: 600px;
}

.text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrapper.aktuelles {
  margin-top: 83px;
  padding: 20px 40px;
}

.link-block-4 {
  border-bottom: 1px solid var(--white);
  text-decoration: none;
}

.h4 {
  color: #fff;
  text-transform: uppercase;
  font-family: Robotocondensed lk, sans-serif;
  font-weight: 300;
}

.h4.black {
  color: #000;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  height: auto;
}

.section-4 {
  height: 60vh;
}

.div-block-12 {
  background-color: var(--rot);
  padding: 30px;
}

.div-block-13 {
  border: 1px solid var(--white);
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.div-block-14 {
  flex-direction: row;
  justify-content: center;
  width: 50%;
  margin-top: -45px;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
}

.div-block-14.left {
  margin-top: -30px;
  left: 0;
  right: auto;
}

.div-block-15 {
  background-image: url('../images/image_noodles.jpg');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
}

.link-block-5 {
  padding-top: 65px;
  text-decoration: none;
}

.paragraph {
  color: var(--white);
  margin-top: 10px;
  font-family: Robotocondensed lk, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph.black {
  color: #000;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.paragraph.black.center {
  text-align: center;
  font-family: Robotocondensed lk, sans-serif;
}

.paragraph.black.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

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

.paragraph.preis {
  font-family: Roboto Condensed;
  font-weight: 400;
}

.paragraph.center {
  text-align: center;
}

.paragraph.center.small {
  font-size: 17px;
  line-height: 27px;
}

.section-5 {
  background-image: linear-gradient(#0000007d, #0000007d), url('../images/bg-shi.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 60vh;
  min-height: 60vh;
  padding: 40px;
}

.white-border {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100%;
  display: flex;
}

.big-heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto Condensed;
  font-size: 60px;
  font-weight: 300;
  line-height: 75px;
  text-decoration: none;
}

.big-heading.center {
  text-align: center;
  font-family: Robotocondensed lk, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.div-block-17 {
  border-bottom: 1px solid var(--white);
  width: 20%;
  margin-top: 24px;
}

.div-block-18 {
  justify-content: center;
  width: 50%;
  margin-top: -45px;
  display: flex;
  position: absolute;
  left: 50%;
  right: 0;
}

.section-6 {
  background-color: #000;
  padding: 60px 20px;
}

.footer-wrapper {
  max-width: none;
}

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

.h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Robotocondensed lk, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.footer-link {
  color: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Robotocondensed lk, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.div-block-20 {
  flex-direction: column;
  display: flex;
}

.social-media-flexbox {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.lb-insta {
  margin-right: 20px;
}

.div-block-21 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-22 {
  border-bottom: 1px solid var(--white);
  width: 50%;
  max-width: 50%;
  margin-top: 13px;
}

.div-block-23 {
  height: 100%;
}

.div-block-24 {
  width: 50%;
  max-width: 50%;
}

.div-wrapper {
  flex-direction: row-reverse;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.div-wrapper.left {
  flex-direction: row;
}

._2col-div-left {
  background-color: var(--rot);
  width: 50%;
  height: 100%;
  padding: 40px;
}

._2col-div-right {
  background-color: #d32b2b;
  background-image: url('../images/sub2_start.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

._2col-div-right._2 {
  background-image: url('../images/sub1_start.jpg');
  background-position: 50%;
}

._2col-div-right._2.vers3 {
  background-image: url('../images/sub1_reservierung.jpg');
}

._2col-div-right.vers2 {
  background-image: url('../images/sub1_delivery.jpg');
}

.div-square {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.div-absolut {
  justify-content: center;
  width: 50%;
  margin-top: -40px;
  display: flex;
  position: absolute;
  left: 0;
  right: auto;
}

.div-absolut.right {
  left: auto;
  right: 0;
}

.line_small {
  border-bottom: 2px solid var(--white);
  max-width: 50%;
}

.div-block-25 {
  border-bottom: 1px solid #fff;
  width: 30%;
  max-width: 30%;
  margin-top: 22px;
}

.navbar-2 {
  display: none;
}

.section-7 {
  height: 90vh;
}

.hero-uberuns {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/shawn-ang-nmpw_wwwvsc-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 750px;
  padding-top: 0;
}

._3colwrapper {
  max-width: 1248px;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section-8 {
  height: auto;
  padding: 0 20px 100px;
}

._3col-absoult {
  justify-content: center;
  width: 100%;
  margin-top: -60px;
  display: flex;
  position: absolute;
}

.div-logo {
  justify-content: center;
  display: flex;
}

.grid-8 {
  grid-column-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 34px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  height: auto;
  min-height: 700px;
}

.div-block-26 {
  background-image: linear-gradient(#000000b8, #000000b8);
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 40px;
  display: flex;
}

.div-block-26.right {
  flex-direction: column;
  justify-content: center;
  height: auto;
  min-height: auto;
  display: flex;
}

.section-9 {
  background-image: url('../images/wesual-click-hcdx1zvqj6y-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.section-9._2 {
  background-image: url('../images/kenny-luo-o4obw1obq8w-unsplash-2.jpg');
  background-position: 50% 0;
  min-height: 700px;
}

.section-10 {
  background-image: linear-gradient(#00000069, #00000069), url('../images/abstract-blur-defocused-restaurant-coffee-shop-cafe-interior.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 100px 20px;
}

.grid-10 {
  grid-column-gap: 54px;
  grid-template-rows: auto;
}

.slider {
  height: 500px;
}

.right-arrow {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.icon-2 {
  margin-top: 421px;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.icon-3 {
  margin-top: 421px;
}

.div-block-28 {
  margin-left: auto;
  margin-right: auto;
}

.slider-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

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

.div-block-29 {
  max-width: 1248px;
}

.container-6 {
  margin-top: 60px;
}

.div-block-30 {
  background-color: var(--rot);
  height: 20px;
}

.section-11 {
  height: auto;
  margin-top: 0;
}

.grid-11 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.grid-12 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  height: auto;
}

.div-block-31 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  display: flex;
}

.link {
  color: #fff;
  font-family: Roboto Condensed;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.slide-2, .slide-3, .slide-4 {
  width: 33%;
}

.slide-nav-2 {
  display: none;
}

.slider-2 {
  height: 600px;
}

.right-arrow-2 {
  z-index: 20;
  margin-top: 400px;
  margin-left: -134px;
  margin-right: 400px;
}

.left-arrow {
  margin-top: 400px;
  margin-left: 400px;
}

.mask-2 {
  width: 33.3333%;
  overflow: visible;
}

.div-block-33 {
  height: 100%;
}

.slider-4 {
  height: 700px;
}

.navbar-3 {
  position: sticky;
}

.div-block-34 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-12 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hero_speisekarte.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 750px;
}

.link-block-6 {
  color: #fff0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-35 {
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  display: block;
}

.div-block-36 {
  border-bottom: 1px solid #fff;
  width: 50%;
  max-width: 40%;
}

.grid-13 {
  grid-column-gap: 83px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.section-13 {
  background-image: url('../images/black_background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-37 {
  color: var(--rot);
  max-width: 70%;
  height: 20px;
  display: flex;
}

.balken-rot {
  background-color: var(--rot);
  width: 70%;
  max-width: 70%;
  height: 20px;
}

.div-block-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.speisekarte-container {
  margin-top: 60px;
  margin-bottom: 60px;
  display: none;
}

.grid-14 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  padding-bottom: 40px;
}

.warpper-food {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 10px;
  display: flex;
}

.warpper-food:hover {
  background-color: var(--rot);
}

.div-block-39 {
  border-bottom: 1px solid var(--white);
  width: 50%;
  max-width: 50%;
}

.link-2 {
  margin-top: 20px;
}

.link-2.center {
  color: #fff;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.section-14 {
  background-color: #b21717;
  margin-top: -57px;
  padding: 100px;
}

.body {
  margin-bottom: 0;
}

.div-block-40 {
  background-color: var(--rot);
  width: 60%;
  max-width: 60%;
  height: 70%;
  max-height: 70%;
  padding: 40px;
  position: relative;
}

.section-15 {
  background-image: url('../images/food.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 800px;
  padding: 20px;
  display: flex;
}

.div-block-41 {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  top: -20px;
  left: 0;
}

.div-block-42 {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.div-block-43 {
  position: absolute;
}

.div-block-44 {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.section-16 {
  background-image: url('../images/reservierung.jpg');
  background-position: 50%;
  background-size: cover;
  height: 800px;
  max-height: none;
}

.section-16.delivery {
  background-image: url('../images/ivan-stern-lolsb7m6xku-unsplash.jpg');
}

.grid-15 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  height: 800px;
}

.right-wrapper {
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 128px 20px 20px;
  display: flex;
}

.kontakt-section {
  padding: 0 20px 100px;
}

.div-block-46 {
  justify-content: center;
  display: flex;
}

.kontakt-grid {
  grid-template-rows: auto;
  margin-top: 60px;
}

.kontakt-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.content-wrapper-reservieren {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.section-18 {
  height: 750px;
}

.section-19 {
  padding: 60px 20px;
}

.div-block-50 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}

.grid-17 {
  grid-template-rows: auto;
}

.div-block-51 {
  padding: 20px;
}

.link-block-7 {
  border-bottom: 1px solid #383838;
  text-decoration: none;
}

.div-block-52 {
  width: 100%;
  height: 100%;
}

.slider-5 {
  height: 700px;
}

.mask-3 {
  width: 33.3333%;
  overflow: visible;
}

.card {
  height: 100%;
}

.card._1 {
  background-image: url('../images/food.jpg');
  background-position: 100%;
  background-size: auto;
}

.card._2 {
  background-color: #585050;
  background-image: url('../images/karriere.jpg');
  background-position: 50%;
  background-size: cover;
}

.card._3 {
  background-color: #6b2828;
  background-image: url('../images/unbenannt-2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.card._4 {
  background-color: #e41f1f;
  background-image: url('../images/presse.jpg');
  background-position: 50%;
  background-size: cover;
}

.card._5 {
  background-color: #8d0a0a;
  background-image: url('../images/unbenannt-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.card._6 {
  background-color: #518a68;
  background-image: url('../images/daniel-pelaez-duque-x4kzi9wbzua-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.card._7 {
  color: #ad3ab1;
  background-color: #54208b;
  background-image: url('../images/food_grid_2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
}

.div-block-53 {
  float: none;
  clear: none;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.slide-nav-3 {
  align-items: flex-start;
  display: block;
}

.right-arrow-3 {
  margin-top: 450px;
  margin-left: 0;
  margin-right: 400px;
}

.left-arrow-3 {
  margin-top: 450px;
  margin-left: 400px;
}

.section-20 {
  overflow: hidden;
}

.div-block-54 {
  z-index: 20;
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.section-21 {
  background-image: url('../images/hintergrund_jobs.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  padding-top: 220px;
  padding-bottom: 220px;
}

.container-9 {
  height: 750px;
}

.div-block-55 {
  background-color: var(--rot);
  height: 12px;
}

.logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.content-wrapper {
  margin-top: 100px;
  padding: 20px 30px 60px;
}

.div-block-56 {
  border-top: 1px solid #000;
  width: 100%;
  height: 2px;
}

.line-jobs {
  border-top: 1px solid #000000a3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-18 {
  grid-template-rows: auto;
  margin-top: 0;
}

.grid-19 {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button {
  background-color: var(--rot);
  text-align: center;
  text-transform: uppercase;
  font-family: Robotocondensed lk, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.button.small {
  font-family: Robotocondensed lk, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.button.speisekarte {
  font-family: Robotocondensed lk, sans-serif;
  display: block;
}

.button.mittagskarte {
  font-family: Robotocondensed lk, sans-serif;
}

.section-22 {
  padding-bottom: 140px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-57 {
  display: flex;
}

.logowrapper-static {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.job-wrapper {
  border-bottom: 1px solid #00000070;
}

.job-options {
  justify-content: space-between;
  width: auto;
  max-width: none;
  display: flex;
}

.job-heading {
  font-family: Robotocondensed lk, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 46px;
}

.job-heading.center {
  text-align: center;
}

.collection-list {
  margin-top: 60px;
}

.link-block-8 {
  color: #292929;
  width: 100%;
  text-decoration: none;
}

.collection-item {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: block;
}

.div-block-58 {
  text-align: center;
}

.link-block-9 {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.section-23 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.div-block-59 {
  width: 25%;
  height: 300px;
}

.loop-wrapper {
  width: 100vw;
  height: 600px;
}

.loopcontainer {
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.loop_image {
  margin-right: 100px;
}

.content_holder {
  align-items: center;
  display: flex;
}

.section-24 {
  background-image: url('../images/black_background.jpg');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  padding: 220px 20px 100px;
}

.container-10 {
  height: auto;
}

.menu-item-wrapper {
  margin-bottom: 32px;
}

.preis {
  font-family: Robotocondensed lk, sans-serif;
}

.link-block-10 {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.download-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.dropdown-toggle {
  padding-top: 0;
  padding-left: 0;
}

.text-block {
  color: #fff;
}

.icon-4 {
  color: #fff;
  margin-top: 0;
  margin-right: 10px;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link.w--current {
  color: var(--rot);
}

.dropdown-list {
  background-color: #242424a6;
}

.dropdown-list.w--open {
  background-color: #333;
}

.dropdown-link-2, .dropdown-link-2.w--current {
  color: var(--rot);
}

.section-25 {
  padding: 220px 20px 100px;
}

.news-wrapper {
  margin-bottom: 0;
}

.grid-20 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-auto-flow: row;
  margin-top: 40px;
}

.news-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.news-content-wrapper {
  background-color: var(--rot);
}

.square {
  border: 1px solid var(--white);
  flex-direction: column;
  align-items: center;
  margin: 20px;
  padding: 20px;
  display: flex;
}

.more {
  color: #fff;
  text-transform: uppercase;
  font-family: Robotocondensed lk, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.link-block-11 {
  margin-top: 25px;
  text-decoration: none;
  display: flex;
}

.image-2 {
  margin-left: 12px;
}

.collection-item-2 {
  margin-bottom: 0;
}

.collection-item-2:nth-child(odd) {
  clear: none;
  flex-direction: row;
  display: flex;
}

.collection-list-2 {
  float: none;
  clear: none;
}

.section-26 {
  background-image: url('../images/reservierung.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 220px 20px 100px;
}

.container-11 {
  background-color: #ffffffe8;
  padding-bottom: 40px;
  position: relative;
}

.red-line {
  background-color: var(--rot);
  width: 100%;
  height: 10px;
}

.div-block-60 {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.inner-container {
  display: block;
}

.div-block-61 {
  width: 100vw;
  height: 600px;
}

.wrapper {
  width: 100vw;
  height: 600px;
  overflow: hidden;
}

.loop-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-3 {
  margin-right: 29px;
}

.content-holder {
  align-items: center;
  display: flex;
}

.slideshow {
  background-image: url('../images/black_background.jpg');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.mwrapper {
  width: 200%;
  display: flex;
}

.mdiv {
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.miwrapper {
  margin: 10px;
}

.div-block-62 {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-63 {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-block-12 {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.news {
  flex-direction: row;
  align-items: center;
  height: 400px;
  display: flex;
}

.wrap-50 {
  background-color: var(--rot);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.collection-item-3 {
  flex-direction: row;
  display: flex;
}

.collection-item-3:nth-child(odd) {
  flex-direction: row-reverse;
  padding-right: 0;
  display: block;
}

.div-block-64 {
  width: 50%;
}

._50w {
  background-color: var(--rot);
  width: 50%;
  padding: 20px;
  position: static;
}

._50w._3 {
  padding: 0;
}

.collection-item-4 {
  display: flex;
}

.collection-item-4:nth-child(odd) {
  flex-direction: row-reverse;
}

.section-28 {
  padding: 220px 20px 100px;
}

.div-block-65 {
  border: 1px solid var(--white);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
  position: static;
  inset: 0%;
}

.aktuelles {
  margin-top: 60px;
}

.footer-grid-wrapper {
  flex-direction: column;
  display: flex;
}

.call-wrapper {
  background-color: var(--rot);
  width: auto;
  margin-right: 0;
  padding: 20px;
}

.call {
  color: #fff;
  font-family: Robotocondensed lk, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  text-decoration: underline;
}

.job-link {
  color: var(--rot);
}

.navbar_responsive {
  background-color: #242424a6;
  border-bottom: 1px solid #fff;
  padding: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-3 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 42px;
  font-family: Robotocondensed lk, sans-serif;
  font-size: 18px;
}

.nav-link-3.w--current {
  color: var(--rot);
  font-family: Robotocondensed lk, sans-serif;
}

.container-12 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-29 {
  padding: 40px;
  display: none;
}

.red-border {
  border: 1px solid var(--rot);
  padding-top: 60px;
  padding-bottom: 60px;
}

.aktuelles-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line_red {
  border-bottom: 1px solid var(--rot);
  width: 100px;
}

.section-30 {
  padding: 140px 20px 100px;
}

.default-c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1168px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section_highmargin {
  padding: 189px 20px 140px;
}

.text-span {
  color: #fff;
  font-weight: 400;
}

.section-31 {
  padding: 100px 20px;
}

.radio-button {
  margin-top: 10px;
}

.radio-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.embed-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .section {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .div-block {
    height: 70%;
  }

  .div-block-2 {
    margin-bottom: 0;
  }

  .navbar {
    margin-bottom: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar._2 {
    position: sticky;
  }

  .image {
    padding-top: 0;
    padding-right: 0;
  }

  .hero_start, .hero-container {
    height: 100vh;
  }

  .div-wrapper {
    flex-direction: row;
  }

  .div-wrapper.swapped {
    flex-direction: row-reverse;
  }

  .div-wrapper.left {
    flex-direction: row;
  }

  .div-absolut {
    left: 0;
    right: auto;
  }

  .slide-2 {
    background-image: url('../images/wesual-click-hcdx1zvqj6y-unsplash.jpg');
    background-position: 0 0;
    background-size: cover;
    width: 33.3333%;
  }

  .slide-3 {
    background-image: url('../images/abstract-blur-defocused-restaurant-coffee-shop-cafe-interior.jpg');
    background-position: 50%;
    background-size: auto;
    width: 33.3333%;
  }

  .slide-4 {
    background-image: url('../images/thomas-marban-ehk-eh1srzq-unsplash.jpg');
    background-position: 50%;
    background-size: cover;
    width: 33.3333%;
  }

  .slider-2 {
    height: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow-2 {
    margin-right: 500px;
  }

  .left-arrow {
    margin-left: 500px;
  }

  .slider-3 {
    height: 700px;
  }

  .mask {
    width: 33.3333%;
    overflow: visible;
  }

  .div-block-32 {
    background-image: url('../images/unbenannt-2.jpg');
    background-position: 0 0;
    background-size: auto;
    height: 100%;
  }

  .left-arrow-2 {
    z-index: 40;
    margin-left: -203px;
  }

  .mask-3, .div-block-53 {
    overflow: visible;
  }

  .right-arrow-3 {
    margin-right: 500px;
  }

  .left-arrow-3 {
    margin-left: 500px;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    top: 20%;
  }

  .navbar {
    display: none;
  }

  .hero_start {
    flex-direction: column;
    height: 750px;
    padding-top: 0;
    display: flex;
  }

  .hero-container {
    height: auto;
  }

  .hero-wrapper {
    height: auto;
    padding-top: 0;
  }

  .hero-wrapper.jobs {
    height: auto;
  }

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

  .big-heading.center {
    font-size: 40px;
    line-height: 50px;
  }

  .navbar-2 {
    background-color: #00000094;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    padding-top: 35px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: #fff;
    font-size: 35px;
  }

  .nav-link-2 {
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto Condensed;
    font-size: 17px;
    font-weight: 300;
    display: block;
  }

  .nav-link-2.w--current {
    color: var(--rot);
  }

  .nav-menu-2 {
    background-color: #0000008f;
    flex-direction: row;
    align-items: flex-start;
    display: block;
  }

  .hero-uberuns {
    padding-top: 220px;
  }

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

  .div-block-27 {
    display: none;
  }

  .grid-12 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-40 {
    width: 80%;
    max-width: 80%;
  }

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

  .hero-reservieren {
    display: none;
  }

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

  .mask-3 {
    width: 100%;
  }

  .right-arrow-3 {
    margin-right: 0;
  }

  .left-arrow-3 {
    margin-left: 0;
  }

  .grid-18 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .button {
    text-align: center;
    display: block;
  }

  .button.speisekarte {
    display: block;
  }

  .section-24 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-25 {
    padding-top: 140px;
    padding-left: 20px;
  }

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

  .section-26 {
    padding-top: 140px;
  }

  .div-block-63 {
    inset: 0%;
  }

  ._50w {
    width: 100%;
  }

  .collection-item-4 {
    flex-direction: row;
    display: block;
  }

  .section-28 {
    padding-top: 140px;
  }

  .menu-button-2 {
    z-index: 200;
    color: var(--white);
    padding-top: 32px;
    font-size: 40px;
  }

  .menu-button-2.w--open {
    background-color: var(--rot);
    margin-top: 8px;
    padding-top: 18px;
  }

  .nav-menu-3 {
    background-color: #0e0e0e;
  }

  .html-embed {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .grid-3 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .hero_start {
    height: 750px;
    padding-top: 0;
  }

  .hero-container {
    height: auto;
  }

  .hero-wrapper.jobs {
    max-width: 90%;
  }

  .h1.center {
    font-size: 55px;
    line-height: 65px;
  }

  .h2.center.black.big {
    line-height: 60px;
  }

  .grid-5 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

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

  .section-4 {
    height: auto;
  }

  .div-block-12 {
    min-height: 45vh;
  }

  .div-block-14 {
    width: 100%;
    margin-top: -45px;
    margin-bottom: 0;
  }

  .div-block-15 {
    min-height: auto;
  }

  .paragraph {
    display: inline-block;
  }

  .big-heading.center {
    font-size: 40px;
  }

  .div-block-18 {
    width: 100%;
    left: 0%;
    right: 0;
  }

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

  .div-wrapper {
    flex-direction: column;
    height: 1000px;
  }

  .div-wrapper.left {
    flex-direction: column;
  }

  ._2col-div-left, ._2col-div-right, .div-absolut {
    width: 100%;
  }

  .menu-button {
    padding-top: 13px;
  }

  .grid-8 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .div-block-27 {
    display: none;
  }

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

  .grid-12 {
    grid-template-rows: auto;
  }

  .grid-13 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .bold-text {
    line-height: 60px;
  }

  .div-block-40 {
    width: 90%;
    max-width: 90%;
  }

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

  .hero-reservieren {
    display: none;
  }

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

  .job-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .div-block-63 {
    inset: 0%;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .section {
    background-position: 0%;
  }

  .div-block {
    max-width: 100%;
    height: 100%;
    inset: 0%;
  }

  .hero_start {
    background-image: linear-gradient(#0000004f, #0000004f), url('../images/hero_start.jpg');
    background-position: 0 0, 10%;
    height: 750px;
    padding-top: 100px;
  }

  .hero-container {
    height: 70vh;
  }

  .h1, .h1.center {
    font-size: 35px;
    line-height: 45px;
  }

  .h1.red.jobs {
    font-size: 29px;
    line-height: 39px;
  }

  .h2 {
    font-size: 20px;
  }

  .h2.speisekarte {
    margin-right: 0;
    padding-right: 0;
  }

  .h2.center.black.big {
    line-height: 60px;
  }

  .h2.black.big {
    font-size: 35px;
    line-height: 45px;
  }

  .h2.item {
    font-size: 25px;
  }

  .link-wrapper {
    flex-direction: column;
  }

  .link-block, .link-block-2 {
    justify-content: center;
    display: flex;
  }

  .grid-6 {
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1.25fr;
  }

  .div-block-12 {
    min-height: auto;
  }

  .div-block-14.left {
    display: none;
  }

  .paragraph {
    display: block;
  }

  .section-5 {
    height: 60vh;
  }

  .big-heading.center {
    font-size: 25px;
  }

  .div-wrapper {
    height: 800px;
  }

  .div-wrapper.left {
    flex-direction: column;
  }

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

  .div-block-40 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 20px;
  }

  .section-16 {
    padding-right: 0;
  }

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

  .right-wrapper {
    max-width: 100vw;
  }

  .hero-reservieren {
    display: none;
  }

  .container-8 {
    white-space: normal;
  }

  .grid-20 {
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-auto-rows: 1fr;
  }

  .slideshow {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .div-block-63 {
    z-index: 15;
    inset: 0%;
  }

  .section-29 {
    padding: 20px;
  }

  .red-border {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#w-node-_32ab7875-7405-b4d4-0695-437a1759f583-1759f580 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f730f85c-903e-dcf2-3c82-aded85325d27-55571339, #w-node-_62e610ea-cca9-6dfe-f9c1-6a2288bf631d-d1e9d7f0, #w-node-f9133ad3-eca6-dbe1-8e16-4223c6ee8399-d1e9d7f0, #w-node-_2343dea8-5086-baaf-c21c-2dc713df37bc-d1e9d7f0, #w-node-e7970ad1-a944-748b-32c9-dd8b94d0aa87-d1e9d7f0, #w-node-_18e7dbc3-0b23-7200-5bf5-6585a0c0f2fb-d1e9d7f0, #w-node-f5baf358-0330-32c4-e29e-6a51ce1df60d-d1e9d7f0, #w-node-_5c56c8cc-eac8-7231-d991-27b443c53728-d1e9d7f0, #w-node-_3bc19564-5bdb-bda9-79cf-7d6ef19794f2-d1e9d7f0, #w-node-_53cf1684-9e5d-9897-5921-bb0695314c9d-d1e9d7f0, #w-node-_4a0884bc-5ed3-9a02-798a-9eafd1ed34a8-d1e9d7f0, #w-node-_7b337b37-8455-f490-6165-87db8ce36761-d1e9d7f0, #w-node-e40fdef3-f62d-a342-7377-3bf7fcaa38f8-d1e9d7f0, #w-node-_3465780c-d4e5-28da-ef72-4428dacb7192-d1e9d7f0, #w-node-_0096a9c8-73c8-63fb-72b0-1bbb89cbed9a-d1e9d7f0 {
  place-self: auto;
}

#w-node-f0f8d0a8-066c-e9c2-a626-678bcd19cf27-6f458779, #w-node-_8a91c807-456d-7b1b-f47c-6bed705f22db-9f5c460f {
  align-self: auto;
}

#w-node-b98c0fc3-172a-d268-0eb5-bef53a8f63f6-9f5c460f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8114729-88e0-e80a-811c-1375a6f47824-9f5c460f {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_5b1d2e57-1eb2-1565-e734-6b0c459028d5-b566bd55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5b1d2e57-1eb2-1565-e734-6b0c459028d5-b566bd55 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Robotocondensed lk';
  src: url('../fonts/robotocondensed-bold_lk.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed lk';
  src: url('../fonts/robotocondensed-italic_lk.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed lk';
  src: url('../fonts/robotocondensed-regular_lk.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed lk';
  src: url('../fonts/robotocondensed-light_lk.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed lk';
  src: url('../fonts/robotocondensed-lightitalic_lk.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Robotocondensed lk';
  src: url('../fonts/robotocondensed-bolditalic_lk.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}