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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

h1 {
  margin-top: 1em;
  margin-bottom: 1.3em;
  color: #622e1b;
  font-size: 3.15em;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #e28f26;
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.6em;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
}

p {
  margin-bottom: 10px;
  letter-spacing: 1px;
}

a {
  text-decoration: underline;
}

li {
  color: #333;
  letter-spacing: 1px;
  list-style-type: none;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 18px;
  line-height: 22px;
}

.hero-section {
  position: relative;
  height: 43vh;
  min-height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  letter-spacing: 0.25px;
}

.nav-link {
  position: static;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  border-left: 3px solid #e28f26;
  font-family: Lexend, sans-serif;
  color: #962e34;
  font-size: 1em;
  font-weight: 600;
}

.nav-link.submenu {
  height: 53px;
  max-width: 192px;
  min-width: 100px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  border-left-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.21);
  white-space: pre-wrap;
}

.nav-link.submenu:hover {
  color: #fff;
}

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

.nav-mobile {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  width: 100%;
  background-image: url('../images/Sandstein-Hintergrund-Navigation.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.zitat-gross {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-mainteaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
}

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

.block-quote {
  width: 60%;
  border-left-style: none;
  color: #622e1b;
  font-size: 1.42em;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.75px;
}

.divider-section {
  overflow: hidden;
  height: 40vh;
  min-height: 510px;
  margin-top: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Grabstein-auf-Haenden-getragen.png'), url('../images/Sandstein-Hintergrund.jpg');
  background-position: -27vw -7vw, 50% 50%;
  background-size: 70vw, contain;
  background-repeat: no-repeat, repeat;
}

.teaser-meisterstuecke {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  max-width: 970px;
  margin-left: 13vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: translate(57px, 0px);
  -ms-transform: translate(57px, 0px);
  transform: translate(57px, 0px);
}

.teaser-auffrischung {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 167px;
  margin-bottom: 209px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.teaser-leistungen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  margin-bottom: 99px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.teaser-haus-und-garten {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 190px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teaser-ueber-uns {
  margin-top: 105px;
  text-align: center;
}

.footer {
  padding-top: 41px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Sandstein-Hintergrund-Navigation.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.nav-menu {
  width: 100%;
  margin-top: 44px;
  padding-bottom: 70px;
  text-align: right;
}

.nav-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.heading-home {
  font-size: 3.15em;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading-home.white {
  color: #fff;
}

.brand {
  width: 75px;
  margin-right: 15px;
}

.logo-und-kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-kontakt-txt {
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.logo-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.page-title {
  margin-bottom: 0px;
  font-family: Lexend, sans-serif;
  color: #622e1b;
  font-size: 37px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.45);
}

.page-title-claim {
  margin-bottom: 0px;
  margin-left: 12px;
  font-family: Lexend, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.paragraph {
  padding-right: 4px;
  padding-left: 4px;
  color: #000;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.mainteaser-link-txt {
  color: #000;
  font-size: 1.7em;
  letter-spacing: 1px;
  text-decoration: none;
}

.button {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  background-color: #3b9239;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
}

.button.orange {
  margin-right: 83px;
  margin-left: 83px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #e28f26;
}

.button.red {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #962e34;
  color: #fff;
  font-size: 1em;
}

.button.restaurierung-und-vorsorge {
  margin-right: 86px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 1em;
}

.button.bg-farbe-rost {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
}

.teaser-subline {
  font-size: 1.42em;
  line-height: 1.4;
  font-style: italic;
}

.teaser-subline.red {
  margin-top: 10px;
  margin-right: 44px;
  margin-bottom: 22px;
  color: #962e34;
  font-size: 1.42em;
}

.teaser-subline.red.steine-haus-und-garten {
  margin-top: -160px;
  margin-left: 28px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.teaser-subline.restaurierung-und-vorsorge {
  width: 280px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #962e34;
}

.divider-teaser-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.teaser-heading {
  color: #962e34;
  font-size: 3.15em;
  font-weight: 400;
  letter-spacing: 4px;
}

.teaser-heading.caps {
  font-size: 3em;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.teaser-heading.caps.brown {
  color: #622e1b;
  text-align: center;
}

.teaser-heading.caps.green {
  margin-top: -0.2em;
  margin-bottom: 0.3em;
  margin-left: -47px;
  color: #3b9239;
}

.hero-headline-container {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.teaser-wrapper-image-right {
  position: relative;
  width: 40%;
  height: 100%;
}

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

.teaser-text-wrapper.leistungen-und-service {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.teaser-text-wrapper.steine-haus-und-garten {
  width: 45%;
}

.image-4 {
  position: absolute;
  left: -66px;
  z-index: -1;
  max-width: none;
}

.teaser-wrapper-image-overlap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.teaser-portrait-caption {
  position: absolute;
  left: -85px;
  top: 0%;
  right: auto;
  bottom: auto;
  font-family: Lexend, sans-serif;
  font-weight: 500;
}

.red {
  color: #962e34;
}

.initial {
  font-size: 1.4em;
}

.initial.h2 {
  font-size: 1.4em;
}

.initial.h2.steinausstellung-3 {
  margin-left: 166px;
}

.teaser-wrapper-background-image {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-5 {
  margin-top: 38px;
  margin-right: 138px;
  opacity: 0.76;
}

.teaser-image-left-wrapper {
  width: 55%;
}

.subline-wrapper-ueber-uns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 291px;
  padding-right: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-heading-kontakt {
  font-family: Lexend, sans-serif;
  color: #622e1b;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}

.footer-kontakt-paragraph {
  font-family: Lexend, sans-serif;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
}

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

.image-6 {
  width: 220px;
}

.footer-link-image {
  height: 50px;
}

.footer-link-image.anfahrt-icon {
  height: 60px;
}

.footer-link-txt {
  margin-top: 13px;
  color: #962e34;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.subline-inline-link {
  color: #962e34;
  font-size: 1.3em;
  text-decoration: none;
}

.hero-image-1 {
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-section-image-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-link-dropdown {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  -webkit-transition: margin-bottom 500ms cubic-bezier(.165, .84, .44, 1);
  transition: margin-bottom 500ms cubic-bezier(.165, .84, .44, 1);
  color: #962e34;
  white-space: pre-wrap;
}

.nav-link-dropdown.w--open {
  min-height: 45px;
  -webkit-transition-property: none;
  transition-property: none;
}

.nav-dropdown-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  text-align: center;
}

.nav-dropdown-list.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.nav-dropdown-list.rechts {
  right: 0px;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.nav-dropdown-list.steine-fuer-haus {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.content-heading {
  width: 200%;
  color: #000;
  font-size: 2.28em;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content-heading.einzelgraeber {
  -webkit-transform: translate(-48px, -48px);
  -ms-transform: translate(-48px, -48px);
  transform: translate(-48px, -48px);
}

.platzhalter-findlinge {
  opacity: 0.3;
}

.content-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-intro-image-wrapper {
  margin-right: 42px;
}

.masonry {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-auto-rows: 230px;
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 230px 230px;
  grid-template-rows: 230px 230px;
}

.masonry.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.masonry-image {
  width: 200%;
  height: auto;
  max-width: none;
  min-height: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
}

.inner-link {
  display: inline-block;
  max-width: 122px;
  color: #962e34;
  font-size: 1em;
  text-decoration: none;
}

.inner-link:hover {
  color: #fff;
}

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

.ind-h2-spacing {
  margin-left: 139px;
}

.scroll-anker {
  height: 0px;
  -webkit-transform: translate(0px, -175px);
  -ms-transform: translate(0px, -175px);
  transform: translate(0px, -175px);
}

.award-link {
  position: fixed;
  left: auto;
  top: 12.4em;
  right: 3%;
  bottom: auto;
  z-index: 100;
  width: 9em;
}

.text-farbe-braun {
  color: #622e1b;
}

.spacer {
  height: 5em;
}

.auszeichnung-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7.7em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.auszeichnung-image.rednerpult {
  margin-bottom: -51px;
}

._60 {
  width: 60%;
}

.buga-medaille-content {
  height: 150px;
  margin-top: -41px;
}

.auszeichnung-thumbs {
  width: 100%;
  height: 9em;
  margin-top: 40px;
}

.auszeichnung-thumb {
  height: 100%;
  margin-right: 14px;
}

._40 {
  width: 40%;
}

._70 {
  width: 70%;
}

._30 {
  width: 30%;
}

._50 {
  width: 50%;
}

.padding-left {
  padding-left: 2em;
}

.padding-right {
  padding-right: 2em;
}

.auszeichnung-lightbox-link {
  height: 100%;
}

.hyphen.text-farbe-braun {
  margin-top: 2.4em;
}

.div-block {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  grid-template-columns: repeat(auto-fit, minmax(200px, 0.25fr));
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.masonry-image-copy {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -ms-grid-rows: 151px 16px auto;
  grid-template-rows: 151px auto;
}

.image-9 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.masonry-grid-image {
  min-height: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.masonry-lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.absatz {
  margin-top: 4em;
  margin-bottom: 4em;
}

.text-farbe-rost {
  color: #962e34;
}

.image-wrapper-standard {
  padding-right: 1em;
}

.column-image {
  width: 100%;
  margin-bottom: 1.7em;
}

.text-groesse-gross {
  font-size: 1.25em;
  line-height: 1.3;
}

.text-groesse-gross.text-farbe-rost {
  font-style: italic;
}

.trenner {
  margin-top: 4.9em;
  margin-bottom: 4.9em;
}

.trenner-image {
  width: 100%;
  height: 30vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.trenner-image._40 {
  height: 40vh;
}

.carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.mask {
  overflow: visible;
}

.slide {
  margin-right: 9px;
}

.image-12 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-2 {
  color: #e28f26;
}

.icon-3 {
  color: #e28f26;
}

.carousel-slider-image {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -60px;
  height: 60px;
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -60px;
  height: 60px;
}

.carousel-wrapper {
  overflow: hidden;
  height: 550px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.slide-nav {
  bottom: -50px;
  height: 40px;
}

.html-embed {
  background-color: #e28f26;
}

.bg-farbe-orange {
  background-color: #e28f26;
}

.bg-farbe-rost {
  background-color: #962e34;
}

.bg-farbe-braun {
  background-color: #622e1b;
}

.bg-farbe-gruen {
  background-color: #3b9239;
}

.grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.vertikale-bilder-gallerie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 21vh;
  margin-top: 3em;
  margin-bottom: 3em;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.vertikale-bilder-gallerie-image {
  max-width: none;
  min-width: 25%;
  margin-right: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.vertikale-bilder-gallerie-image._4-3 {
  max-width: 26.66%;
  min-width: 26.666vh;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.headline-mit-bild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3em;
  padding-bottom: 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headlinebild {
  max-height: 300px;
  min-height: 150px;
}

.columns {
  margin-top: 2em;
  margin-bottom: 2em;
}

.list {
  color: #e28f26;
}

.list-2 {
  padding-left: 16px;
}

.carousel-content-wrapper {
  height: 90%;
}

.slide-caption {
  overflow: hidden;
  height: 10%;
  margin-top: 9px;
  text-align: center;
}

.carousel-slider-image-flex {
  max-height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.carousel-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.mask-flex {
  overflow: visible;
  width: 33.33%;
}

.slide-flex {
  overflow: hidden;
  max-width: 100%;
  margin-right: 103%;
  margin-left: -100%;
  text-align: center;
}

.carousel-wrapper-flex {
  overflow: hidden;
  height: 350px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.content-vertical-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.rich-text-meta {
  padding-top: 3.3em;
  padding-bottom: 3.3em;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.kontaktformular-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-2 {
  margin-bottom: 1em;
  background-color: #13aae3;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.container-2 {
  max-width: 80%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.kontaktformular-input {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f6f3ef;
}

.kontaktformular-input.nachricht {
  min-height: 230px;
}

.spacer-2 {
  height: 5em;
}

.spacer-2.small {
  height: 2em;
}

.hinweis-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 24em;
  margin-top: 12.8em;
  margin-bottom: 12.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-vertical-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden {
  display: none;
}

@media screen and (min-width: 1440px) {
  .divider-section {
    background-position: -30vw -10vw, 50% 50%;
    background-size: 68vw, contain;
  }

  .teaser-text-wrapper.leistungen-und-service {
    width: 60%;
  }

  .hero-image-1 {
    width: 100%;
  }

  .award-link {
    right: 11%;
  }

  .container-2 {
    max-width: 75%;
  }
}

@media screen and (min-width: 1920px) {
  .container-2 {
    max-width: 1350px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 43vh;
    min-height: 430px;
  }

  .nav-link.dropdown {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    border-left-style: none;
  }

  .nav-link.submenu {
    display: block;
    height: auto;
    max-width: none;
    border-left-style: none;
  }

  .block-quote {
    width: 70%;
    font-size: 1.2em;
  }

  .divider-section {
    min-height: 390px;
    background-position: -60vw 40%, 0px 0px;
    background-size: 100vw, auto;
  }

  .teaser-weiteres-section {
    overflow: hidden;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-menu {
    margin-top: 0px;
    background-color: #e28f26;
  }

  .nav-intro {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-title {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .page-title {
    margin-top: 0px;
    margin-left: 18px;
    letter-spacing: 2px;
  }

  .page-title-claim {
    color: #962e34;
  }

  .teaser-subline {
    font-size: 1.2em;
    letter-spacing: 0.5px;
  }

  .teaser-subline.red {
    font-size: 1.2em;
  }

  .teaser-subline.red.steine-haus-und-garten {
    margin-top: -111px;
  }

  .teaser-heading {
    font-size: 2.5em;
    letter-spacing: 2px;
  }

  .teaser-heading.caps {
    font-size: 2.5em;
    letter-spacing: 2px;
  }

  .teaser-heading.caps.brown {
    font-size: 2.5em;
    letter-spacing: 3px;
  }

  .teaser-heading.caps.green {
    margin-bottom: -11px;
    margin-left: -21px;
    font-size: 2.5em;
    letter-spacing: 2px;
  }

  .teaser-wrapper-image-overlap {
    width: 350px;
    height: 340px;
  }

  .teaser-portrait-caption {
    left: -109px;
    top: -12%;
  }

  .image-5 {
    padding-right: 113px;
  }

  .footer-links {
    width: 240px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hero-image-1 {
    max-width: 150%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .hero-section-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-link-dropdown {
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .nav-dropdown-list {
    position: static;
    display: block;
  }

  .nav-dropdown-list.w--open {
    position: static;
  }

  .masonry {
    grid-auto-rows: 180px;
    -ms-grid-rows: 180px 180px;
    grid-template-rows: 180px 180px;
  }

  .inner-link {
    display: block;
    max-width: none;
  }

  .menu-button {
    width: auto;
    float: right;
  }

  .menu-button.w--open {
    position: static;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #e28f26;
  }

  .nav-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 16px 20px;
  }

  .icon {
    color: #622e1b;
    font-size: 40px;
  }

  .award-link {
    position: absolute;
    top: 9.3em;
    right: 3%;
    z-index: 99;
    width: 7em;
  }

  .auszeichnung-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .auszeichnung-image._60 {
    width: 100%;
  }

  .auszeichnung-image._50 {
    width: 100%;
  }

  .auszeichnung-text-wrapper._50.padding-left {
    width: 100%;
    padding-left: 0em;
  }

  .auszeichnung-text-wrapper._40 {
    width: 100%;
  }

  .auszeichnung-text-wrapper._40.padding-left {
    padding-left: 0em;
  }

  .auszeichnung-thumbs {
    height: 8em;
  }

  .masonry-image-copy {
    height: 25vw;
  }

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

  .masonry-grid-image {
    height: 19vw;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .vertikale-bilder-gallerie-image {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .container-2 {
    max-width: 92%;
  }

  .column-vertical-centered {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 390px;
    min-height: auto;
  }

  .wrapper-mainteaser {
    padding-right: 48px;
    padding-left: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mainteaser {
    width: 48%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .mainteaser.last {
    margin-top: 40px;
  }

  .block-quote {
    width: 80%;
  }

  .divider-section {
    min-height: 340px;
  }

  .teaser-meisterstuecke {
    width: 60vw;
    margin-left: 0vw;
  }

  .teaser-auffrischung {
    margin-top: 77px;
    margin-bottom: 116px;
    padding-left: 86px;
  }

  .teaser-leistungen {
    margin-top: 56px;
    margin-bottom: 70px;
    padding-left: 27px;
  }

  .teaser-haus-und-garten {
    position: relative;
    width: auto;
    height: auto;
    min-height: 50vw;
    margin-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .teaser-ueber-uns {
    padding-right: 32px;
    padding-left: 32px;
  }

  .footer {
    margin-top: 0px;
    padding: 40px 20px;
  }

  .nav-menu {
    overflow: auto;
    padding-bottom: 50px;
  }

  .nav-intro {
    width: 60%;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .nav-kontakt-txt {
    display: none;
  }

  .page-title {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 2px;
  }

  .teaser-subline.red.steine-haus-und-garten {
    margin-top: 10px;
  }

  .teaser-heading {
    font-size: 2.2em;
    line-height: 1.2;
  }

  .teaser-heading.caps {
    font-size: 2.2em;
  }

  .teaser-heading.caps.brown {
    font-size: 2.2em;
  }

  .teaser-heading.caps.green {
    margin-bottom: 13vw;
    margin-left: -10px;
    font-size: 2.2em;
    line-height: 0.9;
  }

  .teaser-text-wrapper.steine-haus-und-garten {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .teaser-text-wrapper.steine-haus-und-garten.headline {
    width: 50%;
  }

  .image-4 {
    left: -32px;
    width: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .teaser-wrapper-image-overlap {
    width: 250px;
    height: 250px;
  }

  .teaser-portrait-caption {
    left: -11px;
    top: -26%;
    line-height: 1.4;
  }

  .initial.h2.steinausstellung-3 {
    margin-left: 0px;
  }

  .image-5 {
    margin-top: 25px;
    padding-right: 239px;
  }

  .teaser-image-left-wrapper {
    position: static;
    left: 2%;
    bottom: 132px;
    z-index: -1;
    width: 47%;
    max-width: 330px;
  }

  .subline-wrapper-ueber-uns {
    margin-left: 0px;
  }

  .footer-anfahrt {
    width: 45%;
  }

  .footer-kontakt {
    width: 45%;
  }

  .footer-links {
    width: 100%;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-info-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-heading-kontakt {
    margin-left: -65px;
    font-size: 1em;
    letter-spacing: 0.75px;
  }

  .link-block {
    width: 100px;
  }

  .image-6 {
    width: 100%;
  }

  .footer-link-image {
    height: 40px;
  }

  .footer-link-image.anfahrt-icon {
    height: 50px;
  }

  .content-heading {
    width: 100%;
  }

  .content-heading.einzelgraeber {
    -webkit-transform: translate(-19px, -19px);
    -ms-transform: translate(-19px, -19px);
    transform: translate(-19px, -19px);
  }

  .content-intro-image-wrapper {
    margin-right: 0px;
  }

  .masonry {
    grid-auto-rows: 200px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 200px;
    grid-template-rows: 200px;
  }

  .ind-h2-spacing.steinausstellung-2 {
    margin-left: 0px;
  }

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .nav-container {
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .award-link {
    top: 6.8em;
  }

  .auszeichnung-wrapper {
    margin-bottom: 5.9em;
  }

  .auszeichnung-image.rednerpult {
    margin-bottom: -18px;
  }

  .auszeichnung-thumbs {
    display: -ms-grid;
    display: grid;
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 0.5em;
    grid-row-gap: 0.5em;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .auszeichnung-thumb {
    height: auto;
    min-width: 100%;
    margin-right: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .auszeichnung-lightbox-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-stnd {
    padding-right: 1em;
    padding-left: 1em;
  }

  .masonry-image-copy {
    height: auto;
  }

  .masonry-grid-image {
    height: auto;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .vertikale-bilder-gallerie {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .vertikale-bilder-gallerie-image {
    height: 19vh;
    min-width: 33%;
    margin-bottom: 1em;
  }

  .vertikale-bilder-gallerie-image._4-3 {
    height: 10vh;
    min-width: 15vh;
  }

  .mask-flex {
    width: 100%;
  }

  .slide-flex {
    margin-right: 0%;
    margin-left: 0%;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .spacer-2 {
    height: 3em;
  }

  .column-vertical-centered {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 1.6em;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.3em;
    letter-spacing: 1.5px;
  }

  .hero-section {
    height: 220px;
  }

  .nav-link.dropdown {
    display: block;
    border-left-style: none;
    border-left-width: 0px;
  }

  .nav-link.submenu {
    display: block;
    height: auto;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    border-left-style: none;
  }

  .nav-mobile {
    z-index: 99;
  }

  .wrapper-mainteaser {
    padding-right: 29px;
    padding-left: 29px;
  }

  .mainteaser {
    width: 100%;
    margin-bottom: 37px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-quote {
    width: 100%;
  }

  .divider-section {
    height: 30vh;
    background-image: url('../images/Grabstein-auf-Haenden-getragen.png'), url('../images/Sandstein-Hintergrund.jpg');
    background-position: 50% 260px, 0px 0px;
    background-size: 100vw, auto;
    background-repeat: no-repeat, repeat;
  }

  .teaser-meisterstuecke {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .teaser-auffrischung {
    margin-bottom: 98px;
    padding-left: 0px;
  }

  .teaser-leistungen {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .teaser-haus-und-garten {
    padding-right: 0px;
    padding-left: 0px;
  }

  .teaser-ueber-uns {
    margin-top: 71px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .nav-menu {
    z-index: 999;
    min-height: 100vw;
    margin-top: 0px;
    padding-bottom: 30px;
    background-color: #e28f26;
  }

  .nav-intro {
    width: 80%;
  }

  .heading-home {
    font-size: 1.8em;
  }

  .logo-title {
    width: 100%;
  }

  .page-title {
    margin-top: 0px;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
  }

  .page-title-claim {
    display: none;
  }

  .teaser-subline.red.steine-haus-und-garten {
    margin-right: 0px;
    margin-left: 0px;
  }

  .teaser-subline.red.ueber-uns {
    margin-right: 0px;
  }

  .teaser-subline.restaurierung-und-vorsorge {
    width: 100%;
  }

  .teaser-heading {
    line-height: 1.1;
  }

  .teaser-heading.caps {
    font-size: 1.8em;
  }

  .teaser-heading.caps.brown {
    font-size: 1.8em;
    text-align: left;
    letter-spacing: 2px;
  }

  .teaser-heading.caps.green {
    margin-left: 0px;
    text-align: center;
  }

  .hero-headline-container {
    padding-bottom: 0px;
  }

  .teaser-wrapper-image-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .teaser-text-wrapper.steine-haus-und-garten.headline {
    width: 100%;
  }

  .image-4 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .teaser-wrapper-image-overlap {
    margin-right: -13px;
  }

  .teaser-portrait-caption {
    left: -58px;
    top: -9%;
  }

  .teaser-wrapper-background-image {
    position: static;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-5 {
    margin-right: 0px;
    padding-right: 37px;
    padding-left: 37px;
  }

  .teaser-image-left-wrapper {
    width: 100%;
  }

  .subline-wrapper-ueber-uns {
    padding-right: 0px;
  }

  .footer-anfahrt {
    width: 100%;
    padding: 25px;
  }

  .footer-kontakt {
    width: 100%;
    text-align: center;
  }

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

  .footer-heading-kontakt {
    margin-left: 0px;
  }

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

  .link-block {
    width: 130px;
    margin-bottom: 17px;
  }

  .nav-link-dropdown {
    display: block;
  }

  .nav-dropdown-list {
    position: static;
    display: block;
    padding-top: 6px;
    text-align: left;
  }

  .nav-dropdown-list.w--open {
    padding-bottom: 0px;
  }

  .content-heading {
    font-size: 1.8em;
    line-height: 1.2;
  }

  .content-heading.einzelgraeber {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .content-intro {
    margin-top: 51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .masonry {
    grid-auto-rows: 150px;
    -ms-grid-rows: 150px;
    grid-template-rows: 150px;
  }

  .inner-link {
    display: block;
    max-width: none;
  }

  .inner-link.w--current {
    display: block;
  }

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

  .nav-container {
    padding: 0px;
  }

  .container {
    padding-right: 0.9em;
    padding-left: 0.9em;
  }

  .award-link {
    top: 6em;
    width: 5em;
  }

  .spacer {
    height: 2em;
  }

  .auszeichnung-wrapper {
    display: block;
  }

  .auszeichnung-image.rednerpult {
    margin-bottom: -25px;
  }

  .buga-medaille-content {
    height: 110px;
  }

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

  .heading {
    font-size: 1.8em;
    line-height: 1.2;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .absatz {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .image-wrapper-standard {
    padding-right: 0em;
  }

  .carousel {
    height: 400px;
  }

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

  .right-arrow {
    margin-right: -27px;
  }

  .vertikale-bilder-gallerie {
    height: auto;
  }

  .vertikale-bilder-gallerie-image {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
  }

  .vertikale-bilder-gallerie-image._4-3 {
    height: auto;
    max-width: 100%;
    min-width: auto;
  }

  .headline-mit-bild {
    padding-bottom: 1.4em;
  }

  .carousel-slider-image-flex {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .carousel-flex {
    height: 400px;
  }

  .mask-flex {
    width: 100%;
  }

  .slide-flex {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .carousel-wrapper-flex {
    height: 460px;
  }

  .container-2 {
    max-width: 90%;
  }

  .kontaktformular-input.nachricht {
    min-height: 260px;
  }

  .spacer-2 {
    height: 2em;
  }
}

#w-node-_4f6796e2-11b2-7239-ea10-499297ca4d6d-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_349b9174-b108-3283-e549-7b9ecc8fc239-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fb6200cd-1ac1-6909-685d-6b40d0618d51-ab43662f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3368fcdf-9096-6859-7fb5-6b846d47103a-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f3f682f6-d59b-bb85-0980-e3e233383af5-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c72fd6af-be3d-e7fe-424a-5d52998c4e99-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_08f6170e-e9e4-1943-21e7-f5b889bc6beb-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_912e2680-6665-3638-f297-ce39226153ea-ab43662f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ac9d5b96-fdaf-8cf5-fb37-87235eb79ac3-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_87fd86d9-8826-cece-4835-b2d171ecb2e1-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a3c4136e-4c70-008a-07b7-599fa6e297c0-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_47d5e208-5b3a-6d44-a4cd-9a38155becde-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_31f06e87-7f9e-b955-36f9-e4d58d66c22d-ab43662f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_77084f7b-94ff-3628-2fc3-2979a528f85d-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_143db7de-5587-f93e-6423-c82d3792d088-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d2366e77-b0ac-3737-c9fe-b6a2d0df3144-ab43662f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4a8e3711-c336-c277-c092-4e6e707c4722-ab43662f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_12043b8d-dc1d-f985-36e2-6374964e6e5c-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca1a99c3-b8f0-3b15-3a57-8807e9cd573a-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_21ee7606-3b4a-882b-ba31-7f6c28d9316f-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_34fe0aca-2c7c-b4f0-9214-4c6d280c2fee-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c7f753da-2bb6-5446-4852-3c716e3ddd39-ab43662f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8770aee2-dce5-735e-0dd9-adb335342fb7-ab43662f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_13c5e026-c220-489d-920b-4a4711d6d3fb-ab43662f {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a8431632-15a4-7c6f-449a-2d54d372bdde-ab43662f {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_716e2cf4-56d3-7281-ff31-3c699bac7556-adc92bb5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_716e2cf4-56d3-7281-ff31-3c699bac755a-adc92bb5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_716e2cf4-56d3-7281-ff31-3c699bac754e-adc92bb5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_716e2cf4-56d3-7281-ff31-3c699bac7552-adc92bb5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_95f132d6-ab61-7010-a04e-0d8893d01de6-adc92bb5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4390362a-21e4-f8ce-88ce-2f9690cd0ee5-adc92bb5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_716e2cf4-56d3-7281-ff31-3c699bac754e-adc92bb5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_716e2cf4-56d3-7281-ff31-3c699bac7552-adc92bb5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_95f132d6-ab61-7010-a04e-0d8893d01de6-adc92bb5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4390362a-21e4-f8ce-88ce-2f9690cd0ee5-adc92bb5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

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