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

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

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

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

:root {
  --color--background-light: #f3ebe0;
  --color--darkred: #4e1616;
  --white: white;
  --color--red: #6c1412;
  --color--gold: #c49867;
  --color--background-middle: #ecddd8;
  --color--background-lighter: #f9f5f0;
  --color--middlered: #4e1616;
  --black: #000;
  --color--transparent: transparent;
  --color--gold-middle: #88725b;
  --color--divider-grey: #b4b4b4;
  --color--dark: #252525;
  --color--grey: #757575;
  --color--bright: #dfdfdf;
  --color--green: #95c11f;
  --color--lightgrey: #ececec;
  --color--background-dark: #333;
  --color--text: #000;
}

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

body {
  background-color: var(--color--background-light);
  color: var(--color--darkred);
  font-family: Lora, Times New Roman, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

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

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  border-bottom: 2px solid var(--white);
  background-color: var(--color--darkred);
  background-image: url('../images/malee-bg-small.png');
  background-position: 50% 0;
  padding-left: 4rem;
  padding-right: 4rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  width: 100%;
  max-width: 90rem;
}

.nav-brand {
  width: 20rem;
  margin-top: .25rem;
  margin-left: -1rem;
}

.nav-link {
  background-color: var(--color--red);
  color: var(--white);
  margin-top: 1.7rem;
  padding: 1rem 1.25rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: color .1s, background-color .2s;
}

.nav-link:hover {
  background-color: var(--color--gold);
  color: var(--color--darkred);
}

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

.page-wrapper.top {
  padding-top: 5rem;
}

.page-section {
  padding: 8rem 4rem;
}

.page-section.top {
  padding-top: 12rem;
}

.page-section.beige {
  background-color: var(--color--background-middle);
}

.page-section.beige.hinweis {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-inner {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  background-color: var(--color--gold);
}

.footer-section {
  background-color: var(--color--red);
  padding: 8rem 4rem;
}

.footer-inner {
  justify-content: space-between;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-style-h1 {
  color: var(--color--red);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 2rem;
  line-height: 1.4;
}

.heading-style-h2 {
  color: var(--color--red);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.4;
}

.heading-style-h3 {
  color: var(--color--red);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.heading-style-h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
}

.heading-style-h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
}

.heading-style-h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .8rem;
  line-height: 1.4;
}

.rich-text-custom {
  overflow-wrap: break-word;
}

.rich-text-custom h1 {
  color: var(--color--red);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.4;
}

.rich-text-custom h2 {
  color: var(--color--red);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.4;
}

.rich-text-custom h3 {
  color: var(--color--red);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.4;
}

.rich-text-custom h4 {
  color: var(--color--red);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
}

.rich-text-custom h5 {
  color: var(--color--red);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
}

.rich-text-custom h6 {
  color: var(--color--red);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: .8rem;
  line-height: 1.4;
}

.rich-text-custom p {
  margin-bottom: 1rem;
}

.rich-text-custom blockquote {
  border-left-color: var(--color--gold);
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
}

.rich-text-custom ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

.rich-text-custom li {
  margin-bottom: .25rem;
}

.rich-text-custom ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

.rich-text-custom a {
  color: var(--color--red);
}

.paragraph {
  margin-bottom: 1rem;
}

.paragraph.stong {
  font-weight: 700;
}

.paragraph.stong.margin-minus {
  margin-top: -1rem;
}

.nav-menu-ani {
  width: 250px;
  height: 250px;
}

.header-section {
  border-bottom: .75rem dotted var(--color--gold);
  height: 70svh;
  padding-bottom: .25rem;
}

.header-inner {
  border-bottom: .5rem solid var(--white);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.price-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 4rem;
  display: flex;
}

.price-wrapper.euro {
  margin-bottom: 4rem;
}

.price-inner.euro {
  border-bottom: 1px solid var(--color--gold);
  padding-bottom: 2rem;
}

.price-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.price-grid.margin-plus {
  margin-bottom: 1rem;
}

.price-grid-wrapper {
  background-color: var(--color--background-lighter);
  justify-content: space-between;
  transition: background-color .2s;
  display: flex;
}

.price-grid-wrapper:hover {
  background-color: var(--white);
}

.price-grid-time-wrapper {
  padding: 1rem 1rem 1rem 2rem;
  display: flex;
}

.price-grid-euro-wrapper {
  justify-content: flex-end;
  padding: 1rem 2rem 1rem 1rem;
  display: flex;
}

.prive-euro-text {
  font-weight: 700;
}

.double-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.double-image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.double-image-inner {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.double-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-section {
  height: 50svh;
}

.image-scroll-wrapper {
  background-image: url('../images/malee-bg-scroll.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-element {
  height: 16svh;
}

.element-wrapper {
  background-image: url('../images/malee-bg-small.png');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.footer-section-impress {
  background-color: var(--color--gold);
  padding: 2rem 4rem;
}

.footer-inner-impress {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.impress-link {
  color: var(--color--darkred);
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.impress-link:hover {
  color: var(--white);
}

.footer-inner-contact, .footer-inner-time {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.footer-head {
  color: var(--color--gold);
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-link-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  padding-right: 2rem;
  display: flex;
}

.footer-link-text {
  font-size: 1.5rem;
}

.footer-link-text.small {
  color: var(--white);
  font-size: 1rem;
}

.footer-icon-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer-icon-link {
  aspect-ratio: 1;
  border: 1.25px solid var(--color--gold);
  background-color: var(--color--gold);
  border-radius: .5rem;
  width: 100%;
  max-width: 2.5rem;
  transition: background-color .2s;
  overflow: hidden;
}

.footer-icon-link:hover {
  background-color: var(--white);
}

.footer-link-block {
  color: var(--white);
  text-decoration: none;
  transition: color .2s;
}

.footer-link-block:hover {
  color: var(--color--gold);
}

.time-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.start-image {
  width: 100%;
  max-width: 25%;
}

.start-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.start-text {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.button {
  background-color: var(--color--gold);
  color: var(--color--middlered);
  padding: 1rem 2rem;
  font-weight: 700;
  transition: background-color .2s, color .1s;
}

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

.button-wrapper {
  margin-top: 2rem;
}

.line-wrapper {
  width: 6rem;
  height: .35rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.line-wrapper.small {
  height: .25rem;
}

.line-action {
  background-color: var(--color--gold);
  width: 100%;
  height: 100%;
}

.link-block-wirtzdesign {
  color: #333;
  flex-direction: column;
  margin-top: 40px;
  text-decoration: none;
  transition: color .2s;
}

.link-block-wirtzdesign:hover {
  color: #e20613;
}

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

.wd-logo {
  margin-right: 20px;
}

.logo-wirtzdesign {
  width: 50px;
  min-width: 50px;
}

.text-block-wirtzdesign {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.text-block-wirtzdesign.klein {
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-menu {
    background-color: var(--color--red);
    height: 100vh;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .nav-link {
    margin-top: 0;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.5rem;
  }

  .nav-menu-button {
    border: 1px solid var(--white);
    background-color: var(--color--gold);
    margin-top: 1.25rem;
    padding: .5rem;
  }

  .nav-menu-button.w--open {
    border: 1px solid var(--white);
    background-color: var(--color--gold);
  }

  .footer-inner {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .nav-menu-ani {
    width: 1.75rem;
    height: 1.75rem;
  }

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

  .price-grid-wrapper.off {
    display: none;
  }

  .double-wrapper {
    flex-flow: column;
  }

  .double-image-wrapper {
    max-width: 100%;
  }

  .image-section {
    height: 35svh;
  }

  .image-scroll-wrapper {
    background-attachment: scroll;
  }

  .start-image {
    max-width: 50%;
  }

  .start-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .nav-brand {
    padding-left: 0;
  }

  .header-section {
    border-bottom-width: .5rem;
  }

  .footer-link-text.mail {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 0;
    padding-right: .75rem;
  }

  .nav-brand {
    width: 16rem;
    margin-left: 0;
  }

  .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-menu-button {
    margin-top: .75rem;
  }

  .page-wrapper.top {
    padding-top: 4rem;
  }

  .page-section {
    padding: 4rem 2rem;
  }

  .page-section.top {
    padding-top: 8rem;
  }

  .footer-section {
    padding: 4rem 2rem;
  }

  .rich-text-custom h1 {
    font-size: 1.5rem;
  }

  .rich-text-custom h2 {
    font-size: 1.35rem;
  }

  .rich-text-custom h3 {
    font-size: 1.2rem;
  }

  .rich-text-custom h4 {
    font-size: 1rem;
  }

  .rich-text-custom h5 {
    font-size: .9rem;
  }

  .price-wrapper.euro {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .price-grid-time-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
  }

  .price-grid-euro-wrapper {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1rem;
  }

  .double-image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-section-impress {
    padding: 4rem 2rem;
  }

  .start-image {
    max-width: 100%;
  }

  .wd-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .wd-logo {
    margin-right: 0;
  }
}


@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}