.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

body {
  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;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.sticky-nav {
  position: fixed;
  top: 0px;
  z-index: 10;
  display: block;
  width: 100vw;
  padding: 20px;
  float: none;
  clear: none;
  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: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.hero {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100vh;
}

.slider {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 100vh;
}

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

.slide {
  position: static;
  -o-object-fit: fill;
  object-fit: fill;
}

.mask {
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar {
  position: fixed;
  width: 100vw;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0px solid transparent;
  background-color: #edff00;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.38);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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(51, 51, 51, 0);
  background-clip: border-box;
}

.container-2 {
  width: 2000px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
  font-size: 4vw;
  line-height: 4vw;
  text-align: center;
  text-transform: uppercase;
}

.heading-1.h1 {
  margin-top: 0px;
  font-size: 3vw;
  line-height: 3vw;
}

.body {
  display: block;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/109059437_141545470923544_1481100111984449264_n.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/109059437_141545470923544_1481100111984449264_n.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-content {
  color: #000;
  font-size: 55px;
  line-height: 55px;
  text-align: center;
  text-decoration: none;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: auto 115px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.paragraph-2.text {
  display: block;
}

.button {
  display: block;
  width: 150px;
  margin-right: 13px;
  margin-left: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: solid;
  border-width: 3px;
  border-color: #edff00;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 1000ms ease;
  transition: background-color 1000ms ease;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.button:hover {
  border-color: #edff00;
  background-color: #edff00;
}

.button.black {
  border-color: #000;
  -webkit-transition: color 50ms cubic-bezier(0, .962, 1, -.038), background-color 1000ms ease;
  transition: color 50ms cubic-bezier(0, .962, 1, -.038), background-color 1000ms ease;
}

.button.black:hover {
  background-color: #000;
  color: #edff00;
}

.button-2 {
  text-align: center;
}

.button-3 {
  text-align: center;
}

.button-4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.button-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.button-5.button {
  margin: 5px 28px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.beruns {
  min-height: 400px;
  background-color: #edff00;
}

.herzlichen-willkommen {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #fff;
}

.div-block-2 {
  margin-right: 166px;
  margin-left: 166px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 35px;
}

.container-4 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-2 {
  position: absolute;
  top: -100px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

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

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container-5 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area-2 Area";
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: ;
  grid-template-rows: repeat(auto-fit, 465px);
}

.image-3 {
  margin-top: -130px;
  padding-top: 0px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 535px;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.paragraph-3 {
  margin-top: 20px;
  color: #000;
  font-weight: 400;
}

.grid {
  margin-top: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.kundenstimmen {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #fff;
}

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

.mapkontakt {
  position: relative;
  z-index: 2;
  margin-bottom: 250px;
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #edff00;
}

.heading-3 {
  margin-top: 0px;
  color: #000;
}

.text-span {
  width: 200px;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  text-align: right;
}

.columns-2 {
  padding-bottom: 51px;
}

.container-7 {
  margin-bottom: 50px;
}

.about {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #edff00;
}

.column-2 {
  padding-right: 30px;
}

.column-3 {
  padding-right: 10px;
  padding-left: 30px;
}

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

.leistungen {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  padding-top: 150px;
  background-color: #fff;
}

.container-9 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-4 {
  display: block;
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  text-align: center;
}

.leistungsbox {
  background-color: #edff00;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.heading-6 {
  margin-bottom: 20px;
  text-align: center;
}

.slider-2 {
  height: 200px;
  background-color: transparent;
}

.slide-auf-weiss {
  color: #bd1919;
}

.icon {
  color: #edff00;
}

.icon-2 {
  color: #edff00;
}

.italic-text {
  padding-top: 7px;
}

.gallerie {
  position: relative;
  z-index: 2;
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #fff;
}

.container-10 {
  padding-top: 0px;
}

.footer {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 250px;
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
}

.heading-7 {
  color: #000;
  text-align: right;
}

.paragraph-4 {
  color: #000;
  text-align: right;
}

.column-4 {
  padding: 0px 30px 0px 0px;
}

.map {
  margin-top: 100px;
  padding-top: 0px;
}

.text-block {
  color: #fff;
}

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

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

.div-block-4 {
  height: 200px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #fff;
}

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

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

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

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

.slide-3 {
  background-image: url('../images/30604839_810628485813069_1042190869689532416_n.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.bold-text {
  color: #000;
  text-decoration: none;
}

.bold-text-2 {
  color: #000;
  text-decoration: none;
}

.heading-8 {
  color: #000;
}

.bold-text-3 {
  color: #000;
}

.paragraph-5 {
  color: #000;
}

.nav-link-2 {
  color: #000;
}

.nav-link-2.w--current {
  color: #000;
}

.bold-text-4 {
  color: #000;
}

.section {
  position: relative;
  z-index: 2;
  margin-top: 150px;
  margin-bottom: 250px;
  background-color: #fff;
}

.link-7 {
  color: #333;
  font-weight: 700;
}

.list {
  margin-top: 10px;
  padding-left: 16px;
}

.link-8 {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.link-9 {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.link-10 {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.link-11 {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

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

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

.link-block {
  width: 100%;
}

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

.youtube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.youtube-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: none;
  opacity: 1;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide-4 {
  background-color: transparent;
  opacity: 1;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-9 {
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  color: #fff;
  font-size: 150px;
  line-height: 130px;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #7e0c0c;
}

.slide-5 {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/XX-02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/XX-02.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.slide-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url('../images/XX-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/XX-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

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

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

.html-embed {
  height: 400px;
  margin-top: 100px;
  margin-bottom: 0px;
}

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

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

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

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.html-embed-2 {
  background-color: transparent;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(51, 51, 51, 0.4);
}

.container-15 {
  padding-bottom: 100px;
}

.container-16 {
  padding-bottom: 100px;
}

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

@media screen and (min-width: 1920px) {
  .nav-grid {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
    -ms-grid-columns: 1fr max-content max-content max-content;
    grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
    grid-template-columns: 1fr max-content max-content max-content;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slide {
    border-radius: 0px;
    background-color: transparent;
    opacity: 1;
  }

  .container {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .container-2 {
    width: auto;
  }

  .heading {
    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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    white-space: normal;
  }

  .paragraph {
    margin: 0px auto;
    text-align: center;
  }

  .heading-9 {
    font-size: 200px;
    line-height: 180px;
  }
}

@media screen and (max-width: 991px) {
  .image {
    height: auto;
  }

  .heading-1 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .heading-1.h1 {
    font-size: 5vw;
    line-height: 5vw;
  }

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

  .beruns {
    min-height: 0px;
    padding-right: 0px;
    padding-left: 25px;
  }

  .container-5 {
    grid-template-areas: "Area-2 Area";
    -ms-grid-rows: (337px)[auto-fit];
    grid-template-rows: repeat(auto-fit, 337px);
  }

  .image-3 {
    max-width: 108%;
    margin-top: -121px;
  }

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

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

  .columns-2 {
    padding-left: 30px;
  }

  .about {
    padding-left: 0px;
  }

  .container-11 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-9 {
    font-size: 120px;
    line-height: 105px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .container-2 {
    width: auto;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .h2-content {
    padding-right: 35px;
    padding-left: 35px;
  }

  .paragraph-2.text {
    margin-right: 59px;
    margin-left: 59px;
  }

  .herzlichen-willkommen {
    padding-top: 100px;
  }

  .heading-2 {
    font-size: 31px;
    line-height: 35px;
  }

  .image-3 {
    position: relative;
    overflow: visible;
    max-width: 155%;
    margin-top: -90px;
    margin-bottom: auto;
    margin-left: -27px;
    padding-left: 0px;
  }

  .div-block-3 {
    height: 479px;
    min-height: 566px;
  }

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

  .kundenstimmen {
    padding-top: 100px;
  }

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

  .columns-2 {
    padding-bottom: 25px;
    padding-left: 0px;
  }

  .about {
    overflow: hidden;
  }

  .columns-3 {
    overflow: visible;
  }

  .column-3 {
    padding-left: 10px;
    text-align: center;
  }

  .leistungen {
    padding-top: 100px;
  }

  .gallerie {
    padding-top: 50px;
  }

  .footer {
    height: auto;
  }

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

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

  .column-4 {
    padding-right: 0px;
  }

  .map {
    margin-top: 50px;
  }

  .text-block {
    margin-top: 20px;
  }

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

  .image-5 {
    display: inline-block;
    max-width: 50%;
    margin-left: 0px;
    text-align: left;
  }

  .brand {
    padding-left: 30px;
  }

  .column-5 {
    position: relative;
    display: block;
    overflow: visible;
    height: auto;
    clear: right;
    -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;
  }

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

  .column-7 {
    text-align: center;
  }

  .column-8 {
    padding-top: 0px;
    text-align: center;
  }

  .container-12 {
    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;
    text-align: center;
  }

  .section {
    margin-bottom: 570px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-9 {
    font-size: 90px;
    line-height: 85px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

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

  .container-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .h2-content {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 40px;
    line-height: 41px;
  }

  .paragraph-2 {
    margin-right: auto;
    margin-left: auto;
    line-height: 24px;
  }

  .paragraph-2.text {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button {
    margin-bottom: 13px;
  }

  .div-block {
    -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;
    text-align: center;
  }

  .herzlichen-willkommen {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-2 {
    line-height: 36px;
    text-align: center;
  }

  .container-5 {
    grid-auto-flow: row;
    grid-template-areas: "Area-2"
      "Area-3";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (444px)[auto-fit] 200px;
    grid-template-rows: repeat(auto-fit, 444px) 200px;
  }

  .image-3 {
    display: block;
    overflow: visible;
    max-width: 350px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .div-block-3 {
    display: block;
    height: 100%;
    min-height: 0px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-3 {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .grid {
    margin-top: 50px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .kundenstimmen {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
  }

  .container-6 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .mapkontakt {
    margin-top: 0px;
    margin-bottom: 654px;
    padding-top: 50px;
  }

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

  .columns-2 {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-align: center;
  }

  .container-7 {
    padding-right: 25px;
    padding-left: 25px;
  }

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

  .about {
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .columns-3 {
    position: static;
    float: none;
    clear: none;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .column-3 {
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .leistungen {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  .grid-2 {
    grid-auto-rows: 160px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 160px 160px;
    grid-template-rows: 160px 160px;
  }

  .image-4 {
    max-width: 110px;
  }

  .heading-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    margin-top: -11px;
    margin-bottom: 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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 17px;
    line-height: 20px;
  }

  .slider-2 {
    height: 300px;
  }

  .gallerie {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .footer {
    height: auto;
  }

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

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

  .column-4 {
    padding-right: 0px;
  }

  .map {
    margin-top: 50px;
  }

  .text-block {
    margin-top: 30px;
    line-height: 24px;
    text-align: center;
  }

  .div-block-4 {
    height: 132px;
  }

  .nav-link-2 {
    display: block;
    text-align: center;
  }

  .container-11 {
    overflow: visible;
    padding-bottom: 50px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .image-5 {
    display: block;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .brand {
    padding-left: 15px;
  }

  .column-5 {
    position: absolute;
    left: -25px;
    overflow: visible;
    margin-top: -106px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-9 {
    position: relative;
    margin-top: 419px;
  }

  .nav-menu {
    border-top: 2px solid #000;
    background-color: #edff00;
  }

  .nav-link-3 {
    text-align: center;
  }

  .menu-button {
    background-color: #edff00;
  }

  .section {
    margin-bottom: 645px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .link-10 {
    position: static;
    display: inline;
    clear: none;
    white-space: break-spaces;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-9 {
    padding-right: 19px;
    padding-left: 19px;
    font-size: 65px;
    line-height: 59px;
  }

  .text-block-2 {
    overflow: hidden;
    clear: none;
    white-space: break-spaces;
  }
}

