@font-face {
  font-family: Readexpro;
  src: url('../fonts/ReadexPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Readexpro;
  src: url('../fonts/ReadexPro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Readexpro;
  src: url('../fonts/ReadexPro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Msmadi;
  src: url('../fonts/MsMadi-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Meowscript;
  src: url('../fonts/MeowScript-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mada;
  src: url('../fonts/Mada-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Dmseriftext;
  src: url('../fonts/DMSerifText-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Dmseriftext;
  src: url('../fonts/DMSerifText-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gainsboro: #e3e3e3;
  --dark-grey: #777;
  --green: #7ab0848c;
  --dark: #232d41;
  --black: #111;
  --color-1: #dfa25f;
  --light-grey: #fafafa;
  --silver: #bbb;
  --color-2: var(--color-1);
  --white: white;
  --firebrick: #c50808;
  --indian-red: #f03e5a;
}

h1 {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 12px;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

h6 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
  display: block;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border: 1px solid var(--gainsboro);
  text-align: center;
  background-image: url('../images/quote-icon.svg');
  background-position: 50% 48px;
  background-repeat: no-repeat;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 120px 8.33% 56px;
  font-size: 24px;
  line-height: 36px;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 12px;
  padding-left: 8.33px;
  font-size: 13px;
  line-height: 16px;
}

.body {
  color: #111;
  font-family: Karla;
  font-size: 15px;
  line-height: 24px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px 112px;
  position: relative;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-paddings {
  padding: 0;
}

.section.pattern-section {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.wrapper.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper.slide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.button {
  background-color: var(--green);
  color: #fff;
  border-radius: 24px;
  height: 48px;
  padding: 12px 32px;
  font-family: Readexpro, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--dark);
}

.button.white-button.arrow-button {
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 81%;
  background-repeat: no-repeat;
  padding-right: 60px;
  transform: translate(20px);
}

.button.white-button.arrow-button:hover {
  color: var(--black);
  background-color: #fff;
}

.button.hero-button {
  background-color: var(--green);
  margin-bottom: 8px;
  margin-right: 8px;
  font-family: Readexpro, Verdana, sans-serif;
}

.button.hero-button.oeffnungszeiten {
  height: auto;
  margin-top: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button.subscribe-button {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  padding-left: 24px;
  padding-right: 24px;
}

.button.subscribe-button:hover {
  background-color: var(--green);
}

.button.small-button {
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Readexpro, Verdana, sans-serif;
}

.button.small-button.nav-bar-button {
  background-color: var(--color-1);
  text-shadow: none;
  margin-top: 0;
  margin-left: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Readexpro, Verdana, sans-serif;
}

.button.full-width-button {
  border-radius: 3px;
  width: 100%;
}

.button.full-width-button:hover {
  background-color: var(--green);
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.style-block.typography-styles.zusatzbelag.osten {
  background-color: #ffffffe3;
  min-height: auto;
  margin-bottom: 99px;
  margin-right: 71px;
  padding: 30px 19px 30px 20px;
  position: fixed;
  inset: auto 0% 0% auto;
  transform: rotate(-3deg);
}

.style-block.typography-styles.zusatzbelag.mobile-corona {
  display: none;
}

.style-block.typography-styles.zusatzbelag.pand {
  margin-bottom: 55px;
  padding-bottom: 0;
}

.style-block.typography-styles.zusatzbelag {
  background-color: #fff;
  border: 2px dashed #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  margin-bottom: 20px;
  padding-bottom: 40px;
  padding-left: 31px;
  padding-right: 30px;
  display: flex;
}

.small-button {
  height: 40px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.white-button {
  color: var(--black);
  background-color: #fff;
  transition: background-color .2s, color .2s;
}

.white-button:hover {
  background-color: var(--dark);
  color: #fff;
}

.nav-bar {
  z-index: 100;
  background-color: #fffffff7;
  padding: 15px 40px 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.fixed-nav-bar {
  display: block;
  transform: none;
}

.bg-section {
  background-color: var(--black);
  border: 12px solid #fff;
  padding: 120px 40px;
}

.bg-section.hero-section {
  height: 100vh;
  padding: 0;
  position: relative;
}

.bg-section.footer-section {
  background-color: var(--dark);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Tafel.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.bg-section._404-section {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Pizzeria-21435-Stelle.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.bg-section.post-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 720px;
  position: relative;
}

.bg-section.page-hero-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bg-section.page-hero-section.contact-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/Pizzeria-La-Stella-Lieferdienst.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.menu-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/AdobeStock_669395510_Preview.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.datenschutzerklaerung {
  background-image: url('../images/butterfly-7320158_1920.jpg');
  background-position: 0 0;
  background-size: cover;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  padding: 14px 12px 16px;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--green);
  text-shadow: none;
}

.nav-link.fixed-nav-link {
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Readexpro, Verdana, sans-serif;
}

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

.logo {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.logo.fixed-nav-bar-logo {
  color: var(--black);
  height: 72px;
}

.logo.fixed-nav-bar-logo.w--current {
  padding-left: 0;
  padding-right: 0;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu.fixed-nav-menu {
  height: 72px;
}

.slide-content {
  z-index: 1;
  float: right;
  color: #fff;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.social-link {
  border: 1px solid #ffffff40;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.social-link:hover {
  border-color: var(--color-1);
  background-color: var(--color-1);
}

.social-link.hero-link {
  border-color: #fff9;
}

.social-link.hero-link:hover {
  border-color: var(--color-1);
  background-color: #3e7ff0;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  display: flex;
}

.section-header-wrapper.angebote {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-header-wrapper.pandemie {
  min-width: 90%;
  max-width: 0%;
}

.grey-text {
  color: var(--dark-grey);
  margin-bottom: 24px;
}

.grey-text.angebottext {
  margin-bottom: 0;
  font-family: Readexpro, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.grey-text.angebottext.abstand-10 {
  margin-bottom: 10px;
  font-style: normal;
}

.grey-text.angebottext.abstand-10.small-infotext {
  margin-top: 20px;
  font-size: 11px;
}

.text-link {
  color: var(--color-1);
  text-decoration: underline;
  transition: color .2s;
}

.text-link:hover {
  color: var(--green);
  text-decoration: underline;
}

.social-icons {
  display: flex;
}

.social-icons.footer-icons {
  margin-top: 8px;
  margin-left: -4px;
  margin-right: -4px;
}

.social-icons.hero-icons {
  float: right;
  margin-top: 0;
  margin-bottom: 32px;
  margin-right: -4px;
}

.contact {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-card-map {
  width: 50%;
  height: 100%;
  margin-left: 6px;
}

.input {
  border: 1px solid var(--gainsboro);
  background-color: var(--light-grey);
  border-radius: 3px;
  height: 48px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border .2s, background-color .2s;
}

.input:hover {
  background-color: #fff;
}

.input:focus {
  border: 1px solid var(--color-1);
  background-color: #fff;
}

.input.password-input {
  text-align: center;
  margin-top: 14px;
}

.input.subscribe-input {
  background-color: #fff;
  border-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input.password-input {
  text-align: center;
  margin-bottom: 16px;
}

.input.small-margin {
  margin-bottom: 16px;
}

.contact-card {
  background-color: #fff;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px;
  display: flex;
  box-shadow: 0 1px 2px #0000001f;
}

.footer {
  color: #fff;
  flex-wrap: wrap;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.footer-column {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.w--current {
  margin-top: 2px;
  margin-bottom: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.footer-link.blog-link {
  margin-top: 26px;
}

.footer-header {
  text-transform: none;
  margin-top: 34px;
  margin-bottom: 24px;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-weight: 400;
}

.footer-post {
  border-bottom: 1px solid #ffffff40;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  display: flex;
}

.footer-post-header {
  color: #fff;
  text-decoration: none;
}

.footer-post-header:hover {
  text-decoration: underline;
}

.footer-post-date {
  opacity: .6;
  margin-top: -6px;
  font-size: 13px;
}

.footer-bottom-base {
  background-color: #0000002e;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96px;
  margin-top: 64px;
  font-size: 11px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.heart-icon {
  color: #0000;
  background-image: url('../images/heart-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.footer-posts {
  width: 100%;
  margin-top: -12px;
}

.blog-posts {
  margin-bottom: -40px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-card-image {
  background-color: var(--gainsboro);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 12px;
  text-decoration: none;
  display: flex;
}

.post-card {
  color: var(--black);
  background-color: #fff;
  flex: 1;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.post-card:hover {
  text-decoration: none;
}

.post-date {
  margin-top: 24px;
  font-size: 17px;
}

.post-card-header-link {
  color: var(--black);
  text-decoration: none;
}

.post-card-header-link:hover {
  text-decoration: underline;
}

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

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 370px;
  display: flex;
}

.utility-page-form {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  width: 270px;
  display: flex;
}

.post-content h1 {
  width: 66.66%;
  margin: 64px auto 32px;
  display: block;
}

.post-content p {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content figure {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.post-content h2 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content blockquote {
  width: 83.33%;
  margin: 48px auto;
  display: block;
}

.post-content h3 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content ul {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content h4 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content h6 {
  width: 66.66%;
  margin: 48px auto 16px;
  display: block;
}

.post-content h5 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content ol {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content a {
  color: var(--color-1);
  text-decoration: underline;
  transition: color .2s;
}

.post-content a:hover {
  color: var(--green);
  text-decoration: underline;
}

.blog-post-header {
  margin-top: 26px;
}

.post-hero {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  top: 32px;
}

.post-dark-bg {
  background-color: #00000080;
  position: absolute;
  inset: 0;
}

.post {
  background-color: #fff;
  max-width: 970px;
  margin-top: -128px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px 96px;
  display: block;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.post-hero-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 5px;
  display: flex;
}

.hero-slider {
  height: 100%;
}

.slider-arrow {
  border: 1px solid #ffffff80;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin: auto 24px;
  transition: border .2s;
  display: none;
}

.slider-arrow:hover {
  border-color: #fff;
}

.scroll-up-button {
  float: right;
  background-color: var(--green);
  background-image: url('../images/arrow-up-icon-white.svg');
  background-position: 50% 48%;
  background-repeat: no-repeat;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .2s;
  position: absolute;
  left: 15px;
}

.scroll-up-button:hover {
  background-color: var(--green);
}

.dropdown.w--open {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.dropdown.fixed-dropdown {
  border: 1px solid var(--gainsboro);
}

.dropdown-link {
  box-shadow: 0 1px 0 0 var(--gainsboro);
  text-shadow: none;
  padding-top: 6px;
  padding-bottom: 7px;
  text-decoration: none;
}

.dropdown-link:hover {
  text-decoration: underline;
}

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

.form-success {
  background-color: #0000;
}

.form-error {
  color: var(--green);
  background-color: #f03e5a14;
  border: 1px solid #f03e5a80;
  border-radius: 3px;
  margin-top: 24px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 20px;
}

.subscribe-form {
  z-index: 1;
  flex-direction: row;
  align-items: flex-start;
  width: 370px;
  display: flex;
  position: relative;
}

.preloader {
  z-index: 10000;
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: none;
  position: fixed;
  inset: 0;
}

.fixed-nav-bar {
  z-index: 999;
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
  padding-left: 56px;
  padding-right: 56px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -75px);
}

.photo-hover {
  background-color: #232d4199;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 6px;
}

.slide-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/butterfly-7320158_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.sub-header {
  color: var(--green);
  -webkit-text-stroke-color: var(--green);
  margin-bottom: -13px;
  font-family: Readexpro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.sub-header.subscribe-sub-header {
  margin-bottom: 0;
}

.sub-header.small {
  color: var(--color-1);
  margin-bottom: -8px;
  font-family: Readexpro, Verdana, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.sub-header.smallheader {
  font-size: 16px;
}

.sub-header.smallheader.yellow {
  color: var(--color-1);
  margin-bottom: 0;
}

.footer-bottom {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96px;
  margin-top: 64px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.badge {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #45862d;
  border-radius: 3px;
  margin: 0 5px 0 10px;
  padding: 5px 6px;
  font-size: 9px;
  font-weight: 700;
  line-height: 9px;
  text-decoration: none;
}

.badge:hover {
  text-decoration: none;
}

.badge.footer-badge {
  margin-left: 10px;
}

.badge.post-card-category {
  margin-bottom: 2px;
}

.badge.menu-item-badge {
  float: left;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  color: var(--black);
  background-color: #fff;
  margin: 4px 5px 4px 0;
}

.badge.menu-new-badge {
  float: left;
  background-color: var(--green);
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
}

.footer-link-badge {
  align-items: center;
  display: flex;
}

.footer-bottom-text {
  clear: none;
  opacity: .6;
  margin-right: 10px;
}

.footer-bottom-text.link {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.footer-bottom-text.link:hover {
  text-decoration: underline;
}

.frame {
  z-index: 0;
  border: 1px solid var(--gainsboro);
  margin: 12px;
  position: absolute;
  inset: 0;
}

.frame.white-frame {
  border-color: #fff;
  font-style: normal;
}

.subscribe {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 144px;
  display: flex;
  position: relative;
}

.subscribe-header {
  z-index: 1;
  padding-bottom: 20px;
  position: relative;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.paragraph-big.intro-text {
  color: var(--dark-grey);
  text-align: left;
  column-count: 2;
  column-gap: 2em;
  width: 96%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 15px;
  font-family: Readexpro, Verdana, sans-serif;
  font-size: 15px;
  display: block;
}

.menu-list-item {
  flex-wrap: nowrap;
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
  padding: 20px 15px;
  display: flex;
}

.menu-list-image {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

.menu-info {
  flex: 1;
  align-items: flex-start;
}

.menu-name {
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.menu-info-main {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.menu-price {
  justify-content: flex-end;
  align-items: center;
  font-size: 17px;
  line-height: 28px;
  display: flex;
}

.menu-dots-line {
  border-bottom: 1px dotted var(--silver);
  flex: 1;
  height: 20px;
}

.menu-dots-line.hours {
  border-bottom-color: #fff6;
}

.menu-more {
  float: left;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.menu-numbers {
  align-items: center;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 12px;
  font-size: 13px;
  display: flex;
}

.menu-numbers-divider {
  color: var(--silver);
  padding-left: 4px;
  padding-right: 4px;
}

.menu-ingredients {
  float: left;
  clear: none;
  color: var(--dark-grey);
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 20px;
  font-family: Readexpro, Verdana, sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.menu-list {
  flex-wrap: wrap;
  display: flex;
}

.menu-list.margin {
  flex-wrap: wrap;
  margin-bottom: 68px;
}

.subscribe-badge {
  z-index: 1;
  background-color: var(--green);
  text-transform: uppercase;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: 40px;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(20deg);
}

.subscribe-badge-discount {
  margin-left: 1px;
  font-size: 20px;
  line-height: 20px;
}

.section-description {
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 28px;
}

.divider {
  border-top: 1px solid var(--color-1);
  border-bottom: 1px solid var(--color-1);
  width: 70px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.working-hours {
  background-color: var(--dark);
  background-image: linear-gradient(#00000080, #00000080), url('../images/Tafel.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 31%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 72px 56px 56px;
  position: relative;
}

.working-hours-content {
  z-index: 1;
  color: #fff;
  text-align: center;
  font-style: normal;
  position: relative;
}

.opening-hours-table {
  padding-top: 8px;
  padding-bottom: 24px;
}

.opening-hours-cell {
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Readexpro, Verdana, sans-serif;
  font-size: 15px;
  line-height: 28px;
  display: flex;
}

.opening-hours-time {
  text-align: right;
  text-transform: none;
  font-weight: 400;
}

.contact-card-info {
  border: 1px solid var(--gainsboro);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  padding: 40px 28px 48px;
  font-style: normal;
  display: flex;
}

.yellow-text {
  color: var(--green);
}

.post-card-info {
  justify-content: center;
  align-items: center;
  width: 41.67%;
  min-height: 480px;
  padding: 48px 8%;
  display: flex;
  position: relative;
}

.post-card-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.page-hero-header {
  color: #fff;
  text-align: center;
  text-transform: none;
  max-width: 770px;
  margin: 96px auto;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 50px;
  display: block;
}

.post-card-date {
  color: var(--silver);
  margin-top: -8px;
}

.footer-email {
  color: var(--color-1);
  margin-top: -12px;
  margin-bottom: 4px;
  text-decoration: none;
}

.footer-email:hover {
  text-decoration: underline;
}

.footer-bottom-divider {
  opacity: .3;
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 7px;
  margin-right: 8px;
}

.big-icon {
  width: 64px;
  margin-bottom: 10px;
}

.menu-list-card {
  flex: 1;
  display: flex;
}

.zoom-icon {
  background-color: #000000b3;
  background-image: url('../images/Lupe.png');
  background-position: 47%;
  background-repeat: no-repeat;
  background-size: 20px 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.hero-phone {
  float: left;
  color: #fff;
  align-items: center;
  margin-top: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: flex;
}

.hero-phone:hover {
  text-decoration: underline;
}

.hero-phone-icon {
  margin-top: 1px;
  margin-right: 15px;
}

.hero-scroll {
  background-image: url('../images/hero-scroll-base.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 96px;
  justify-content: center;
  align-items: flex-start;
  width: 96px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  display: flex;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
}

.footer-bottom-content {
  flex-wrap: wrap;
  flex: 1;
  place-content: center;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  line-height: 24px;
  display: flex;
}

.preloader-icon {
  width: 32px;
  margin-bottom: 8px;
}

.book-fixed {
  z-index: 100;
  box-shadow: none;
  background-color: #fff;
  flex-direction: column;
  width: 240px;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 40px;
  transform: translate(0, 100%);
}

.book-fixed-form {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
  margin-bottom: 0;
  padding: 20px;
}

.book-fixed-header {
  background-color: var(--color-1);
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: -48px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.book-fixed-icon {
  width: 24px;
  margin-right: 10px;
}

.book-fixed-arrow-wrapper {
  background-color: #0000000d;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 100%;
  padding-top: 1px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.book-fixed-arrow {
  transform: rotate(-180deg);
}

.first-letter {
  float: left;
  color: var(--color-1);
  margin-top: 15px;
  margin-left: 16.66%;
  margin-right: 8px;
  font-size: 56px;
  line-height: 32px;
}

.tooltip {
  z-index: 10;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  opacity: 0;
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 9px 4px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 30px;
  transform: translate(0, 6px);
}

.untertitel {
  color: var(--color-2);
  font-size: 35px;
  line-height: 40px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 100px #000;
  margin-top: 0;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 43px;
}

.heading-2.abstand {
  margin-top: 96px;
  margin-bottom: 96px;
}

.image-4 {
  margin-top: 9px;
}

.textlink {
  color: var(--green);
  text-decoration: underline;
}

.link-button {
  color: var(--green);
  text-decoration: none;
}

.hinweis {
  margin-top: 20px;
  font-family: Readexpro, Verdana, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.black {
  color: #000;
}

.image-7 {
  padding-top: 11px;
}

.heading-6 {
  color: #000;
  text-transform: none;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
}

.heading-7 {
  text-transform: none;
  margin-top: 0;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.heading-10, .heading-11, .heading-12 {
  text-transform: none;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
}

.heading-24 {
  text-transform: none;
  margin-top: 0;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  font-weight: 400;
  line-height: 28px;
}

.sub-header-2 {
  color: #627e62;
  -webkit-text-stroke-color: #627e62;
  margin-bottom: -13px;
  font-family: Readexpro, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.sub-header-2.smallheader {
  font-size: 16px;
}

.sub-header-2.smallheader.yellow {
  color: #dfa25f;
  margin-bottom: 0;
}

.column-10 {
  display: block;
}

.grey-text-2 {
  color: #777;
  margin-bottom: 24px;
}

.grey-text-2.angebottext {
  margin-bottom: 0;
  font-family: Readexpro, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.section-header-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  font-family: Dmseriftext, Trebuchet MS, sans-serif;
  display: flex;
}

.section-header-wrapper-2.angebote {
  margin-bottom: 0;
  padding-bottom: 0;
}

.cookie-modal {
  z-index: 9999;
  background-color: #383838f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
  position: fixed;
  inset: auto auto 5% 5%;
}

.p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readexpro, Verdana, sans-serif;
}

.link-2 {
  float: right;
  color: #fff;
}

.close-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.line {
  background-color: #fff;
  border-radius: 20px;
  width: 15px;
  height: 2px;
  position: absolute;
}

.line.rotate-45 {
  transform: rotate(45deg);
}

.line.rotate-min45 {
  transform: rotate(-45deg);
}

html.w-mod-js [data-ix="preloader"] {
  display: flex;
}

html.w-mod-js [data-ix="page-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-up-1"], html.w-mod-js [data-ix="fade-up-2"], html.w-mod-js [data-ix="fade-up-3"], html.w-mod-js [data-ix="fade-up-4"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="fade-left"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="fade-right"] {
  opacity: 0;
  transform: translate(-60px);
}

html.w-mod-js [data-ix="show-book-fixed-on-load"] {
  width: 240px;
  transform: translate(0, 120%);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

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

  h4 {
    font-size: 17px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  blockquote {
    font-size: 20px;
    line-height: 32px;
  }

  .section {
    padding: 80px 8px;
    overflow: hidden;
  }

  .wrapper.hero-bottom-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper.slide-wrapper {
    min-height: 600px;
  }

  .button.white-button.arrow-button {
    display: none;
  }

  .button.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .style-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .style-block.typography-styles.zusatzbelag.osten.unsichtbar-mobil {
    display: none;
  }

  .style-block.typography-styles.zusatzbelag.mobile-corona {
    min-height: auto;
    margin-bottom: 40px;
    display: block;
  }

  .style-block.typography-styles.zusatzbelag {
    min-height: 500px;
  }

  .nav-bar {
    padding-left: 16px;
    padding-right: 0;
  }

  .bg-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bg-section.hero-section {
    height: auto;
  }

  .bg-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bg-section.post-hero-section {
    min-height: 480px;
    padding-top: 64px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .nav-link {
    box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
    color: var(--black);
    text-align: center;
    background-color: #fff;
    margin-top: -1px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
  }

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

  .logo {
    height: 60px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--gainsboro);
    background-color: #fff;
    height: auto;
    overflow: scroll;
  }

  .nav-menu.fixed-nav-menu {
    border-top: 1px solid var(--gainsboro);
    height: auto;
  }

  .slide-content {
    width: 83.33%;
    margin-top: 80px;
    margin-bottom: 80px;
    display: block;
  }

  .section-header-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }

  .section-header-wrapper.angebote {
    width: auto;
  }

  .contact {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact-card-map {
    height: 440px;
  }

  .contact-card {
    margin-bottom: 56px;
  }

  .footer-column {
    width: 50%;
    margin-bottom: 24px;
    margin-right: 0%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-link {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
  }

  .footer-post-header {
    font-size: 13px;
    line-height: 16px;
  }

  .blog-posts {
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card {
    margin-bottom: 32px;
  }

  .blog-post-header {
    margin-top: 24px;
  }

  .post-hero {
    padding-bottom: 48px;
  }

  .post-dark-bg {
    inset: 0;
  }

  .post {
    box-shadow: none;
    margin-top: 0;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-hero-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-slider {
    height: 600px;
  }

  .slider-arrow {
    margin-left: 24px;
  }

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

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

  .menu-button.fixed-menu-button {
    color: var(--black);
    margin-top: 4px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .scroll-up-button {
    display: none;
  }

  .dropdown.w--open {
    padding-bottom: 1px;
  }

  .dropdown.fixed-dropdown {
    border-style: none;
  }

  .dropdown-link {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .dropdown-icon {
    opacity: .3;
    margin-right: 7px;
  }

  .sub-header {
    font-size: 34px;
  }

  .footer-bottom {
    padding-left: 4%;
    padding-right: 4%;
  }

  .subscribe {
    width: 83.33%;
    max-width: none;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-big.intro-text {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .menu-list-item {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-name, .menu-price {
    font-size: 15px;
  }

  .menu-dots-line {
    height: 19px;
  }

  .menu-list {
    justify-content: center;
  }

  .section-description {
    margin-bottom: 32px;
  }

  .working-hours {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-card-info {
    padding-left: 8%;
    padding-right: 8%;
  }

  .post-card-info {
    width: 50%;
    min-height: 440px;
  }

  .page-hero-header {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .big-icon {
    width: 56px;
  }

  .zoom-icon, .hero-scroll {
    display: none;
  }

  .image-4 {
    margin-top: 18px;
  }

  .menu-icon {
    display: block;
  }

  .sub-header-2 {
    font-size: 15px;
  }

  .section-header-wrapper-2 {
    width: 470px;
    margin-bottom: 24px;
  }

  .section-header-wrapper-2.angebote {
    width: auto;
  }

  .p {
    margin-top: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .wrapper.hero-bottom-wrapper {
    margin-bottom: 30px;
  }

  .wrapper.slide-wrapper {
    min-height: 400px;
  }

  .button.hero-button {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .style-block.typography-styles.zusatzbelag {
    min-height: 210px;
    margin-bottom: 21px;
  }

  .nav-bar {
    padding-right: 0;
  }

  .bg-section {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bg-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bg-section.post-hero-section {
    min-height: 360px;
    padding-top: 56px;
  }

  .logo {
    height: 60px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .slide-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }

  .section-header-wrapper {
    width: auto;
    margin-bottom: 16px;
  }

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

  .contact {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .contact-card-map {
    width: 100%;
    height: 320px;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .contact-card {
    flex-direction: column-reverse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }

  .blog-posts {
    width: 100%;
  }

  .post-card-image {
    height: 320px;
    margin-bottom: 0;
    margin-left: 12px;
  }

  .post-card {
    flex-direction: column-reverse;
  }

  .post-date {
    margin-top: 8px;
    font-size: 15px;
  }

  .blog-post-header {
    margin-top: 16px;
  }

  .post-hero {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-slider {
    height: 560px;
  }

  .slider-arrow {
    display: none;
  }

  .menu-button.fixed-menu-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge {
    font-size: 8px;
  }

  .subscribe {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .paragraph-big.intro-text {
    text-align: center;
    column-count: 1;
  }

  .menu-list-item {
    width: 100%;
  }

  .menu-list.margin {
    padding-left: 0;
    padding-right: 0;
  }

  .section-description {
    margin-bottom: 24px;
  }

  .working-hours {
    width: 100%;
  }

  .contact-card-info {
    margin-right: 0;
  }

  .post-card-info {
    width: 100%;
    min-height: auto;
  }

  .page-hero-header {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 40px;
  }

  .footer-bottom-content {
    margin-left: 0;
    margin-right: 0;
    font-size: 10px;
  }

  .untertitel {
    font-size: 25px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 40px;
  }

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

  .section-header-wrapper-2 {
    width: auto;
    margin-bottom: 16px;
  }

  .cookie-modal {
    margin-right: 30px;
  }

  .p {
    flex: 0 auto;
  }

  .link-2 {
    clear: none;
    justify-content: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

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

  .wrapper.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .wrapper.slide-wrapper {
    min-height: auto;
  }

  .button.hero-button {
    height: auto;
    margin-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .style-block.typography-styles {
    margin-left: 0%;
    margin-right: 0%;
  }

  .style-block.typography-styles.zusatzbelag.mobile-corona {
    min-height: auto;
    padding-bottom: 40px;
  }

  .style-block.typography-styles.zusatzbelag {
    min-height: auto;
    margin-bottom: 20px;
    padding-bottom: 41px;
  }

  .nav-bar {
    padding-left: 8px;
  }

  .bg-section.hero-section {
    height: 100%;
  }

  .bg-section.page-hero-section.menu-hero {
    padding-top: 115px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .slide-content {
    flex-direction: column;
    margin-top: 292px;
    margin-bottom: 144px;
    padding: 16px 4% 32px;
    display: flex;
  }

  .section-header-wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .social-icons.hero-icons {
    align-items: stretch;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .input.subscribe-input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 24px;
  }

  .contact-card {
    width: 100%;
    margin-top: 24px;
    position: relative;
    bottom: 0;
  }

  .footer-column {
    clear: none;
    width: 100%;
  }

  .footer-link {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-bottom-base {
    flex-direction: column;
    align-items: center;
  }

  .post-card-image {
    height: 224px;
  }

  .post-content h1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content p {
    width: 100%;
  }

  .post-content figure {
    margin-top: 32px;
    margin-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-content img {
    width: 100%;
    max-width: none;
  }

  .post-content h2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content blockquote {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .post-content h3 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ul {
    width: 100%;
  }

  .post-content h4, .post-content h6, .post-content h5 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ol {
    width: 100%;
  }

  .blog-post-header {
    max-width: none;
  }

  .post {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-slider {
    height: 550px;
  }

  .scroll-up-button {
    display: none;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .slide-1 {
    background-image: url('../images/butterfly-7320158_1920.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .sub-header {
    font-size: 16px;
    line-height: 18px;
  }

  .footer-bottom {
    margin-top: 40px;
  }

  .badge {
    padding: 3px 4px;
  }

  .subscribe {
    padding-left: 12%;
    padding-right: 12%;
  }

  .paragraph-big.intro-text {
    font-size: 15px;
    line-height: 22px;
  }

  .menu-list-image {
    margin-right: 16px;
  }

  .menu-ingredients {
    font-size: 11px;
    line-height: 14px;
  }

  .subscribe-badge {
    margin: 20px;
  }

  .working-hours {
    width: 100%;
    padding-left: 16%;
    padding-right: 16%;
  }

  .post-card-info {
    padding-left: 12%;
    padding-right: 12%;
  }

  .page-hero-header {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .hero-phone {
    clear: none;
    margin-bottom: 16px;
  }

  .hero-phone-icon {
    margin-right: 7px;
  }

  .hero-scroll {
    padding-top: 9px;
  }

  .footer-bottom-content {
    line-height: 14px;
  }

  .first-letter {
    margin-left: 0;
  }

  .untertitel {
    font-size: 21px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 28px;
  }

  .unsichtbar-mobil {
    display: none;
  }

  .heading-6 {
    font-size: 26px;
    line-height: 28px;
  }

  .sub-header-2 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .section-header-wrapper-2 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 15px;
  }

  .p {
    font-size: 12px;
    line-height: 16px;
  }

  .link-2 {
    display: flex;
  }
}


@font-face {
  font-family: 'Readexpro';
  src: url('../fonts/ReadexPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Readexpro';
  src: url('../fonts/ReadexPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Readexpro';
  src: url('../fonts/ReadexPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Msmadi';
  src: url('../fonts/MsMadi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Meowscript';
  src: url('../fonts/MeowScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mada';
  src: url('../fonts/Mada-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mada';
  src: url('../fonts/Mada-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mada';
  src: url('../fonts/Mada-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mada';
  src: url('../fonts/Mada-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmseriftext';
  src: url('../fonts/DMSerifText-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Dmseriftext';
  src: url('../fonts/DMSerifText-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}