.f01_container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.f01_logo {
  width: 130px;
  margin-right: 15px;
}

.f01_social_wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 15px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.f07_bottom_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
}

.f01_link {
  margin-bottom: 10px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #94908f;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.f01_link:hover {
  color: #42bea3;
}

.f01_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.modal {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  z-index: 10;
  display: block;
  overflow: scroll;
  width: 90%;
  height: 90%;
  max-height: 325px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  background-color: #fff;
  box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 5px #78bbe6;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.modal.ey-pr-fbericht {
  height: auto;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: none;
}

.modal.kontakt {
  height: auto;
  max-height: 100%;
  max-width: 600px;
  border-radius: 10px;
  box-shadow: none;
}

.modal.leitfaden {
  height: 90%;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: none;
}

.modal.partner-werden {
  height: 90%;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: none;
}

.modal.newsletter {
  height: auto;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: none;
}

.modal.tester-werden {
  height: 90%;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: none;
}

.f01_logo_image {
  margin-left: 10px;
  border-radius: 0px;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #ebecf0;
  border-radius: 100px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.social-icons:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.social-icons._1:hover {
  background-color: #fff;
}

.social-icons._1 {
  margin-left: 15px;
}

.f01 {
  display: block;
  height: auto;
  padding: 60px 5%;
  background-color: #f7f7fa;
  font-family: Lato, sans-serif;
  margin-bottom: -20px;
  margin-top: 40px;
}

.f01_social_icon {
  width: 18px;
  border-radius: 0px;
}

.footer-sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.f07_legal {
  color: #8a94a6;
  font-size: 12px;
  font-weight: 500;
}

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

.f01_social_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.f01_top_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 35px;
  -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;
  border-bottom: 1px solid rgba(155, 158, 184, 0.26);
}

.f01_title {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.lower-footer-link {
  padding: 0px 7px;
  color: #8a94a6;
  font-size: 12px;
  text-decoration: none;
}

.footer-link-wrapper {
  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;
}

.close-wrap {
  position: fixed;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -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;
  cursor: pointer;
}

.container-6 {
  display: none;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.socials_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  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: 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;
}

.f01_social_icon-2 {
  width: 18px;
  border-radius: 0px;
}

.lower-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f01_social_wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.f01_title-2 {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.social-icons-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: none;
  border-width: 0px;
  border-color: #ebecf0;
  border-radius: 100px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.social-icons-2:hover {
  border-style: none;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.social-icons-2._1 {
  margin-left: 0px;
}

.social-icons-2._1:hover {
  background-color: #f7f7fa;
}

.social-icons-2._1 {
  margin-left: 15px;
}

.lower-footer-link-2 {
  padding: 0px 7px;
  color: #94908f;
  font-size: 12px;
  text-decoration: none;
}

.f01_logo_image-2 {
  max-width: 80px;
  margin-left: 10px;
  border-radius: 0px;
}

.footer-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-icons-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  -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: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-style: none;
  border-width: 0px;
  border-color: #ebecf0;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.social-icons-3:hover {
  border-style: none;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.f07_legal-2 {
  color: #94908f;
  font-size: 12px;
  font-weight: 500;
}

.lower-footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.f01_title-3 {
  display: inline-block;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-content-container {
  display: -ms-grid;
  display: grid;
  padding-top: 10px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (min-width: 1920px) {
  .social-icons-3 {
    border-style: none;
    background-color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .f07_bottom_wrap {
    width: 700px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .f01_link {
    font-size: 14px;
  }

  .f01_columns {
    display: block;
  }

  .modal {
    height: 95vh;
    max-height: none;
  }

  .modal.kontakt {
    height: 80vh;
  }

  .social-icons {
    width: 40px;
    height: 40px;
  }

  .social-icons._1 {
    width: 40px;
    height: 40px;
  }

  .social-icons._1 {
    width: 40px;
    height: 40px;
  }

  .f01 {
    height: auto;
    font-size: 12px;
  }

  .f01_social_icon {
    border-radius: 0px;
  }

  .f07_legal {
    font-size: 12px;
  }

  .popup.kontakt {
    z-index: 9998;
  }

  .socials_wrapper {
    margin-top: 12px;
  }

  .f01_social_icon-2 {
    border-radius: 0px;
  }

  .lower-footer {
    margin-top: 12px;
  }

  .f01_social_wrap-3 {
    width: auto;
  }

  .div-block-82 {
    width: auto;
  }

  .social-icons-2 {
    width: 40px;
    height: 40px;
  }

  .social-icons-2._1 {
    width: 40px;
    height: 40px;
  }

  .social-icons-2._1 {
    width: 40px;
    height: 40px;
  }

  .f01_logo_image-2 {
    max-width: 60px;
  }

  .social-icons-3 {
    width: 40px;
    height: 40px;
  }

  .f07_legal-2 {
    font-size: 12px;
  }

  .lower-footer-2 {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .f01_social_wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .f07_bottom_wrap {
    width: auto;
    margin-top: 40px;
    padding-top: 0px;
  }

  .f01 {
    height: auto;
  }

  .f07_legal {
    font-size: 11px;
  }

  .f01_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f01_social_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .f01_top_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lower-footer-link {
    font-size: 11px;
  }

  .socials_wrapper {
    margin-top: 12px;
  }

  .f01_social_icon-2 {
    width: 18px;
    height: 18px;
  }

  .lower-footer {
    margin-top: 12px;
  }

  .f01_social_wrap-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-82 {
    width: auto;
  }

  .social-icons-2 {
    width: 35px;
    height: 35px;
    border-radius: 0px;
  }

  .lower-footer-link-2 {
    font-size: 11px;
  }

  .social-icons-3 {
    width: 35px;
    height: 35px;
    border-radius: 100px;
  }

  .f07_legal-2 {
    font-size: 11px;
  }

  .lower-footer-2 {
    margin-top: 12px;
  }

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

@media screen and (max-width: 479px) {
  .f01_social_wrap-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    -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;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .f07_bottom_wrap {
    display: block;
    width: 100%;
    text-align: center;
  }

  .social-icons {
    margin-top: 10px;
  }

  .social-icons._1 {
    margin-top: 10px;
    background-color: transparent;
  }

  .f01 {
    height: auto;
  }

  .socials_wrapper {
    margin-top: 12px;
    -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;
  }

  .f01_social_icon-2 {
    width: 15px;
    height: 15px;
  }

  .lower-footer {
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f01_social_wrap-3 {
    width: auto;
    height: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .social-icons-2 {
    width: 30px;
    height: 30px;
  }

  .social-icons-2._1 {
    width: auto;
    height: auto;
  }

  .social-icons-3 {
    width: 30px;
    height: 30px;
  }

  .lower-footer-2 {
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

#w-node-13fa5ea97094-e80709d0 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-13fa5ea970ac-e80709d0 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

