:root {
  --white: white;
  --black: #2e2e2e;
  --black-2: black;
  --gruen: #287556;
  --hellgruen: #93baaa;
  --hellhellgruen: #e1eae5;
  --ivory: #f6f6f6;
  --dim-grey: #515151;
  --grey: #818181;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: "Lato V 23 Latin", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  color: var(--black-2);
  text-align: left;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 10px;
  font-family: "Lato V 23 Latin 300", Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: "Lato V 23 Latin 300", Arial, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

h3 {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #2e2e2e;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: "Lato V 23 Latin 300", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

h4 {
  color: #2e2e2e;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: var(--gruen);
  text-decoration: none;
}

a:hover {
  color: var(--black);
}

li {
  color: #fff;
  padding-bottom: 10px;
  font-size: 16px;
}

.header {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-link {
  color: var(--hellgruen);
  text-transform: uppercase;
  border-top: 3px solid #0000;
  padding: 25px 15px;
  font-family: "Lato V 23 Latin 300", Arial, sans-serif;
  font-size: 14px;
}

.navigation-link:hover {
  border-bottom: 3px solid var(--hellgruen);
  color: #fff;
  border-top-style: none;
  border-top-color: #0aceff;
}

.navigation-link.w--current {
  color: #fff;
  border-top-style: none;
  border-top-color: #96c11f;
  border-bottom: 3px solid #fff;
}

.top-header {
  text-align: center;
  background-color: #2e2e2e;
  border-top: 3px #96c11f;
  padding-bottom: 0;
}

.navigation-menu {
  float: none;
  text-align: center;
  border-top: 1px #ebebeb;
  border-bottom: 1px #ebebeb;
}

.container {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
}

.button-one {
  background-color: var(--gruen);
  color: #fff;
  margin-bottom: 10px;
  padding: 10px 15px;
  font-size: 16px;
  transition: all .5s;
  position: relative;
}

.button-one:hover {
  background-color: var(--black);
  color: var(--white);
}

.footer {
  border-top: 10px #2e2e2e;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bottom-footer {
  text-align: center;
  background-color: #2e2e2e;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-scroll {
  z-index: 1001;
  border-bottom: 3px solid var(--hellgruen);
  background-color: #2e2e2e;
  width: 100%;
  display: none;
  position: fixed;
}

._404-section {
  background-color: #f6f6f6;
  border-top: 1px solid #ebebeb;
  padding-top: 80px;
  padding-bottom: 80px;
}

._404-container {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding-top: 80px;
  padding-bottom: 80px;
}

._404-circle {
  border: 7px solid #ebebeb;
  border-radius: 200px;
  width: 400px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 105px;
  display: block;
}

._404 {
  color: #e1e1e1;
  margin-bottom: 66px;
  font-size: 120px;
  font-weight: 600;
}

.navigation-mobile {
  background-color: #fff;
}

.h2-bild {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
}

.link-impressum {
  color: var(--hellgruen);
  text-align: center;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  font-family: "Lato V 23 Latin 300", Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-impressum:hover {
  color: #fff;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.section {
  padding-top: 30px;
  padding-bottom: 50px;
}

.section.farbig {
  background-color: var(--hellhellgruen);
  padding-top: 50px;
}

.section.farbig.mit-abstand {
  margin-top: 0;
}

.section.farbig.home {
  padding-top: 30px;
}

.section.ohneabstand {
  padding-top: 0;
  padding-bottom: 0;
}

.span-h1-kleiner {
  font-size: 24px;
  line-height: 30px;
}

.grid-2er {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.grid-2er.farbig {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--hellhellgruen);
  align-items: center;
}

.img-rund {
  text-align: center;
  border-radius: 100%;
  width: 120px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.div-neben-bild {
  margin-right: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.h2-ohne-abstand-unten {
  margin-bottom: 10px;
}

.linie {
  background-color: var(--black-2);
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cont-einspaltig {
  max-width: 700px;
  margin-top: 30px;
}

.grid-home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 60px;
  margin-right: 30px;
}

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

html.w-mod-js [data-ix="slide-in-service-overlay-on-hover"] {
  opacity: 0;
}

html.w-mod-js [data-ix="slide-in-portfolio-overlay-on-hover"] {
  opacity: 0;
  transform: translate(0, -10px);
}

html.w-mod-js [data-ix="display-none-scroll-navigation-on-load"] {
  display: none;
}

html.w-mod-js [data-ix="slide-in-from-bottom"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="slide-in-from-left-on-scroll"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (min-width: 1440px) {
  .header {
    background-color: var(--black);
    position: fixed;
    inset: 0% 0% auto;
  }

  .section.farbig {
    padding-top: 0;
  }

  .grid-2er.farbig {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .div-neben-bild {
    margin-right: 140px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 70px;
  }

  .navigation-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation {
    background-color: #262626f2;
  }

  .menu-button {
    color: #0aceff;
  }

  .menu-button.w--open {
    background-color: #0aceff;
    border-radius: 100px;
  }

  .h2-bild {
    letter-spacing: 1px;
    font-size: 32px;
  }

  .menu-button-2 {
    color: #96c11f;
  }

  .grid-2er.farbig {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-neben-bild {
    margin-right: 20px;
  }

  .grid-home {
    grid-template-columns: 1fr;
    margin-left: 120px;
    margin-right: 120px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  h2 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  p {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .button-one {
    margin-left: 20px;
  }

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

  .header-scroll {
    display: none;
  }

  .navigation-mobile {
    background-color: #2e2e2e;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .menu-button {
    background-color: var(--hellgruen);
    color: #fff;
    border-radius: 2px;
    margin-right: 10px;
    padding: 10px;
  }

  .menu-button:hover {
    background-color: #818181;
  }

  .menu-button.w--open {
    background-color: var(--hellgruen);
    border-radius: 0;
  }

  .h2-bild {
    font-size: 26px;
    line-height: 46px;
  }

  .section {
    padding-bottom: 35px;
  }

  .section.farbig.mit-abstand {
    padding-top: 30px;
  }

  .span-h1-kleiner {
    font-size: 20px;
    line-height: 28px;
  }

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

  .grid-2er.farbig {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .img-rund {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-neben-bild {
    margin-right: 0;
  }

  .cont-einspaltig {
    margin-top: 0;
  }

  .grid-home {
    grid-template-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
  }
}

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

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

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .top-header {
    display: block;
  }

  .bottom-footer {
    padding-right: 10px;
  }

  ._404-circle {
    width: 300px;
    height: 300px;
    padding-top: 61px;
  }

  ._404 {
    margin-bottom: 45px;
    font-size: 90px;
  }

  .h2-bild {
    font-size: 22px;
    line-height: 28px;
  }

  .link-impressum {
    font-size: 14px;
  }

  .section {
    padding-bottom: 25px;
  }

  .section.farbig.home {
    padding-top: 0;
  }

  .span-h1-kleiner {
    font-size: 18px;
  }

  .grid-home {
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-c9536aea-461f-9577-d374-542e20d6f257-89f18e6d, #w-node-_2d0000e7-817c-a1c8-b300-ccf9e7d92890-89f18e6d, #w-node-d23ce41a-db5b-ab54-c1c6-1f3574c617ff-89f18e6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-c9536aea-461f-9577-d374-542e20d6f257-7faf2815 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Lato V 23 Latin';
  src: url('../fonts/lato-v23-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato V 23 Latin 300';
  src: url('../fonts/lato-v23-latin-300.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato V 23 Latin 700';
  src: url('../fonts/lato-v23-latin-700.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato V 23 Latin 100';
  src: url('../fonts/lato-v23-latin-100.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}