.treeright {
  position: fixed;
  top: 0px;
  z-index: 2;
}

.image {
  position: static;
  top: 0px;
  margin-left: 0px;
}

.treeleft {
  position: fixed;
  top: 150px;
  right: 0px;
  z-index: 2;
}

.intern {
  position: relative;
  z-index: 1000;
  display: block;
  width: 70%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.log {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0px none #fff;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .91)), to(hsla(0, 0%, 100%, .62)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .91), hsla(0, 0%, 100%, .62));
  text-align: center;
}

.impda {
        color: #c1c1c1;
        text-decoration: none;
}

.nav {
  height: 60px;
  background-color: #aad249;
}

.navbar {
  z-index: 10000;
  height: auto;
  background-color: transparent;
}

.contstart {
  padding: 30px 50px;
  background-color: hsla(0, 0%, 100%, .47);
}

.contstarter {
  padding: 30px 50px;
  background-color: hsla(0, 0%, 100%, .77);
}

.detail {
        width: 100%;
         background-color: hsla(77, 70%, 79%, .33);
         padding: 30px 50px;
}

.imag {
        text-align: center;
}

.navlink {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: 'Roboto v18 latin', sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #3bb3c2;
}

.text-block {
  font-family: 'Roboto v18 latin 300', sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.pics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
}

.geb {
  height: 30px;
  background-color: #7bc4a0;
}

.bl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.blin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 30px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(66, 146, 157, .35);
}

.titbl {
  font-family: 'Calligraffitti v9 latin', sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -1px;
  text-transform: none;
  text-shadow: 1px 1px 0 #fff;
}

.fa2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Fa brands 400', sans-serif;
  color: #aad249;
  font-size: 100px;
  text-shadow: 2px 2px 3px #fff;
}

.fa1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Fa brands 400', sans-serif;
  color: #3bb3c2;
  font-size: 100px;
  text-shadow: 2px 2px 3px #fff;
}

.fa3 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Fa brands 400', sans-serif;
  color: #d9efa3;
  font-size: 100px;
  text-shadow: 2px 2px 3px #fff;
}

.what {
  padding: 0px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto v18 latin 100', sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.pic1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/therapiezentrum.jpg');
  background-position: 50% 50%;
  background-size: cover;
}


.pic2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/leistungen.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.pic3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/kontakt.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.back {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .07)), to(#fff));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .07), #fff);
}

.whitestrip {
  position: relative;
  z-index: 1000;
  height: 2px;
  background-color: #fff;
}

.headle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.headre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-2 {
  font-family: 'Roboto v18 latin 300', sans-serif;
  color: #c1c1c1;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}

.blin2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 30px;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(77, 70%, 79%, .33);
}

.termin {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .35)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .35), #fff);
  text-align: center;
}

.termincont {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .35)), to(#fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .35), #fff);
  text-align: center;
}

.tittermin {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Calligraffitti v9 latin', sans-serif;
  color: #000;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.button {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
  background-color: #aad249;
  font-family: 'Roboto v18 latin 300', sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.footer {
  position: relative;
  z-index: 20000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 146, 157, .33)), to(#fff));
  background-image: linear-gradient(180deg, rgba(66, 146, 157, .33), #fff);
}

.foole {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.foomid {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.foore {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #9c9c9c;
}

.txtfoo {
  position: relative;
  z-index: 10000;
  padding-right: 30px;
  font-family: 'Roboto v18 latin 300', sans-serif;
  color: rgba(0, 0, 0, .6);
  font-size: 20px;
  line-height: 28px;
}

.txtfoo._2 {
  font-family: 'Roboto v18 latin 300', sans-serif;
  color: rgba(0, 0, 0, .6);
  text-align: center;
}

.txtfoo._3 {
  padding-right: 0px;
  padding-left: 30px;
  font-family: 'Roboto v18 latin 300', sans-serif;
  color: rgba(0, 0, 0, .6);
  font-weight: 400;
  text-align: right;
}

.titfoo {
  font-family: 'Calligraffitti v9 latin', sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  text-shadow: 1px 1px 0 #42929d;
}

.droptoggle {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-family: 'Roboto v18 latin', sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.droptoggle.w--open {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.droptoggle.w--open:hover {
  background-color: #3bb3c2;
}

.sublink {
  margin-bottom: 1px;
  background-color: rgba(66, 146, 157, .87);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: 'Roboto v18 latin', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.sublink:hover {
  background-color: #7a896c;
  color: #fff;
}

.dropdown-list {
  background-color: transparent;
}

.nav-menu {
  background-color: transparent;
}

.container {
  background-color: transparent;
}


.praxis {
  padding: 15px 10px;
  background-color: #aad249;
  text-align: center;
  color: #fff;
}

.button-2 {
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #86a833;
  font-family: 'Roboto v18 latin 300', sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}


.lifa {
        text-decoration: none;
        color: #000;
}


html.w-mod-js *[data-ix="scrollup"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="scalescroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .image {
    height: 500px;
  }
  .intern {
    width: 90%;
  }
  .log {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contstart {
    background-color: hsla(0, 0%, 100%, .82);
  }
  .navlink {
    width: 100%;
    margin-bottom: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(170, 210, 73, .8);
  }
  .whitestrip {
    z-index: 500;
  }
  .image-2 {
    height: 400px;
  }
  .droptoggle {
    margin-bottom: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(170, 210, 73, .8);
  }
  .menu-button {
    background-color: #99bb47;
    color: #fff;
  }
  .menu-button.w--open {
    background-color: #42929d;
  }
  .nav-menu {
    z-index: 10000;
    background-color: transparent;
  }
}

@media (max-width: 767px) {
  .log {
    padding: 10px;
    -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;
  }
  .pics {
    height: 200px;
  }
  .blin {
    padding-top: 30px;
  }
  .titbl {
    font-size: 30px;
  }
  .fa2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 75px;
    line-height: 75px;
  }
  .fa1 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 75px;
    line-height: 75px;
  }
  .fa3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 75px;
    line-height: 75px;
  }
  .text-block-2 {
    margin-top: 10px;
    color: #545050;
  }
  .blin2 {
    padding-top: 30px;
  }

  .contstart {
  padding: 30px 20px;
  background-color: hsla(0, 0%, 100%, .47);
}

.contstarter {
  padding: 30px 20px;
  background-color: hsla(0, 0%, 100%, .77);
}
  .tittermin {
    font-size: 35px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txtfoo {
    padding-right: 0px;
  }
  .txtfoo._2 {
    margin-top: 50px;
    padding-right: 0px;
    text-align: left;
  }
  .txtfoo._3 {
    margin-top: 50px;
    padding-left: 0px;
    text-align: left;
  }
  .image-3 {
    width: auto;
    height: auto;
    max-width: auto;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .image {
    height: 300px;
  }
  .log {
    padding: 10px;
    -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;
  }
  .contstart {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pics {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pic1 {
    height: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pic2 {
    height: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pic3 {
    height: 180px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-2 {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #969696;
  }
  .termin {
    padding: 30px 10px;
  }
  .button {
    font-size: 24px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .txtfoo {
    padding-right: 0px;
  }
  .image-2 {
    height: 400px;
  }
  .image-3 {
    width: 300px;
    max-width: 100%;
  }
}

@font-face {
  font-family: 'Roboto v18 latin 100';
  src: url('../fonts/roboto-v18-latin-100.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto v18 latin 300';
  src: url('../fonts/roboto-v18-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto v18 latin 900';
  src: url('../fonts/roboto-v18-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto v18 latin 500';
  src: url('../fonts/roboto-v18-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto v18 latin';
  src: url('../fonts/roboto-v18-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto v18 latin 700';
  src: url('../fonts/roboto-v18-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Calligraffitti v9 latin';
  src: url('../fonts/calligraffitti-v9-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}