@font-face {
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Literata Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Lora Variablefont Wght;
  src: url('../fonts/Lora-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --herold-tomasa: #47392e;
  --herold-second: #2f2f2f;
  --light-blue: #5d7b96a8;
  --background: #fff7e8;
  --tomasa-brown: #321008;
  --tomasa-blue: #1d4d7a;
  --terracotta: #c2644f;
}

p {
  margin-bottom: 10px;
}

.main-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.herold-padding {
  padding: 300px 30px;
  position: relative;
  overflow: visible;
}

.herold-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-6 {
  background-color: #fffc;
  flex-flow: column;
  align-items: center;
  margin: 40px 25px;
  padding: 30px;
  display: block;
}

.div-block-6.no-background {
  background-color: #fff0;
}

.div-block-6.no-background.center {
  align-items: center;
  margin: 0;
  padding: 0 15px;
  display: flex;
}

.div-block-6.no-background.small-padding {
  margin: 0;
  padding: 0 15px;
}

.div-block-6.center {
  display: flex;
}

.div-block-6.center.full {
  margin: 0;
}

.image-2 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.herold-titel {
  color: var(--herold-tomasa);
  margin-bottom: 15px;
  font-family: Literata Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.herold-titel.v2 {
  margin-top: 20px;
}

.herold-titel.white {
  color: #fff;
}

.herold-bold {
  color: var(--herold-second);
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.herold-body {
  color: #000;
  margin-bottom: 15px;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 17px;
  font-weight: 200;
  line-height: 1.5;
}

.herold-body.roboto {
  color: var(--herold-second);
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.herold-body.white {
  color: #fff;
  text-align: justify;
  font-weight: 600;
  text-decoration: none;
}

.herold-rich {
  text-align: justify;
}

.herold-rich.center {
  text-decoration: none;
}

.herold-button {
  background-color: #47392e;
  margin-top: 30px;
  padding: 19px 25px 18px;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.herold-button.no-spacing {
  margin-top: 0;
}

.herold-button.white {
  color: #000;
  background-color: #fff;
}

.herold-button.white.kreuzberg {
  margin-top: 20px;
}

.herold-flex {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.herold-flex.bottom {
  margin-bottom: 40px;
}

.herold-grid-layout {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.herold-padding-v2 {
  justify-content: center;
  align-items: center;
  padding: 140px 30px 100px;
  display: flex;
  position: relative;
}

.herold-padding-v2._100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}

.herold-padding-v2.kreuzberg {
  padding-top: 160px;
  padding-bottom: 130px;
}

.herold-grid-grid3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.herold-h2-white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Literata Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.herold-h2-white._28 {
  font-size: 28px;
  font-weight: 300;
}

.herold-text {
  color: #fff;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
}

.herold-text.center {
  text-align: center;
  font-weight: 300;
}

.herold-text.center.padding {
  margin-bottom: 40px;
  font-family: Literata Variablefont Opsz Wght, Arial, sans-serif;
}

.herold-text.center.contact {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
}

.herold-text.center.contact._50 {
  margin-top: 50px;
  line-height: 1.5;
}

.herold-text.center.contact.no-rem {
  font-family: Literata Variablefont Opsz Wght, Arial, sans-serif;
}

.herold-line {
  background-color: #fff;
  width: 100%;
  max-width: 200px;
  height: 1px;
  margin-bottom: 40px;
}

.herold-line.large {
  max-width: 400px;
}

.herold-line.large.dark {
  background-color: #47392e;
}

.herold-line.large.kreuzberg {
  min-width: 250px;
  margin-top: 10px;
}

.gradient-herold {
  z-index: -1;
  background-color: #00000078;
  position: absolute;
  inset: 0%;
}

.gradient-herold._0-2 {
  background-color: #0003;
}

.gradient-herold.kreuzberg {
  background-color: #dcd9d5;
}

.gradient-herold.home {
  z-index: 5;
  background-color: #0000003b;
}

.image-3 {
  margin-bottom: 40px;
}

.div-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-8._4crads {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-9 {
  background-color: #ffffff94;
  border-left: 10px solid #6d6157;
  border-right: 10px solid #6d6157;
  flex-flow: column;
  align-items: center;
  margin-left: 0;
  margin-right: -1px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-9.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.center {
  text-align: center;
}

._1170 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  display: flex;
}

._1170.stretch {
  justify-content: center;
  align-items: stretch;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.link {
  color: #1d4d7a;
  text-decoration: none;
  -webkit-text-decoration-color: var(--herold-tomasa);
  text-decoration-color: var(--herold-tomasa);
  border: 1px solid #5d7b96;
}

.link.footer {
  color: #272727;
  border-style: none;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 16px;
}

.link.greyish {
  border-style: solid;
  border-color: var(--light-blue);
  border-radius: 5px;
  margin-bottom: 20px;
}

.link.greyish.last {
  border-style: none none solid;
  border-radius: 0;
}

.link.greyish.under {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  margin-bottom: 0;
}

.text-span {
  color: #fff;
  text-decoration-color: #fff;
}

.link-2 {
  text-decoration-color: #fff;
}

.color {
  z-index: -1;
  background-color: #dcd9d5;
  position: absolute;
  inset: 0%;
}

.galerie-grid-herold {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.div-block-12 {
  aspect-ratio: 1;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
}

.image-4 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper {
  width: 100%;
}

.lightbox-link {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.collection-item {
  position: relative;
}

.code-embed {
  z-index: 7;
  position: relative;
  inset: 0%;
}

.footer-herold {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
}

.navbar-herold {
  background-color: #ddd0;
  padding: 10px 30px;
}

.container {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.container.is-full {
  aspect-ratio: auto;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: relative;
}

.nav-text-herold {
  color: var(--herold-second);
  text-transform: uppercase;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 15px;
}

.nav-text-herold.grey {
  color: #717171;
}

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

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

.nav-herold-link {
  border-bottom: 1px solid #cfcfcf;
  justify-content: center;
  align-items: center;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  display: flex;
}

.nav-herold-link.w--current {
  color: #000;
  font-weight: 700;
}

.div-block-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.code-embed-2 {
  margin-bottom: 15px;
}

.div-block-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.svg-image {
  opacity: .4;
}

.herold-body.white {
  font-weight: 200;
}

.herold-body.white.no-align {
  text-align: left;
}

.bold-text {
  font-weight: 600;
}

.hreold-kreuzberg {
  margin-left: 15px;
  margin-right: 15px;
  padding: 0 25px;
}

.div-block-16 {
  background-color: #fafafae6;
  flex-flow: column;
  align-items: center;
  padding: 40px 40px 0;
  display: flex;
}

.image-5 {
  object-fit: fill;
}

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

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

.herold-home-h1 {
  z-index: 10;
  font-family: Literata Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  position: relative;
}

.home-link {
  aspect-ratio: auto;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.herold-home-img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-17 {
  background-color: #321008;
  justify-content: center;
  align-items: flex-end;
  min-height: 85vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-6 {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-2 {
  z-index: 10;
  color: var(--background);
  margin-bottom: 0;
  font-family: Literata Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  top: 6px;
}

.heading-2.dark {
  color: var(--tomasa-brown);
  line-height: .4;
  top: -48px;
}

.header {
  z-index: 10;
  width: 100%;
  color: inherit;
  background-color: #fefcf400;
  border-bottom: .5px solid #fefcf45e;
  justify-content: center;
  align-items: flex-start;
  padding: .5rem 1.5rem;
  display: flex;
  position: relative;
}

.header.mobile {
  display: none;
}

.image-7 {
  z-index: 111;
  mix-blend-mode: normal;
  width: 3em;
  position: static;
}

.link-block-3 {
  z-index: 1200;
  mix-blend-mode: normal;
  text-decoration: none;
  display: block;
  position: relative;
}

.nav-row {
  mix-blend-mode: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.button-primary {
  border: 1px solid var(--tomasa-brown);
  color: var(--background);
  background-color: #321008;
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 14px;
  display: block;
}

.button-primary.mobile {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary.mobile.terracotta {
  background-color: var(--tomasa-blue);
  padding: 15px 20px;
  font-size: 18px;
}

.button-primary.white-radius {
  border-color: var(--background);
}

.button-primary.terracotta {
  width: auto;
  color: var(--background);
  background-color: #5d7b96;
  border-color: #fefcf43d;
}

.button-primary.terracotta.desktop {
  background-color: var(--tomasa-blue);
}

.flex-spacer-horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.flex-spacer-horizontal.large-spacing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.button-secondary {
  z-index: 3;
  border: 1px solid var(--tomasa-brown);
  background-color: var(--background);
  color: #321008;
  white-space: nowrap;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 14px;
  display: flex;
  position: relative;
}

.button-secondary.mobile {
  display: none;
}

.button-secondary.karten {
  border-color: var(--light-blue);
}

.button-secondary.blue {
  border-color: var(--background);
  background-color: var(--tomasa-blue);
  color: var(--background);
}

.menu-nav-links {
  color: inherit;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.text-block {
  color: inherit;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-weight: 500;
}

.div-block-18 {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--background);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  z-index: 10;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  position: relative;
}

.link-block-4 {
  z-index: 4;
  letter-spacing: 2px;
  color: inherit;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.breadcrump {
  z-index: 3;
  margin-top: 70px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.header-nav {
  z-index: 100;
  color: var(--background);
  position: fixed;
  inset: 0% 0% auto;
}

.breadcrumps {
  color: var(--background);
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  text-decoration: none;
}

.text-block-3 {
  color: var(--background);
}

.gradient {
  background-image: linear-gradient(#32100840, #fff0 24%), linear-gradient(#00000012, #00000012), linear-gradient(0deg, #3210086e, #fff0);
  position: absolute;
  inset: 0%;
}

.padding {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding.no-rem-sides {
  padding: 0;
}

.padding.middel {
  color: var(--background);
  justify-content: center;
  align-items: stretch;
}

.reservieren-men {
  z-index: 20;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 20px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.section.brown {
  background-color: var(--tomasa-brown);
  border-top: 1px #321008;
}

.section.brown._100vh {
  height: auto;
  min-height: auto;
  position: static;
}

.section._100vh {
  min-height: auto;
}

._2x1 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

._2x1.brown-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #321008;
  border-radius: 0;
  grid-template-columns: .75fr 1fr;
  overflow: hidden;
}

._2x1.flex {
  display: flex;
}

._2x1.rev {
  grid-column-gap: 5rem;
  grid-template-columns: 1.4fr 1fr;
}

.heading-3 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.heading-3.small {
  font-size: 16px;
  font-weight: 400;
}

.grid-padding {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  width: 100%;
  height: 100%;
  color: var(--tomasa-brown);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid-padding.rem {
  color: var(--background);
  padding: 2.5rem;
}

.grid-padding.mobile-img-card {
  padding: 0;
}

.grid-padding.right {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-padding.middle {
  border: 1px none var(--tomasa-blue);
  justify-content: center;
  align-items: stretch;
}

.grid-padding.cards-middle {
  border: 1px none var(--tomasa-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.grid-padding.card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: stretch center;
  display: grid;
}

.text {
  color: inherit;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.text.link {
  border-style: none;
  text-decoration: underline;
}

.body-bg {
  background-color: var(--background);
}

.spacer-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
}

.spacer-line._80 {
  width: 100%;
  max-width: 1500px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.spacer-line._80.dark {
  background-color: #000;
}

.text-block-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-24 {
  width: 100%;
}

.img-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  background-color: var(--tomasa-brown);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-wrapper.no-radius, .img-wrapper._3-2 {
  border-radius: 0;
}

.img-wrapper.grid-3x1 {
  aspect-ratio: 2 / 3;
  background-color: #182033;
  justify-content: space-between;
  align-items: center;
  min-height: 600px;
  padding: 30px;
}

.image-8 {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: auto;
  position: absolute;
  inset: 0%;
}

.image-8.opacit {
  opacity: .71;
}

.text-block-5 {
  color: inherit;
}

.div-block-26 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.menu-opener {
  z-index: 5;
  cursor: pointer;
  padding: 11px;
  display: none;
  position: relative;
}

.text-block-6 {
  text-align: center;
  color: inherit;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.text-block-6.flex {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: inherit;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-6.small {
  color: inherit;
  font-size: 1.2rem;
}

.code-embed-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: inherit;
  margin-top: 0;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.img-1-1 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.spacer-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #fefcf42b;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 0;
  display: flex;
}

.img-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-span-2 {
  color: inherit;
  text-decoration: underline;
}

.link-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: inherit;
  text-decoration: none;
  display: flex;
}

.text-block-7 {
  font-size: .8rem;
}

.star {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-29 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: var(--tomasa-brown);
  text-decoration: underline;
}

.accordion-wrapper {
  width: auto;
  margin-top: 0;
}

.accordion-item {
  background-color: #fff0;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

._80 {
  width: 80%;
}

.div-block-30 {
  position: relative;
  overflow: hidden;
}

.more-location-slider {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
  overflow: auto;
}

.heading-5 {
  color: var(--background);
  font-family: Tan Pearl, Arial, sans-serif;
  font-weight: 700;
  position: relative;
}

._3x1-spacer {
  z-index: 5;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--background);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.standorte-link {
  width: auto;
  text-decoration: none;
}

.code-embed {
  display: none;
}

.terracotta {
  background-color: var(--tomasa-brown);
  width: 100%;
  color: var(--background);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: inherit;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.div-block-31 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.footer-grid {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-32 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  padding: 15px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #2a2420;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.div-block-33.background {
  color: var(--background);
  background-color: #720510;
}

.white_h2 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
}

.white_h2.dark {
  color: #0d243d;
}

.white-text {
  color: inherit;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: .8rem;
}

.white-text.dark {
  color: #2a2420;
  font-size: 1rem;
}

.small-span {
  font-size: .8rem;
}

.div-block-34 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex-middel {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.flex-middel.background {
  width: 100%;
  color: var(--tomasa-blue);
  background-image: none;
  background-position: 0 0;
  border: 1px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.div-block-35 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.div-block-36 {
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.image-test {
  object-fit: cover;
  width: 60%;
}

.heading {
  color: #1d4d7a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

._60 {
  width: 60%;
  max-width: 500px;
}

.offnungszeit_text {
  color: inherit;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.offnungszeit_text.small {
  font-size: .9rem;
  line-height: 1.2;
}

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

._50-50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  height: auto;
  padding: 0;
  display: grid;
  overflow: visible;
}

._50-50.flex {
  color: #000;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

._50-50.flex.small {
  padding-top: 5px;
  padding-bottom: 5px;
}

.flex_left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid2x1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  max-width: none;
  color: var(--tomasa-brown);
  border: 1px #fff;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-37 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-37.center {
  justify-content: center;
}

.flex_middel {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  height: auto;
  color: var(--tomasa-brown);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  top: 50px;
}

.flex_middel.card {
  width: 60%;
}

.flex_left_middel {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--tomasa-brown);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5px 0;
  line-height: 1;
  display: flex;
}

.heading-6 {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
}

.image {
  filter: invert();
  width: auto;
  height: 4rem;
  max-height: 8rem;
  overflow: visible;
}

.cell_left {
  text-decoration: none;
  -webkit-text-decoration-color: var(--tomasa-brown);
  text-decoration-color: var(--tomasa-brown);
  border-bottom: 1px solid #fff;
  border-right: 1px #fff;
}

.cell_left.bottom {
  border-bottom-style: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: flex;
}

.link-block-5 {
  color: #321008;
}

.text-card {
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.offnungszeit_text-2 {
  color: #e8dcc8;
  font-size: 1rem;
  font-weight: 400;
}

.offnungszeit_text-2.center {
  text-align: center;
  color: inherit;
  font-family: Lora Variablefont Wght, Arial, sans-serif;
  font-size: 14px;
}

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

.div-block-38 {
  display: block;
}

.img-wrapper-small {
  aspect-ratio: auto;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 550px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .herold-padding {
    padding-top: 200px;
  }

  .herold-grid {
    grid-template-columns: 1fr 1.5fr;
  }

  .div-block-6.no-background {
    display: none;
  }

  .herold-padding-v2 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .herold-padding-v2._100.stays {
    padding-bottom: 100px;
  }

  .herold-grid-grid3 {
    grid-template-columns: 1fr;
  }

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

  .navbar-herold {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: block;
  }

  .nav-menu {
    display: block;
  }

  .menu-button {
    display: none;
  }

  .div-block-13 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-5, .code-embed-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .image-6 {
    inset: 0%;
  }

  .heading-2 {
    font-size: 4rem;
    top: 7px;
  }

  .button-primary.terracotta.desktop, .flex-spacer-horizontal.mobile, .button-secondary.blue {
    display: none;
  }

  .text-block {
    font-size: 16px;
  }

  .padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding.middel {
    align-items: stretch;
    max-width: none;
  }

  .reservieren-men {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  ._2x1 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  ._2x1.brown-card {
    grid-template-columns: 1.5fr;
  }

  ._2x1.rev {
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-padding.mobile-img-card {
    padding: 2.5rem;
  }

  .grid-padding.card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .code-embed-4 {
    position: relative;
  }

  .img-wrapper {
    aspect-ratio: 3 / 2;
    min-height: auto;
  }

  .img-wrapper.grid-3x1 {
    min-height: 500px;
  }

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

  .menu-opener {
    display: block;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-6 {
    font-size: 1.3rem;
  }

  .more-location-slider {
    overflow: scroll;
  }

  .div-block-33 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  ._50-50 {
    grid-template-columns: 1fr;
  }

  .flex_middel {
    margin-top: 30px;
  }

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

  ._3x1 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .herold-padding {
    padding-top: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .herold-titel.v2 {
    font-size: 23px;
  }

  .herold-padding-v2 {
    padding: 120px 0 60px;
  }

  .herold-padding-v2._100 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .herold-padding-v2._100.stays {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .herold-h2-white {
    font-size: 28px;
  }

  .herold-text.center {
    font-size: 18px;
  }

  .herold-text.center.padding {
    font-size: 20px;
  }

  .div-block-8 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .div-block-8._4crads {
    grid-template-columns: 1fr;
  }

  .div-block-10 {
    grid-template-columns: 1fr;
    padding: 15px 25px;
  }

  .galerie-grid-herold {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .collection-list-wrapper {
    padding-left: 21px;
    padding-right: 21px;
  }

  .footer-herold {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar-herold {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-herold-link {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu {
    background-color: #fff;
    height: 100vh;
  }

  .menu-button.w--open {
    background-color: #f3f3f3;
    border-radius: 8px;
    padding: 13px;
  }

  .icon {
    filter: invert();
  }

  .grid-hero {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .home-link {
    height: 50vh;
  }

  .herold-home-img {
    width: 100%;
  }

  .div-block-17 {
    min-height: 90vh;
  }

  .heading-2 {
    font-size: 3.5rem;
    top: 6px;
  }

  .header.mobile {
    display: flex;
  }

  .image-7 {
    width: 2rem;
  }

  .button-primary {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .button-primary.karten {
    width: auto;
  }

  .button-primary.mobile {
    width: 100%;
  }

  .button-primary.terracotta.desktop {
    display: none;
  }

  .flex-spacer-horizontal {
    flex-flow: wrap;
  }

  .flex-spacer-horizontal.desktop {
    display: none;
  }

  .flex-spacer-horizontal.mobile {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .button-secondary {
    width: 100%;
  }

  .button-secondary.mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    display: flex;
  }

  .button-secondary.karten {
    width: auto;
  }

  .breadcrump {
    margin-top: 120px;
  }

  .padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .reservieren-men {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

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

  ._2x1.brown-card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 2fr;
  }

  ._2x1.flex {
    flex-flow: column;
  }

  ._2x1.rev {
    flex-flow: column-reverse;
    grid-template-columns: 1.4fr;
    display: flex;
  }

  .grid-padding.rem {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 2rem;
  }

  .grid-padding.mobile-img-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text.link {
    border-style: none;
  }

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

  .img-wrapper {
    aspect-ratio: 3 / 2;
    min-height: auto;
  }

  .img-wrapper.grid-3x1 {
    min-width: 280px;
    min-height: 500px;
  }

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

  .menu-opener {
    aspect-ratio: 1;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .div-block-22 {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .flex-middel.background {
    color: var(--tomasa-brown);
    background-image: none;
    background-position: 0 0;
    border: 1px #000;
  }

  .div-block-35 {
    flex-flow: column;
  }

  ._50-50 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    position: relative;
  }

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

  .div-block-37.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .flex_middel {
    margin-top: 20px;
  }

  .cell_left {
    border: 1px solid #fff;
  }

  ._3x1 {
    flex-flow: column-reverse;
    display: flex;
  }
}

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

  .div-block-6.no-background {
    display: none;
  }

  .div-block-8._4crads {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-10 {
    padding: 0;
  }

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

  .galerie-grid-herold {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-wrapper {
    padding-left: 11px;
    padding-right: 11px;
  }

  .footer-herold {
    flex-flow: column;
  }

  .navbar-herold {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-herold-link {
    border-bottom-color: #f3f3f3;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-menu {
    background-color: #fff;
    width: auto;
    height: 100vh;
  }

  .menu-button.w--open {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 12px;
  }

  .icon, .icon.nav {
    filter: none;
  }

  .dropdown {
    width: 100%;
  }

  .grid-hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .home-link {
    height: 50vh;
  }

  .div-block-17 {
    min-height: 85vh;
  }

  .heading-2 {
    font-size: 3.5rem;
    top: 4px;
  }

  .image-7 {
    flex: 0 auto;
  }

  .button-primary {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .button-primary.karten {
    width: auto;
  }

  .button-primary.mobile {
    width: 100%;
  }

  .button-primary.mobile.terracotta {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .button-primary.terracotta.desktop {
    display: none;
  }

  .flex-spacer-horizontal {
    flex-flow: wrap;
  }

  .flex-spacer-horizontal.mobile {
    flex-flow: row;
    width: 100%;
  }

  .button-secondary {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-secondary.mobile {
    aspect-ratio: auto;
    width: auto;
    height: auto;
    padding: 9px 10px;
    font-size: 16px;
    display: flex;
  }

  .button-secondary.karten {
    width: auto;
  }

  .header-nav {
    background-color: #0000;
  }

  .padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding.middel {
    width: auto;
  }

  .reservieren-men {
    z-index: 10;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    align-items: stretch;
  }

  ._2x1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  ._2x1.brown-card {
    grid-template-columns: 1.25fr;
    width: auto;
  }

  ._2x1.flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  ._2x1.rev {
    grid-row-gap: 3rem;
    flex-flow: column-reverse;
    grid-template-columns: 100%;
    grid-auto-flow: row;
    display: flex;
  }

  .grid-padding {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .grid-padding.rem {
    padding-bottom: 1rem;
  }

  .grid-padding.mobile-img-card {
    padding-top: 1.5rem;
  }

  .spacer-line {
    background-color: #00000057;
  }

  .img-wrapper {
    aspect-ratio: 1;
    min-height: auto;
    display: flex;
  }

  .img-wrapper._3-2 {
    aspect-ratio: 3 / 2;
  }

  .img-wrapper.grid-3x1 {
    aspect-ratio: 2 / 3;
    min-width: 300px;
    min-height: 400px;
  }

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

  .text-block-6 {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .code-embed-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .spacer-flex {
    border-top-style: solid;
  }

  .img-full {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  ._80 {
    width: 100%;
  }

  .code-embed {
    display: none;
  }

  .footer-grid, .div-block-32 {
    flex-flow: wrap;
  }

  .white_h2.dark {
    width: 65%;
    font-size: 1.2rem;
  }

  .white-text {
    font-size: .7rem;
  }

  .div-block-35 {
    flex-flow: column;
  }

  .div-block-36 {
    height: 60vh;
  }

  .image-test {
    object-fit: cover;
    width: 120%;
  }

  ._60 {
    width: 80%;
  }

  ._50-50 {
    grid-template-columns: 1fr;
  }

  .div-block-37.mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex_middel {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
  }

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

  ._3x1 {
    flex-flow: column-reverse;
    display: flex;
  }

  .img-wrapper-small {
    aspect-ratio: 1;
    min-height: auto;
  }
}


@font-face {
  font-family: 'Fraunces Variablefont Soft Wonk Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces Variablefont Soft Wonk Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Literata Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tan Pearl';
  src: url('../fonts/TAN-Pearl-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Variablefont Wght';
  src: url('../fonts/Lora-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}