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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#row_1 #center_1,
#row_3 #center_3,
#row_4 #center_4,
#row_5 #center_5,
#row_5 #center_5 #foot #footer,
.fl-builder.netzwerk #row_4 #center_4 {
  *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_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,
.fl-builder.netzwerk #row_4 #center_4:before,
.fl-builder.netzwerk #row_4 #center_4:after {
  content: " ";
  display: table;
}
.clearfix:after,
#row_1 #center_1:after,
#row_3 #center_3:after,
#row_4 #center_4:after,
#row_5 #center_5:after,
#row_5 #center_5 #foot #footer:after,
.fl-builder.netzwerk #row_4 #center_4: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: #3c3c3b;
  background-color: #ffffff;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #009d82;
  text-decoration: none;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
a:hover {
  color: rgba(0, 157, 130, 0.5);
  text-decoration: none;
}
a:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -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;
  text-decoration: none;
}
a:visited,
a:active,
a:focus {
  color: #009d82;
  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: rgba(0, 157, 130, 0.5);
  text-decoration: none;
}
strong {
  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: '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: 1344px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 26px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 22px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  clear: both;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}
#content_main h1 {
  font-size: 1.625em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h1 {
    font-size: 1.3em;
  }
}
#content_main h2 {
  font-size: 1.125em;
}
#content_main h3 {
  font-size: 1.125em;
}
#content_main p.big {
  font-size: 1.125em;
}
#content_main a.fl-accordion-button-label {
  font-size: 1.125em;
}
#footer {
  font-size: 0.75em;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 36px;
  margin-right: 36px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .grid-margin {
    margin-left: 25px;
    margin-right: 25px;
  }
}
/* Grid ---------------------------------------------------*/
#row_1 {
  width: 100%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
#row_1:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #009d82;
  position: absolute;
  bottom: 0px;
  left: -100%;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
#row_1 #center_1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#row_1 #center_1 #header_a {
  position: relative;
  margin-left: 36px;
  margin-right: 36px;
  margin-top: 55px;
  margin-bottom: 50px;
  /*.transition(all 0.8s linear);*/
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a {
    margin-top: 44px;
    margin-bottom: 40px;
  }
}
#row_1 #center_1 #header_a #nav_main {
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media (min-width: 0px) and (max-width: 1344px) {
  #row_1 #center_1 #header_a #nav_main {
    bottom: -8px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a #nav_main {
    bottom: 50px;
    right: -13px;
    /*top: 0;*/
  }
}
#row_3 {
  width: 100%;
}
#row_3 #center_3 #header_c {
  margin: 0 72px;
}
@media (min-width: 0px) and (max-width: 1344px) {
  #row_3 #center_3 #header_c {
    margin-left: 36px;
    margin-right: 36px;
  }
}
@media (min-width: 0px) and (max-width: 1344px) and (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c {
    margin-left: 25px;
    margin-right: 25px;
  }
}
#row_3 #center_3 #header_c #header_img_container {
  position: relative;
}
#row_3 #center_3 #header_c #header_img_container #header_img {
  width: 100%;
  height: 648px;
  position: relative;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 1344px) {
  #row_3 #center_3 #header_c #header_img_container #header_img {
    height: 60vh;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #header_img {
    height: 40vh;
  }
}
#row_3 #center_3 #header_c #header_img_container a {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 73px;
  font-size: 95px;
  color: #ffffff;
  height: 96px;
  width: 96px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -48px;
}
#row_3 #center_3 #header_c #header_img_container a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container a {
    bottom: 25px;
    font-size: 76px;
    height: 76.8px;
    width: 76.8px;
    margin-left: -38.4px;
  }
}
.home #row_3 #center_3 #header_c #header_img_container #header_img {
  height: 100vh;
}
#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: 36px;
  margin-right: 36px;
  margin-top: 60px;
  padding-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 #mmain {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 #mmain {
    margin-top: 48px;
    padding-bottom: 40px;
  }
}
#row_5 {
  width: 100%;
  background-color: #009d82;
  position: relative;
  overflow: hidden;
}
#row_5:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 200px;
  background-image: url("../_IMAGES/basic/footer.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  z-index: 1;
}
#row_5 #center_5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}
#row_5 #center_5 #foot {
  margin-left: 36px;
  margin-right: 36px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_5 #center_5 #foot {
    margin-left: 25px;
    margin-right: 25px;
  }
}
#row_5 #center_5 #foot #footer {
  padding: 30px 0 20px 0;
  min-height: 200px;
}
#sitemap.mm-menu {
  --mm-color-background: #009d82;
  --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: 40px;
}
@media (min-width: 0px) and (max-width: 1344px) {
  #sitemap.mm-menu {
    --mm-listitem-size: 32px;
  }
}
#sitemap.mm-menu_offcanvas {
  max-width: 400px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap.mm-menu_offcanvas {
    width: 90%;
    max-width: 90%;
  }
}
#sitemap .mm-navbar {
  --mm-navbar-size: 40px;
}
@media (min-width: 0px) and (max-width: 1344px) {
  #sitemap .mm-navbar {
    --mm-navbar-size: 10px;
  }
}
#sitemap.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#sitemap.mm-menu_tip-bottom:before,
#sitemap.mm-menu_tip-left:before,
#sitemap.mm-menu_tip-right:before,
#sitemap.mm-menu_tip-top:before {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
}
@media (min-width: 0px) and (max-width: 1344px) {
  #sitemap.mm-menu_tip-bottom:before,
  #sitemap.mm-menu_tip-left:before,
  #sitemap.mm-menu_tip-right:before,
  #sitemap.mm-menu_tip-top:before {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap.mm-menu_tip-bottom:before,
  #sitemap.mm-menu_tip-left:before,
  #sitemap.mm-menu_tip-right:before,
  #sitemap.mm-menu_tip-top:before {
    width: 30px;
    height: 30px;
  }
}
#sitemap.mm-menu_tip-right::before {
  right: 14px;
  top: -20px;
}
@media (min-width: 0px) and (max-width: 1344px) {
  #sitemap.mm-menu_tip-right::before {
    right: 12px;
    top: -15px;
  }
}
@media (min-width: 0px) and (max-width: 1344px) {
  #sitemap.mm-menu_tip-right::before {
    right: 7px;
    top: -10px;
  }
}
#sitemap .mm-panels {
  background: #009d82;
  border-color: transparent;
  color: #ffffff;
}
#sitemap .mm-panel {
  --mm-color-background: #009d82;
  --mm-color-text: #ffffff;
  --mm-color-button: transparent;
  /*padding-top: 40px;*/
  padding-top: 35px;
}
#sitemap .mm-listitem .mm-listitem__text:hover {
  color: rgba(255, 255, 255, 0.6);
}
#sitemap .mm-listitem.current-menu-item .mm-listitem__text {
  color: #ffffff;
  font-weight: 400;
}
#sitemap .mm-btn::after,
#sitemap .mm-btn_prev::before {
  --mm-color-button: #ffffff;
  width: 16px;
  height: 16px;
}
@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: 2px;
}
#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: 60%;
  -moz-opacity: 60%;
  opacity: 60%;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.netzwerk .mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #ffffff;
}
/* ----------------------------------------------------------

    Preload * Effects

------------------------------------------------------------*/
.js body {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s 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 #header_a #head_info h2 a span.lright {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  transition-delay: 1s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.js body #row_1 #center_1 #header_a #nav_main {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition-delay: 1s;
}
.js body #row_3 {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition-delay: 1s;
}
.js body #row_4 {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition-delay: 1s;
}
.js body #row_5 {
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  transition-delay: 1s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.js body.loaded #row_1 #center_1 #header_a #head_info h2 a span.lright {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body.loaded #row_1 #center_1 #header_a #nav_main {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body.loaded #row_3 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body.loaded #row_4 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body.loaded #row_5 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ----------------------------------------------------------

    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);
}
#row_1.is_stuck:before {
  left: 0;
}
#row_1.is_stuck #head_info {
  /*width: 448*0.8px;
        @media @sd {
           width: 448*0.8*0.8px;
        }
        @media @sd-headline {
           width: 448*0.8*0.8*0.8px;
        }*/
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.fl-builder.netzwerk #row_4 {
  width: 100%;
}
.fl-builder.netzwerk #row_4 #center_4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.fl-builder.netzwerk #row_4 #center_4 #mmain {
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 47px;
  padding-bottom: 37px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder.netzwerk #row_4 #center_4 #mmain {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder.netzwerk #row_4 #center_4 #mmain {
    margin-top: 37.6px;
    padding-bottom: 29.6px;
  }
}
.fl-builder.netzwerk .fl-builder-content .fl-rich-text strong {
  font-weight: 400;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info {
  width: 400px;
  max-width: 100%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media (min-width: 0px) and (max-width: 1344px) {
  #head_info {
    width: 320px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #head_info {
    width: 320px;
  }
}
#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 {
  height: 0;
  padding-top: calc(20%);
  display: block;
  position: relative;
  /*&:before*/
  /*&:after*/
}
#head_info h2 a span.lleft {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../_IMAGES/basic/logo-left_animated.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
#head_info h2 a span.lright {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../_IMAGES/basic/logo-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
#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

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

    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: 70px;
  height: 70px;
  -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: #009d82;
  background-color: transparent;
  border: none;
  --mb-button-size: 70px;
  --mb-bar-width: 1;
  --mb-bar-height: 4px;
  --mb-bar-spacing: 20px;
  --mb-animate-timeout: 0.4s;
}
@media (min-width: 0px) and (max-width: 1344px) {
  #nav_main #nav_burger .mburger_container .mburger {
    width: 56px;
    height: 56px;
    --mb-button-size: 56px;
    --mb-bar-spacing: 16px;
    --mb-bar-height: 4px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main #nav_burger .mburger_container .mburger {
    width: 42x;
    height: 42x;
    --mb-button-size: 42px;
    --mb-bar-spacing: 12px;
    --mb-bar-height: 4px;
  }
}
#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 {
  /* a.fl-accordion-button-icon,
    {
       &:visited, &:active, &:focus{
         border: none !important;
         outline: none !important;
       }
    }*/
}
#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;
  color: #009d82;
  font-weight: 400;
  margin-bottom: 0.8em;
}
#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;
  color: #3c3c3b;
  font-weight: 400;
  margin-bottom: 1.2em;
  padding-top: 0.2em;
}
#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;
  color: #009d82;
  /* margin-bottom: 0.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;
  color: #3c3c3b;
  font-weight: 400;
  margin-bottom: 0.1em;
}
#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 p.big {
  line-height: 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 20px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main ul li:before {
  /*font-family: Arial;*/
  color: #3c3c3b;
  font-size: inherit;
  position: absolute;
  top: 2px;
  left: 0;
  content: "\2022";
  display: inline-block;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main p,
  #content_main ul {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
#content_main .green {
  color: #009d82;
}
#content_main span.pdf a:before,
#content_main a span.pdf:before {
  font-family: 'Icofont';
  color: inherit;
  font-size: inherit;
  /*position: absolute;
        top: 2px;
        left: 0;*/
  content: "\eb1e";
  display: inline-block;
  margin-right: 8px;
}
#content_main span.maps a:before,
#content_main a span.maps:before {
  font-family: 'Icofont';
  color: inherit;
  font-size: inherit;
  /*position: absolute;
        top: 2px;
        left: 0;*/
  content: "\ed42";
  display: inline-block;
  margin-right: 8px;
}
#content_main .uebersicht-leistungen {
  margin-bottom: 20px;
}
#content_main .uebersicht-leistungen .fl-photo {
  position: relative;
  top: -13px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .uebersicht-leistungen .fl-photo {
    width: 144px;
    top: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .uebersicht-leistungen {
    margin-bottom: 0px;
  }
}
#content_main .fl-accordion-button-icon-left,
#content_main .fl-accordion-button-icon-right {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #009d82;
}
#content_main a.fl-accordion-button-label {
  color: #3c3c3b;
  font-weight: 400;
}
#content_main .fl-accordion-item-active a.fl-accordion-button-label {
  color: #009d82;
}
#content_main .fl-accordion-button-label:focus,
#content_main .fl-accordion-button-label:active,
#content_main .fl-accordion-button-icon:focus,
#content_main .fl-accordion-button-icon:active {
  border: none !important;
  outline: none !important;
  outline-style: none;
  outline-width: 0;
  outline-color: transparent !important;
}
#content_main .fl-accordion-button-label:focus,
#content_main .fl-accordion-button-label:active,
#content_main .fl-accordion-button-icon:focus,
#content_main .fl-accordion-button-icon:active {
  border: none !important;
  outline: none !important;
  outline-width: 0;
  box-shadow: none;
  border-color: transparent;
  background: none;
  outline-color: transparent !important;
  outline-style: none;
  text-decoration: none;
}
#content_main .accordion-standard .fl-accordion {
  margin-bottom: 1.35em;
  margin-top: 10px;
}
#content_main .accordion-standard .fl-module-content {
  /*margin-bottom: 0; */
}
/* ----------------------------------------------------------

    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: #ffffff;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
#footer p a {
  color: #ffffff;
}
#footer p a:hover {
  color: rgba(255, 255, 255, 0.6);
}
#footer .fc1 {
  float: left;
  margin-right: 73px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer .fc1 {
    float: none;
    margin-right: 0px;
  }
}
#footer .fc2 {
  float: left;
  margin-right: 73px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer .fc2 {
    float: none;
    margin-right: 0px;
  }
}
#footer .fc3 {
  float: right;
}
#footer .fc3 a {
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer .fc3 {
    float: none;
    margin-right: 0px;
  }
}
