.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;
}

.body {
  overflow: auto;
  background-color: #f6e6cf;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 8vh;
  -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;
}

.landingpage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.landing {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Screen_Schrifthauerei_closeup_hand_hammer_Peter_Mollner.jpg');
  background-position: 100% 89%;
  background-size: 129%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset -2px 15px 20px -10px #000;
  opacity: 1;
}

.mask1 {
  overflow: hidden;
  width: 100vw;
  max-width: none;
  margin-top: 0px;
  margin-bottom: -2px;
  border-right: 0px none #f6e6cf;
  border-bottom: 0px solid #f6e6cf;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  width: 50%;
  margin-top: 0px;
  margin-bottom: -25px;
  padding-top: 0px;
}

.image-4 {
  position: relative;
  display: block;
  width: 40%;
  margin-top: 3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  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;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 100vw;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #f6e6cf;
  box-shadow: -1px 4px 20px -9px #392f27;
}

.nav_font {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin: 0px 20px;
  background-color: transparent;
  font-family: orpheuspro, sans-serif;
  color: #392f27;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav_font:hover {
  background-color: transparent;
  color: #392f27;
  font-size: 18px;
}

.nav_font.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #392f27;
}

.nav_font.w--current:active {
  color: rgba(57, 47, 39, 0.32);
}

.nav_font.w--current:visited {
  color: #392f27;
  font-weight: 500;
}

.nav_font.berschriften {
  margin: 54px;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 8px;
}

.nav_font.berschriften.scroll-in {
  margin-bottom: 24px;
}

.nav_font.berschrift_font {
  margin-top: 41px;
  margin-bottom: 20px;
  color: #f6e6cf;
  font-size: 28px;
  line-height: 34px;
}

.nav_font.berschrift_font.dunkel {
  color: #392f27;
}

.nav_font.berschrift_font.noabstand {
  margin-top: 0px;
}

.leistungen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 2800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/haende_hands_pray_transparent.png'), url('../images/Hammer_transparent.png');
  background-position: 116% 80%, -480% 32%;
  background-size: 40vw, 90vw;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  opacity: 1;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.leistung_inhalt {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.berschrift {
  margin-top: 55px;
}

.strich {
  width: 1px;
  height: 150px;
  background-color: #392f27;
  color: #392f27;
}

.strich.kurz {
  height: 100px;
}

.strich.kurz.beige {
  width: 1px;
  background-color: #f6e6cf;
  color: #f6e6cf;
}

.strich.kurz.beige.k-rzer {
  height: 60px;
}

.strich.kurz.k-rzer {
  height: 60px;
  margin-right: auto;
  margin-left: auto;
}

.leistung_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 14px;
  -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;
}

.leistungen_font {
  margin-top: 0px;
  font-family: brandon-grotesque, sans-serif;
  color: #392f27;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.icon {
  width: 250px;
  margin-top: 27px;
  padding-right: 0px;
}

.icon.lang {
  width: 140px;
}

.icon.zahnr-der {
  width: 190px;
}

.icon.telefon {
  height: auto;
  margin-right: 45px;
}

.icon.small {
  width: 20vw;
}

.leistung_text {
  width: 285px;
  margin-bottom: 12px;
  padding-top: 23px;
  font-family: orpheuspro, sans-serif;
  color: #392f27;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.leistung_text.contact {
  padding-top: 13px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  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;
  border-radius: 100px;
  background-color: #f6e6cf;
  box-shadow: 0 4px 20px -9px #000;
  text-align: center;
}

.button.leistungen_font:hover {
  width: 200px;
  height: 200px;
}

.ber-uns {
  display: block;
  overflow: hidden;
  height: 1820px;
}

.ber-uns._2 {
  display: block;
}

.grid {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100vw;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto;
}

.gewerbliche-kunden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 208px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/Screen_Schrifthauerei_portrait_work_lowkey_Peter_Mollner.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.gewerbliche-kunden_text {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 490px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 70px;
  -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;
}

.berschrift_font {
  margin-top: 29px;
  text-align: center;
}

.beruns_text {
  width: 300px;
  margin-top: 20px;
  padding: 0px;
  font-family: brandon-grotesque, sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.beruns_text.beige {
  width: 400px;
  color: #f6e6cf;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
}

.beruns_text.ber-uns {
  height: auto;
  margin-top: 40px;
  font-size: 20px;
  line-height: 22px;
}

.beruns_text.ber-uns._2 {
  width: 400px;
  margin-top: 27px;
}

.beruns_text.ber-uns._1 {
  overflow: visible;
  width: 290px;
  margin-top: 14px;
}

.portrait {
  height: 100vh;
  background-image: url('../images/Screen_Schrifthauerei_portrait_Peter_Mollner.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.ber-uns-1 {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  width: 400px;
  margin-top: 20px;
  font-family: brandon-grotesque, sans-serif;
  color: #392f27;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.h2.ausn {
  margin-top: 0px;
}

.h2.ueu {
  width: 260px;
}

.h3 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Quentin, sans-serif;
  color: #392f27;
  font-size: 40px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}

.foto2 {
  height: 50vh;
  background-image: url('../images/Screen_Schrifthauerei_utensils_closeup_Peter_Mollner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.foto3 {
  height: 50vh;
  background-image: url('../images/Screen_Schrifthauerei_closeup_gold_hand_2_Peter_Mollner.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.zwischenzeile {
  position: static;
  z-index: -100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -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;
  background-color: #392f27;
}

.ber-uns2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 34px;
  -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;
}

.ber-uns2._3 {
  padding-top: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  position: static;
  left: auto;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -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;
  background-color: transparent;
  background-image: none;
  background-size: auto;
}

.image-5 {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: visible;
  width: 10%;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.claim {
  font-family: brandon-grotesque, sans-serif;
  color: #f6e6cf;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.claim.dark {
  display: block;
  margin-top: 36px;
  color: #392f27;
  font-weight: 500;
}

.claim.imprint {
  margin-top: 24px;
  margin-bottom: 25px;
  cursor: pointer;
}

.maske {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10000000;
  height: 100px;
  min-width: 300px;
  margin-top: -39px;
  padding-top: 0px;
  background-color: transparent;
  background-image: url('../images/Dreieck_beige.svg');
  background-position: 50% 29px;
  background-size: 60px;
  background-repeat: no-repeat;
}

.mask2 {
  position: relative;
  z-index: 1000000000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-6 {
  width: 10%;
  float: right;
}

.kontakt {
  overflow: hidden;
  height: 1200px;
  margin-top: 0px;
  margin-bottom: 185px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1.25fr 1.25fr;
  grid-template-columns: 1.25fr 1.25fr;
  -ms-grid-rows: auto auto 0px;
  grid-template-rows: auto auto 0px;
  color: #392f27;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 9px;
}

.kontakt_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -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;
}

.kontakt_container {
  margin-top: 29px;
}

.mail {
  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-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_head {
  position: static;
  margin-top: 17px;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
}

.standort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  margin-bottom: 586px;
  -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;
}

.map {
  width: 200px;
  height: 200px;
  margin-top: 24px;
  background-image: url('../images/KARTE.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 20px 0 rgba(57, 47, 39, 0.38);
  color: #f6e6cf;
}

.impressum {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #392f27;
}

.mask3 {
  width: 8vw;
  margin-top: -2px;
}

.image-7 {
  position: static;
  display: block;
  overflow: hidden;
  width: 120%;
  height: auto;
  max-width: 150%;
  margin-top: 0px;
  margin-bottom: -1px;
  -o-object-fit: cover;
  object-fit: cover;
}

.background_image1 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -1;
  width: 50vw;
  height: 100vh;
  margin-top: 0px;
  clear: none;
  background-color: transparent;
  background-image: url('../images/Hammer2.png');
  background-position: 68% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.04;
}

.link-block {
  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;
}

.menu-button {
  display: none;
}

.icon-2 {
  display: none;
}

.text-block {
  margin-bottom: 103px;
}

.text-block-2 {
  position: relative;
  display: none;
  width: 400px;
  margin-top: 63px;
  margin-bottom: 57px;
  font-family: brandon-grotesque, sans-serif;
  color: #f6e6cf;
  font-weight: 400;
  text-align: center;
}

.bold-text {
  font-weight: 400;
  text-decoration: none;
}

.link {
  color: #f6e6cf;
  text-decoration: none;
}

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

.link-3 {
  color: #f6e6cf;
  text-decoration: underline;
}

.link-4 {
  color: #f6e6cf;
  text-decoration: underline;
}

.div-block-2 {
  margin-top: -10px;
  background-color: #df7826;
}

.contain_gewerbliche_kunden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 450px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/Screen_Schrifthauerei_portrait_work_lowkey_Peter_Mollner.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.contain_gewerbliche_kunden.ueberuns {
  width: auto;
  height: 650px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.dreieck_oben {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inhalt_gewerbliche {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  margin-top: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inhalt_gewerbliche.beruns {
  width: 50vw;
  height: 650px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inhalt_gewerbliche.beruns.foto {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/Screen_Schrifthauerei_portrait_Peter_Mollner.jpg');
  background-position: 0% 50%;
  background-size: 50vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.dreieck_unten {
  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;
}

.textblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 300px;
  margin-top: -4px;
  -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;
}

.textblock.ueberuns {
  width: 300px;
  height: 527px;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-8 {
  position: relative;
  margin-top: -4px;
}

.schaffenwasbleibt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.schaffenwasbleibt.leiste {
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.foto_schlag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  padding-top: 34px;
  -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;
}

.foto_schlag.foto {
  width: 50vw;
  background-image: url('../images/Screen_Schrifthauerei_utensils_closeup_Peter_Mollner.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_schlag.foto.wasbleibt {
  width: 50vw;
  background-image: url('../images/Screen_Schrifthauerei_closeup_gold_hand_2_Peter_Mollner.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
  background-color: #392f27;
}

.image-9 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.eckerl {
  display: none;
  width: 110vw;
  height: 100px;
  max-width: none;
  margin-bottom: -1px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-10 {
  margin-top: -1px;
}

.div-block-4 {
  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;
}

.div-block-5 {
  width: 200px;
  height: 200px;
  margin-top: 16px;
  background-image: url('../images/KARTE.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 6px 18px -6px #000;
}

.link-block-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.link-block-3 {
  position: fixed;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 0;
  display: block;
  width: 130px;
  height: 130px;
  margin-bottom: 0px;
  float: left;
  background-color: transparent;
  background-image: url('../images/pfeilnachoben-02.png');
  background-position: 0px 0px;
  background-size: 125px;
}

@media screen and (max-width: 991px) {
  .header {
    display: block;
  }
  .mask1 {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image-3 {
    width: 43%;
  }
  .container {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100vw;
    max-width: 100vw;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #f6e6cf;
    -o-object-fit: none;
    object-fit: none;
  }
  .leistungen {
    height: 2570px;
  }
  .grid {
    max-width: 100vw;
    grid-auto-flow: row;
    grid-template-areas: "Area Area";
    -ms-grid-columns: 50vw 50vw;
    grid-template-columns: 50vw 50vw;
  }
  .gewerbliche-kunden {
    width: auto;
  }
  .beruns_text.beige {
    width: 300px;
  }
  .beruns_text.ber-uns._2 {
    width: 300px;
    font-size: 18px;
  }
  .h2 {
    width: 300px;
  }
  .h3 {
    font-size: 34px;
    line-height: 32px;
  }
  .zwischenzeile {
    width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .claim {
    font-size: 15px;
    line-height: 27px;
  }
  .maske {
    background-size: contain;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .mask2 {
    width: 100vw;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .image-7 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 190%;
    max-width: 190%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .contain_gewerbliche_kunden {
    margin-bottom: 0px;
    background-position: 50% 100.5%, 50% 100%;
  }
  .contain_gewerbliche_kunden.ueberuns {
    background-position: 0% 50%;
  }
  .textblock.ueberuns {
    margin-top: -102px;
  }
  .image-8 {
    margin-top: -2px;
  }
  .div-block-3 {
    height: 120px;
  }
  .eckerl {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .landingpage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .landing {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 78% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .mask1 {
    position: relative;
    left: 0%;
    top: 5px;
    right: 0%;
    bottom: 0%;
    margin-bottom: 3px;
  }
  .image-3 {
    width: 20%;
    margin-bottom: -12px;
  }
  .image-4 {
    width: 70%;
    margin-top: 13%;
  }
  .leistung_inhalt {
    margin-top: 205px;
  }
  .leistung_text.contact {
    width: 250px;
  }
  .grid {
    grid-auto-columns: 1.5fr;
    grid-template-areas: "Area Area";
    -ms-grid-columns: 50vw 50vw;
    grid-template-columns: 50vw 50vw;
    -ms-grid-rows: 1.75fr auto auto auto auto auto;
    grid-template-rows: 1.75fr auto auto auto auto auto;
  }
  .beruns_text.beige {
    width: 200px;
    font-size: 17px;
  }
  .beruns_text.ber-uns {
    width: 250px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .beruns_text.ber-uns._2 {
    width: 200px;
  }
  .portrait {
    height: auto;
    background-size: cover;
  }
  .h2 {
    width: 200px;
  }
  .h3 {
    font-size: 32px;
  }
  .grid-2 {
    -ms-grid-columns: 50vw 50vw;
    grid-template-columns: 50vw 50vw;
  }
  .eckerl {
    width: 780px;
    height: 98px;
    max-width: none;
    margin-bottom: -8px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    overflow: hidden;
  }
  .landingpage {
    display: block;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    margin-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .landing {
    width: 100vw;
    height: 99vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 67% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .mask1 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    max-width: 150%;
    min-width: 100%;
    margin: 0px 0px -1px;
    padding-top: 0px;
    padding-right: 0px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .mask1._2 {
    display: none;
    overflow: hidden;
  }
  .image-3 {
    margin-bottom: 32px;
  }
  .image-4 {
    width: 83%;
    margin-top: 47%;
  }
  .container {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: visible;
    width: 100vw;
    margin-top: -1px;
    background-color: #f6e6cf;
    color: #f6e6cf;
    -o-object-fit: none;
    object-fit: none;
  }
  .navbar {
    overflow: visible;
    max-width: none;
    padding-top: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .nav_font.berschriften.scroll-in {
    width: 300px;
    margin-top: 100px;
    font-size: 32px;
    line-height: 39px;
  }
  .nav_font.berschrift_font {
    width: 200px;
    font-size: 19px;
  }
  .nav_font.berschrift_font.dunkel {
    width: 180px;
  }
  .nav_font.berschrift_font.dunkel.noabstand {
    width: 145px;
    margin-top: 14px;
  }
  .leistungen {
    overflow: hidden;
    width: 100vw;
    height: 2150px;
  }
  .nav-menu {
    width: 100%;
    background-color: #f6e6cf;
  }
  .leistung_inhalt {
    margin-top: 0px;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .berschrift {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .leistungen_font {
    width: 200px;
  }
  .icon {
    width: 40vw;
  }
  .icon.lang {
    width: 28vw;
  }
  .icon.zahnr-der {
    width: 26vw;
  }
  .icon.telefon.small {
    margin-right: 16px;
  }
  .leistung_text {
    width: 250px;
    font-size: 11px;
  }
  .leistung_text.contact {
    width: 150px;
  }
  .button.leistungen_font {
    position: relative;
    z-index: 1000000;
    width: 150px;
    height: 150px;
    margin-top: 0px;
    font-size: 13px;
  }
  .ber-uns {
    overflow: hidden;
    width: 100vw;
    height: auto;
  }
  .grid {
    grid-auto-flow: column dense;
    grid-auto-columns: 0vw;
    grid-template-areas: "Area Area Area" "Area Area Area" "Area Area Area";
    -ms-grid-columns: 50vw 50vw;
    grid-template-columns: 50vw 50vw;
    -ms-grid-rows: 1.75fr auto auto auto auto 0px;
    grid-template-rows: 1.75fr auto auto auto auto 0px;
  }
  .gewerbliche-kunden {
    width: 100vw;
    background-position: 30% 50%;
  }
  .gewerbliche-kunden_text {
    width: auto;
  }
  .beruns_text {
    width: 298px;
    font-size: 13px;
    line-height: 16px;
  }
  .beruns_text.beige {
    width: 300px;
  }
  .beruns_text.ber-uns {
    width: 150px;
    margin: 0px 0px 28px;
    padding: 0px 2px 0px 6px;
    font-size: 13px;
  }
  .beruns_text.ber-uns._2 {
    width: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 15px;
  }
  .beruns_text.ber-uns._1 {
    width: 150px;
    height: 1090px;
    font-size: 13px;
    line-height: 15px;
  }
  .portrait {
    background-position: 50% 50%;
    background-size: cover;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .h2 {
    width: 150px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .h2.ausn {
    font-size: 11px;
  }
  .h2.ueu {
    width: 140px;
  }
  .h3 {
    margin-top: 0px;
    font-size: 20px;
  }
  .foto2 {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .foto3 {
    height: auto;
  }
  .zwischenzeile {
    height: auto;
  }
  .div-block {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -6px;
  }
  .image-5 {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: -10000;
    width: 70px;
    margin-top: -8px;
  }
  .claim {
    margin: 9px 13px 13px;
    font-size: 12px;
    line-height: 22px;
  }
  .maske {
    margin-top: 0px;
  }
  .mask2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .kontakt {
    margin-bottom: 0px;
  }
  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 50vw 0px 50vw;
    grid-template-columns: 50vw 50vw;
  }
  .kontakt_text {
    margin-top: -11px;
  }
  .mail {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact_head {
    font-size: 12px;
  }
  .standort {
    margin-bottom: 0px;
  }
  .map {
    width: 200px;
    height: 200px;
  }
  .image-7 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 400px;
    height: auto;
    max-width: 200%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link-block.w--current {
    margin-top: -5px;
    margin-bottom: 35px;
  }
  .menu-button {
    background-color: #f6e6cf;
  }
  .menu-button.w--open {
    display: block;
    background-color: #f6e6cf;
  }
  .icon-2 {
    display: block;
    border: 1px solid transparent;
    color: #392f27;
  }
  .maskpng {
    width: 100vw;
  }
  .text-block-2 {
    display: none;
    overflow: auto;
    width: 200px;
  }
  .contain_gewerbliche_kunden {
    margin-bottom: 0px;
    background-image: url('../images/Screen_Schrifthauerei_portrait_work_lowkey_Peter_Mollner.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
  }
  .contain_gewerbliche_kunden.ueberuns {
    position: static;
    z-index: 100;
    overflow: hidden;
    height: 590px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .contain_gewerbliche_kunden.layover-dark {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 47, 39, 0.22)), to(rgba(0, 0, 0, 0.55))), url('../images/Screen_Schrifthauerei_portrait_work_lowkey_Peter_Mollner.jpg');
    background-image: linear-gradient(180deg, rgba(57, 47, 39, 0.22), rgba(0, 0, 0, 0.55)), url('../images/Screen_Schrifthauerei_portrait_work_lowkey_Peter_Mollner.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
  }
  .inhalt_gewerbliche {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .inhalt_gewerbliche.beruns {
    height: 100%;
    margin-top: 0px;
    -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;
  }
  .inhalt_gewerbliche.beruns.foto {
    width: 50vw;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .textblock.ueberuns {
    width: 50vw;
    height: 570px;
    margin-top: 0px;
  }
  .image-8 {
    display: none;
  }
  .foto_schlag {
    width: 50vw;
  }
  .foto_schlag.foto {
    background-position: 50% 50%;
  }
  .foto_schlag.foto.wasbleibt {
    background-position: 50% 50%;
  }
  .eckerl {
    display: block;
    overflow: visible;
    width: 600px;
    height: 70px;
    margin-bottom: -12px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image-10 {
    display: none;
    margin-top: 0px;
  }
  .link-block-3 {
    right: 5px;
    bottom: 5px;
    width: 80px;
    height: 80px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .link-block-3.w--current {
    right: 5px;
    bottom: 5px;
    width: 80px;
    height: 80px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

#w-node-6a36511536c3-bea9fe10 {
  -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;
}

@font-face {
  font-family: 'Quentin';
  src: url('../fonts/Quentin.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}