:root {
  --grey: #777;
  --sky-blue: #19d9ff;
  --black: black;
}

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

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  width: 160px;
  object-fit: cover;
}

.logo {
  width: 160px;
  background-image: linear-gradient(rgba(255, 255, 255, .84), rgba(255, 255, 255, .84));
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 0%;
}

.telefonnummer, .ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #000;
}

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  color: #000;
  background-color: #f0f0f0;
}

.highlights {
  color: #000;
  background-color: #0a99b6;
}

.adresse {
  margin-bottom: 5px;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1 {
  font-family: Righteous, sans-serif;
  font-weight: 700;
}

.heading-2 {
  font-family: Righteous, sans-serif;
  font-weight: 100;
}

.heading-3 {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
}

.flie-text {
  font-family: Quicksand, sans-serif;
  font-weight: 400;
}

.farbe-der-headings {
  color: #0ca8c7;
}

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

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  width: auto;
  height: auto;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

._1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.men-2 {
  width: 100%;
}

.nav-link2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link2:hover {
  color: gray;
}

.nav-link2.w--current {
  color: #ebe3de;
}

.nav-link2.flie-text {
  transition: all .2s;
}

.nav-link2.flie-text:hover {
  color: #acacac;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current:hover {
  font-size: 14px;
}

.inhalt-men-punkte2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.titelvideo-start-3 {
  height: 90vh;
  position: relative;
}

.video2 {
  height: 100%;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.div-block-video-2 {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slogan-2 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 70px;
}

.slogan-2.heading-1 {
  font-family: Bitter, serif;
  font-weight: 400;
}

.startseite2 {
  min-height: 600px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 200px;
  display: flex;
}

.startseite2.hauptfarbe {
  min-height: auto;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.startseite2.zweitfarbe {
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.startseite2.zweitfarbe.background-image {
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../images/400dpiLogoCropped-new-color.webp');
  background-position: 0 0, 5% 95%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 55vw;
}

.heading-start2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 80px;
}

.heading-start2.heading-2 {
  font-size: 60px;
  line-height: 70px;
}

.heading-start2.heading-2.farbe-der-headings {
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 80px;
}

.heading-start2.heading-2.farbe-der-headings.abst-oben {
  margin-top: 40px;
}

.text2 {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.text2.flie-text {
  text-align: center;
}

.heading-83 {
  font-weight: 700;
}

.inhalt-service2 {
  min-height: 600px;
  overflow: hidden;
}

.inhalt-service2.blaue-section {
  color: #fff;
  background-color: #0a99b6;
  flex-direction: column;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.text-2 {
  text-align: center;
  padding-bottom: 0;
}

.text-2.flie-text {
  margin-top: 20px;
}

.text-2.flie-text.links {
  text-align: left;
  font-size: 16px;
}

.text-2.flie-text.nogap {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

.mehr-erfahren2.zweitfarbe.flie-text {
  max-width: 150px;
  margin-top: 20px;
}

.mehr-erfahren2.zweitfarbe.flie-text:hover {
  transform: scale(1.1);
}

.leistungsbild-1 {
  height: 250px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.serviceangebote2 {
  width: 60%;
  min-width: auto;
  margin-top: 50px;
}

.text-effekt3 {
  z-index: 10;
  width: 100.07%;
  height: 100%;
  opacity: 0;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-effekt3:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .5);
}

.heading-mittig-klein1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

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

.inhaltstartseite2 {
  min-height: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.inhaltstartseite2.background-image {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/400dpiLogoCropped-new-color.webp');
  background-position: 0 0, 99% 90%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 45vw;
  background-attachment: scroll, scroll;
}

.inhaltstartseite2.background-image.second-image {
  background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/PEW-Logo-sharing-is-caring.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 45vw;
}

.inhaltstartseite2.auto-height {
  min-height: auto;
}

.inhaltstartseite2.project-background {
  height: auto;
  min-height: auto;
  background-image: linear-gradient(rgba(255, 255, 255, .85), rgba(255, 255, 255, .85)), url('../images/PEW-Logo-sharing-is-caring.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 45vw;
}

.kontaktaufnehmen2 {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/299083496_429970125748332_5113001058101389618_n.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer2 {
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer2.hauptfarbe.flie-text {
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 140px;
}

.iconfooter2 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-inhalt3 {
  display: inline-block;
  position: static;
}

.headingfooter2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s;
}

.image-3:hover {
  transform: scale(1.1);
}

.leistungsgrid {
  width: 60%;
  grid-column-gap: 16px;
  position: relative;
}

.leistungsgrid.fest {
  width: 871px;
}

.titelvideo-3 {
  height: 500px;
  position: relative;
}

.leistungen-grid {
  width: 80%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.warumwir2 {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

.warumwir2.heading-3 {
  margin-top: 0;
}

.warumwir2.heading-3.links {
  text-align: left;
}

.warumwir2.heading-3.white {
  color: #fff;
}

.mitarbeiter1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.mitarbeiterbild2 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 100% 50%;
}

.mitarbeiterbild2.fit {
  object-position: 50% 50%;
}

.mitarbeiterbild2.klein {
  width: 250px;
  height: 200px;
  object-position: 50% 50%;
}

.mitarbeiterbild2.klein.fit {
  object-position: 50% 0%;
}

.mitarbeiterbild2.mittel {
  height: 300px;
  object-position: 50% 25%;
}

.karte1 {
  width: 800px;
  height: 500px;
  margin-top: 20px;
}

.kontakt2 {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/download-36.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.impdat-3 {
  min-height: 80vh;
  padding: 100px 40px;
}

.success-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.sucess-blcok {
  width: 784px;
  height: 400px;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sucess-blcok.highlights {
  color: #fff;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.footer-div {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-footer1 {
  height: 99.9998%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.footer-1 {
  padding: 60px 140px;
}

.footer-1.hauptfarbe {
  justify-content: space-around;
  padding-bottom: 10px;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.heading-footer.heading-3.kleiner {
  font-size: 12px;
  line-height: 15px;
}

.inhalt-footer {
  width: auto;
  height: 100%;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.lottie-animation-2 {
  z-index: 1;
  width: 100%;
  height: 150%;
  opacity: .2;
  position: absolute;
}

.div-block {
  z-index: 1;
  width: 80%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: end;
  margin-top: 20px;
}

.checkbox-field {
  text-align: left;
}

.field-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.link-formular {
  text-decoration: none;
}

.flie-text-2 {
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
}

.submit_button {
  background-color: #000;
  font-size: 16px;
}

.submit_button.flie-text {
  background-color: #0ca8c7;
  border: 1px #000;
  transition: all .2s;
}

.submit_button.flie-text:hover {
  color: #fff;
  background-color: #000;
}

.navigation-link {
  width: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  width: 100%;
  min-height: 0;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-field {
  min-height: 40px;
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
}

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  height: 100%;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.field-label-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  width: 22px;
  height: 2px;
  background-color: #000;
  border-radius: 5px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  width: 100%;
  align-items: center;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

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

.navigation-menu {
  z-index: 9;
  width: 0%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.quote-wrapper {
  z-index: 9;
  width: 450px;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: relative;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

.button-wrapper.submit.flie-text.highlights {
  color: #fff;
}

.button-wrapper.submit.flie-text.highlights:hover {
  background-color: #000;
}

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

.right-part {
  z-index: 3;
  width: 0%;
  height: 100%;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  min-width: 350px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  display: block;
}

.full-part {
  width: 0%;
  height: 100%;
  background-color: #fff;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.form {
  width: 100%;
}

.hamburger-menu {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.maps-gro {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.maos-footer {
  width: 100%;
  height: 120px;
  min-width: 250px;
  justify-content: center;
  display: flex;
}

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

.div-block-44 {
  display: block;
}

.html-embed-2 {
  display: none;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  top: 80px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.ablaufplan-big-button-3.black.ablaufplan {
  background-color: #333;
  margin-top: 140px;
  top: 10px;
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.html-embed-11 {
  width: 100%;
  height: 100%;
}

.navbar-logo-left {
  position: relative;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--grey);
  letter-spacing: .25px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: rgba(129, 132, 141, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: var(--grey);
  letter-spacing: .25px;
  text-transform: uppercase;
  padding: 5px 30px 5px 10px;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #ebebeb;
}

.nav-dropdown-link {
  text-transform: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 14px;
  transition: all .2s;
}

.nav-dropdown-link:hover {
  color: #8b8b8b;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--grey);
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-17.top-space {
  margin-top: 20px;
}

.div-block-166 {
  margin-bottom: 20px;
}

.link-6 {
  color: var(--grey);
  text-decoration: none;
}

.grid-18 {
  z-index: 1000;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-61 {
  width: 3vw;
  object-fit: cover;
}

.grid-19 {
  width: 75%;
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.grid-19.ful {
  width: 100%;
  grid-row-gap: 60px;
}

.project-bild {
  width: 100%;
  object-fit: cover;
}

.project-grid {
  width: 80%;
  grid-template-rows: auto;
  align-items: center;
}

.columns-17 {
  display: flex;
}

.slider {
  height: 100%;
}

.slider.lang {
  width: 100%;
  height: 100%;
}

.right-arrow, .left-arrow {
  display: flex;
}

.slide-nav {
  display: none;
}

.slide-10 {
  background-image: url('../images/170354963_724978914839709_1427962335137700550_n.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Unbenannt.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/Unbenannt3.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/Unbenannt4.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/Unbenannt5.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/Unbenannt6.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/Unbenannt7.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/Unbenannt8.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/Unbenannt9.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/Unbenannt10.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/Unbenannt11.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-4 {
  background-image: url('../images/Unbenannt12.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-5 {
  background-image: url('../images/Unbenannt13.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-6 {
  background-image: url('../images/Unbenannt14.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-7 {
  background-image: url('../images/Unbenannt15.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-8 {
  background-image: url('../images/Unbenannt16.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-9 {
  background-image: url('../images/Unbenannt17.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-10 {
  background-image: url('../images/Unbenannt18.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1-11 {
  background-image: url('../images/Unbenannt19.webp');
  background-position: 50%;
  background-size: cover;
}

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

.slide-2-3 {
  background-image: url('../images/Unbenannt21.webp');
  background-position: 0 0;
  background-size: cover;
}

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

.slide-2-5 {
  background-image: url('../images/Unbenannt23.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-6 {
  background-image: url('../images/Unbenannt24.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-7 {
  background-image: url('../images/Unbenannt26.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-8 {
  background-image: url('../images/Unbenannt27.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-9 {
  background-image: url('../images/Unbenannt28.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-10 {
  background-image: url('../images/Unbenannt29.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2-11 {
  background-image: url('../images/30.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-2 {
  background-image: url('../images/Unbenannt31.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-3 {
  background-image: url('../images/Unbenannt32.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-4 {
  background-image: url('../images/33.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-5 {
  background-image: url('../images/Unbenannt34.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-6 {
  background-image: url('../images/Unbenannt35.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-7 {
  background-image: url('../images/Unbenannt36.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-8 {
  background-image: url('../images/Unbenannt37.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-9 {
  background-image: url('../images/Unbenannt38.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-10 {
  background-image: url('../images/Unbenannt39.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3-11 {
  background-image: url('../images/Unbenannt40.webp');
  background-position: 50%;
  background-size: cover;
}

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

.slide-4-3 {
  background-image: url('../images/Unbenannt42.webp');
  background-position: 50%;
  background-size: cover;
}

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

.slide-4-5 {
  background-image: url('../images/Unbenannt46.webp');
  background-position: 50%;
  background-size: cover;
}

.section-50 {
  height: 500px;
  background-image: url('../images/B-VTLyVY.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.link-block {
  z-index: 1000;
  width: 100px;
  height: 100px;
  border: 2px solid var(--sky-blue);
  color: var(--grey);
  background-color: #fff;
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  font-family: Righteous, sans-serif;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 4px 4px 20px -6px #000;
}

.paragraph-62 {
  margin-bottom: 0;
}

.link-block-2 {
  color: var(--black);
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/QZdz3Ru0.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 20px;
  text-decoration: none;
  box-shadow: 0 0 14px -10px #000;
}

.link-block-2.bild._1 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/XXD25vZE.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-2.bild._2 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/4NY8R38E.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.link-block-2.bild._3 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/3-Selbständigkeit.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-2.bild._4 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/2EkVs1Bs.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-2.bild._5 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/download-39.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-2.bild._6 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/download-40.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-2.bild._7 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/97ba91_1186f43437004032ba48e5fec4b30af7_mv2_d_1776_1332_s_2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-2.bild._8 {
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/PEW-Logo-sharing-is-caring.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.dropdown-toggle-12 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.dropdown-list-13 {
  position: relative;
}

.dropdown-list-13.w--open {
  background-color: #000;
}

.dropdown-14 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.html-embed-12 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-12.no {
  width: auto;
}

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

.link-block-3 {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.grid-20 {
  grid-template-rows: auto;
  align-items: center;
}

.div-block-169 {
  height: 40px;
}

.div-block-170 {
  background-color: red;
  padding: 15px;
}

.list-item {
  margin-bottom: 3px;
}

.div-block-171 {
  color: #000;
  background-color: #fff;
  padding: 20px;
}

.html-embed-13 {
  height: 500px;
  margin-top: 60px;
}

.html-embed-14 {
  width: 100%;
  height: 500px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.leistungen-grid-copy {
  width: 80%;
  grid-template-rows: auto;
}

.div-block-173 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.columns-20 {
  align-items: center;
  display: flex;
}

.div-block-174 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.youtube {
  height: 500px;
  margin-top: 60px;
}

.projects-grid {
  width: 80%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 120px;
    object-fit: cover;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

  .titelvideo-start-3 {
    height: 500px;
  }

  .slogan-2.heading-1 {
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }

  .startseite2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .startseite2.hauptfarbe, .startseite2.zweitfarbe {
    padding: 60px;
  }

  .heading-start2 {
    font-size: 60px;
    line-height: 60px;
  }

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

  .heading-start2.heading-2.farbe-der-headings {
    font-size: 40px;
    line-height: 45px;
  }

  .inhalt-service2.blaue-section {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .leistungsbild-1 {
    height: 300px;
  }

  .serviceangebote2 {
    width: 90%;
  }

  .heading-mittig-klein1.heading-2 {
    text-align: center;
  }

  .inhaltstartseite2 {
    min-height: auto;
  }

  .inhaltstartseite2.background-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer2.hauptfarbe.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .leistungsgrid {
    width: 80%;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .leistungsgrid.fest {
    width: 80%;
  }

  .titelvideo-3 {
    height: 500px;
  }

  .text-linksb-ndig2.flie-text {
    text-align: center;
  }

  .text-linksb-ndig2.flie-text.list {
    text-align: left;
  }

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

  .leistungen-grid._90 {
    width: 90%;
  }

  .warumwir2.heading-3 {
    font-size: 25px;
    line-height: 30px;
  }

  .warumwir2.heading-3.links {
    text-align: center;
    margin-top: 20px;
  }

  .warumwir2.heading-3.links.center {
    text-align: center;
  }

  .mitarbeiter1 {
    align-items: center;
  }

  .mitarbeiterbild2 {
    object-position: 100% 20%;
  }

  .mitarbeiterbild2.mittel {
    width: 300px;
    height: 300px;
  }

  .karte1 {
    width: 100%;
  }

  .kontakt2 {
    padding: 60px;
  }

  .impdat-3 {
    width: 100%;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sucess-blcok {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .footer-1.hauptfarbe {
    padding: 40px 20px;
  }

  .heading-footer.heading-3 {
    font-size: 12px;
  }

  .inhalt-footer {
    width: 70%;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .container {
    max-width: 728px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    background-color: #a6b1bf;
  }

  .menu-button {
    background-color: #e9e9e9;
    padding: 12px;
  }

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

  .image-61 {
    width: 4vw;
  }

  .grid-19 {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-19.ful {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .project-bild {
    height: 500px;
  }

  .project-bild.reduce-img {
    width: 300px;
    height: 300px;
  }

  .columns-17 {
    flex-direction: column;
  }

  .section-50 {
    height: 400px;
  }

  .link-block {
    width: 90px;
    height: 90px;
  }

  .html-embed-13, .html-embed-14 {
    height: 400px;
    margin-top: 40px;
  }

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

  .columns-19 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .leistungen-grid-copy {
    grid-template-columns: 1fr;
  }

  .projects-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .logo-img {
    width: 115px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .impdat1-2.flie-text {
    text-align: center;
  }

  .titelvideo-start-3 {
    height: 400px;
  }

  .video2, .div-block-video-2 {
    height: 100%;
  }

  .slogan-2.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  .startseite2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .startseite2.hauptfarbe, .startseite2.zweitfarbe {
    padding: 40px;
  }

  .heading-start2.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-start2.heading-2.farbe-der-headings {
    font-size: 35px;
    line-height: 40px;
  }

  .text2 {
    padding-bottom: 40px;
  }

  .text2.flie-text {
    padding-bottom: 0;
  }

  .inhalt-service2.blaue-section {
    padding: 40px;
  }

  .text-2 {
    padding-bottom: 40px;
  }

  .text-2.flie-text {
    padding-bottom: 0;
  }

  .mehr-erfahren2.zweitfarbe.flie-text {
    margin-top: 20px;
  }

  .inhaltstartseite2 {
    min-height: auto;
    padding: 40px;
  }

  .kontaktaufnehmen2 {
    padding: 40px 20px;
  }

  .footer2.hauptfarbe.flie-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .iconfooter2 {
    justify-content: flex-start;
  }

  .footer-inhalt3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .columns-14 {
    width: 100%;
  }

  .headingfooter2 {
    text-align: center;
  }

  .headingfooter2.heading-3 {
    text-align: left;
  }

  .leistungsgrid {
    width: 100%;
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .leistungsgrid.fest {
    width: 100%;
  }

  .titelvideo-3 {
    height: 400px;
  }

  .text-linksb-ndig2.flie-text {
    text-align: center;
  }

  .leistungen-grid {
    width: 100%;
    flex-direction: column;
    justify-items: stretch;
    display: flex;
  }

  .leistungen-grid._90 {
    width: 100%;
  }

  .warumwir2 {
    text-align: center;
  }

  .warumwir2.heading-3 {
    margin-top: 10px;
  }

  .warumwir2.heading-3.links {
    text-align: center;
  }

  .mitarbeiter1 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .mitarbeiterbild2.klein.fit {
    width: 100%;
    height: 350px;
    object-position: 50% 0%;
  }

  .mitarbeiterbild2.klein.fit.runter {
    object-position: 50% 50%;
  }

  .mitarbeiterbild2.mittel {
    width: 100%;
    height: 350px;
  }

  .karte1 {
    height: 300px;
  }

  .impdat-3 {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success-2, .sucess-blcok {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-div {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block-footer1 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .footer-1.hauptfarbe {
    font-size: 12px;
  }

  .heading-footer.heading-3 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .inhalt-footer {
    width: 50%;
  }

  .div-block {
    width: 100%;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    border-radius: 0;
    position: relative;
  }

  .nav-dropdown-link {
    text-align: left;
  }

  .nav-dropdown-link.w--current {
    text-align: center;
  }

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

  .grid-17 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .image-61 {
    width: 5vw;
  }

  .grid-19 {
    width: 100%;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-19.ful {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-bild {
    height: 400px;
  }

  .project-grid {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .columns-17 {
    flex-direction: column;
  }

  .section-50 {
    height: 350px;
  }

  .link-block {
    width: 70px;
    height: 70px;
  }

  .paragraph-62 {
    font-size: 14px;
  }

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

  .grid-20 {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .grid-20.switch {
    flex-direction: column-reverse;
  }

  .html-embed-13 {
    height: 350px;
  }

  .leistungen-grid-copy {
    width: 100%;
    flex-direction: column;
    justify-items: stretch;
    display: flex;
  }

  .list-item-4 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 22px;
    line-height: 25px;
  }

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

  h3 {
    font-size: 17px;
    line-height: 20px;
  }

  p {
    font-size: 12px;
    line-height: 17px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .titelvideo-start-3 {
    height: 300px;
  }

  .video2 {
    height: 100%;
  }

  .div-block-video-2 {
    height: 100.07%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slogan-2.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .startseite2.hauptfarbe, .startseite2.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-start2 {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-start2.heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-start2.heading-2.farbe-der-headings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 27px;
    display: flex;
  }

  .text2.flie-text {
    padding-bottom: 0;
    font-size: 14px;
  }

  .inhalt-service2.blaue-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-2.flie-text {
    font-size: 14px;
    line-height: 22px;
  }

  .text-2.flie-text.links {
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .text-2.flie-text.nogap {
    font-size: 16px;
    line-height: 20px;
  }

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .mehr-erfahren2.zweitfarbe.flie-text {
    margin-top: 20px;
  }

  .leistungsbild-1 {
    height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .serviceangebote2 {
    width: 100%;
    margin-top: 20px;
  }

  .text-effekt3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-mittig-klein1.heading-2 {
    text-align: center;
  }

  .paragraph-mittig3.flie-text {
    font-size: 12px;
  }

  .inhaltstartseite2 {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhaltstartseite2.background-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inhaltstartseite2.remove-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .leistungsgrid {
    width: 100%;
  }

  .titelvideo-3 {
    height: 300px;
  }

  .text-linksb-ndig2.flie-text {
    font-size: 14px;
    line-height: 22px;
  }

  .leistungen-grid {
    flex-direction: column;
    display: flex;
  }

  .warumwir2 {
    text-align: center;
  }

  .warumwir2.heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .mitarbeiter1 {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .mitarbeiterbild2.klein.fit {
    height: 300px;
    object-position: 70% 0%;
  }

  .mitarbeiterbild2.mittel {
    width: 100%;
    height: 300px;
  }

  .kontakt2 {
    padding: 40px 20px;
  }

  .impdat-3 {
    padding: 40px 10px;
  }

  .sucess-blcok.highlights {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-22 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-footer1 {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .inhalt-footer, .div-block {
    width: 100%;
  }

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

  .maps-gro {
    height: 300px;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px 0 0;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    flex-direction: column;
  }

  .navbar-brand {
    margin-bottom: 10px;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown {
    justify-content: center;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    text-align: left;
    white-space: normal;
  }

  .nav-dropdown-link.w--current {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    width: 100%;
    text-align: center;
  }

  .grid-18 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .image-61 {
    width: 9vw;
  }

  .grid-19 {
    width: 100%;
  }

  .grid-19.ful {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .project-bild {
    height: 300px;
  }

  .project-bild.reduce-img {
    width: 250px;
    height: 250px;
  }

  .project-grid {
    width: 100%;
  }

  .section-50 {
    height: 300px;
  }

  .link-block {
    width: 90px;
    height: 90px;
  }

  .paragraph-62 {
    font-size: 12px;
  }

  .html-embed-13, .html-embed-14 {
    height: 300px;
  }

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

  .leistungen-grid-copy {
    flex-direction: column;
    display: flex;
  }

  .list-item-2, .list-item-3 {
    width: 100%;
  }
}

#w-node-_457e329a-e547-fcbc-bed9-c697f4e49ed8-ec7f1470, #w-node-_457e329a-e547-fcbc-bed9-c697f4e49eda-ec7f1470, #w-node-e20a3b0a-ed96-04cc-49be-6bdb2e94336a-a77f1474, #w-node-e20a3b0a-ed96-04cc-49be-6bdb2e94336c-a77f1474, #w-node-a136b52c-b4dd-2c05-c7da-58675718b223-e77f147b, #w-node-a136b52c-b4dd-2c05-c7da-58675718b225-e77f147b, #w-node-_8252d763-1686-75a2-b971-bc2ed7433f55-bb7f147e, #w-node-_8252d763-1686-75a2-b971-bc2ed7433f57-bb7f147e, #w-node-b4908755-128c-2b59-2ce4-a743b623a151-de7f1485, #w-node-b4908755-128c-2b59-2ce4-a743b623a153-de7f1485, #w-node-fc956b46-6c1a-564a-9743-3740a7da8537-de7f1485, #w-node-fc956b46-6c1a-564a-9743-3740a7da8551-de7f1485, #w-node-fc956b46-6c1a-564a-9743-3740a7da855f-de7f1485 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fa-de7f1485 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fe-de7f1485 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_748c5eb2-e26e-d13c-c416-cf8eff39579a-d04189a4, #w-node-_0d10ccbb-cc0f-026f-57ae-02aa87083574-d04189a4, #w-node-f4fbacfd-e1aa-b970-8b0c-5c0ed7666b42-797f148b, #w-node-f4fbacfd-e1aa-b970-8b0c-5c0ed7666b44-797f148b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf8031e9-211c-f0a0-2df0-a4eac833d57a-797f148b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0fbf7e3e-b4a9-7e64-a739-3357613ea0df-0cba3b37, #w-node-_0fbf7e3e-b4a9-7e64-a739-3357613ea0e1-0cba3b37, #w-node-_74806d71-7fe8-eb7c-8147-c0caa2fd7941-0cba3b37, #w-node-_2f9a2ad4-397a-0f7a-9c36-95fadf600ad3-0cba3b37, #w-node-_1e130f29-8ba5-1d77-1d6d-9bc3ec6dc382-0cba3b37, #w-node-_0c74d176-d28b-ca98-92d2-77a7737ffa2a-5d24d543, #w-node-_0c74d176-d28b-ca98-92d2-77a7737ffa2c-5d24d543, #w-node-_3b636c58-5084-e2fb-73a4-ceb8c6552326-5d24d543, #w-node-_3b636c58-5084-e2fb-73a4-ceb8c6552340-5d24d543, #w-node-_3b636c58-5084-e2fb-73a4-ceb8c655234b-5d24d543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fa-5d24d543 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fe-5d24d543 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_81be8908-3d2a-51d0-c1ef-101f15c52ee1-ede36a37, #w-node-_81be8908-3d2a-51d0-c1ef-101f15c52ee3-ede36a37, #w-node-_7b79f648-1ba0-ca9a-1cff-b9d49ac9a664-8c2e7859, #w-node-_7b79f648-1ba0-ca9a-1cff-b9d49ac9a666-8c2e7859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d353947-b49e-6498-521d-2936072fe371-8c2e7859 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_33e7e4ff-b148-b178-c06e-02a6828f5c24-9374dc2e, #w-node-_33e7e4ff-b148-b178-c06e-02a6828f5c26-9374dc2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77af7b21-6c46-612f-c8bd-7adbc1284926-9374dc2e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9abca9a-1eeb-a7c5-ecd9-188d7e6d42d9-2373b74e, #w-node-c9abca9a-1eeb-a7c5-ecd9-188d7e6d42db-2373b74e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4c4568-ec7f-0aef-7607-384de4b97157-2373b74e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e549c5e5-012b-0451-5449-f93fbfe8c476-aa958bfc, #w-node-e549c5e5-012b-0451-5449-f93fbfe8c478-aa958bfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4c4568-ec7f-0aef-7607-384de4b97157-aa958bfc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9dbce828-ae1d-8dbb-659f-12b0fcf08492-4c2f16a6, #w-node-_9dbce828-ae1d-8dbb-659f-12b0fcf08494-4c2f16a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d353947-b49e-6498-521d-2936072fe371-4c2f16a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_110e3dc3-f3d2-4623-a560-f812e8adadbb-f99ccbc8, #w-node-_110e3dc3-f3d2-4623-a560-f812e8adadbd-f99ccbc8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77af7b21-6c46-612f-c8bd-7adbc1284926-f99ccbc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30aca895-b7bd-884b-4981-431b574a6842-e0270580, #w-node-_30aca895-b7bd-884b-4981-431b574a6844-e0270580, #w-node-ae893146-0ef2-1492-74f6-62344ab05fd2-e0270580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae893146-0ef2-1492-74f6-62344ab05fed-e0270580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-ae893146-0ef2-1492-74f6-62344ab05ffa-e0270580, #w-node-_85347402-f747-965e-11ea-52f27c62eb2d-132e1316, #w-node-_85347402-f747-965e-11ea-52f27c62eb2f-132e1316, #w-node-d765faee-fc0b-5192-ed5d-0b7594297320-132e1316, #w-node-_6b06fdf0-57b7-5731-b7dc-4a19b2936599-7da4b27e, #w-node-_6b06fdf0-57b7-5731-b7dc-4a19b293659b-7da4b27e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f4e6ae1-2f04-47cb-b93e-d32fbed12e45-7da4b27e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26cfa110-92c8-3529-c5f5-774a65401aa1-a900326a, #w-node-_26cfa110-92c8-3529-c5f5-774a65401aa3-a900326a, #w-node-_2befdb4c-f7a4-0600-87a3-3915c411e8af-a900326a, #w-node-b3ccffdb-7adf-b1ac-eb0b-a9ce1f9c0aa8-bd6491ee, #w-node-b3ccffdb-7adf-b1ac-eb0b-a9ce1f9c0aaa-bd6491ee, #w-node-_24023181-c0e4-8f48-0773-23ffba730f7b-bd6491ee, #w-node-dda6a36b-d246-b718-55c7-e615be47150d-68d0d24b, #w-node-dda6a36b-d246-b718-55c7-e615be47150f-68d0d24b, #w-node-_8e9db29b-d06c-75e9-c7d8-8694275b9cbf-68d0d24b, #w-node-dc31fdaa-2f35-0e48-6af8-dc14e9baeffd-24dfc208, #w-node-dc31fdaa-2f35-0e48-6af8-dc14e9baefff-24dfc208, #w-node-f903bf69-bc43-1f87-eb25-4178a190341d-24dfc208, #w-node-_3c3f41f5-c883-2f4e-f88e-3d4c62f559e6-32bd3401, #w-node-_3c3f41f5-c883-2f4e-f88e-3d4c62f559e8-32bd3401, #w-node-_9bc08b22-f880-66db-611a-b68338d8824f-32bd3401, #w-node-_9f7d395a-bf97-27c6-d36b-ce28d0639d60-2693aa74, #w-node-_9f7d395a-bf97-27c6-d36b-ce28d0639d62-2693aa74, #w-node-c1bee31a-9264-cba1-f8ef-191d9bf342fe-2693aa74, #w-node-_8367e81f-b0de-6861-41f6-1b4d19c74616-8a0f7a8b, #w-node-_8367e81f-b0de-6861-41f6-1b4d19c74618-8a0f7a8b, #w-node-_1539f9fe-c9e2-d471-7593-4145b7249a54-c61e329f, #w-node-_1539f9fe-c9e2-d471-7593-4145b7249a56-c61e329f, #w-node-ef40e2fd-2ff3-a23f-3ed9-56528ee95fd0-c61e329f, #w-node-c2e2d9db-f739-bc95-ba91-7a6181518211-4c1ba0b6, #w-node-c2e2d9db-f739-bc95-ba91-7a6181518213-4c1ba0b6, #w-node-_05f375ed-06ca-1bed-a150-8c5ad4964d6b-4c1ba0b6, #w-node-_89e323e7-5231-f5e2-2e8a-70fc96d36627-12bf93eb, #w-node-_89e323e7-5231-f5e2-2e8a-70fc96d36629-12bf93eb, #w-node-b281a6f9-0d15-70b9-293d-826f6ae8123a-12bf93eb, #w-node-_22eae7ae-25aa-f81f-ac47-622f503ecfcb-e7d48557, #w-node-_22eae7ae-25aa-f81f-ac47-622f503ecfcd-e7d48557, #w-node-_8b0f3170-56e3-e1ff-8b53-535d1e1fe671-e7d48557, #w-node-b4131775-e6a1-5bed-d79d-92582914157a-05109818, #w-node-b4131775-e6a1-5bed-d79d-92582914157c-05109818, #w-node-cb6e0df2-7d70-ace7-d728-57f420ba4ac4-05109818, #w-node-a290e188-40e7-fc02-fa52-bf7b6de90262-83b74c02, #w-node-a290e188-40e7-fc02-fa52-bf7b6de90264-83b74c02, #w-node-_7f7469d2-376f-ff97-106c-b3c15dbcd5b1-83b74c02, #w-node-_7817b52d-55ae-e855-eed9-1dc5d6bbd44e-45d17d20, #w-node-_7817b52d-55ae-e855-eed9-1dc5d6bbd450-45d17d20, #w-node-_597318f7-ce6f-f197-8648-9ac4e1aa349e-45d17d20, #w-node-_047f5ad6-deee-f387-19e5-a13debfa6333-b71c0cb8, #w-node-_047f5ad6-deee-f387-19e5-a13debfa6335-b71c0cb8, #w-node-_08e8e192-9430-7176-9aab-f811a58da323-3f497e38, #w-node-_08e8e192-9430-7176-9aab-f811a58da325-3f497e38, #w-node-_071e7870-2c6d-7d5b-e025-00aea7fffbc4-4cc1e571, #w-node-_071e7870-2c6d-7d5b-e025-00aea7fffbc6-4cc1e571, #w-node-e1b9e6cc-5654-87b8-6cea-2e7201ae901e-4cc1e571, #w-node-b4131775-e6a1-5bed-d79d-92582914157a-1b2fa3cb, #w-node-b4131775-e6a1-5bed-d79d-92582914157c-1b2fa3cb, #w-node-_9ee278d3-c502-dc9c-0b92-28ec512cb002-1b2fa3cb, #w-node-_673ba8c3-de56-4ac0-a266-9797fbf47e11-238e0dd5, #w-node-_673ba8c3-de56-4ac0-a266-9797fbf47e13-238e0dd5, #w-node-_8a7e8b17-94b3-dad9-3b4c-03694bd9b883-e504f50f, #w-node-_8a7e8b17-94b3-dad9-3b4c-03694bd9b885-e504f50f, #w-node-_85347402-f747-965e-11ea-52f27c62eb2d-ac437628, #w-node-_85347402-f747-965e-11ea-52f27c62eb2f-ac437628, #w-node-_5203c6c2-7fa5-963d-5a8f-49da248f9d1d-ac437628, #w-node-b4131775-e6a1-5bed-d79d-92582914157a-eafef4ef, #w-node-b4131775-e6a1-5bed-d79d-92582914157c-eafef4ef, #w-node-_522484a7-74d4-0647-170c-d4316a90554f-eafef4ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_77af7b21-6c46-612f-c8bd-7adbc1284926-9374dc2e {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09f9-de7f1485 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fa-de7f1485 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fe-de7f1485 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09f9-5d24d543 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fa-5d24d543 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d120a26-6d29-2ca4-ae41-ab79505c09fe-5d24d543 {
    grid-column: span 1 / span 1;
  }
}


