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

.head {
  position: relative;
  z-index: 150;
  height: 65vh;
  max-height: 600px;
  min-height: 400px;
  margin-top: 80px;
  margin-right: 0px;
  margin-left: 0px;
}

.slider {
  height: 100%;
  margin-top: -1px;
}

.bg-head {
  padding-top: 0px;
}

.slide-nav {
  display: none;
  padding-top: 14px;
  font-size: 8px;
}

.div-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0vw;
  margin-left: auto;
  -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-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 18px;
  padding: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.81);
}

.brand.w--current {
  position: relative;
  z-index: -1;
  margin-top: 12px;
  margin-right: 52px;
  margin-left: 52px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.72)), color-stop(38%, #fff));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.72), #fff 38%);
}

.brand.mobile {
  display: none;
}

.brand.desktop {
  margin-top: 6px;
  margin-right: 24px;
}

.brand.desktop.w--current {
  z-index: 100;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 200;
  overflow: visible;
  height: 80px;
  background-color: #fff;
  box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.22);
}

.container {
  height: 100%;
  float: none;
}

.nav-link {
  width: auto;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #804baf;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

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

.nav-link.w--current {
  color: #4bb252;
}

.body {
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

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

.heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #804baf;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.heading.h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 30px;
}

.heading.h2.white {
  margin-top: 6px;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
}

.heading.black {
  color: #2e2e2d;
}

.heading.small {
  margin-top: 0px;
  font-size: 18px;
  text-align: left;
}

.heading.header {
  margin: 0px;
  color: #fff;
  font-size: 35px;
  text-align: left;
}

.heading.header.blue {
  color: #804baf;
  font-size: 30px;
  line-height: 34px;
}

.heading.subhead {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}

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

.verlaufsstreifen {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(51%, rgba(0, 0, 0, 0.41)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.41) 51%, hsla(0, 0%, 100%, 0));
}

.verlaufsstreifen.abstand {
  margin-bottom: 40px;
}

.icon {
  color: #2e2e2d;
  font-size: 30px;
}

.icon-2 {
  color: #2e2e2d;
  font-size: 30px;
}

.paragraph {
  margin-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #2e2e2e;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
}

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

.paragraph.links.schwarz {
  color: #2e2e2d;
}

.paragraph.mail {
  margin-bottom: 0px;
  margin-left: 15px;
}

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

.paragraph.center.mobilecenter {
  text-align: left;
}

.paragraph.timeline {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.section {
  position: relative;
  display: block;
  height: auto;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.columns-2 {
  margin-top: 25px;
  margin-bottom: 20px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.content {
  position: relative;
  z-index: 5;
}

.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 300;
}

.kontakt {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #fff;
}

.image-9 {
  margin-right: 0px;
  padding-top: 0px;
  float: none;
}

.kontaktbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2e2e2d;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-decoration: none;
}

.kontaktbutton:hover {
  background-color: #525252;
}

.image-8 {
  margin-right: 0px;
  margin-bottom: -3px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
}

.link {
  color: #fff;
  font-size: 14px;
}

.link:hover {
  color: #d3d3d3;
}

.link.schwarz {
  margin-right: 54px;
  color: #2e2e2d;
}

.section-2 {
  padding-top: 29px;
  padding-bottom: 29px;
}

.columns-3 {
  padding-top: 15px;
}

.section-3 {
  position: relative;
  z-index: 5;
  height: 50px;
  background-color: #fff;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-4 {
  margin-top: 85px;
}

.html-embed {
  font-family: 'PT Sans', sans-serif;
  color: #2e2e2d;
  font-size: 14px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 365px;
  -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;
}

.image-11 {
  position: relative;
  z-index: 202;
}

.image-12 {
  margin-bottom: 32px;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  font-family: Bitter, serif;
  color: #000;
}

.textarea {
  font-family: Bitter, serif;
  color: #000;
}

.submit-button {
  background-color: #2e2e2d;
  font-family: Bitter, serif;
  color: #fff;
}

.form-block {
  margin-bottom: 25px;
}

.form {
  display: none;
}

.background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  opacity: 0.08;
}

.phone {
  padding: 4px 7px 4px 2px;
  float: left;
  border-style: none;
  border-width: 1px;
  border-color: #2e2e2d;
  border-radius: 5px;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.link-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  height: auto;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 6px 6px 8px;
  float: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  background-color: transparent;
  background-image: linear-gradient(210deg, #4bb252, #804baf);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block:hover {
  opacity: 0.8;
}

.image-13 {
  float: left;
}

.bold-text {
  font-family: 'PT Sans', sans-serif;
  line-height: 16px;
}

.div-block-29 {
  padding: 9px;
  background-color: #009de0;
}

.blue-content {
  display: block;
  margin-top: 15px;
  margin-right: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  border: 2px solid #fff;
  background-color: #4bb252;
  box-shadow: 10px 10px 40px 0 rgba(0, 0, 0, 0.18);
}

.shadow-logo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 184;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-35 {
  position: static;
  z-index: 3;
  display: block;
  width: auto;
  height: 100%;
  min-height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 3px;
  border-color: #c4007a;
  box-shadow: none;
  color: #009de0;
}

._20px {
  height: 20px;
}

._20px.mobil {
  display: none;
}

.button {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 270px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #4bb252;
  background-color: #4bb252;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  font-family: Futura, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  border-color: #9dd100;
  background-color: rgba(196, 0, 122, 0);
  color: #2e2e2e;
}

.div-block-38 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.no-underline {
  color: #2e2e2d;
  text-decoration: none;
}

.footer {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.footer-heading {
  margin-bottom: 20px;
  font-family: 'PT Sans', sans-serif;
  text-decoration: none;
}

.footer-logo-2 {
  margin-bottom: 40px;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-family: 'PT Sans', sans-serif;
  color: #2e2e2d;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3.sm-1.xs-1 {
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col.lg-3.sm-2.flex-stretch {
  width: 20%;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.contact-form-container.card {
  position: relative;
  padding: 40px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 10px 0 80px 0 rgba(31, 44, 61, 0.1);
}

.margin-bottom {
  margin-bottom: 0px;
}

.contact {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 45px;
}

.link-2 {
  opacity: 1;
  font-family: 'PT Sans', sans-serif;
  color: #009de0;
  font-weight: 500;
}

.div-block-39 {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #b6b6b6;
}

.div-block-39._2 {
  width: 85%;
}

.zeitstrahl {
  display: none;
  height: 250px;
  padding: 20px 2vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timestamp {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 210px;
  height: 210px;
  min-height: 210px;
  min-width: 210px;
  margin-right: 18px;
  margin-left: 18px;
  padding: 19px 15px;
  -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;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #009de0;
  border-radius: 100%;
  background-color: #f5f5f5;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/AdobeStock_125928241.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.column-9 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.column-9._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 200px;
  padding: 10px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ffb000;
  background-color: #202c3b;
}

.div-block-10.invert {
  width: auto;
  height: 100px;
  padding: 17px 12px;
  -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;
  border-style: none;
  background-color: #4bb252;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  text-decoration: none;
}

.div-block-10.invert:hover {
  background-color: #804baf;
}

.row-4 {
  margin-top: 57px;
}

.row-4._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.madewithlove {
  position: relative;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #4bb252;
}

.text-block-2 {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.link-5 {
  color: #fff;
}

.container-7 {
  position: relative;
  z-index: 2;
  height: 100%;
}

.div-block-42 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
}

.div-block-43 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(41deg, #804baf, #4bb252);
  opacity: 0.51;
}

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

.about-grid {
  margin-bottom: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 52px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1.25fr 52px 2fr;
  grid-template-columns: 1.25fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-3 {
  color: #9dd100;
}

.rollladen {
  background-image: url('../images/farbkarte.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.rollladen.vorhernachher {
  background-image: url('../images/AdobeStock_26961313.jpeg');
}

.rollladen._2 {
  background-image: url('../images/AdobeStock_71396977.jpeg');
  background-position: 50% 20%;
}

.rollladen.vorhernachher-copy {
  background-image: url('../images/AdobeStock_71396977.jpeg');
}

.right-arrow-2 {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.right-arrow-2:hover {
  background-color: transparent;
}

.slide-nav-2 {
  display: none;
  font-size: 9px;
}

.slider-2 {
  height: 100%;
}

.left-arrow-2 {
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.55);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.left-arrow-2:hover {
  background-color: transparent;
}

.list-item-2 {
  margin-bottom: 6px;
  font-family: 'PT Sans', sans-serif;
  color: #2e2e2e;
  font-size: 17px;
}

.list {
  margin-right: auto;
  margin-left: auto;
}

.about-grid-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 52px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 52px 2fr;
  grid-template-columns: 2.5fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.trennerpic {
  height: 400px;
  background-image: url('../images/AdobeStock_24122013.jpeg');
  background-position: 50% 20%;
  background-size: cover;
}

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

.aufzaehlung-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f1f1f1;
}

.slider-3 {
  height: 500px;
}

.vorhernachher {
  background-image: url('../images/AdobeStock_258397835.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.vorhernachher._2 {
  background-image: url('../images/AdobeStock_302272124.jpeg');
}

.vorhernachher._3 {
  background-image: url('../images/AdobeStock_258395368.jpeg');
}

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

  .div-block._1 {
    padding-right: 53px;
    padding-bottom: 50px;
    padding-left: 53px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand.w--current {
    position: absolute;
    z-index: 0;
    display: block;
    margin-left: 0px;
  }

  .brand.mobile {
    display: block;
    margin-top: 5px;
  }

  .brand.desktop {
    display: none;
  }

  .brand.desktop.w--current {
    display: none;
  }

  .container {
    width: 100vw;
  }

  .nav-link {
    display: block;
    margin-bottom: 2px;
    background-color: hsla(0, 0%, 100%, 0.91);
    text-align: center;
  }

  .heading.h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading.h2.white {
    font-size: 16px;
    line-height: 20px;
  }

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

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

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

  .paragraph.timeline {
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .image-9 {
    margin-right: 4px;
  }

  .menu-button {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 80px;
    height: 80px;
    padding: 28px;
    color: #2e2e2d;
  }

  .menu-button.w--open {
    position: absolute;
    left: auto;
    bottom: auto;
    margin-right: 20px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #2e2e2d;
  }

  .nav-menu {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-top: auto;
    float: right;
    background-color: hsla(0, 0%, 100%, 0.91);
  }

  .link-block {
    display: none;
    padding-right: 16px;
  }

  .shadow-logo {
    display: block;
  }

  .div-block-35 {
    padding-right: 28px;
    padding-left: 28px;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

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

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-3.md-4 {
    width: 25%;
  }

  .col.lg-3.sm-1.xs-1 {
    width: 26%;
  }

  .col.lg-1 {
    display: none;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-form-container.card {
    padding: 30px;
  }

  .margin-bottom {
    margin-bottom: 0px;
  }

  .div-block-39 {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 4px;
  }

  .div-block-39._2 {
    margin-left: -30px;
  }

  .zeitstrahl {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .timestamp {
    width: 17vw;
    height: 17vw;
    min-height: 17vw;
    min-width: 17vw;
    margin-right: 7px;
    margin-bottom: 0px;
    margin-left: 7px;
    padding: 13px 15px;
  }

  .timestamp._2 {
    width: 21vw;
    height: 21vw;
    min-height: 21vw;
    min-width: 21vw;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .div-block-41 {
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

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

  .container-7 {
    z-index: 50;
  }

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

  .background-video {
    display: none;
  }

  .div-block-43 {
    z-index: 30;
  }

  .about-grid {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .slider-2 {
    width: 100%;
    height: 400px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .list-item-2 {
    text-align: left;
  }

  .about-grid-2 {
    margin-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .slider-3 {
    height: 400px;
  }

  .div-block-44 {
    margin-top: 27px;
  }

  .bg-header {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-image: url('../images/AdobeStock_125928241.jpeg');
    background-position: 50% 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .head {
    height: 250px;
    min-height: 200px;
  }

  .div-block {
    padding-left: 20px;
  }

  .div-block._1 {
    padding-top: 0px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .brand.w--current {
    margin-left: 20px;
  }

  .brand.mobile {
    margin-left: 20px;
  }

  .body {
    border-style: none;
  }

  .div-block-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading.header {
    font-size: 24px;
    line-height: 28px;
  }

  .heading.subhead {
    font-size: 18px;
    line-height: 22px;
  }

  .heading.left {
    margin-bottom: 1px;
    text-align: center;
  }

  .paragraph {
    margin-right: 20px;
    margin-left: 20px;
  }

  .paragraph.links.schwarz {
    display: block;
  }

  .paragraph.links.schwarz.notvisible {
    display: block;
  }

  .paragraph.links.schwarz.mobile-centered {
    text-align: center;
  }

  .paragraph.center {
    margin-bottom: 15px;
  }

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

  .paragraph.timeline {
    font-size: 15px;
    line-height: 3vw;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: none;
  }

  .content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .kontakt {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .kontaktbutton {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .html-embed {
    margin-right: 20px;
    margin-left: 20px;
  }

  .column-3 {
    margin-top: 17px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-3.not {
    display: block;
  }

  .content-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-12 {
    margin-right: 44px;
    margin-bottom: 8px;
  }

  .menu-button.w--open {
    margin-right: 0px;
  }

  .div-block-35 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer {
    padding-top: 26px;
    padding-bottom: 0px;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-logo-2 {
    padding-left: 0px;
  }

  .col.lg-3.md-4 {
    width: 50%;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-1.xs-1 {
    width: 50%;
  }

  .col.lg-3.sm-2 {
    width: 100%;
  }

  .col.lg-3.sm-2.flex-stretch {
    width: 50%;
  }

  .col.lg-6 {
    width: 100%;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-form-container.card {
    padding: 9px 40px 0px;
  }

  .div-block-39._2 {
    width: 2px;
    height: 85%;
    margin-left: auto;
  }

  .zeitstrahl {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .timestamp {
    width: 160px;
    height: 160px;
    min-height: 160px;
    min-width: 160px;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .timestamp._2 {
    width: 200px;
    height: 200px;
    min-height: 200px;
    min-width: 200px;
  }

  .div-block-41 {
    height: 50vw;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-10 {
    height: 130px;
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .row-4 {
    margin-top: 30px;
  }

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

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

  .slider-2 {
    height: 50vw;
  }

  .trennerpic {
    height: 50vw;
  }

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

  .aufzaehlung-rows {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-3 {
    height: 50vw;
  }

  .bg-header {
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 479px) {
  .head {
    height: 350px;
    max-height: none;
    min-height: auto;
  }

  .div-block {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 60%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block._1 {
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .brand.w--current {
    z-index: 1;
    margin-top: 7px;
    margin-right: 3px;
    padding: 4px 4px 4px 0px;
  }

  .brand.mobile {
    margin-top: 5px;
    padding: 6px 6px 6px 0px;
  }

  .heading.h2 {
    margin-right: 3px;
    margin-left: 3px;
  }

  .heading.small {
    margin-left: 10px;
  }

  .heading.subhead {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph.timeline {
    font-size: 14px;
    line-height: 18px;
  }

  .section {
    padding-top: 31px;
    padding-bottom: 2px;
  }

  .column-3 {
    min-height: auto;
    margin-bottom: 22px;
  }

  .content-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-12 {
    display: none;
  }

  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .phone {
    padding-right: 0px;
    font-size: 14px;
  }

  .link-block {
    padding: 5px 9px 4px 4px;
  }

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

  .div-block-35 {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._20px.mobil {
    display: block;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3.sm-1.xs-1 {
    width: 50%;
  }

  .col.lg-3.sm-2.flex-stretch {
    width: 50%;
  }

  .col.lg-6 {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact-form-container {
    padding: 0px;
  }

  .contact-form-container.card {
    padding: 20px 30px 7px;
  }

  .contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-5 {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .div-block-39 {
    width: 2px;
    height: 100%;
    margin-left: auto;
  }

  .div-block-39._2 {
    display: block;
    width: 2px;
    margin-left: 0px;
  }

  .timestamp {
    width: 200px;
    height: auto;
    min-height: auto;
    min-width: auto;
    margin-bottom: 15px;
    border-radius: 19px;
  }

  .timestamp._2 {
    height: auto;
    min-height: auto;
  }

  .div-block-41 {
    background-position: 50% 100%;
  }

  .column-9._2 {
    display: block;
  }

  .div-block-10 {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-10.invert {
    width: auto;
    height: auto;
  }

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

  .column-11 {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .about-grid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-section-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-2 {
    height: 250px;
  }

  .list {
    padding-right: 8px;
  }

  .about-grid-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bg-header {
    background-position: 50% 70%;
    background-size: 200%;
  }

  .container-9 {
    padding-bottom: 27px;
  }
}

#w-node-b208233c-574f-f371-ebf4-0ca3bd3a309f-8ad8fe49 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-b208233c-574f-f371-ebf4-0ca3bd3a309f-8ad8fe49 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b870b3c6-5380-51ae-196e-fa4ba64a8bea-a64a8bcd {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Book-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Heavy-font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}