:root {
  --c38922: #c38922;
  --dark-slate-gray-2: #323232;
  --white-smoke: #f7f7f7;
  --dark-slate-gray: #4d4d4d;
  --c28c2c: #252018;
  --d89f25-26: #c38922;
  --d89f25: #333;
  --blue: #0400ff;
  --tan: #c7aa8b;
  --light-gray: #d1d1d1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  padding-top: 60px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--c38922);
  margin: 35px 0 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 55px;
}

h2 {
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}

h3 {
  margin: 10px 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  float: none;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  position: fixed;
}

.navbar {
  height: 110px;
  background-color: var(--dark-slate-gray-2);
  opacity: 1;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  color: var(--dark-slate-gray-2);
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #ededed;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-right: 0 solid #4d4d4d;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
}

.nav-link:hover {
  color: var(--c38922);
  background-color: rgba(0, 0, 0, 0);
}

.nav-link.w--current {
  box-shadow: none;
  color: #ededed;
  -webkit-text-stroke-color: #ededed;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
}

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

.logo-text {
  width: 80%;
  float: left;
  color: #d89f25;
  text-align: left;
  -webkit-text-stroke-color: var(--c38922);
  text-transform: uppercase;
  border: 0 solid #000;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-right: 5px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: underline;
  display: flex;
}

.nav-menu {
  width: 80%;
  float: left;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  object-fit: fill;
  border-left: 1px solid #4d4d4d;
  flex-wrap: wrap;
  flex: 0 auto;
  order: 0;
  align-content: space-around;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.stone-logo {
  width: 100px;
  height: 100px;
  max-width: none;
  float: left;
  opacity: .9;
  flex: 0 auto;
  order: 0;
  align-self: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.stone-logo.footer {
  opacity: .4;
}

.brand {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.brand.w--current {
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.boden {
  border-right: 5px solid #000;
  border-left: 5px solid var(--dark-slate-gray-2);
  background-color: var(--white-smoke);
  color: #4d4d4d;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.boden.beige {
  height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 4px 5px 3px;
  border-color: var(--dark-slate-gray-2);
  background-color: var(--c38922);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.boden.image {
  border-style: solid;
  border-width: 3px 5px;
  border-color: var(--dark-slate-gray-2);
  background-image: url('../images/tools-2423826_1280.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 127px;
  padding-bottom: 127px;
  position: relative;
}

.boden.lightgrey {
  border-style: solid;
  border-width: 0 5px 3px;
  border-color: var(--dark-slate-gray);
  background-color: var(--white-smoke);
  position: relative;
}

.boden.footer {
  border-right-width: 0;
  border-right-color: var(--dark-slate-gray-2);
  background-color: var(--dark-slate-gray-2);
  -webkit-text-stroke-color: var(--dark-slate-gray-2);
  border-left-width: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.horizontal-bar {
  width: 60px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, .76);
}

.testimonials-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 47px;
  padding-right: 47px;
}

.testimonial-slide {
  width: 50%;
  text-align: center;
  padding: 24px 30px;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  color: #d1d1d1;
  transition: all .2s;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: normal;
  position: static;
}

.small-title {
  color: rgba(50, 50, 50, .76);
  text-transform: uppercase;
  font-size: 16px;
}

.small-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.author {
  color: #d89f25;
  text-transform: uppercase;
  margin-top: 0;
}

.footer-text {
  color: #858585;
  margin-top: 3px;
}

.footer-text.address {
  text-align: right;
}

.social-icon {
  opacity: .26;
  padding-right: 10px;
  transition: all .2s;
}

.social-icon:hover {
  opacity: 1;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.heading {
  direction: ltr;
  color: var(--white-smoke);
  text-align: left;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white-smoke);
  text-transform: none;
  text-shadow: 13px 16px 6px rgba(0, 0, 0, .2);
  white-space: normal;
  font-family: Great Vibes, cursive;
  font-size: 100px;
  font-style: normal;
  text-decoration: none;
}

.column {
  display: block;
}

.titelbild {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 0 5px 4px;
  border-color: var(--dark-slate-gray-2);
  object-fit: fill;
  background-image: url('../images/353648984_762026789257380_668340794175273872_n.jpg');
  background-position: 50% 35%;
  background-size: cover;
  background-attachment: scroll;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 500px;
  display: block;
  position: relative;
  overflow: auto;
}

.image-4 {
  width: 100px;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.radio-button {
  text-align: left;
  text-transform: none;
  border: 0 solid #000;
  border-radius: 0;
}

.form-2 {
  text-transform: none;
}

.html-embed {
  justify-content: center;
  display: flex;
}

.text-field-2 {
  width: 250px;
  border: 2px solid #000;
  display: block;
}

.text-field-3, .text-field-4 {
  width: 250px;
  border: 2px solid #000;
}

.textarea {
  width: 500px;
  height: 250px;
  min-height: 150px;
  float: none;
  border: 2px solid #000;
  position: static;
}

.text-block-6 {
  width: 100%;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
}

.link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-5 {
  min-height: 0;
  clear: none;
  border-right: 5px solid var(--dark-slate-gray);
  border-left: 5px solid var(--dark-slate-gray);
  text-align: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #eeebeb;
  background-clip: border-box;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-7 {
  border-right: 5px solid var(--dark-slate-gray-2);
  border-left: 5px solid var(--dark-slate-gray-2);
  background-color: var(--white-smoke);
  display: block;
  position: relative;
}

.submit-button {
  height: 36px;
}

.column-2 {
  clear: none;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-4 {
  background-color: rgba(0, 0, 0, 0);
}

.section-8 {
  border: 3px solid #000;
}

.section-9, .section-10 {
  border: 1px solid var(--dark-slate-gray-2);
}

.section-11 {
  float: none;
  clear: none;
  border-style: solid;
  border-width: 1px 5px;
  border-color: var(--dark-slate-gray-2);
  outline-offset: 0px;
  text-align: left;
  mix-blend-mode: normal;
  background-color: #fdfdfd;
  background-image: url('../images/ocean.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0;
  outline: 3px #333;
  font-style: normal;
  text-decoration: none;
}

.container-5 {
  width: 68.3%;
  height: 600px;
  max-width: none;
  background-color: var(--white-smoke);
  box-shadow: 0 0 20px 5px var(--c28c2c);
  direction: ltr;
  color: var(--white-smoke);
  text-transform: none;
  object-fit: fill;
  border: 3px solid #323232;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -75px;
  margin-bottom: -75px;
  font-weight: 700;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.grid-3 {
  grid-row-gap: 0px;
  grid-template: "Area-2 Area-3 Area-4"
                 "Area-2 Area-3 Area-4"
                 "Area Area Area"
                 / 1fr 1fr 1fr;
  margin-top: 30px;
  margin-left: 50px;
  margin-right: 50px;
}

.image-5 {
  height: auto;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.list {
  color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
  line-height: 50px;
}

.text-block-9 {
  color: var(--white-smoke);
  text-align: center;
  margin-top: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
}

.list-2 {
  width: 400px;
  color: var(--white-smoke);
  margin-top: 0;
  font-size: 20px;
  line-height: 50px;
}

.slider-2 {
  width: 100%;
  height: 100%;
}

.image-6 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  padding-bottom: 0;
}

.image-7 {
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  position: static;
}

.image-8, .image-9 {
  width: 100%;
  height: 100%;
}

.image-10 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.body {
  border-style: solid;
  border-width: 1px 5px;
  border-color: var(--dark-slate-gray-2);
  background-color: var(--white-smoke);
}

.heading-4 {
  color: var(--d89f25-26);
  -webkit-text-stroke-width: 1px;
  text-transform: none;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  font-family: Roboto Condensed, sans-serif;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.div-block {
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-6 {
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 15px;
}

.bildergaleriebild {
  width: 960px;
  height: 300px;
  border: 3px solid var(--dark-slate-gray-2);
  object-fit: cover;
}

.container-7 {
  margin-top: 60px;
}

.image-11 {
  width: 559px;
  height: auto;
  object-fit: cover;
  border: 1px #000;
  border-radius: 0;
  display: inline-block;
  position: relative;
}

.column-3 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  border-right: 5px solid var(--dark-slate-gray-2);
  border-left: 5px solid var(--dark-slate-gray-2);
  background-image: linear-gradient(to bottom, var(--white-smoke), var(--white-smoke));
  color: var(--d89f25);
}

.heading-5 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dienstleistungencontainer {
  width: 1000px;
  max-width: none;
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
  overflow: visible;
}

.columns {
  flex: 1;
  display: flex;
}

.text-block-10 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.textarea-3 {
  min-height: 100px;
  border: 2px solid #000;
}

.dienstleistungenlink {
  color: var(--white-smoke);
  font-style: normal;
  text-decoration: none;
}

.dienstleistungenlink:hover {
  color: var(--blue);
  border-radius: 0;
  text-decoration: none;
}

.link-2 {
  color: #0400ff;
  text-decoration: none;
}

.column-4 {
  justify-content: center;
  display: flex;
}

.image-12 {
  opacity: .4;
}

.list-item {
  line-height: 30px;
}

.text-block-11 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.div-block-2 {
  margin-top: 50px;
}

.container-8 {
  max-width: none;
  margin-top: 0;
  padding: 20px;
}

.heading-6 {
  margin-top: 0;
}

.link-3 {
  color: #333;
}

.link-3:hover {
  color: #c38922;
}

.left-arrow-2, .right-arrow-2 {
  width: 10%;
  height: 10%;
  overflow: hidden;
}

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

.link-4:hover {
  color: #c38922;
}

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

.link-5:hover {
  color: #c38922;
}

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

.link-6:hover {
  color: #c38922;
}

.small-title-bewertungen {
  font-size: 10px;
}

.link-7 {
  color: rgba(50, 50, 50, .76);
  text-decoration: none;
}

.link-7:hover {
  color: #c38922;
}

.button {
  text-align: center;
  background-color: #c38922;
  border: 2px solid #4d4d4d;
  border-radius: 5px;
  align-self: center;
  margin-top: 8px;
  font-style: normal;
  text-decoration: underline;
  transition: background-color .3s, border-color .3s, border .3s;
}

.button:hover {
  color: #c38922;
  background-color: rgba(195, 137, 34, 0);
}

.paragraph {
  margin-top: -100px;
}

.paragraph-2 {
  color: #f7f7f7;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
}

.slider-3 {
  border: 3px solid #323232;
}

.paragraph-3 {
  position: static;
  overflow: visible;
}

@media screen and (min-width: 1280px) {
  .boden.beige {
    height: 400px;
  }

  .text-block-9 {
    margin-top: 10px;
    padding-top: 0;
  }

  .list-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .image-8, .image-9, .image-10 {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 1920px) {
  .boden.beige {
    height: 500px;
  }

  .boden.footer {
    position: static;
    top: auto;
  }

  .list {
    width: 500px;
    font-size: 30px;
  }

  .list-2 {
    width: 575px;
    font-size: 30px;
  }

  .container-6 {
    width: 67%;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  .navbar {
    justify-content: space-around;
  }

  .nav-link {
    max-width: 100%;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    flex: 0 auto;
    order: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    width: 50%;
    text-align: left;
    background-color: #323232;
    flex-flow: wrap;
    justify-content: flex-end;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 0%;
    box-shadow: inset 0 -1px rgba(255, 255, 255, .13), 0 7px 13px -4px rgba(0, 0, 0, .45);
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

  .boden.beige {
    height: 100%;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .boden.footer {
    margin-top: 0;
  }

  .menu-button {
    opacity: .8;
    background-color: rgba(154, 34, 34, 0);
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.open {
    background-color: rgba(0, 0, 0, 0);
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 92px;
    padding-right: 92px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .testimonial {
    text-align: center;
    position: static;
  }

  .author {
    margin-top: 0;
  }

  .grid-3 {
    grid-template: "Area-2"
                   "."
                   "Area-7"
                   "Area-8"
                   / 1fr;
    grid-auto-columns: 1fr;
  }

  .image-5 {
    margin-top: 0;
  }

  .list {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .text-block-9 {
    margin-top: 30px;
  }

  .list-2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
  }

  .container-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .textarea-2 {
    min-height: 100px;
  }

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

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .navbar {
    position: fixed;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .stone-logo.footer {
    float: none;
  }

  .boden {
    padding: 34px 10px;
  }

  .boden.beige {
    height: auto;
  }

  .boden.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .boden.footer {
    text-align: center;
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .testimonials-slider {
    padding-left: 19px;
    padding-right: 19px;
  }

  .testimonial-slide {
    padding-left: 34px;
    padding-right: 34px;
  }

  .footer-text.address {
    text-align: center;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .heading {
    line-height: 100px;
  }

  .titelbild {
    margin-top: 0;
  }

  .text-block-6 {
    width: 100%;
  }

  .section-11 {
    background-image: url('../images/ocean.jpg');
    background-size: cover;
    background-attachment: fixed;
    border-top-width: 0;
  }

  .container-5 {
    border-top-width: 3px;
  }

  .grid-3 {
    grid-template: "." 130px
                   "Area-5" 120px
                   "Area-6"
                   "Area-7"
                   / 1fr;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-5 {
    margin-top: 20px;
  }

  .list {
    width: 100%;
    margin-top: 0;
  }

  .text-block-9 {
    margin-top: 0;
  }

  .list-2 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .heading-4 {
    margin-top: 50px;
  }

  .container-6 {
    margin-left: 22px;
    margin-right: 22px;
  }

  .form-block {
    width: 100%;
  }

  .textarea-2 {
    min-height: 100px;
  }

  .textarea-3 {
    border: 2px solid #000;
  }

  .heading-6 {
    margin-top: 35px;
  }

  .columns-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  body {
    border: 0 solid #000;
  }

  .logo-text {
    text-align: center;
    white-space: normal;
    flex-flow: row;
    flex: 1;
    order: 0;
    align-content: stretch;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    line-height: 30px;
    display: flex;
  }

  .nav-menu {
    justify-content: flex-end;
  }

  .boden.beige {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .boden.footer {
    margin-top: 0;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button.w--open {
    background-color: rgba(255, 8, 8, 0);
  }

  .heading {
    line-height: 100px;
  }

  .titelbild {
    margin-top: 0;
  }

  .html-embed {
    margin-left: 0;
    margin-right: 0;
  }

  .text-field-2, .text-field-3, .text-field-4 {
    width: 66%;
  }

  .textarea {
    width: 100%;
  }

  .text-block-6 {
    width: 100%;
    overflow: visible;
  }

  .container-5 {
    width: 100%;
    height: 400px;
    border-width: 0;
    border-color: var(--dark-slate-gray-2);
    object-fit: fill;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    overflow: visible;
  }

  .grid-3 {
    width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 0;
    grid-template: "."
                   "Area" 1fr
                   "Area-2"
                   "Area-4"
                   / minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

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

  .list {
    width: 100%;
    margin-top: 0;
  }

  .text-block-9 {
    margin-top: -60px;
    font-size: 45px;
  }

  .list-2 {
    width: 100%;
    margin-top: 0;
  }

  .slider-2, .image-6 {
    border: 0px solid var(--dark-slate-gray-2);
  }

  .grid-4 {
    margin-bottom: 15px;
  }

  .form-block {
    width: 100%;
  }

  .textarea-2 {
    width: 100%;
    min-height: 100px;
    border: 2px solid #000;
  }

  .slide {
    border: 0px solid var(--dark-slate-gray-2);
  }

  .slide-2, .slide-3, .slide-4, .slide-5 {
    border: 1px solid var(--dark-slate-gray-2);
  }

  .mask {
    border: 0px solid var(--dark-slate-gray-2);
  }

  .text-block-11 {
    width: 100%;
  }

  .button {
    margin-top: 8px;
    display: block;
    overflow: visible;
  }

  .image-13 {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    position: static;
  }

  .lightbox-link {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bildinslider, .lightbox-link-2 {
    width: 100%;
    height: 100%;
  }
}

#w-node-_60c3fcf9-ccd8-806e-b6e8-ce05fef3d289-09fb7e34 {
  grid-area: Area-3;
  align-self: center;
  justify-self: center;
}

#w-node-_156995c2-9c99-f33f-5523-3fd90062ed9b-09fb7e34 {
  grid-area: Area;
  align-self: center;
  justify-self: start;
}

#w-node-_88d7cf1c-83d6-59d8-dd71-d05c2146faae-09fb7e34 {
  grid-area: Area-4;
  align-self: center;
  justify-self: center;
}

#w-node-_1905f4f3-796f-57aa-0c13-daa272ad6fc5-09fb7e34 {
  grid-area: Area-2;
  align-self: center;
  justify-self: center;
}

#w-node-_421fa5f6-cace-7d5b-d0d0-ab39fd5a742a-8d73502f, #w-node-_7b75ec56-f495-c8d4-1246-23ddf3fa08a2-8d73502f, #w-node-_6eeef94d-9530-96ee-4539-c15fa1d14e36-8d73502f, #w-node-f3b1043e-b0f5-8150-24dc-347f7734fd99-8d73502f, #w-node-dc6c0f79-1225-4d90-98a7-f6cae23d3420-8d73502f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_60c3fcf9-ccd8-806e-b6e8-ce05fef3d289-09fb7e34 {
    grid-area: Area-7;
  }

  #w-node-_156995c2-9c99-f33f-5523-3fd90062ed9b-09fb7e34 {
    grid-area: Area-2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_88d7cf1c-83d6-59d8-dd71-d05c2146faae-09fb7e34 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1905f4f3-796f-57aa-0c13-daa272ad6fc5-09fb7e34 {
    grid-area: Area-8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60c3fcf9-ccd8-806e-b6e8-ce05fef3d289-09fb7e34 {
    grid-area: Area-5;
  }

  #w-node-_156995c2-9c99-f33f-5523-3fd90062ed9b-09fb7e34 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_88d7cf1c-83d6-59d8-dd71-d05c2146faae-09fb7e34 {
    grid-area: Area-6;
    align-self: center;
    justify-self: center;
  }

  #w-node-_1905f4f3-796f-57aa-0c13-daa272ad6fc5-09fb7e34 {
    grid-area: Area-7;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60c3fcf9-ccd8-806e-b6e8-ce05fef3d289-09fb7e34 {
    grid-area: Area-2;
  }

  #w-node-_156995c2-9c99-f33f-5523-3fd90062ed9b-09fb7e34 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-_88d7cf1c-83d6-59d8-dd71-d05c2146faae-09fb7e34 {
    grid-area: Area;
  }

  #w-node-_1905f4f3-796f-57aa-0c13-daa272ad6fc5-09fb7e34 {
    grid-area: Area-4;
    align-self: center;
    justify-self: center;
  }
}


