@charset "utf-8";
/* ----------------------------------------------------------

    VARS + Mixin + Import

------------------------------------------------------------*/
/* ----------------------------------------------------------

    Global Reset

------------------------------------------------------------*/
/* ----------------------------------------------------------

    Clearfix

------------------------------------------------------------*/
.clearfix,
#row_1 #center_1,
#row_3 #center_3,
#row_3 #center_3 #header_c #contact_container #contact,
#row_4 #center_4,
#row_5 #center_5,
#row_5 #center_5 #foot #footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#row_1 #center_1:before,
#row_1 #center_1:after,
#row_3 #center_3:before,
#row_3 #center_3:after,
#row_3 #center_3 #header_c #contact_container #contact:before,
#row_3 #center_3 #header_c #contact_container #contact:after,
#row_4 #center_4:before,
#row_4 #center_4:after,
#row_5 #center_5:before,
#row_5 #center_5:after,
#row_5 #center_5 #foot #footer:before,
#row_5 #center_5 #foot #footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
#row_1 #center_1:after,
#row_3 #center_3:after,
#row_3 #center_3 #header_c #contact_container #contact:after,
#row_4 #center_4:after,
#row_5 #center_5:after,
#row_5 #center_5 #foot #footer:after {
  clear: both;
}
/* ----------------------------------------------------------

        Elements

------------------------------------------------------------*/
html {
  font-size: 100%;
  line-height: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  color: #000000;
  background-color: #ffffff;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
a:hover {
  color: #219a34;
  text-decoration: none;
}
a:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  text-decoration: none;
}
a:visited,
a:active,
a:focus {
  color: #000000;
  text-decoration: none;
  border-style: none;
  border-width: 0;
  outline-style: none;
  outline-width: 0;
}
a:visited:hover,
a:active:hover,
a:focus:hover {
  color: #219a34;
  text-decoration: none;
}
strong {
  /*font-weight: bold;*/
  font-weight: 400;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
iframe {
  /*max-width: 100%;*/
}
/* ----------------------------------------------------------

    Allgemeine Klassen

------------------------------------------------------------*/
.none {
  display: none;
}
.clear {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.lazy_hidden {
  visibility: hidden;
}
.lazy_visible {
  visibility: visible;
}
.align_left {
  text-align: left;
}
.align_center {
  text-align: center;
}
.align_right {
  text-align: right;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* ----------------------------------------------------------

    Schriftarten

------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: 'Barlow', Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
}
#id {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
}
/* ----------------------------------------------------------

    Schriftgrößen  (Bootstrap Basis 14px)

------------------------------------------------------------*/
/*  Root em ------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 32px;
  /*x*/
  line-height: 1.2em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 1199px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 30px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 26px;
    font-size: 24px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
  clear: both;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}
#content_main h1 {
  font-size: 1.5625em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h1 {
    font-size: 1.40625em;
  }
}
#content_main h2,
#content_main h3,
#content_main ul.leistungen,
#content_main h4 {
  font-size: 1.125em;
}
#footer {
  font-size: 0.75em;
}
#sitemap {
  font-size: 1.25em;
}
#sitemap #mm-1,
#sitemap #mm-0 {
  font-size: 0.9em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap {
    font-size: 1.125em;
  }
  #sitemap #mm-1,
  #sitemap #mm-0 {
    font-size: 0.81em;
  }
}
#contact {
  font-size: 1.25em;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 97px;
  margin-right: 97px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .grid-margin {
    margin-left: 77.6px;
    margin-right: 77.6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .grid-margin {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* Grid ---------------------------------------------------*/
#row_1 {
  width: 100%;
  overflow: hidden;
}
#row_1 #center_1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
  padding-top: 19px;
}
#row_1 #center_1:before {
  content: '';
  display: block;
  width: 100vw;
  height: 19px;
  background-color: #219a34;
  position: absolute;
  left: 97px;
  top: 0;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_1 #center_1:before {
    left: 77.6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1:before {
    left: 20px;
  }
}
#row_1 #center_1:after {
  content: '';
  display: block;
  width: 100vw;
  height: 2px;
  background-color: #000000;
  position: absolute;
  right: 97px;
  bottom: 0px;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -moz-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  -o-transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_1 #center_1:after {
    right: 77.6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1:after {
    right: 20px;
  }
}
#row_1 #center_1 #header_a {
  margin-left: 97px;
  margin-right: 97px;
  position: relative;
  padding: 49px 0 40px 0;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_1 #center_1 #header_a {
    margin-left: 77.6px;
    margin-right: 77.6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#row_1 #center_1 #header_a #nav_main {
  position: absolute;
  bottom: 73px;
  right: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a #nav_main {
    bottom: 65px;
  }
}
#row_3 {
  width: 100%;
  overflow: hidden;
}
#row_3 #center_3 #header_c {
  position: relative;
}
#row_3 #center_3 #header_c #header_img_container {
  position: relative;
  z-index: 1;
}
#row_3 #center_3 #header_c #header_img_container #header_img {
  width: 100%;
  height: 516px;
  position: relative;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_3 #center_3 #header_c #header_img_container #header_img {
    height: 412.8px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #header_img {
    height: 309.6px;
  }
}
#row_3 #center_3 #header_c #contact_container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  height: 100%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: visible;
}
#row_3 #center_3 #header_c #contact_container #contact {
  margin-left: 97px;
  margin-right: 97px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_3 #center_3 #header_c #contact_container #contact {
    margin-left: 77.6px;
    margin-right: 77.6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #contact_container #contact {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#row_3 #center_3 #header_c #contact_container:after {
  content: '';
  display: block;
  width: 100vw;
  height: 19px;
  background-color: #219a34;
  position: absolute;
  right: 97px;
  bottom: 0px;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  transition-delay: 0.8s;
  -moz-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  -o-transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_3 #center_3 #header_c #contact_container:after {
    right: 77.6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #contact_container:after {
    right: 20px;
  }
}
#row_4 {
  width: 100%;
}
#row_4 #center_4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_4 #center_4 #mmain {
  margin-left: 97px;
  margin-right: 97px;
  padding: 33px 0 33px 0;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_4 #center_4 #mmain {
    margin-left: 77.6px;
    margin-right: 77.6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 #mmain {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#row_5 {
  width: 100%;
  background-color: #dae0e3;
}
#row_5 #center_5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_5 #center_5 #foot {
  margin-left: 97px;
  margin-right: 97px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_5 #center_5 #foot {
    margin-left: 77.6px;
    margin-right: 77.6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_5 #center_5 #foot {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#row_5 #center_5 #foot #footer {
  position: relative;
  min-height: 138px;
  padding: 65px 0 35px 143px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_5 #center_5 #foot #footer {
    padding: 50px 0 35px 103.6px;
  }
}
#row_5 #center_5 #foot #footer:before {
  content: '';
  display: block;
  width: 98px;
  height: 138px;
  background-image: url("../_IMAGES/basic/wappen-grau.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 30px;
  left: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_5 #center_5 #foot #footer:before {
    width: 68.6px;
    height: 96.6px;
  }
}
@keyframes fade {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
#sitemap.mm-menu {
  --mm-color-background: #219a34;
  --mm-color-text: #ffffff;
  --mm-color-border: transparent;
  --mm-color-text-dimmed: transparent;
  --mm-color-background-highlight: transparent;
  --mm-color-background-emphasis: transparent;
  --mm-listitem-size: 60px;
  --mm-sidebar-expanded-size: 600px;
  padding-top: 83px;
  text-transform: uppercase;
  font-weight: 300;
}
#sitemap.mm-menu #mm-1,
#sitemap.mm-menu #mm-0 {
  --mm-listitem-size: 45px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap.mm-menu {
    padding-top: 66.4px;
    --mm-listitem-size: 48px;
  }
  #sitemap.mm-menu #mm-1,
  #sitemap.mm-menu #mm-0 {
    --mm-listitem-size: 36px;
  }
}
#sitemap.mm-menu_offcanvas {
  max-width: 600px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap.mm-menu_offcanvas {
    /*width: 90%;
          max-width: 90%;*/
  }
}
#sitemap .mm-panels {
  background: #219a34;
  border-color: transparent;
  color: #ffffff;
  background-image: url("../_IMAGES/basic/wappen-gruen.svg");
  background-repeat: no-repeat;
  background-position: right 40px bottom 40px;
  background-size: 98px auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap .mm-panels {
    background-image: url("../_IMAGES/basic/wappen-gruen.svg");
    background-repeat: no-repeat;
    background-position: right 20px bottom 20px;
    background-size: 78.4px auto;
  }
}
#sitemap .mm-panel {
  --mm-color-background: transparent;
  --mm-color-text: #ffffff;
  --mm-color-button: transparent;
  -webkit-animation: fade 1s 300ms 0 ease;
  -moz-animation: fade 1s 300ms 0 ease;
  -ms-animation: fade 1s 300ms 0 ease;
  -webkit-animation: fade 1s;
  animation: fade 1s;
  /*padding-top: 40px;*/
}
#sitemap .mm-hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition-delay: 0.6;
}
#sitemap .mm-listview {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap .mm-listview {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#sitemap .mm-listitem {
  transition-delay: 1s;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
#sitemap .mm-listitem .mm-listitem__text:hover {
  color: rgba(255, 255, 255, 0.5);
}
#sitemap .mm-listitem.current-menu-item .mm-listitem__text {
  color: rgba(255, 255, 255, 0.5);
}
#sitemap .mm-listitem.current-menu-item ul.sub-menu .mm-listitem__text {
  color: #ffffff;
}
#sitemap #mm-1 .mm-listitem,
#sitemap #mm-0 .mm-listitem {
  padding-left: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap #mm-1 .mm-listitem,
  #sitemap #mm-0 .mm-listitem {
    padding-left: 10px;
  }
}
#sitemap .mm-btn::after,
#sitemap .mm-btn_prev::before {
  --mm-color-button: #ffffff;
  width: 16px;
  height: 16px;
  border-left-width: 3px;
  border-top-width: 3px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap .mm-btn::after,
  #sitemap .mm-btn_prev::before {
    width: 13px;
    height: 13px;
  }
}
#sitemap .mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 4px;
}
#sitemap .mm-listitem__btn {
  border: none;
}
#sitemap .mm-navbar__title span {
  display: none;
}
.netzwerk.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-opacity: 70%;
  -moz-opacity: 70%;
  opacity: 70%;
}
.netzwerk .mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #ffffff;
}
@media all and (min-width: 550px) {
  .netzwerk.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-600px, 0, 0);
    transform: translate3d(-600px, 0, 0);
  }
}
/* ----------------------------------------------------------

    Preload * Effects

------------------------------------------------------------*/
.js body {
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.js body.loaded {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body #row_1 #center_1:before {
  -moz-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  -o-transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  transition-delay: 1.6s;
}
.js body #row_3 #center_3 #header_c #contact_container:after {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  transition-delay: 0.8s;
}
.js body #content_main h1:after {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  transition-delay: 2.4s;
}
.js body #row_1 #center_1 #header_a #nav_main,
.js body #row_3 #center_3 #header_c #contact_container #contact,
.js body #center_4,
.js body #center_5 {
  /*.opacity(0);
       .transition(all 0.8s linear);
       .transition-delay(1.5s);*/
}
.js body.loaded #row_1 #center_1:before {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.js body.loaded #row_3 #center_3 #header_c #contact_container:after {
  -moz-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  -o-transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
.js body.loaded #content_main h1:after {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* ----------------------------------------------------------

    Scrolled

------------------------------------------------------------*/
.logged-in #row_1.is_stuck {
  margin-top: 32px;
  top: 32px;
}
#row_1.is_stuck {
  /*.background-image("canvas.jpg", no-repeat, bottom center, auto auto); */
  /*background-color: fade(@white, 96%);*/
  background-color: rgba(255, 255, 255, 0.96);
  background-color: #ffffff;
}
#row_1.is_stuck #center_1:before {
  -moz-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  -o-transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}
#row_1.is_stuck #center_1:after {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.fl-builder.netzwerk #row_4 #center_4 #mmain {
  padding: 13px 0 13px 0;
  margin-left: 77px;
  margin-right: 77px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .fl-builder.netzwerk #row_4 #center_4 #mmain {
    margin-left: 57.6px;
    margin-right: 57.6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder.netzwerk #row_4 #center_4 #mmain {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.fl-builder.netzwerk .fl-builder-content .fl-rich-text strong {
  font-weight: 400;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info {
  width: 228px;
  max-width: 100%;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
@media (min-width: 0px) and (max-width: 767px) {
  #head_info {
    width: 182.4px;
  }
}
#head_info h2 {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
}
#head_info h2 a {
  background-image: url("../_IMAGES/basic/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  height: 0;
  padding-top: calc(44.73684211%);
  display: block;
  position: relative;
}
#head_info h2 a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#head_info h2 a span {
  display: none;
}
#head_info h3 {
  display: none;
}
/* ----------------------------------------------------------

    Header Elemente

------------------------------------------------------------*/
#contact p {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  float: right;
  background-color: #219a34;
  min-width: 60px;
  text-align: center;
  padding: 20px 0 10px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #contact p {
    min-width: 50px;
    padding: 16px 0 8px 0;
  }
}
#contact p a {
  display: block;
  color: #ffffff;
  margin-bottom: 10px;
}
#contact p a:hover {
  color: rgba(255, 255, 255, 0.5);
}
/* ----------------------------------------------------------

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main #nav_burger .mburger_container {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  /*text-align: right;*/
  /*padding-top: 10px; */
}
#nav_main #nav_burger .mburger_container .mburger {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 0;
  background-clip: padding-box;
  color: #000000;
  background-color: transparent;
  border: none;
  --mb-button-size: 60px;
  --mb-bar-width: 1;
  --mb-bar-height: 3px;
  --mb-bar-spacing: 20px;
  --mb-animate-timeout: 0.4s;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #nav_main #nav_burger .mburger_container .mburger {
    /*width: 56px;
                height: 56px;
                --mb-button-size: 56px;
                --mb-bar-spacing: 16px;
                --mb-bar-height: 3px;*/
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main #nav_burger .mburger_container .mburger {
    width: 50px;
    height: 50px;
    --mb-button-size: 50px;
    --mb-bar-spacing: 15px;
    --mb-bar-height: 3px;
  }
}
#nav_main #nav_burger .mburger_container .mburger b {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 0px;
  background-clip: padding-box;
}
#nav_main #npos {
  position: absolute;
  right: 0px;
  bottom: -35px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main #npos {
    right: 18px;
    bottom: -10px;
  }
}
/* ----------------------------------------------------------

    Content Main Elemente     

------------------------------------------------------------*/
#content_main h1 {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 0.9em;
  position: relative;
  overflow: hidden;
}
#content_main h1 em {
  display: block;
  font-style: normal;
}
#content_main h1:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  right: 0px;
  bottom: 0px;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#content_main h2 {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  text-transform: uppercase;
  font-weight: 400;
  color: #219a34;
  margin-bottom: 1.1em;
}
#content_main h3 {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  font-weight: 400;
  color: #219a34;
  margin-bottom: 1.1em;
}
#content_main h4 {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  font-weight: 400;
  text-transform: uppercase;
  color: #219a34;
  margin-bottom: 0em;
}
#content_main p {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  margin-bottom: 1.2em;
}
#content_main ul {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  margin-bottom: 1.2em;
}
#content_main ul li {
  position: relative;
  padding: 1px 0px 1px 35px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main ul li:before {
  font-family: 'Icofont';
  color: #219a34;
  font-size: inherit;
  position: absolute;
  top: 2px;
  left: 0;
  content: '\eab8';
  display: inline-block;
}
#content_main ul.leistungen {
  text-transform: uppercase;
  padding-left: 19.18489066%;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main ul.leistungen {
    padding-left: 0;
  }
}
#content_main ul.space li {
  margin-bottom: 0.3em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h1,
  #content_main h2,
  #content_main h3,
  #content_main h4,
  #content_main p,
  #content_main ul {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
#content_main .green {
  color: #219a34;
}
#content_main .green a,
#content_main a .green {
  color: #219a34;
}
#content_main .green a:hover,
#content_main a .green:hover {
  color: #000000;
}
#content_main span.pdf a:before,
#content_main a span.pdf:before {
  font-family: 'Icofont';
  font-size: inherit;
  /*position: absolute;
        top: 2px;
        left: 0;*/
  content: "\eb1e";
  display: inline-block;
  margin-right: 8px;
  color: #219a34;
}
#content_main span.maps a:before,
#content_main a span.maps:before {
  font-family: 'Icofont';
  color: #219a34;
  font-size: inherit;
  /*position: absolute;
        top: 2px;
        left: 0;*/
  content: "\ef2f";
  display: inline-block;
  margin-right: 8px;
}
#content_main .fl-photo-content {
  position: relative;
}
#content_main .fl-photo-content img {
  position: relative;
  z-index: 1;
}
#content_main .fl-photo-content:after {
  content: '';
  display: block;
  height: 19px;
  width: 83%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #219a34;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer p {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  color: #000000;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
#footer p a {
  color: #000000;
}
#footer p a:hover {
  color: #219a34;
}
#footer .fc1 {
  float: left;
  margin-right: 70px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #footer .fc1 {
    float: none;
    margin-right: 0px;
  }
}
#footer .fc2 {
  float: left;
  margin-right: 70px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #footer .fc2 {
    float: none;
    margin-right: 0px;
  }
}
#footer .fc3 {
  float: right;
}
#footer .fc3 a {
  display: block;
}
#footer .fc3 a:before {
  content: '\eab8';
  font-family: "Icofont";
  color: #219a34;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #footer .fc3 {
    float: none;
    margin-right: 0px;
  }
}
