.nav-container {
  position: relative;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 120px;
  min-height: 0px;
  padding: 40px 50px;
  -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: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.nav-container.sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.nav-container.mobile {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 256px;
  height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav_link {
  margin-left: 23px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 1.5em;
  text-decoration: none;
}

.nav_link.w--current {
  color: #000;
}

.nav_link.sub {
  color: #000;
}

.nav_link.sub.ref {
  display: none;
}

.nav_link.ref {
  display: none;
}

.nav_link_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5vh 3vh;
  -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: #b22222;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.link {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1.5vh;
  text-decoration: none;
}

.body {
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.16);
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  margin-top: 0px;
  padding-right: 50px;
  padding-left: 50px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 33, 33, 0.55)), to(rgba(33, 33, 33, 0.55))), url('../images/pexels-yury-kim-585419-1.jpg');
  background-image: linear-gradient(180deg, rgba(33, 33, 33, 0.55), rgba(33, 33, 33, 0.55)), url('../images/pexels-yury-kim-585419-1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.hero-inner {
  position: relative;
  left: 0vh;
}

.paragraph {
  max-width: 817px;
  margin-top: 35px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.heading {
  font-family: Livvic, sans-serif;
  color: #fff;
  font-size: 5vh;
  line-height: 120%;
}

.heading.sub {
  color: #000;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  max-width: 180px;
  min-width: 180px;
  margin-top: 35px;
  -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: #b22222;
}

.div-block-4._2 {
  width: 0px;
  max-width: 1000px;
  min-width: 300px;
  margin-top: 20px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
}

.link-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.quickinfo {
  position: relative;
  display: none;
  padding: 30px 50px;
  -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: #f6f6f6;
}

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

.div-block-5._2 {
  margin-left: 45px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  max-width: 100px;
  min-height: 75px;
  min-width: 75px;
  -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: 100%;
  background-color: #b22222;
}

.paragraph-2 {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #707070;
  font-size: 15px;
}

.paragraph-3 {
  margin-top: 3px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #707070;
  font-size: 15px;
}

.div-block-7 {
  margin-left: 32px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #707070;
  font-size: 20px;
  line-height: 100%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-3 {
  max-width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}

.div-block-9 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 225px;
  max-width: 550px;
  margin-top: -11%;
  padding: 20px 40px;
  -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;
  background-color: #b22222;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

.div-block-9.mobile {
  display: none;
}

.paragraph-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  line-height: 200%;
}

.link-3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.link-3.light {
  color: #fff;
}

.services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 50px;
  -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: #fff;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  text-align: center;
}

.heading-4._2 {
  font-family: 'Open Sans', sans-serif;
}

.paragraph-5 {
  margin-top: 100px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  text-align: center;
}

.div-block-11 {
  margin-bottom: 100px;
}

.div-block-12 {
  width: 30%;
  max-width: 375px;
  min-height: 500px;
  min-width: 300px;
  padding: 0px;
  background-color: #b22222;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

.div-block-12.light {
  min-height: 550px;
  background-color: #b22222;
}

.div-block-12.light:hover {
  background-color: #b22222;
}

.div-block-12.light.mobile {
  display: none;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1250px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 40px;
  -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: transparent;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 2.5vh;
  font-weight: 400;
}

.heading-5.light {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 2.5vh;
  font-weight: 400;
}

.heading-6.light {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.paragraph-6 {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.6vh;
  line-height: 120%;
}

.paragraph-6.light {
  padding-top: 40px;
  color: #fff;
}

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

.div-block-15 {
  height: 50%;
  padding-right: 40px;
  border-bottom: 2px solid #fff;
}

.div-block-15.light {
  border-bottom-color: #fff;
}

.div-block-15.light:hover {
  border-bottom-color: #fff;
}

.div-block-15.light:active {
  border-bottom-color: #fff;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  padding-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  background-color: #cacaca;
}

.div-block-17 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1250px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-5 {
  color: #707070;
  font-weight: 700;
}

.aboutus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-19 {
  width: 50%;
  height: 100%;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-left: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-20.sub {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-20.sub.serv {
  margin-left: 0px;
}

.div-block-20.sub.serv.ref {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph-5-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b22222;
  text-align: left;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Livvic, sans-serif;
}

.paragraph-7 {
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1250px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-21.us {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 50%;
  margin-top: 25px;
  margin-bottom: 25px;
  -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;
}

.div-block-22.sub {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-23 {
  width: 48px;
  height: 49px;
  background-color: transparent;
}

.paragraph-7-copy {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: Livvic, sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-24._2 {
  margin-top: 10px;
}

.div-block-24._2.center {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-25 {
  position: relative;
  left: 15px;
  top: -15px;
  width: 100%;
  height: 100%;
  max-width: 450px;
  min-height: 520px;
  min-width: 450px;
  background-image: url('../images/pexels-rene-asmussen-3990359.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

.div-block-26 {
  height: 500px;
  min-height: 500px;
  color: #b22222;
}

.div-block-27 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #b22222;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

.paragraph-5-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #707070;
  text-align: center;
}

.paragraph-5-copy-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b22222;
  text-align: left;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #b22222;
  color: #b22222;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1250px;
  -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;
  color: #fff;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 25%;
  padding-right: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  text-decoration: none;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Livvic, sans-serif;
  font-size: 20px;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Livvic, sans-serif;
  font-size: 20px;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Livvic, sans-serif;
  font-size: 20px;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Livvic, sans-serif;
  font-size: 20px;
}

.paragraph-8 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.nav_resp_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1250px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.res-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1250px;
  -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;
}

.res-wrapper.contact {
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

.res-wrapper.contact._2 {
  box-shadow: none;
}

.res-wrapper.contact._2.map {
  background-image: url('../images/2021-02-26_19-53-23.png');
  background-position: 50% 50%;
  background-size: auto;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

.res-wrapper.contact.contacttiles {
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: none;
}

.res-wrapper.about {
  min-height: 50vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 50px;
  -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;
}

.div-block-32 {
  width: 100%;
  height: 40vh;
  max-width: 1250px;
  background-color: #b22222;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

.div-block-33 {
  width: 100%;
  height: 40vh;
  margin-top: -15px;
  margin-left: 15px;
  background-image: url('../images/passau-4295353_1920.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

.segment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 100px 50px;
  -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;
}

.segment.img {
  padding-top: 15px;
  padding-bottom: 15px;
}

.segment.contact {
  display: none;
  height: 50vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.segment.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-7-copy {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Livvic, sans-serif;
  font-size: 30px;
  line-height: 110%;
}

.div-block-22-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 10px;
  -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;
}

.div-block-22-copy.center {
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-block-23-copy {
  max-height: 48px;
  max-width: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: transparent;
}

.paragraph-7-copy-copy {
  max-width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: Livvic, sans-serif;
  color: #707070;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1250px;
  padding: 60px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

.div-block-34.contact {
  padding: 0px;
}

.div-block-34.cta {
  box-shadow: 0 0 30px -4px rgba(0, 0, 0, 0.16);
}

.heading-7-copy-copy {
  position: static;
  max-width: 475px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  line-height: 110%;
  font-weight: 400;
}

.heading-7-copy-copy._3 {
  margin-bottom: 0px;
  color: #fff;
}

.heading-7-copy-copy._3._2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
}

.heading-7-copy-copy._3._2.contact.form {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.heading-7-copy-copy._3._2.contact.form.big {
  margin-bottom: 10px;
  font-size: 36px;
}

.heading-7-copy-copy._3.contact {
  color: #fff;
}

.heading-7-copy-copy._3.contact._2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  text-align: center;
}

.heading-7-copy-copy._3.contact._2._4 {
  color: #000;
  font-size: 18px;
}

.heading-7-copy-copy._3.contact._2._4.contacttilehead {
  font-size: 1.5rem;
}

.heading-7-copy-copy._3.contact._2.head {
  display: none;
}

.heading-7-copy-copy.cta {
  font-family: 'Open Sans', sans-serif;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 55px;
  margin-top: 35px;
  -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: #b22222;
}

.div-block-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 55px;
  margin-top: 35px;
  margin-left: 40px;
  -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: #b22222;
}

.div-block-36 {
  width: 50%;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 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;
}

.heading-7-copy-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 110%;
}

.heading-7-copy-copy._2 {
  margin-top: 20px;
}

.heading-7-copy-copy._3 {
  color: #000;
  font-weight: 700;
}

.hero_res {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1250px;
}

.div-block-38 {
  width: 50%;
  padding: 100px 60px;
  background-color: #b22222;
}

.div-block-39 {
  width: 50%;
  background-image: url('../images/pexels-tobias-bjørkli-2058729.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.submit-button {
  margin-top: 30px;
  padding: 15px 60px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
  color: #000;
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
}

.field-label-3 {
  color: #fff;
}

.field-label-4 {
  color: #fff;
}

.text-field {
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.textarea {
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 18px;
}

.textarea::-webkit-input-placeholder {
  color: #fff;
}

.textarea:-ms-input-placeholder {
  color: #fff;
}

.textarea::-ms-input-placeholder {
  color: #fff;
}

.textarea::placeholder {
  color: #fff;
}

.div-block-40 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.map {
  height: 100%;
  max-height: 800px;
}

.div-block-43 {
  margin-top: 40px;
}

.div-block-44 {
  margin-bottom: 30px;
}

.div-block-45 {
  display: -ms-grid;
  display: grid;
  width: 50%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". Area"
    ". Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr) 16px minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
}

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

.div-block-47 {
  background-color: #e2e2e2;
  background-image: url('../images/pexels-rene-asmussen-3990359.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.div-block-48 {
  background-color: #e0e0e0;
  background-image: url('../images/pexels-tobias-bjørkli-2058729.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.div-block-49 {
  background-color: #e6e6e6;
  background-image: url('../images/pexels-margo-schmiederer-1383866.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 100px;
  -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;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav_mobile_btn {
  width: 60px;
  height: 60px;
  background-color: #dbdbdb;
}

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

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

.dropdown-toggle {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
}

.text-block {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.5em;
}

.text-block.main {
  color: #000;
}

.icon {
  margin-right: 0px;
}

.icon.main {
  color: #000;
}

.dropdown-list {
  display: none;
  margin-top: 27px;
  padding: 0px 0px 20px;
  background-color: #fff;
}

.subnavlink {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 1.2em;
}

.subnavlink:hover {
  background-color: #e6e6e6;
}

.dropdown-link-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.dropdown-link-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.nav_sub {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -200px;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  -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: #b22222;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1250px;
  min-height: 200px;
  margin-left: -20px;
  -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;
}

.sub_nav_item {
  display: block;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 2px solid #fff;
  background-color: transparent;
}

.sub_nav_item._2 {
  padding-left: 20px;
}

.sub_nav_item.end {
  padding-left: 20px;
  border-right-style: none;
  border-right-width: 0px;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1.8em;
  font-weight: 500;
}

.paragraph-9 {
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 33%;
  min-height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block:hover {
  background-color: #961f1f;
}

.link-block.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33%;
}

.slider {
  height: 100%;
}

.slide {
  background-image: url('../images/pexels-rene-asmussen-3990359.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide.gu {
  background-image: url('../images/pexels-pixabay-159306.jpg');
}

.slide.ta {
  background-image: url('../images/pexels-max-vakhtbovych-5997997.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/4-Wasserwaage.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2.gu {
  background-image: url('../images/pexels-tobias-bjørkli-2058729.jpg');
  background-position: 50% 0%;
}

.slide-2.ta {
  background-image: url('../images/jonathan-borba-LITaAD0wV8g-unsplash-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.html-embed {
  display: none;
  width: 100%;
}

.slider-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/2-Funken.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/2-Funken.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/10-Pool.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/10-Pool.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.right-arrow {
  display: none;
}

.icon-2 {
  display: none;
}

.icon-3 {
  display: none;
}

.link-block-2 {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  color: #fff;
  text-decoration: none;
}

.link-block-2.w--current {
  width: 100%;
}

.link-block-3 {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  text-decoration: none;
}

.link-block-3:hover {
  border-bottom: 1px solid #fff;
}

.link-block-3:active {
  border-bottom: 1px solid #fff;
}

.link-block-4 {
  height: 100%;
}

.link-block-5 {
  width: 100%;
  height: 100%;
}

.image-3 {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.link-block-6 {
  width: 100%;
  height: 100%;
}

.slide-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/3-Maßband.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/3-Maßband.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pexels-pixabay-159306.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-pixabay-159306.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/3-Maßband.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/3-Maßband.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/1-Abriss.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/1-Abriss.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.slide-11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/6-Terrasse-Möbel.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/6-Terrasse-Möbel.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-12 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/9-Bohrer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/9-Bohrer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/12-Papierkram.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/12-Papierkram.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-14 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/4-Wasserwaage.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/4-Wasserwaage.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-15 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/8-Steinwand.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/8-Steinwand.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/5-kaputte-Wand.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/5-kaputte-Wand.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide-1-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pexels-nicholas-lim-3792575-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pexels-nicholas-lim-3792575-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.image-4 {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-4.tileicon {
  -webkit-filter: none;
  filter: none;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -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;
}

.div-block-62._2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-62.tablet {
  display: none;
}

.div-block-63 {
  width: 30%;
  height: 500px;
  background-image: url('../images/carousel.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-63._1 {
  background-image: url('../images/R99C2505-min.jpg');
  background-position: 75% 0%;
}

.div-block-63._2 {
  background-image: url('../images/R99C2556.jpg');
}

.div-block-63._3 {
  background-image: url('../images/R99C2599.jpg');
}

.div-block-63._5 {
  margin-left: 0vw;
  background-image: url('../images/R99C2625.jpg');
}

.div-block-63._5.hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: none;
}

.div-block-63._4 {
  background-image: url('../images/R99C2710.jpg');
}

.team_overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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: rgba(178, 34, 34, 0.65);
}

.team_overlay.hidden {
  display: none;
}

.team_overlay_text {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.team_overlay_text.sub {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.slide-nav {
  display: none;
}

.link-block-8 {
  display: inline;
  color: #000;
  line-height: 100%;
  text-decoration: none;
}

.link-block-9 {
  display: inline;
  color: #000;
  line-height: 100%;
  text-decoration: none;
}

.contacttile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 30px 20px;
  -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;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
}

.link-block-10 {
  color: #000;
  text-decoration: none;
}

.link-block-11 {
  color: #000;
  text-decoration: none;
}

.link-block-12 {
  color: #000;
  text-decoration: none;
}

.image-5 {
  width: 100%;
  height: 100%;
}

.link-block-13 {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-container {
    display: none;
  }

  .nav-container.sub {
    display: none;
  }

  .nav-container.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -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: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  }

  .nav_logo {
    padding-left: 20px;
  }

  .nav_link {
    display: block;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
  }

  .nav_link.w--current {
    font-family: 'Open Sans', sans-serif;
  }

  .nav_link.ref {
    display: none;
  }

  .nav_link_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-left: 0px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
  }

  .hero {
    padding-right: 60px;
    padding-left: 60px;
  }

  .paragraph {
    max-width: 600px;
  }

  .heading {
    font-size: 6.5vw;
  }

  .heading.sub {
    font-size: 5vw;
  }

  .div-block-4._2 {
    min-width: 250px;
  }

  .quickinfo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-5._2 {
    margin-left: 45px;
  }

  .div-block-8 {
    margin-top: 50px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-9 {
    display: none;
    margin-top: -41%;
  }

  .div-block-9.mobile {
    display: block;
    max-width: 100%;
    margin-top: -21%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .heading-4 {
    font-size: 4.5vw;
  }

  .paragraph-5 {
    margin-top: 50px;
  }

  .div-block-12 {
    width: 46%;
    max-width: 1000px;
    min-height: 400px;
    min-width: 300px;
  }

  .div-block-12.light {
    min-height: 400px;
  }

  .div-block-12.light.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 60px;
    padding-left: 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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-12.light.desktop {
    display: none;
  }

  .div-block-13 {
    -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-14 {
    width: 48px;
    height: 48px;
  }

  .heading-5 {
    font-size: 2.5vw;
    line-height: 120%;
  }

  .heading-6 {
    font-size: 2.5vw;
    line-height: 120%;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .paragraph-6.light {
    padding-top: 20px;
  }

  .div-block-15.light {
    width: 100%;
    padding-bottom: 20px;
  }

  .div-block-17 {
    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-19 {
    width: 100%;
  }

  .div-block-20 {
    width: 100%;
    margin-top: 75px;
    margin-left: 0px;
  }

  .div-block-20.sub.serv {
    margin-top: 0px;
  }

  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-22 {
    min-width: 30%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-22.sub.serv {
    margin-left: 35px;
  }

  .div-block-22._2 {
    margin-left: 50px;
  }

  .div-block-25 {
    max-width: 100%;
  }

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

  .paragraph-5-copy {
    margin-bottom: 1vw;
    font-size: 1.5vw;
  }

  .paragraph-5-copy-copy.serv {
    margin-top: 50px;
  }

  .div-block-28 {
    -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-29 {
    max-width: 40%;
    margin-bottom: 25px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

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

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

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

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

  .paragraph-8 {
    text-align: center;
  }

  .res-wrapper.contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .res-wrapper.contact._2 {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .res-wrapper.contact.contacttiles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .segment.contact {
    height: 30vh;
  }

  .div-block-23-copy {
    min-height: 48px;
    min-width: 48px;
  }

  .paragraph-7-copy-copy {
    max-width: 750px;
  }

  .div-block-34 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heading-7-copy-copy {
    font-size: 25px;
  }

  .heading-7-copy-copy._3.contact._2.head {
    display: none;
  }

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

  .div-block-37 {
    display: none;
    margin-left: 50px;
  }

  .div-block-38 {
    width: 100%;
    height: 70%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-39 {
    width: 100%;
    height: 300px;
  }

  .div-block-41 {
    display: none;
    width: 100%;
    height: 40%;
  }

  .div-block-42 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .div-block-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-52 {
    width: 100%;
    margin-top: 20px;
  }

  .nav_mobile_btn {
    width: 45px;
    height: 45px;
    background-color: transparent;
  }

  .div-block-55 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
  }

  .nav_sidebar {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40vw;
    height: 100vh;
    padding: 10px 40px 75px 10px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .div-block-57 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 80px;
    -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;
  }

  .div-block-58 {
    position: absolute;
    left: 20px;
    top: 20px;
  }

  .image-2 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 24px;
  }

  .html-embed {
    display: block;
    height: 100%;
  }

  .div-block-62 {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-62.tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-63._1 {
    width: 47%;
    margin-bottom: 40px;
  }

  .div-block-63._2 {
    width: 47%;
    margin-bottom: 40px;
  }

  .div-block-63._3 {
    width: 47%;
  }

  .div-block-63._3._4 {
    background-image: url('../images/R99C2710.jpg');
  }

  .div-block-63._3._5 {
    margin-top: 40px;
  }

  .team_overlay {
    padding-top: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-7 {
    color: #fff;
    text-decoration: none;
  }

  .contacttile {
    width: 45%;
    height: 200px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacttile._3 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .nav-container.sub {
    display: none;
  }

  .nav-container.mobile {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav_logo {
    padding-left: 0px;
  }

  .nav_link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
  }

  .nav_link.w--current {
    font-family: 'Open Sans', sans-serif;
  }

  .nav_link.sub {
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_link_container {
    padding-left: 0px;
  }

  .hero {
    min-height: 100vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph {
    font-size: 3vw;
  }

  .heading {
    font-size: 8vw;
  }

  .heading.sub {
    font-size: 8vw;
  }

  .div-block-4._2 {
    width: 100%;
  }

  .div-block-4._2.cta {
    min-width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-2 {
    font-size: 4.5vw;
  }

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

  .div-block-5._2 {
    margin-top: 30px;
    margin-left: 0px;
  }

  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-3 {
    font-size: 3.5vw;
  }

  .div-block-9.mobile {
    max-height: 1000px;
    margin-top: -48%;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .paragraph-4 {
    font-size: 2.75vw;
  }

  .services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-4 {
    margin-bottom: 20px;
    font-size: 8vw;
    line-height: 120%;
    text-align: left;
  }

  .heading-4._2 {
    margin-bottom: 0px;
  }

  .paragraph-5 {
    text-align: left;
  }

  .div-block-11 {
    margin-bottom: 40px;
  }

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

  .div-block-12.light {
    margin-top: 60px;
  }

  .div-block-12.light:hover {
    background-color: #b22222;
  }

  .heading-5 {
    font-size: 8vw;
  }

  .heading-6 {
    font-size: 8vw;
  }

  .paragraph-6.light {
    padding-top: 20px;
  }

  .div-block-15 {
    padding-bottom: 20px;
  }

  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .div-block-20 {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-20.sub {
    margin-top: 0px;
  }

  .div-block-20.sub.serv {
    margin-top: 40px;
  }

  .heading-7 {
    font-size: 7vw;
  }

  .paragraph-7 {
    margin-top: 30px;
    font-size: 5vw;
  }

  .paragraph-7._2 {
    margin-top: 10px;
  }

  .div-block-22 {
    margin-bottom: 10px;
  }

  .div-block-22.sub {
    margin-bottom: 5px;
  }

  .div-block-22.sub.serv {
    margin-top: 5px;
    margin-left: 0px;
  }

  .div-block-22._2 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .div-block-23 {
    width: 48px;
    height: 48px;
  }

  .div-block-24 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-25 {
    width: 100%;
    height: 50%;
    min-height: 200px;
    min-width: 0px;
    background-color: #ffbebe;
    background-image: none;
  }

  .div-block-25.home {
    background-image: url('../images/passau-4295353_1920.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .div-block-27 {
    width: 100%;
    height: 50%;
  }

  .paragraph-5-copy {
    font-size: 3vw;
    text-align: left;
  }

  .paragraph-5-copy-copy.serv {
    margin-top: 50px;
  }

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

  .div-block-29 {
    max-width: 100%;
  }

  .paragraph-8 {
    width: 75%;
  }

  .res-wrapper.contact._2 {
    -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;
  }

  .div-block-32 {
    max-height: 300px;
  }

  .div-block-33 {
    max-height: 300px;
  }

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

  .segment.contact {
    height: 60vh;
  }

  .div-block-22-copy {
    width: 100%;
    -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;
  }

  .paragraph-7-copy-copy {
    font-size: 5vw;
  }

  .div-block-34 {
    padding: 40px;
  }

  .div-block-34.cta {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-7-copy-copy {
    font-size: 5vw;
  }

  .heading-7-copy-copy._3._2.contact.form {
    font-size: 5vw;
  }

  .heading-7-copy-copy._3._2.contact.form.big {
    font-size: 7vw;
  }

  .heading-7-copy-copy._3.contact._2 {
    text-align: left;
  }

  .heading-7-copy-copy._3.contact._2._4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .heading-7-copy-copy._3.contact._2.head {
    display: block;
    margin-bottom: 30px;
    font-weight: 700;
  }

  .div-block-35 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-37 {
    display: none;
    width: 100%;
    margin-left: 0px;
  }

  .heading-7-copy-copy._3 {
    display: none;
  }

  .div-block-38 {
    padding: 40px 20px;
  }

  .div-block-39 {
    height: 150px;
  }

  .text-field {
    border-radius: 0px;
    font-size: 5vw;
  }

  .textarea {
    min-height: 150px;
    border-radius: 0px;
    font-size: 5vw;
  }

  .div-block-41 {
    display: none;
    overflow: hidden;
  }

  .div-block-42 {
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .map {
    position: static;
    display: none;
    height: 100%;
    max-height: 300px;
    margin-bottom: 0px;
  }

  .div-block-43 {
    margin-top: 20px;
  }

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

  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .div-block-51 {
    -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-53 {
    margin-top: 20px;
  }

  .div-block-54 {
    margin-top: 20px;
  }

  .nav_mobile_btn {
    width: 32px;
    height: 32px;
    background-color: transparent;
  }

  .div-block-55 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav_sidebar {
    right: 0%;
    display: none;
    width: 100vw;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: rgba(0, 0, 0, 0.61);
  }

  .nav_sidebar.hidden {
    display: none;
    opacity: 0;
  }

  .div-block-58 {
    position: absolute;
    left: 20px;
    top: 20px;
    right: auto;
    bottom: auto;
    width: 24px;
    height: 24px;
  }

  .div-block-61 {
    position: relative;
    width: 85vw;
    height: 100%;
    padding: 75px 40px;
    background-color: #fff;
  }

  .div-block-61.hidden {
    -webkit-transform: translate(75vw, 0px);
    -ms-transform: translate(75vw, 0px);
    transform: translate(75vw, 0px);
  }

  .slider {
    min-height: 200px;
  }

  .slide.gu {
    min-height: 200px;
  }

  .slide.as {
    height: 100%;
    min-height: 200px;
    background-position: 50% 50%;
  }

  .slide.ta {
    min-height: 200px;
  }

  .slide-2.gu {
    min-height: 200px;
  }

  .slide-2.as {
    height: 100%;
    min-height: 200px;
  }

  .slide-2.ta {
    min-height: 200px;
  }

  .div-block-62._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-62.tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-63._1 {
    width: 100%;
    height: 300px;
    background-position: 50% 50%;
  }

  .div-block-63._2 {
    width: 100%;
    height: 300px;
  }

  .div-block-63._3 {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }

  .div-block-63._3._5 {
    margin-top: 0px;
  }

  .div-block-63._5 {
    width: 100%;
    height: 300px;
  }

  .div-block-63._5.hidden {
    display: none;
  }

  .div-block-63._4 {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }

  .team_overlay {
    padding-top: 0%;
    padding-bottom: 10%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 25px;
  }

  .team_overlay_text {
    font-size: 20px;
  }

  ._1 {
    height: 100%;
    min-height: 200px;
  }

  .link-block-8 {
    display: none;
  }

  .contacttile {
    width: 100%;
    height: 125px;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .link-block-13 {
    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: 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;
    color: #fff;
    text-decoration: none;
  }

  .paragraph-10 {
    margin-bottom: 0px;
    font-size: 4.5vw;
  }

  .right-arrow-2 {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .slide-nav-2 {
    display: none;
  }

  .left-arrow-2 {
    display: none;
  }

  .right-arrow-3 {
    display: none;
  }

  .slide-nav-3 {
    display: none;
  }

  .left-arrow-3 {
    display: none;
  }

  .right-arrow-4 {
    display: none;
  }

  .slide-nav-4 {
    display: none;
  }

  .mask {
    min-height: 200px;
  }

  .mask-2 {
    min-height: 200px;
  }
}

@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/DancingScript-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/DancingScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/DancingScript-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dancingscript';
  src: url('../fonts/DancingScript-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yellowtail';
  src: url('../fonts/Yellowtail-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}