.m-center {
  max-width: 1440px;
  width: 90%; }

b {
  color: #0AE339; }

.m-content {
  width: 90%;
  max-width: 950px;
  margin: 0 auto; }

.m-container {
  width: 100%; }

h1 {
  font-size: 68px;
  color: #232427; }

h2 {
  font-weight: 400; }

h3 {
  -webkit-margin-before: 0;
  font-weight: 300;
  color: #7D808B; }

.m-header {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px; }

.m-button {
  display: inline-flex;
  border-color: #0AE339;
  border-width: 2px !important;
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 19px;
  padding: 0 50px;
  border: solid #0AE339 1px;
  background: white;
  transition: all 0.2s ease;
  height: 60px;
  align-items: center;
  color: #0AE339;
  text-decoration: none; }
  .m-button:hover {
    cursor: pointer;
    background: linear-gradient(85.71deg, rgba(10, 227, 57, 0.8) 0%, rgba(27, 155, 0, 0.8) 100%);
    color: white !important;
    border-color: white !important;
    border-radius: 4px !important; }

p {
  line-height: 150%;
  color: #000;
  font-weight: 300; }

body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  max-width: 100%;
  overflow-x: hidden; }
  body .m-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    body .m-main .m-landing {
      height: 100vh;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      overflow: hidden;
      background-image: url("../img/landing-bg.jpg");
      background-position: left top;
      background-repeat: no-repeat;
      background-size: cover; }
      body .m-main .m-landing img {
        height: 100%;
        transition: all 0.2s ease-in-out; }
      body .m-main .m-landing h1 {
        color: white; }
      body .m-main .m-landing h3 {
        font-weight: 400;
        color: white; }
      body .m-main .m-landing .m-header-pin {
        height: 60px !important; }
        body .m-main .m-landing .m-header-pin img {
          height: 60px !important; }
        body .m-main .m-landing .m-header-pin .m-menu {
          margin-top: 0px !important; }
          body .m-main .m-landing .m-header-pin .m-menu .m-menu-content {
            transform: translate(0, 0); }
      body .m-main .m-landing .m-header-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: linear-gradient(85.71deg, rgba(10, 227, 57, 0.8) 0%, rgba(27, 155, 0, 0.8) 100%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        z-index: 300;
        transition: all 200ms ease-in-out;
        height: 130px;
        box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1); }
        body .m-main .m-landing .m-header-container .m-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 90%;
          height: 100%;
          max-width: 950px;
          margin: 0; }
          body .m-main .m-landing .m-header-container .m-header .m-menu-toggle {
            display: none;
            align-items: center;
            user-select: none;
            position: relative;
            left: 20px; }
            @media screen and (max-width: 1070px) {
              body .m-main .m-landing .m-header-container .m-header .m-menu-toggle {
                display: flex !important; } }
            body .m-main .m-landing .m-header-container .m-header .m-menu-toggle i {
              color: white;
              font-size: 40px; }
            body .m-main .m-landing .m-header-container .m-header .m-menu-toggle:hover {
              cursor: pointer; }
          body .m-main .m-landing .m-header-container .m-header .m-logo {
            height: 100%;
            width: 184px;
            display: flex;
            justify-content: center; }
            body .m-main .m-landing .m-header-container .m-header .m-logo img {
              height: 100%;
              transition: all 200ms ease-in-out; }
          body .m-main .m-landing .m-header-container .m-header .m-menu {
            height: 100%;
            font-family: "Lato", sans-serif;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.5);
            font-size: 15px;
            transition: all 200ms ease-in-out;
            display: flex;
            justify-content: center;
            flex: 1; }
            body .m-main .m-landing .m-header-container .m-header .m-menu .m-menu-list {
              display: flex;
              justify-content: center;
              align-items: center;
              flex-direction: row;
              height: 100%;
              margin: 0; }
              @media screen and (max-width: 1070px) {
                body .m-main .m-landing .m-header-container .m-header .m-menu .m-menu-list {
                  display: none;
                  flex-direction: column;
                  position: absolute;
                  top: 100%;
                  align-items: flex-start !important;
                  justify-content: flex-start !important;
                  background: linear-gradient(85.71deg, rgba(10, 227, 57, 0.8) 0%, rgba(27, 155, 0, 0.8) 100%);
                  height: 100vh;
                  width: 100vw;
                  left: 0;
                  margin: 0 !important;
                  padding: 0 !important;
                  box-sizing: border-box !important; }
                  body .m-main .m-landing .m-header-container .m-header .m-menu .m-menu-list li {
                    height: 60px !important;
                    max-height: 60px !important;
                    width: 100%;
                    box-sizing: border-box;
                    padding: 0 !important; } }
              body .m-main .m-landing .m-header-container .m-header .m-menu .m-menu-list .m-menu-item {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                transition: all 0.2s ease-in-out, transform 0s ease-in-out;
                text-decoration: none;
                color: white;
                height: 100%; }
                body .m-main .m-landing .m-header-container .m-header .m-menu .m-menu-list .m-menu-item .m-menu-content {
                  flex: 1;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  flex-direction: row;
                  transform: translate(0, 1px); }
                body .m-main .m-landing .m-header-container .m-header .m-menu .m-menu-list .m-menu-item .m-menu-seperator {
                  height: 2px;
                  width: 0px;
                  background: white;
                  transition: all 0.2s ease-in-out; }
              body .m-main .m-landing .m-header-container .m-header .m-menu .m-menu-list li {
                padding: 0 25px;
                list-style-type: none;
                float: left;
                text-transform: uppercase;
                height: 100%; }
      body .m-main .m-landing .m-landing-page {
        overflow: hidden;
        height: 100%;
        width: 100%;
        padding: 0 170px;
        position: relative; }
        body .m-main .m-landing .m-landing-page .m-kicker {
          font-family: "Lato", sans-serif;
          position: absolute;
          left: 20%;
          top: 70%;
          width: 415px;
          transform: translate(0, -50%);
          color: white;
          font-size: 48px;
          font-weight: 300;
          background: linear-gradient(85.71deg, rgba(10, 227, 57, 0.8) 0%, rgba(27, 155, 0, 0.8) 100%);
          padding: 20px;
          box-shadow: 2px 0 4px rgba(0, 0, 0, 0.15);
          border-radius: 2px; }
  body .m-praxis .m-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 30px; }
    body .m-praxis .m-content .m-text {
      display: flex;
      justify-content: center;
      flex-direction: row; }
      body .m-praxis .m-content .m-text .m-left {
        width: 60%;
        padding: 20px;
        display: flex;
        align-items: center; }
      body .m-praxis .m-content .m-text .m-right {
        flex: 1;
        text-align: left;
        padding: 20px; }
        body .m-praxis .m-content .m-text .m-right h2 {
          margin-top: 0; }
      body .m-praxis .m-content .m-text span {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: 300; }
    body .m-praxis .m-content .m-gallery {
      display: flex;
      max-width: 100%;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      cursor: pointer; }
      body .m-praxis .m-content .m-gallery a {
        height: 140px;
        min-width: 24%;
        background-size: cover;
        background-position: center;
        margin-bottom: 1%; }
        body .m-praxis .m-content .m-gallery a:last-child {
          margin-right: 0; }
    @media screen and (max-width: 870px) {
      body .m-praxis .m-content .m-gallery a {
        min-width: 49%;
        margin-bottom: 2%; }
      body .m-praxis .m-content .m-text {
        flex-direction: column; }
        body .m-praxis .m-content .m-text .m-left {
          width: 100%;
          box-sizing: border-box; }
        body .m-praxis .m-content .m-text .m-right {
          box-sizing: border-box; } }
    @media screen and (max-width: 500px) {
      body .m-praxis .m-content .m-gallery a {
        min-width: 100%; } }
    body .m-praxis .m-content .m-button {
      margin-top: 30px;
      display: inline-flex;
      border-color: #0AE339;
      border-width: 2px;
      font-weight: 400;
      font-size: 19px;
      padding: 0 50px;
      color: #0AE339;
      transition: all 0.2s ease-in-out; }
  body .m-team {
    background: #f6f7f9; }
    body .m-team .m-content {
      padding: 50px 30px; }
      body .m-team .m-content .m-header {
        margin-bottom: 30px; }
      body .m-team .m-content .m-team--image {
        width: 80%;
        height: auto;
        margin-bottom: 35px;
        margin-left: 10%;
        margin-right: 10%; }
        @media screen and (max-width: 520px) {
          body .m-team .m-content .m-team--image {
            width: 100%;
            margin-left: 0;
            margin-right: 0; } }
      body .m-team .m-content .m-team-container img {
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
        height: 200px;
        width: auto; }
      body .m-team .m-content .m-team-container .m-row {
        display: flex;
        margin-bottom: 35px; }
        body .m-team .m-content .m-team-container .m-row:nth-child(odd) .m-vert:nth-child(1) {
          margin-right: 20px; }
        body .m-team .m-content .m-team-container .m-row:nth-child(odd) .m-text-container {
          text-align: right; }
        body .m-team .m-content .m-team-container .m-row:nth-child(even) {
          flex-direction: row-reverse; }
          body .m-team .m-content .m-team-container .m-row:nth-child(even) .m-vert:nth-child(1) {
            margin-left: 20px; }
          body .m-team .m-content .m-team-container .m-row:nth-child(even) .m-vert.m-image {
            text-align: right; }
        body .m-team .m-content .m-team-container .m-row .m-vert {
          flex: 1; }
          body .m-team .m-content .m-team-container .m-row .m-vert .m-name {
            display: inline-block;
            padding: 10px;
            border: 1px solid black;
            font-size: 24px;
            font-weight: 300;
            font-family: "Lato", sans-serif;
            margin-bottom: 10px; }
          body .m-team .m-content .m-team-container .m-row .m-vert .m-text {
            font-size: 18px;
            font-weight: 400;
            font-family: "Lato", sans-serif; }
  body .m-leistungen .m-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 30px; }
    body .m-leistungen .m-content span {
      text-align: justify;
      font-family: "Lato", sans-serif;
      font-size: 18px;
      font-weight: 300;
      text-align: center;
      margin-top: 30px;
      text-align: center; }
    body .m-leistungen .m-content .m-button {
      margin-top: 30px;
      display: inline-flex;
      border-color: #0AE339;
      border-width: 2px;
      font-weight: 400;
      font-size: 19px;
      padding: 0 50px;
      color: #0AE339;
      transition: all 0.2s ease-in-out; }

.m-kontakt {
  background: #F6F7F9;
  padding: 50px 0; }
  .m-kontakt .m-content {
    display: flex;
    flex-direction: column; }
    .m-kontakt .m-content .sendmail {
      width: 100%;
      height: 70px;
      padding: 0 !important;
      border: 2px solid #0AE339;
      border-radius: 2px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #0AE339;
      text-decoration: none;
      font-size: 30px;
      font-weight: 200;
      font-family: "Lato", sans-serif; }

.m-footer {
  background: #1D2125;
  padding: 50px 0 10px 0;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: white; }
  .m-footer .m-head {
    font-size: 36px;
    margin-bottom: 40px;
    text-align: center; }
  .m-footer .m-info {
    text-align: center;
    font-size: 16px;
    margin-bottom: 100px; }
    .m-footer .m-info .m-address {
      margin-bottom: 10px; }
  .m-footer .m-legal {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px; }
    .m-footer .m-legal .m-data {
      border: 1px solid white;
      border-top: none;
      border-bottom: none; }
    .m-footer .m-legal .m-legaldiv {
      padding: 0 20px; }
      .m-footer .m-legal .m-legaldiv a {
        color: white;
        text-decoration: none; }
  .m-footer .m-copyright {
    font-size: 14px;
    text-align: center; }

.m-main-termine .m-landing {
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: none !important; }
.m-main-termine .m-termine {
  margin-top: 130px;
  width: 100vw;
  padding: 50px 0; }
  .m-main-termine .m-termine .m-content {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .m-main-termine .m-termine .m-content iframe {
      transform: translate(25%, 0); }

.m-main-lexikon .m-landing {
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: none !important; }
.m-main-lexikon .m-leistung-page {
  margin-top: 130px;
  height: auto;
  width: 100vw;
  padding: 50px 0; }
  .m-main-lexikon .m-leistung-page .m-content .m-header {
    margin: 0; }
  .m-main-lexikon .m-leistung-page .m-content .m-sub-header {
    text-align: center;
    font-size: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #444444;
    margin-bottom: 15px; }
  .m-main-lexikon .m-leistung-page .m-content .m-leistungs-text {
    margin-top: 40px;
    font-size: 17px;
    font-family: "Lato", sans-serif; }
  .m-main-lexikon .m-leistung-page .m-content .m-slide-wrapper {
    margin-top: 50px;
    width: 100%;
    font-size: 18px;
    color: #444444;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .m-main-lexikon .m-leistung-page .m-content .m-slide-wrapper .m-slide {
      width: 80%;
      margin-bottom: 10px; }
      .m-main-lexikon .m-leistung-page .m-content .m-slide-wrapper .m-slide .m-slide-head {
        flex: 1;
        padding: 15px 30px;
        text-align: left;
        border-radius: 2px;
        border: 1px solid #BBBBBB;
        background: rgba(0, 0, 0, 0.01);
        transition: all 0.2s ease-in-out; }
        .m-main-lexikon .m-leistung-page .m-content .m-slide-wrapper .m-slide .m-slide-head:hover {
          cursor: pointer;
          background: rgba(0, 0, 0, 0.05);
          border-color: #0AE339; }
      .m-main-lexikon .m-leistung-page .m-content .m-slide-wrapper .m-slide .m-slide-hidden {
        flex: 1;
        padding: 20px 30px;
        text-align: left;
        border-radius: 0 0 2px 2px;
        border: 1px solid #BBBBBB;
        background: rgba(0, 0, 0, 0.01);
        border-top: 0;
        display: none; }
        .m-main-lexikon .m-leistung-page .m-content .m-slide-wrapper .m-slide .m-slide-hidden b {
          font-weight: 300; }
      .m-main-lexikon .m-leistung-page .m-content .m-slide-wrapper .m-slide:first-child .m-slide-hidden {
        display: block; }

.m-menu-active {
  font-weight: 700; }
  .m-menu-active .m-menu-seperator {
    width: 100% !important;
    background: white !important;
    padding: 0 25px; }

.legal {
  width: 80%;
  max-width: 800px;
  margin: 0 auto; }

@media screen and (max-width: 520px) {
  .m-header {
    font-size: 30px; }

  .m-content {
    padding: 15px 15px !important;
    box-sizing: border-box; }

  span {
    text-align: justify !important; }

  .m-hor {
    flex-direction: column; }
    .m-hor input:first-child {
      margin: 0 0 10px 0 !important; }

  .m-kicker {
    width: auto !important;
    left: 25% !important; } }
@media screen and (max-width: 680px) {
  .m-team .m-row {
    flex-direction: column-reverse !important; }
    .m-team .m-row .m-vert.m-image img {
      width: 100%;
      height: auto; }
    .m-team .m-row .m-vert.m-text-container {
      margin: 0 !important; }
      .m-team .m-row .m-vert.m-text-container .m-text {
        text-align: left; }
      .m-team .m-row .m-vert.m-text-container .m-name {
        margin: 5px 0 0 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center; }

  .sendmail span {
    font-size: 18px; }

  .m-slide {
    width: 100% !important; } }

/*# sourceMappingURL=style.css.map */
