body {
  font-family: Lato_DP, sans-serif;
  color: #3d3d3f;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
  font-size: 4em;
  line-height: 1.1em;
  font-weight: 900;
}

h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #3f8d28;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3f8d28;
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #3f8d28;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1em;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-weight: 400;
}

a {
  color: #666;
  font-style: normal;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a.w--current {
  color: #fff;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 16px;
}

.welcome {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 32px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.header-container {
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.container.team {
  max-width: 1200px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-link {
  padding: 24px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 1em;
  line-height: 1em;
  font-style: normal;
}

.nav-link:hover {
  color: #5eb246;
  text-decoration: none;
}

.nav-link.w--current {
  color: #5eb246;
}

.nav-link.back-btn {
  background-color: #5eb246;
  color: #fff;
}

.nav-link.back-btn:hover {
  background-color: #00562f;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #fff;
}

.body {
  background-image: none;
  color: #666;
}

.block-100 {
  width: 100%;
}

.btn {
  padding: 16px 32px;
  background-color: #3f8d28;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-style: normal;
}

.btn:hover {
  background-color: #00562f;
  text-decoration: none;
}

.btn.grey {
  background-color: #a8a8a8;
}

.btn.grey:hover {
  background-color: #5eb246;
}

.footer {
  padding: 32px;
}

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

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-image {
  display: block;
}

.nav-link-2 {
  font-style: normal;
}

.brand {
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -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;
}

.bg-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
}

.image {
  width: 100%;
}

.bg-image-01 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.bg-image-02 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.bg-image-03 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.container-3 {
  position: relative;
  z-index: 2;
  max-width: 1200px;
}

.section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.gradient {
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
  background-image: linear-gradient(180deg, #e8e8e8, #fff);
}

.section.green {
  background-color: #3d3d3f;
}

.section.contact {
  background-color: #f3f3f3;
}

.section.footer {
  padding-top: 64px;
  padding-bottom: 24px;
  background-color: #3d3d3f;
  color: #757575;
}

.block-66 {
  width: 55%;
  margin-right: 1%;
}

.block-33 {
  width: 32%;
  margin-left: 0%;
}

.block-33.margin-top {
  margin-top: 28px;
}

.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-block-link {
  margin-bottom: 0px;
  margin-left: 24px;
}

.contact-dates {
  margin-left: 24px;
}

.icon {
  margin-top: 3px;
}

.body-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.white-head {
  color: #fff;
}

.white-head.center {
  text-align: center;
}

.block-50 {
  width: 49%;
  margin-right: 1%;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
}

.block-50.box {
  width: 48%;
  border-radius: 16px;
  background-color: #f7f7f7;
}

.block-50.slider {
  padding-bottom: 0px;
  padding-left: 0px;
}

.list-item {
  margin-bottom: 8px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.ul {
  margin-top: 16px;
  padding-left: 24px;
}

.slider-image {
  width: 100%;
}

.mask {
  overflow: hidden;
  height: auto;
}

.slide-2 {
  height: auto;
}

.slider {
  height: auto;
}

.block-50-copy {
  width: 49%;
  margin-right: 1%;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
}

.block-50-copy.box {
  width: 48%;
  border-radius: 16px;
  background-color: #f7f7f7;
}

.block-50-copy.slider {
  padding-bottom: 0px;
  padding-left: 0px;
}

.profil-block {
  width: 16%;
  margin-bottom: 31px;
}

.profil-name {
  margin-bottom: 4px;
  font-size: 1.2em;
}

.profil-position {
  color: #757575;
}

.profil-image {
  margin-bottom: 8px;
}

.grey-text {
  color: #757575;
}

.heading {
  margin-bottom: 0px;
}

.textfield {
  margin-bottom: 8px;
  padding: 24px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #ececec;
  border-radius: 8px;
  font-size: 1em;
  line-height: 1em;
}

.textfield.textarea {
  min-height: 200px;
  line-height: 1em;
}

.datenschutz-wrapper {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 16px 16px 16px 0px;
}

.checkbox-label {
  font-size: 0.9em;
  line-height: 1.3em;
}

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

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

.copy {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 14px;
}

.slide-nav {
  display: none;
}

.link {
  color: #3d3d3f;
}

.link:hover {
  color: #3f8d28;
}

.heading-2 {
  color: #3f8d28;
}

.heading-3 {
  color: #3f8d28;
}

.image-2 {
  height: 57px;
}

.form-embed {
  margin-right: auto;
  margin-left: auto;
}

.danke {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5eb246;
}

.mail {
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.mail-text {
  color: #fff;
}

.fehler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3d3d3f;
}

@media screen and (max-width: 991px) {
  .container {
    margin-right: 24px;
    margin-left: 24px;
  }

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

  .block-66.co-block {
    width: 100%;
  }

  .block-50.co-block {
    width: 100%;
  }

  .profil-block {
    width: 33%;
  }

  .form-embed {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3em;
  }

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

  .container.team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container.co-footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .block-66 {
    width: 100%;
  }

  .block-33.margin-top {
    width: 100%;
  }

  .block-50 {
    width: 100%;
    margin-right: 0%;
    padding-right: 0px;
  }

  .block-50.box {
    width: 100%;
    margin-bottom: 16px;
  }

  .block-50.slider {
    width: 100%;
    padding-right: 0px;
  }

  .profil-block {
    width: 49%;
  }

  .form-embed {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2em;
  }

  .block-33 {
    width: 100%;
  }

  .form-embed {
    width: 100%;
  }
}

@font-face {
  font-family: 'Lato_DP';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato_DP';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato_DP';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato_DP';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}