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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

body {
  background-color: #383e47;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #f3f3f3;
  font-size: 14px;
  line-height: 20px;
}

.navigation {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 150px;
  border: 1px none #f3f3f3;
  background-color: #383e47;
  color: #000;
}

.navbar {
  display: none;
  background-color: #f3f3f3;
}

.menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 121;
  display: block;
  width: 100vw;
  height: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #f3f3f3;
  background-color: #383e47;
  text-align: center;
}

.logo {
  position: relative;
  z-index: 1110;
  display: block;
  overflow: hidden;
  width: 320px;
  height: 150px;
}

.navigationspunkte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  margin-top: 0px;
  -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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #f3f3f3;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.link:hover {
  color: #ff0a7d;
}

.link-2 {
  display: block;
}

.btnhamburger {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  width: 100px;
  height: 100px;
  cursor: auto;
}

.hamburger-link {
  display: none;
  width: 34px;
  height: 34px;
  margin-top: 60px;
  cursor: pointer;
}

.btnclose {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  width: 100px;
  text-align: left;
}

.close-link {
  display: block;
  margin-top: 60px;
}

.image {
  display: block;
  width: 100vw;
}

.link-block {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerpic_schraege {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: auto;
  margin-top: -150px;
  padding-top: 0px;
  background-color: transparent;
}

.menupunkt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.btnmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.subnavi {
  position: relative;
  display: block;
  margin-top: -2px;
  margin-left: 0px;
  padding: 10px 20px 15px 17px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: rgba(56, 62, 71, 0.85);
  text-align: left;
}

.link_sub {
  display: block;
  margin-top: 0px;
  padding: 5px 0px;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #f3f3f3;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  cursor: pointer;
}

.link_sub:hover {
  color: #ff0a7d;
}

.link-hover {
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  -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: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Poppins, sans-serif;
  color: #535863;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}

.link-hover:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #09e7f0;
  font-weight: 300;
  letter-spacing: 3px;
  text-shadow: 1px 0 0 #09e7f0;
}

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

.btnterminvereinbarung {
  display: none;
}

.schraegecon {
  display: none;
}

.footermobilenav {
  display: none;
}

.image-4 {
  padding-top: 5px;
  padding-left: 20px;
}

.schraege_headerpic {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 39.93vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.headerpic {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 39.93vw;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: 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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.schraege2 {
  display: block;
  width: 100vw;
  height: 200px;
  margin-top: 143px;
  margin-bottom: -10%;
  background-color: #f3f3f3;
  -webkit-transform: skew(0deg, -5deg);
  -ms-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
}

.schraege_headerpicconinnen {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -1px;
  z-index: 2222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-5 {
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.content {
  display: block;
}

.content.hellgrau.abstand {
  margin-top: 100px;
  margin-bottom: 100px;
}

.content.grau {
  background-color: #535863;
}

.content.grau.start {
  background-color: #535863;
}

.hl-header-pic {
  position: relative;
  z-index: 200;
  display: block;
  width: 100%;
  margin-top: 18vw;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading {
  position: static;
  display: inline-block;
  width: 100vw;
  margin-top: 0vw;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: rgba(83, 88, 99, 0.8);
  font-size: 7.5vw;
  line-height: 7.5vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 7px;
}

.footer {
  background-color: #535863;
}

.footerschraeg {
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
}

.foot {
  position: relative;
  bottom: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

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

.grid {
  margin-bottom: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1.25fr 0.5fr;
  grid-template-columns: 1fr 1fr 1.25fr 0.5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph {
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #f3f3f3;
  font-size: 15px;
  font-weight: 300;
}

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

.paragraph.paddinglinks {
  padding-left: 40px;
}

.containerrr {
  max-width: 1150px;
  padding-right: 40px;
  padding-left: 40px;
}

.balken_blau {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #383e47;
}

.balken_blau.start_balken {
  margin-top: -25px;
  color: #383e47;
}

.grid-2 {
  margin-top: 30px;
  margin-bottom: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.iconinstagram {
  width: 28px;
  margin-bottom: 14px;
}

.iconfacebook {
  width: 28px;
  margin-right: 40px;
  margin-bottom: 14px;
  padding-right: 0px;
}

.link2 {
  color: #f3f3f3;
  text-decoration: none;
}

.link2:hover {
  text-decoration: underline;
}

.button {
  display: block;
}

.link-4 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 18px 13px 18px 14px;
  border: 2px none #000;
  background-color: #383e47;
  font-family: Poppins, sans-serif;
  color: #f3f3f3;
  font-size: 26px;
  letter-spacing: 2px;
  text-decoration: none;
}

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

.link-5 {
  display: inline-block;
  margin-bottom: 10px;
  padding: 18px 13px;
  border-style: none;
  border-width: 2px;
  border-color: #535863;
  background-color: #535863;
  background-image: linear-gradient(60deg, #ff0a7d, #c91ca3 50%, #7d0fb0);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 26px;
  letter-spacing: 2px;
  text-decoration: none;
}

.div-block-8 {
  text-align: right;
}

.hamburger-link-desktop {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-top: 60px;
  cursor: pointer;
}

.headerpiccon {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 39.93vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.headerpicpic {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.headerpic_schraege-home {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  background-color: transparent;
}

.hl2-in-pic {
  display: inline-block;
  width: 100vw;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #535863;
  font-size: 2vw;
  line-height: 2vw;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.schraege_headerpic-home {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.headerpichome {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 50vw;
  margin-top: 0px;
  -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;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.headerpicconhome {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 50vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.headerpic_schraege_contents {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: auto;
  margin-top: -150px;
  padding-top: 0px;
  background-color: transparent;
}

.hl-header-pic-home {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80vh;
  margin-top: 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.footerschraeg-copy {
  display: none;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 0px;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
}

.footer_schraege {
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  background-color: #535863;
}

.footer_schraege.kontakt {
  margin-bottom: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer_schraege.weiss {
  background-color: #fff;
}

.footer_schraege.start {
  margin-top: -320px;
}

.footer_schraege.fsv2 {
  margin-bottom: -1px;
}

.footer_schraege.fsv3 {
  margin-bottom: -1px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.container-2 {
  max-width: 1150px;
}

.content_abstand_oben_unten {
  margin-top: 100px;
  margin-bottom: 100px;
}

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

.container_content {
  max-width: 1150px;
  padding-right: 40px;
  padding-left: 40px;
}

.container_content.startpp {
  margin-right: auto;
  margin-left: auto;
}

.container_content.starttt {
  background-color: transparent;
}

.container_content.st {
  background-color: #383e47;
}

.paragraph-2 {
  padding-top: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Poppins, sans-serif;
  color: #f3f3f3;
  font-weight: 300;
}

.paragraph-2.copy {
  max-width: 800px;
}

.paragraph-2.kleiner {
  font-size: 12px;
}

.bold-text {
  text-transform: uppercase;
}

.bildergalerie {
  margin-right: 20px;
  margin-left: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.pic_galery {
  width: 100%;
}

.image-8 {
  width: 100%;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container_txt_content {
  max-width: 1150px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-right: 8vw;
  padding-left: 8vw;
}

.heading3 {
  background-image: linear-gradient(59deg, #ff0a7d, #c91ca3 50%, #9a27cf);
  font-family: Poppins, sans-serif;
  color: #535863;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kategorie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leistungen_bild_text {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pic_leistungen {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-2 {
  position: relative;
  top: 3.7vw;
  width: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 4.5vw;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.pic_leistungen_hl {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  clear: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pic_leistungen_pic {
  position: relative;
  top: 0px;
  width: 100.00004%;
  height: 100%;
  min-height: 100%;
  float: none;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.txt_leistungen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100.0001%;
  padding-right: 60px;
  padding-bottom: 40px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.txt_leistungen_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.txt_leistungen_icon_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-3 {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  float: left;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-4 {
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  float: left;
  font-family: Poppins, sans-serif;
  color: #ff0a7d;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.txt_leistungen_icon_txt_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-align: center;
}

.image-10 {
  width: 136px;
  height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.leistungen_text_bild {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.abstand_hellgrau {
  height: 160px;
}

.abstand_hellgrau.hoch {
  height: 480px;
  margin-top: -500px;
}

.team {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.team_bild_text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pic_team {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.pic_teamm {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #09e7f0;
  -o-object-fit: cover;
  object-fit: cover;
}

.pic_team_hl {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  clear: none;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hl_auf_pic_team {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 6vw;
  width: 100%;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.heading_auf_pic_team-tuerkis {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 4vw;
  display: inline-block;
  width: 100%;
  margin-top: 0px;
  float: left;
  font-family: Poppins, sans-serif;
  color: #09e7f0;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.txt_team {
  display: block;
  width: 100%;
  height: 100.0001%;
  padding-right: 120px;
  padding-bottom: 0px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.txt_team_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vita {
  padding-top: 40px;
  padding-bottom: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.paragraph_team {
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Poppins, sans-serif;
  color: #f3f3f3;
  font-weight: 300;
}

.paragraph_team.copy {
  max-width: 800px;
}

.paragraph_team_rechts {
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-family: Poppins, sans-serif;
  color: #f3f3f3;
  font-weight: 300;
  text-align: right;
}

.paragraph_team_rechts.copy {
  max-width: 800px;
}

.team_zahn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 154px;
  height: 218px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-11 {
  width: 80%;
  height: auto;
  max-width: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 2px;
  border-color: #535863;
  opacity: 1;
}

.team_zahn_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  -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;
}

.prophylaxe {
  width: 100%;
  height: 100%;
}

.image-12 {
  position: relative;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  margin: 10px;
}

.backtotop {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  width: 70px;
  height: 70px;
}

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

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

.heading-5 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2vw;
  width: 100%;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.btnvita_hide {
  display: none;
}

.btnvita_show {
  display: none;
}

.heading-5-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2vw;
  width: 100%;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.link-block-2 {
  width: 30px;
}

.btnmenu-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.btnshowsubnavi {
  display: none;
}

.grid_kontakt {
  margin-bottom: 100px;
  -ms-grid-columns: auto minmax(500px, 550px);
  grid-template-columns: auto minmax(500px, 550px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.formular {
  width: 100%;
}

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

.textarea {
  width: 100%;
  max-width: 100%;
  min-height: 130px;
  min-width: 100%;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.bold-text-2 {
  text-transform: uppercase;
}

.submit-button {
  padding: 15px 20px;
  background-color: #535863;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}

.text-field {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.text-field-2 {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

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

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

.map {
  width: 80%;
  height: 50vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-12 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 300px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #09e7f0;
}

.div-block-13 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social {
  margin-top: 60px;
}

.iconfacebook-copy {
  width: 28px;
  margin-right: 0px;
  margin-bottom: 14px;
  padding-right: 0px;
}

.iconinstagram-copy {
  width: 28px;
  margin-bottom: 14px;
}

.hl_home-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vw;
  margin-top: auto;
  margin-bottom: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.div-block-15 {
  position: relative;
  display: block;
  width: 85vw;
  max-width: 1300px;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.image-15 {
  width: 100%;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
}

.div-block-16 {
  position: relative;
  z-index: 88;
  width: 100%;
  text-align: center;
}

.div-block-17 {
  width: 100%;
  height: 250px;
  background-color: #383e47;
}

.icons_start {
  margin-top: 40px;
  margin-bottom: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.iconbox_start {
  width: 100%;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.div-block-19 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 9.5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lottie-animation {
  position: absolute;
  width: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.grid-5 {
  margin-top: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.iconbox_start_hl {
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  color: #f3f3f3;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.paragraph_icon {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 95.3%, 0.7);
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
}

.paragraph_icon.copy {
  max-width: 800px;
}

.paragraph_icon.kleiner {
  font-size: 12px;
}

.mehr_link_icons {
  margin-top: -10px;
  font-size: 12px;
  text-align: center;
}

.image-16 {
  width: 12%;
  margin-left: 5px;
}

.start_abbinder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.start_abbinder_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  -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;
}

.start_abbinder_bild_text {
  width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pic_start_abbinder {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.pic_start_abbinder_pic {
  position: relative;
  top: 0px;
  width: 100.00004%;
  height: 100%;
  min-height: 100%;
  float: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.txt_start_abbinder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100.0001%;
  padding-right: 120px;
  padding-bottom: 0px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #535863;
}

.txt_start_abbinder_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: auto;
  padding-bottom: 80px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.copy_start_abbinder {
  padding-top: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Poppins, sans-serif;
  color: #f3f3f3;
  font-weight: 300;
}

.copy_start_abbinder.copy {
  max-width: 800px;
}

.copy_start_abbinder.kleiner {
  font-size: 12px;
}

.abbinder_start_zahn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 154px;
  height: 218px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-5-copy {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

.schraege_headerpicconinnen-copy {
  position: static;
  left: 0%;
  top: 184px;
  right: 0%;
  bottom: -1px;
  z-index: 9999;
  display: block;
  height: 21.910443%;
  margin-top: 0px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.headerpiccon-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 39.93vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.headerpicpic-copy {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.headerpic-copy {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 100vw;
  height: 39.93vw;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: 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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.schraege_headerpic-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 39.93vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.headerpic_schraege_contents-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: auto;
  margin-top: -150px;
  padding-top: 0px;
  background-color: transparent;
}

.headerpic_schraege_contents-copy.home {
  position: relative;
  margin-top: 0px;
}

.headerpic_schraege-home-copy {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  background-color: transparent;
}

.schraege_headerpic-home-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 50vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.headerpichome-copy {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 50vw;
  margin-top: 0px;
  -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;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.headerpicconhome-copy {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 50vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.headerpicpic-copy {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.schraege_headerpicconinnen-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.weisser_blitzerentferner {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99990;
  width: 100vw;
  height: 0px;
  background-color: #fff;
}

.logoanimation-container {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translate(-11px, -25px) scale(1.97);
  -ms-transform: translate(-11px, -25px) scale(1.97);
  transform: translate(-11px, -25px) scale(1.97);
}

.logoanimationgif {
  display: block;
  width: 100%;
  height: auto;
}

.lottie-animation-2 {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -o-object-fit: contain;
  object-fit: contain;
}

.startup-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  -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: #383e47;
}

.startup-animation {
  max-width: 1100px;
}

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

.map-container {
  position: relative;
  width: 100%;
  height: 500px;
}

.map-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/map.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.map-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-text-text {
  width: 95%;
  max-width: 470px;
  font-family: 'Open Sans', sans-serif;
  color: #414e5c;
  font-size: 13px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.map-link {
  color: #5f7c81;
  font-weight: 500;
  text-decoration: none;
}

.map-button {
  margin-top: 20px;
  border-style: none;
  border-width: 2px;
  border-color: #325354;
  background-color: #92a0af;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.map-button:hover {
  text-decoration: none;
}

.map-code {
  display: none;
  width: 100%;
  height: 100%;
}

.checkbox-field {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .navigation {
    position: static;
    display: block;
    height: auto;
    margin-bottom: 150px;
    float: left;
  }

  .menu {
    position: static;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: -148px;
    padding-top: 148px;
    border-bottom-width: 0px;
  }

  .navigationspunkte {
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .link {
    width: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    clear: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }

  .hamburger-link {
    display: inline-block;
  }

  .btnclose {
    z-index: 2000;
  }

  .close-link {
    background-color: #383e47;
  }

  .headerpic_schraege {
    position: static;
    height: auto;
    margin-top: -150px;
    float: left;
  }

  .menupunkt {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .btnmenu {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    cursor: pointer;
  }

  .subnavi {
    display: block;
    width: 50vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .link_sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    text-transform: uppercase;
  }

  .navibggrey {
    display: block;
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .text-block {
    padding-bottom: 10px;
    font-family: Poppins, sans-serif;
    color: #f3f3f3;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .btnterminvereinbarung {
    display: block;
    width: 100vw;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .link-3 {
    font-family: Poppins, sans-serif;
    color: #ff0a7d;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 200px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: #f3f3f3;
  }

  .schraege {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0px;
    display: block;
    overflow: visible;
    width: 100vw;
    height: 200px;
    margin-top: -10%;
    margin-bottom: 10%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0%;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: skew(0deg, -11deg);
    -ms-transform: skew(0deg, -11deg);
    transform: skew(0deg, -11deg);
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .schraegecon {
    position: relative;
    bottom: -2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 200px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -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: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footermobilenav {
    position: relative;
    top: 2px;
    display: block;
    overflow: hidden;
    height: 200px;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100px;
    margin-bottom: 6.3vw;
    padding-bottom: 0vw;
    border-style: solid;
    border-width: 2px;
    border-color: #535863;
  }

  .zahn {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 200px;
    margin-bottom: -200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .schraege_headerpic {
    display: block;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .headerpic {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 39.93vw;
    margin-top: 0px;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .schraege2 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0px;
    display: block;
    overflow: visible;
    width: 100vw;
    height: 200px;
    margin-top: -10%;
    margin-bottom: 10%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0%;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #f3f3f3;
    -webkit-transform: skew(0deg, -11deg);
    -ms-transform: skew(0deg, -11deg);
    transform: skew(0deg, -11deg);
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-5 {
    background-color: transparent;
  }

  .content {
    display: block;
    width: 100%;
    float: left;
    background-color: #383e47;
  }

  .content.hellgrau.abstand {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .content.grau.startpic {
    margin-top: -150px;
  }

  .content.grau.start {
    margin-top: -150px;
  }

  .hl-header-pic {
    margin-top: 19vw;
  }

  .heading {
    margin-top: 0vw;
  }

  .footer_content {
    margin-top: 0px;
    padding-top: 0px;
  }

  .grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .paragraph.paddinglinks {
    margin-left: -63px;
    padding-left: 0px;
  }

  .containerrr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1150px;
    padding-top: 60px;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .balken_blau {
    height: 40px;
  }

  .balken_blau.start_balken {
    margin-top: -20px;
  }

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

  .link-4 {
    font-size: 22px;
    line-height: 16px;
  }

  .link-5 {
    font-size: 22px;
    line-height: 16px;
  }

  .hamburger-link-desktop {
    display: none;
  }

  .headerpic_schraege-home {
    position: static;
    height: auto;
    margin-top: -150px;
    float: left;
  }

  .schraege_headerpic-home {
    display: block;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .headerpichome {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 80vh;
    margin-top: 0px;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .headerpicconhome {
    height: 80vh;
  }

  .headerpic_schraege_contents {
    position: static;
    height: auto;
    margin-top: -150px;
    float: left;
  }

  .hl-header-pic-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0vw;
  }

  .footerschraeg-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 9vw;
    margin-top: 0px;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .footer_schraege.kontakt {
    display: none;
  }

  .footer_schraege.start {
    position: relative;
    top: -159px;
    margin-top: 0px;
  }

  .footer_schraege.fsv2 {
    display: none;
  }

  .content_abstand_oben_unten {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1150px;
    padding-top: 60px;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container_content.startpp {
    padding-top: 0px;
  }

  .container_content.starttt {
    padding-top: 0px;
  }

  .paragraph-2.copy {
    max-width: 900%;
  }

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

  .container_txt_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1150px;
    margin-bottom: 40px;
    padding-top: 50px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .leistungen_bild_text {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pic_leistungen {
    min-height: auto;
    background-color: transparent;
  }

  .heading-2 {
    top: 6.7vw;
    font-size: 8.5vw;
  }

  .pic_leistungen_pic {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .image-9 {
    height: auto;
    max-width: 100%;
    min-height: auto;
  }

  .leistungen_text_bild {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .abstand_hellgrau {
    height: 50px;
  }

  .abstand_hellgrau.hoch {
    display: none;
  }

  .team {
    margin-bottom: 60px;
  }

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

  .team_bild_text {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pic_team {
    min-height: auto;
  }

  .pic_teamm {
    min-height: auto;
  }

  .pic_team_hl {
    bottom: auto;
  }

  .hl_auf_pic_team {
    bottom: 13vw;
  }

  .heading_auf_pic_team-tuerkis {
    bottom: 9.9vw;
  }

  .txt_team {
    position: relative;
    display: none;
    margin-top: 0px;
    background-color: transparent;
  }

  .vita {
    padding-bottom: 60px;
  }

  .paragraph_team.copy {
    max-width: 900%;
  }

  .paragraph_team_rechts.copy {
    max-width: 900%;
  }

  .team_zahn {
    display: none;
  }

  .image-11 {
    width: 100px;
  }

  .backtotop {
    z-index: 900000000;
  }

  .heading-5 {
    position: relative;
    top: 57vw;
    bottom: 0vw;
    text-decoration: none;
  }

  .btnvita_hide {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 33300000;
    display: none;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
  }

  .image-13 {
    position: relative;
    left: 0%;
    top: 57vw;
    right: 0%;
    bottom: 0%;
    width: 4%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .pfeil_vita_mobil {
    width: 100%;
  }

  .image-13_kopie {
    position: relative;
    left: 0%;
    top: 57vw;
    right: 0%;
    bottom: 0%;
  }

  .btnvita_show {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 33300000;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
  }

  .image-13-copy {
    position: relative;
    left: 0%;
    top: 57vw;
    right: 0%;
    bottom: 0%;
    width: 4%;
  }

  .heading-5-copy {
    position: relative;
    top: 57vw;
    bottom: 0vw;
    display: block;
    opacity: 0;
    text-decoration: none;
  }

  .btnmenu-copy {
    height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    cursor: pointer;
  }

  .btnshowsubnavi {
    position: relative;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0%;
    z-index: 555;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -43px;
    margin-left: 162px;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-14 {
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
  }

  .grid_kontakt {
    margin-top: -54px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .formular {
    margin-top: 60px;
  }

  .map {
    width: 100%;
  }

  .hl_home-copy {
    margin-top: 0vw;
  }

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

  .div-block-15 {
    width: 85vw;
  }

  .div-block-17 {
    height: 120px;
  }

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

  .div-block-18 {
    margin-top: 30px;
  }

  .iconbox_start {
    margin-bottom: 20px;
  }

  .div-block-19 {
    bottom: 12.7vw;
  }

  .grid-5 {
    margin-top: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .icon_pic {
    max-width: 90%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .paragraph_icon.copy {
    max-width: 900%;
  }

  .start_abbinder {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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

  .start_abbinder_con {
    display: block;
    overflow: hidden;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .start_abbinder_bild_text {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pic_start_abbinder {
    min-height: auto;
  }

  .pic_start_abbinder_pic {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .txt_start_abbinder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    background-color: transparent;
  }

  .txt_start_abbinder_txt {
    width: 219px;
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .copy_start_abbinder.copy {
    max-width: 900%;
  }

  .abbinder_start_zahn {
    left: 98px;
    top: auto;
    right: 0%;
    bottom: 146px;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    margin-top: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .image-5-copy {
    background-color: transparent;
  }

  .headerpic-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 39.93vw;
    margin-top: 0px;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .schraege_headerpic-copy {
    display: block;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .headerpic_schraege_contents-copy {
    position: relative;
    height: auto;
    margin-top: -150px;
    float: left;
  }

  .headerpic_schraege_contents-copy.home {
    margin-top: -150px;
  }

  .headerpic_schraege-home-copy {
    position: static;
    height: auto;
    margin-top: -150px;
    float: left;
  }

  .schraege_headerpic-home-copy {
    display: block;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .headerpichome-copy {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100vw;
    height: 80vh;
    margin-top: 0px;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .headerpicconhome-copy {
    height: 80vh;
  }

  .lottie-animation-2 {
    -webkit-transform: translate(0px, -10px) scale(1.5);
    -ms-transform: translate(0px, -10px) scale(1.5);
    transform: translate(0px, -10px) scale(1.5);
  }

  .map-container {
    width: 100%;
    height: 300px;
  }

  .map-text-text {
    font-size: 12px;
    line-height: 17px;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    margin-top: -148px;
    padding-top: 148px;
    border: 1px none transparent;
  }

  .logo {
    width: 400px;
    height: 120px;
  }

  .navigationspunkte {
    overflow: hidden;
    border: 0px none transparent;
  }

  .link {
    width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .btnhamburger {
    width: 80px;
  }

  .hamburger-link {
    width: 24px;
    height: 24px;
    margin-top: 50px;
  }

  .btnclose {
    width: 80px;
  }

  .close-link {
    margin-top: 50px;
  }

  .link-block {
    margin-top: -10px;
  }

  .menupunkt {
    border: 1px solid transparent;
  }

  .navibggrey {
    overflow: hidden;
    padding-top: 60px;
    border: 0px none #000;
  }

  .btnterminvereinbarung {
    padding-top: 60px;
  }

  .schraege {
    position: relative;
    top: 0px;
    overflow: hidden;
    width: 200vw;
    height: 200px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    border: 0px none #000;
    -webkit-transform: skew(0deg, -11deg);
    -ms-transform: skew(0deg, -11deg);
    transform: skew(0deg, -11deg);
  }

  .schraegecon {
    bottom: -3px;
    height: 200px;
    margin-top: 2px;
    margin-bottom: 0px;
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .footermobilenav {
    top: 0px;
    overflow: hidden;
    margin-top: 20px;
    border-style: none;
    border-color: transparent;
  }

  .zahn {
    margin-bottom: -200px;
  }

  .image-3 {
    width: 24px;
    height: 24px;
  }

  .image-4 {
    max-width: 90%;
    margin-top: 16px;
  }

  .schraege_headerpic {
    overflow: visible;
    margin-top: 0px;
  }

  .headerpic {
    height: 50vw;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .schraege2 {
    width: 200vw;
    height: 18vh;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform: skew(0deg, -11deg);
    -ms-transform: skew(0deg, -11deg);
    transform: skew(0deg, -11deg);
  }

  .content.hellgrau.abstand {
    margin-bottom: 0px;
  }

  .content.grau.start {
    margin-top: -100px;
  }

  .hl-header-pic {
    margin-top: 25vw;
  }

  .heading {
    font-size: 9vw;
    letter-spacing: 5px;
  }

  .footer {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footerschraeg {
    height: 9vw;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .footer_content {
    display: block;
    padding-top: 0px;
    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 {
    grid-row-gap: 10px;
    -ms-grid-columns: 0.25fr 0.25fr minmax(auto, auto) 0.5fr;
    grid-template-columns: 0.25fr 0.25fr minmax(auto, auto) 0.5fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

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

  .paragraph.right {
    margin-bottom: 4px;
    text-align: left;
  }

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

  .paragraph.unnoetig {
    display: none;
  }

  .containerrr {
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .balken_blau {
    height: 15px;
  }

  .balken_blau.start_balken {
    margin-top: -10px;
  }

  .grid-2 {
    margin-top: 10px;
    grid-row-gap: 0px;
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .iconinstagram {
    margin-right: 220px;
  }

  .iconfacebook {
    margin-right: 248px;
  }

  .link-4 {
    font-size: 19px;
    line-height: 13px;
  }

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

  .link-5 {
    font-size: 19px;
    line-height: 13px;
  }

  .hamburger-link-desktop {
    width: 24px;
    height: 24px;
    margin-top: 50px;
  }

  .headerpiccon {
    height: 50vw;
  }

  .headerpic_schraege-home {
    margin-top: -150px;
  }

  .hl2-in-pic {
    font-size: 3vw;
    line-height: 3vw;
  }

  .schraege_headerpic-home {
    overflow: visible;
    margin-top: 0px;
  }

  .headerpichome {
    height: 70vh;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .footerschraeg-copy {
    height: 9vw;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .footer_schraege.start {
    top: -114px;
  }

  .content_abstand_oben_unten {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .container_content {
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bildergalerie {
    grid-row-gap: 15px;
  }

  .grid-3 {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .container_txt_content {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 50px 10% 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading3 {
    font-size: 22px;
  }

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

  .abstand_hellgrau {
    height: 20px;
  }

  .team {
    margin-bottom: 40px;
  }

  .pic_team {
    display: block;
  }

  .hl_auf_pic_team {
    bottom: 17vw;
    font-size: 22px;
  }

  .heading_auf_pic_team-tuerkis {
    bottom: 13vw;
    font-size: 14px;
  }

  .txt_team {
    display: none;
    padding-right: 80px;
    padding-left: 60px;
  }

  .heading-5 {
    top: 54vw;
    bottom: 0vw;
  }

  .image-13 {
    top: 53vw;
  }

  .image-13_kopie {
    top: 53vw;
  }

  .image-13-copy {
    top: 53vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .heading-5-copy {
    top: 54vw;
    bottom: 0vw;
  }

  .btnshowsubnavi {
    margin-top: -40px;
  }

  .iconfacebook-copy {
    margin-right: 0px;
  }

  .iconinstagram-copy {
    margin-right: 220px;
  }

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

  .div-block-17 {
    height: 80px;
  }

  .icons_start {
    padding-right: 60px;
    padding-left: 60px;
    grid-column-gap: 0px;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .link-block-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-5 {
    margin-top: -40px;
  }

  .icon_pic {
    max-width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .start_abbinder {
    margin-bottom: 40px;
  }

  .pic_start_abbinder {
    display: block;
  }

  .txt_start_abbinder {
    display: block;
    margin-bottom: 40px;
    padding-right: 80px;
    padding-bottom: 0px;
    padding-left: 60px;
  }

  .abbinder_start_zahn {
    left: 60px;
    bottom: 186px;
  }

  .headerpiccon-copy {
    height: 50vw;
  }

  .headerpic-copy {
    height: 50vw;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .schraege_headerpic-copy {
    overflow: visible;
    margin-top: 0px;
  }

  .headerpic_schraege-home-copy {
    margin-top: -150px;
  }

  .schraege_headerpic-home-copy {
    overflow: visible;
    margin-top: 0px;
  }

  .headerpichome-copy {
    height: 70vh;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .weisser_blitzerentferner {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
    width: 100vw;
    height: 1px;
    background-color: #fff;
  }

  .lottie-animation-2 {
    -webkit-transform: translate(-60px, -29px) scale(1);
    -ms-transform: translate(-60px, -29px) scale(1);
    transform: translate(-60px, -29px) scale(1);
  }

  .map-text-text {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    display: block;
  }

  .menu {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .logo {
    width: 200px;
    height: 90px;
  }

  .navigationspunkte {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }

  .link {
    overflow: hidden;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .btnhamburger {
    display: block;
    width: 60px;
  }

  .hamburger-link {
    margin-top: 35px;
  }

  .btnclose {
    display: block;
    width: 60px;
  }

  .close-link {
    margin-top: 35px;
  }

  .link-block {
    width: 200px;
    margin-top: 0px;
  }

  .menupunkt {
    overflow: hidden;
  }

  .btnmenu {
    overflow: hidden;
    width: 100vw;
  }

  .subnavi {
    width: 80vw;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #fff;
  }

  .navibggrey {
    overflow: hidden;
    width: 100vw;
    padding-top: 40px;
  }

  .text-block {
    line-height: 25px;
  }

  .btnterminvereinbarung {
    padding-top: 40px;
  }

  .footermobilenav {
    margin-top: 0px;
  }

  .schraege_headerpic {
    margin-top: 0px;
  }

  .headerpic {
    height: 60vw;
  }

  .content {
    display: block;
  }

  .content.grau.start {
    margin-top: -60px;
  }

  .heading {
    color: #535863;
    font-size: 9vw;
    letter-spacing: 4px;
  }

  .footer {
    margin-top: 0px;
    padding-top: 0px;
  }

  .grid {
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .containerrr {
    padding-right: 40px;
    padding-left: 40px;
  }

  .balken_blau {
    height: 10px;
  }

  .balken_blau.start_balken {
    width: 80%;
    margin-top: -5px;
    margin-right: auto;
    margin-left: auto;
  }

  .iconinstagram {
    margin-right: 0px;
  }

  .iconfacebook {
    margin-right: 28px;
  }

  .link-5 {
    line-height: 19px;
    text-align: right;
  }

  .hamburger-link-desktop {
    margin-top: 35px;
  }

  .headerpiccon {
    height: 60vw;
  }

  .image-6 {
    display: none;
    background-color: transparent;
  }

  .headerpicpic {
    background-color: #f3f3f3;
  }

  .headerpic_schraege-home {
    margin-top: -150px;
  }

  .hl2-in-pic {
    font-size: 5vw;
    line-height: 4vw;
    letter-spacing: 3px;
  }

  .schraege_headerpic-home {
    margin-top: 0px;
  }

  .headerpichome {
    height: 60vh;
  }

  .headerpicconhome {
    height: 60vh;
  }

  .footer_schraege {
    display: block;
  }

  .footer_schraege.start {
    top: -57px;
  }

  .content_abstand_oben_unten {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .content_abstand_oben_unten.weniger_abstand {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .container_content.st {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container_txt_content {
    margin-top: 6vw;
    padding-top: 0px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .heading3 {
    font-size: 20px;
  }

  .heading-2 {
    font-size: 7vw;
    letter-spacing: 4px;
  }

  .pic_leistungen_pic {
    height: 140vw;
    background-color: #09e7f0;
  }

  .image-9 {
    height: 100%;
    max-height: 100%;
    max-width: none;
  }

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

  .team {
    margin-bottom: 60px;
  }

  .team_bild_text {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .pic_team {
    height: 100%;
  }

  .pic_team_hl {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 26vw;
    height: auto;
  }

  .hl_auf_pic_team {
    position: static;
    bottom: 0vw;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 19px;
  }

  .heading_auf_pic_team-tuerkis {
    position: static;
    bottom: 24vw;
  }

  .txt_team {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .vita {
    padding-right: 40px;
    padding-left: 30px;
    grid-column-gap: 8px;
    -ms-grid-columns: 81px 1fr;
    grid-template-columns: 81px 1fr;
  }

  .team_zahn {
    display: none;
  }

  .image-12 {
    right: 0px;
    bottom: 0px;
    width: 30px;
    height: 30px;
    margin: 10px;
    padding-left: 0px;
  }

  .backtotop {
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 900000000;
    width: 70px;
    height: 70px;
  }

  .heading-5 {
    position: static;
    top: 0%;
    bottom: auto;
    display: none;
    height: 100%;
    color: #535863;
    text-align: center;
  }

  .btnvita_hide {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: hidden;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    text-align: center;
  }

  .image-13 {
    position: relative;
    left: 45%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 30px;
    height: 30px;
    max-width: none;
  }

  .pfeil_vita_mobil {
    position: absolute;
    left: 0%;
    top: 123.8vw;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .image-13_kopie {
    position: relative;
    left: 45%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 30px;
    height: 30px;
    max-width: none;
  }

  .btnvita_show {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    overflow: hidden;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    text-align: center;
  }

  .image-13-copy {
    position: relative;
    left: 45%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 30px;
    height: 30px;
    max-width: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .heading-5-copy {
    position: static;
    top: 0%;
    bottom: auto;
    display: none;
    height: 100%;
    color: #535863;
    text-align: center;
  }

  .link-block-2 {
    width: 30px;
  }

  .link-block-2.w--current {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 70px;
    height: 70px;
  }

  .btnmenu-copy {
    overflow: hidden;
    width: 100vw;
  }

  .btnshowsubnavi {
    display: block;
  }

  .formular {
    margin-top: 20px;
  }

  .karte {
    margin-top: -57px;
  }

  .map {
    height: 110vw;
  }

  .iconfacebook-copy {
    margin-right: 0px;
  }

  .iconinstagram-copy {
    margin-right: 0px;
  }

  .hl_home-copy {
    margin-bottom: 105px;
  }

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

  .div-block-17 {
    height: 50px;
  }

  .icons_start {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 5px;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }

  .iconbox_start {
    width: 100%;
  }

  .div-block-19 {
    bottom: 15.9vw;
  }

  .grid-5 {
    margin-top: -60px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .icon_pic {
    max-width: 80%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .start_abbinder {
    margin-bottom: 0px;
  }

  .start_abbinder_bild_text {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pic_start_abbinder {
    height: 100%;
  }

  .pic_start_abbinder_pic {
    height: 140vw;
    background-color: #09e7f0;
  }

  .txt_start_abbinder {
    display: block;
    margin-bottom: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .txt_start_abbinder_txt {
    width: 256px;
    padding-left: 30px;
  }

  .abbinder_start_zahn {
    left: 30px;
    bottom: 216px;
    display: block;
  }

  .headerpiccon-copy {
    height: 60vw;
  }

  .headerpicpic-copy {
    background-color: #f3f3f3;
  }

  .headerpic-copy {
    height: 60vw;
  }

  .schraege_headerpic-copy {
    margin-top: 0px;
  }

  .headerpic_schraege-home-copy {
    margin-top: -150px;
  }

  .schraege_headerpic-home-copy {
    margin-top: 0px;
  }

  .headerpichome-copy {
    height: 60vh;
  }

  .headerpicconhome-copy {
    height: 60vh;
  }

  .headerpicpic-copy {
    background-color: #f3f3f3;
  }

  .weisser_blitzerentferner {
    height: 1px;
    background-color: #fff;
  }

  .lottie-animation-2 {
    -webkit-transform: translate(-29px, -19px) scale(1);
    -ms-transform: translate(-29px, -19px) scale(1);
    transform: translate(-29px, -19px) scale(1);
  }
}

#w-node-_68caac15-6fd0-675e-e08d-44bc40d3d567-af747fba {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9664fb89-7694-3880-e224-727bc2eb1e01-c2eb1df4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_9664fb89-7694-3880-e224-727bc2eb1e0a-c2eb1df4 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_9664fb89-7694-3880-e224-727bc2eb1e11-c2eb1df4 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 0;
  grid-row-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_9664fb89-7694-3880-e224-727bc2eb1e19-c2eb1df4 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_9664fb89-7694-3880-e224-727bc2eb1e1b-c2eb1df4 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_9664fb89-7694-3880-e224-727bc2eb1e1d-c2eb1df4 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_75a39fcc-9f1b-5223-5e1e-d9b24eec580f-88747fbd {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9e4319b7-3ebe-4cd5-ea9e-dab839f3e60b-60747fc3 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-row: 7;
  grid-row-start: 7;
}

@media screen and (max-width: 991px) {
  #w-node-_9664fb89-7694-3880-e224-727bc2eb1dfb-c2eb1df4 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e01-c2eb1df4 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e0a-c2eb1df4 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e11-c2eb1df4 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e19-c2eb1df4 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e1b-c2eb1df4 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_8340553a-e8ec-465a-3678-c00c7d943f84-03747fc0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_7ed6982f-29a5-f27e-e13b-e6421946df11-03747fc0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-be2ddabe-f6bd-379c-68eb-795c44191c66-03747fc0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_1d223e43-9297-286c-6193-d486814b2db7-03747fc0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_0289d70c-bed0-0918-a0b8-9ec0f4b5053d-03747fc0 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_0aad30df-adf1-e1ed-5a70-866e44146b41-44146b3f {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c9ca38c0-48b0-7ec8-7134-fb2cdda8893c-60747fc3 {
    -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;
  }

  #w-node-bb777646-8365-f0a9-1bef-ef6a9531d285-60747fc3 {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_68caac15-6fd0-675e-e08d-44bc40d3d567-af747fba {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_200026da-01a1-95eb-4922-89a27b2bdfe5-af747fba {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-de81dee7-b942-1ef2-420f-281100e56d89-af747fba {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_72f13dea-018e-af68-42bc-69ae9a726449-af747fba {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_1f9e3c3b-efa5-965c-d629-ab77707133cc-af747fba {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5330df9d-f3d6-dd49-c912-d6d9f81f0cf9-af747fba {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2c199f35-4693-a5e2-366f-85d5c18b55da-af747fba {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b2be169c-5dae-8fd3-7662-343a06662649-af747fba {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e01-c2eb1df4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e0a-c2eb1df4 {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e11-c2eb1df4 {
    -ms-grid-column-span: 5;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e19-c2eb1df4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e1b-c2eb1df4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e1d-c2eb1df4 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e26-c2eb1df4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e28-c2eb1df4 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_75a39fcc-9f1b-5223-5e1e-d9b24eec580f-88747fbd {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_75a39fcc-9f1b-5223-5e1e-d9b24eec5818-88747fbd {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_75a39fcc-9f1b-5223-5e1e-d9b24eec5821-88747fbd {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_75a39fcc-9f1b-5223-5e1e-d9b24eec582a-88747fbd {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_75a39fcc-9f1b-5223-5e1e-d9b24eec5833-88747fbd {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_75a39fcc-9f1b-5223-5e1e-d9b24eec583c-88747fbd {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_75a39fcc-9f1b-5223-5e1e-d9b24eec5845-88747fbd {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_75a39fcc-9f1b-5223-5e1e-d9b24eec584e-88747fbd {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_9e4319b7-3ebe-4cd5-ea9e-dab839f3e60b-60747fc3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  #w-node-c9ca38c0-48b0-7ec8-7134-fb2cdda8893c-60747fc3 {
    -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;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e19-c2eb1df4 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_9664fb89-7694-3880-e224-727bc2eb1e1b-c2eb1df4 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
}

