body {
  margin-left: 330px;
  font-family: 'Lato v23 latin', sans-serif;
  color: #818181;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 10px 0px;
  border: 2px none #fff;
  background-color: transparent;
  font-family: 'Lato v23 latin 700', sans-serif;
  color: #36742f;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Lato v23 latin 700', sans-serif;
  color: #36742f;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-transform: none;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Lato v23 latin 700', sans-serif;
  color: #36742f;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-transform: none;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: none;
}

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

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #36742f;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: none;
}

a {
  color: #36742f;
  text-decoration: underline;
}

a:hover {
  color: #97b713;
}

.left-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 20;
  width: 330px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), to(#adc7d8));
  background-image: linear-gradient(0deg, #fff 50%, #adc7d8);
}

.navigation {
  margin-top: 0px;
}

.nav-linke {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-family: 'Lato v23 latin 700', sans-serif;
  color: #36742f;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.nav-linke:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.nav-linke.w--current {
  display: inline-block;
  color: #97b713;
}

.center {
  text-align: center;
}

.center.pj {
  padding-top: 0px;
}

.go-top {
  margin-top: 0px;
  padding: 30px 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#36742f), to(#97b713));
  background-image: linear-gradient(90deg, #36742f, #97b713);
  text-align: center;
}

.rowabstand {
  margin-top: 40px;
  margin-bottom: 0px;
}

.textlink {
  color: #97b713;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.textlink:hover {
  color: #36742f;
}

.textlink.aufgruen {
  margin-right: 20px;
  color: #fff;
  text-decoration: underline;
}

.textlink.aufgruen:hover {
  color: #97b713;
}

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

.linie {
  width: 60px;
  height: 3px;
  margin: 20px auto 40px;
  background-color: #97b713;
}

.punkt-text {
  margin-right: 10px;
  color: #97b713;
  font-weight: 800;
}

.sectioninhalt {
  padding: 100px 80px;
}

.sectioninhalt.blau {
  background-color: rgba(213, 229, 239, 0.5);
}

.sectioninhalt.selbst {
  background-image: -webkit-gradient(linear, left top, right top, from(#36742f), to(#97b713));
  background-image: linear-gradient(90deg, #36742f, #97b713);
}

.image-blatt {
  width: 100px;
  margin-left: 10px;
}

.sectionbilder {
  height: 300px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: url('../images/WaldAusschnitt.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.sectionbilder.home {
  height: 400px;
  background-image: url('../images/WaldAusschnitt_1.jpg');
}

.columnimage {
  padding-right: 180px;
  padding-bottom: 0px;
  padding-left: 10px;
}

.block-headliner {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.h2-subline {
  color: #97b713;
  font-size: 16px;
}

.h2-subline.weiss {
  color: #fff;
}

.para-fbreite {
  display: inline-block;
  width: 500px;
  color: #fff;
  text-align: left;
}

.container {
  text-align: center;
}

.block-logo {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}

.block-logo.w--current {
  width: 100%;
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.h2-weiss {
  padding-left: 0px;
  color: #fff;
}

.h3-hellgruen {
  margin-top: 0px;
  color: #b2c763;
}

.column {
  position: static;
}

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

.div-karte-google {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Map_Anonym.png');
  background-position: 0px 0px;
  background-size: auto;
  text-align: center;
}

.buttongoogle {
  background-color: #36742f;
  font-size: 16px;
  text-transform: none;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.para-kleiner {
  margin-top: 30px;
  font-size: 13px;
  line-height: 20px;
}

html.w-mod-js *[data-ix="move-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="from-top"] {
  opacity: 0;
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}

html.w-mod-js *[data-ix="from-top-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}

html.w-mod-js *[data-ix="from-top-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}

html.w-mod-js *[data-ix="frome-left"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0%;
  }

  h1 {
    text-align: center;
  }

  h4 {
    text-align: center;
  }

  p {
    display: inline;
  }

  .nav-linke {
    padding-left: 5px;
  }

  .nav-linke:hover {
    -webkit-transform: translate(30px, 0px);
    -ms-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }

  .nav-linke.w--current {
    -webkit-transition-property: none;
    transition-property: none;
  }

  .nav-device {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d5e5ef), to(#fff));
    background-image: linear-gradient(180deg, #d5e5ef, #fff);
  }

  .nav-menu {
    border-top: 2px none #d5a298;
    border-bottom: 2px none #d5a298;
    background-color: #d5e5ef;
    background-image: none;
  }

  .menu-button {
    background-color: #97b713;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #36742f;
  }

  .columnimage {
    padding-right: 80px;
  }

  .para-fbreite {
    display: block;
    width: auto;
    text-align: left;
  }

  .div-karte-google {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    padding: 20px 40px 15px;
    font-size: 29px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    text-align: center;
  }

  p {
    display: inline;
  }

  .nav-linke.w--current {
    color: #ef8168;
  }

  .nav-device {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .sectionbilder.home {
    height: 300px;
  }

  .columnimage {
    padding-top: 20px;
    padding-right: 220px;
  }

  .h2-weiss {
    padding-right: 0px;
  }

  .column {
    margin-bottom: -10px;
    text-align: center;
  }

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

  .image-logo {
    height: 120px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    padding: 15px 30px 10px;
    font-size: 24px;
  }

  h2 {
    font-size: 24px;
    line-height: 34px;
  }

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

  .sectioninhalt {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-blatt {
    text-align: right;
  }

  .columnimage {
    padding-right: 10px;
  }

  .column {
    margin-bottom: -10px;
    padding-top: 20px;
  }

  .image-logo {
    height: 120px;
  }
}

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