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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
#wrapper_content:before,
#wrapper_content: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 {
  content: " ";
  display: table;
}
.clearfix:after,
#wrapper_content:after,
#row_1 #center_1:after,
#row_3 #center_3:after,
#row_4 #center_4:after,
#row_5 #center_5: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: #4a4a49;
  background-color: #ffffff;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #4a4a49;
  text-decoration: none;
  -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;
  outline: none;
}
a:hover {
  color: #55baa8;
  text-decoration: none;
  outline: none;
}
a:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  text-decoration: none;
  outline: none;
}
a:visited,
a:active,
a:focus {
  color: #4a4a49;
  text-decoration: none;
  border-style: none;
  border-width: 0;
  outline-style: none;
  outline-width: 0;
  outline: none;
}
a:visited:hover,
a:active:hover,
a:focus:hover {
  color: #55baa8;
  text-decoration: none;
  outline: none;
}
button:focus {
  outline: none;
}
strong,
.netzwerk .fl-rich-text strong {
  font-weight: 500;
}
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: Ubuntu, Arial, Helvetica, Verdana, sans-serif;
}
#id {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
}
/* ----------------------------------------------------------

    Schriftgrößen  (Bootstrap Basis 14px)

------------------------------------------------------------*/
/*  Root em ------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 23.8px;
  /*x*/
  line-height: 1.35em;
  /*x*/
  /*@media @desktop-m  {
           font-size: unit(24, px);
        }
        @media @small-devices  {
           font-size: unit(24, px);
        }*/
}
@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: 400;
  font-style: normal;
  clear: both;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}
#content_main h1 {
  font-size: 1.42857143em;
  /*@media @small-devices  {
       font-size: unit(40*0.9 / @rem, em);
    }
    @media @small-devices  {
       font-size: unit(40*0.8 / @rem, em);
    }*/
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h1 {
    font-size: 1.21428571em;
  }
}
#footer {
  font-size: 0.79831933em;
}
#nav_main {
  font-size: 0.75630252em;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  /*width:100%;*/
}
.grid-container {
  /*width:100%;
    max-width: unit(1200,px);
    margin-left: auto;
    margin-right: auto;*/
}
.grid-margin {
  /*margin-left: unit(20,px);
    margin-right: unit(20,px);*/
}
/* Grid ---------------------------------------------------*/
#wrapper_content {
  width: 100%;
  position: relative;
}
#wrapper_content #wrapper_left {
  width: 15.5%;
  float: left;
  /*position: fixed;*/
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #ffffff;
  /*padding: 0  unit(26/2400*100,%);*/
  padding: 0  26px;
  -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: 1300px) and (max-width: 1920px) {
  #wrapper_content #wrapper_left {
    padding: 0  26px;
  }
}
@media (min-width: 0px) and (max-width: 1299px) {
  #wrapper_content #wrapper_left {
    width: 100%;
    /*position: static;*/
    padding: 0 15px;
    float: none;
  }
}
#wrapper_content #wrapper_right {
  width: 84%;
  float: right;
  min-height: 100vh;
  background-color: #e6f5f2;
  position: relative;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 1299px) {
  #wrapper_content #wrapper_right {
    width: 100%;
    float: none;
  }
}
#row_1 {
  /*width:100%;*/
  padding: 42px 0;
  -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: 1299px) {
  #row_1 {
    padding: 21px 0;
  }
}
#row_1 #center_1 {
  /*width:100%;
    max-width: unit(1200,px);
    margin-left: auto;
    margin-right: auto;*/
}
#row_1 #center_1 #header_a {
  /*margin-left: unit(20,px);
    margin-right: unit(20,px);*/
}
#row_1 #center_1 #header_a #head_info {
  padding: 0 0 77px 0;
}
@media (min-width: 0px) and (max-width: 1299px) {
  #row_1 #center_1 #header_a #head_info {
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    -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: 1299px) {
  #row_1 #center_1 #header_a #nav_main {
    position: absolute;
    top: 100%;
    right: 0px;
  }
}
#row_3 {
  /*width:100%;*/
  background-color: #ffffff;
}
#row_3 #center_3 {
  /*width:100%;
    max-width: unit(1200,px);
    margin-left: auto;
    margin-right: auto;*/
}
#row_3 #center_3 #header_c {
  /*margin-left: unit(20,px);
    margin-right: unit(20,px);*/
}
#row_3 #center_3 #header_c #header_img_container #header_img {
  width: 100%;
  height: 0;
  padding-top: calc(36.49425287%);
  display: block;
}
#row_3 #center_3 #header_c #header_img_container #header_line {
  width: 100%;
  /*height: 95px;*/
  display: block;
  background-color: #55baa8;
  padding: 15px 35px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_3 #center_3 #header_c #header_img_container #header_line {
    padding: 15px;
  }
}
#row_3 #center_3 #header_c #header_img_container #header_line:before {
  height: 68px;
  width: 68px;
  /*width: unit(68/2088*100,%);
                      height: 0;
                      padding-top: unit(68/2088*100,%);*/
  display: block;
  content: '';
  background-image: url("../_IMAGES/basic/logo_invertiert.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media (min-width: 1300px) and (max-width: 1920px) {
  #row_3 #center_3 #header_c #header_img_container #header_line:before {
    height: 54.4px;
    width: 54.4px;
  }
}
@media (min-width: 0px) and (max-width: 1299px) {
  #row_3 #center_3 #header_c #header_img_container #header_line:before {
    height: 54.4px;
    width: 54.4px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #header_line:before {
    /*height: unit(68*0.6,px);
                         width: unit(68*0.6,px);*/
    height: 5px;
    width: 100%;
    background-image: none;
  }
}
#row_4 {
  /*width:100%;*/
  background-color: #ededed;
  border-bottom: 10px #ffffff solid;
  width: 100%;
}
#row_4 #center_4 {
  /*width:100%;
    max-width: unit(1200,px);
    margin-left: auto;
    margin-right: auto;*/
  width: 51.53256705%;
  width: 60%;
  /*width: unit(36+1046+36,px);*/
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_4 #center_4 {
    width: 100%;
  }
}
#row_4 #center_4 #mmain {
  /*margin-left: unit(20,px);
    margin-right: unit(20,px);*/
  margin: 0 15px;
  padding: 24px 0 48px 0;
}
#row_4 #center_4 #mmain #content_main {
  /*tmp*/
  /*@media @desktop-m {
                background-color: fade(green, 80%);
            }*/
  /*@media @laptop {
                background-color: fade(yellow, 80%);
            }*/
  /*@media @tablet {
                background-color: fade(grey, 80%);
            }*/
  /*@media @small-devices {
                background-color: fade(yellow, 80%);
            }*/
  /*@media @mobil {
                background-color: fade(silver, 80%);
            }*/
  /*@media @mobil-xs {
                background-color: fade(purple, 80%);
            }*/
}
#row_5 {
  /*width:100%;*/
  background-color: #e6f5f2;
  width: 100%;
}
#row_5 #center_5 {
  /*width:100%;
    max-width: unit(1200,px);
    margin-left: auto;
    margin-right: auto;*/
  width: 51.53256705%;
  width: 60%;
  /*width: unit(36+1046+36,px);*/
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_5 #center_5 {
    width: 100%;
  }
}
#row_5 #center_5 #foot {
  /*margin-left: unit(20,px);
    margin-right: unit(20,px);*/
  margin: 0 15px;
  padding: 15px 0 60px 0;
}
/* ----------------------------------------------------------

    Mobile Nav

------------------------------------------------------------*/
.netzwerk .mm-menu .mm-listview .mm-btn_next:after,
.netzwerk .mm-menu .mm-listview .mm-btn_next:after {
  border-color: #ffffff;
}
.netzwerk .mm-panels > .mm-panel > .mm-listview:first-child,
.netzwerk .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 20px;
  margin-bottom: 20px;
}
.netzwerk .mm-navbar > * {
  padding: 20px 0;
}
.netzwerk .mm-navbar__btn:before {
  bottom: -23px;
}
.netzwerk .mm-menu .mm-btn::after,
.netzwerk .mm-menu .mm-btn::before {
  border-color: #ffffff;
}
.netzwerk .mm-navbar__title {
  font-weight: 500;
  font-size: 0.92436975em;
}
.netzwerk .mm-panels,
.netzwerk .mm-panel {
  background-image: none;
  background-color: transparent;
}
#sitemap {
  background-color: #55baa8;
  /*.background-image("sitemap.svg", repeat-x, bottom left, auto auto);*/
  /*background-color: @green-light;*/
  /*background-color: fade(@green, 55%) ;*/
  background-image: url("../_IMAGES/basic/logo_invertiert.svg");
  background-repeat: no-repeat;
  background-position: bottom 21px right 32px;
  background-size: auto auto;
  /*.opacity(0.9);*/
  -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;
  /*.box-shadow(0 2px 10px rgba(0,0,0,.3));*/
  -webkit-animation-name: color-changing;
  animation-name: color-changing;
  -webkit-animation-duration: 20s;
  -o-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transition-delay: 3ms;
  /*.mm-close {
        display: none;
    }*/
  /*.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
        background: rgba(255,255,255,.5);
        background: @red-dark;
        background-color: @red-dark;
    }*/
  /*#mm-2 span.nav_act, #mm-2 a.nav_act {
        background-color: @blue;
    }*/
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap {
    background-image: url("../_IMAGES/basic/logo_invertiert.svg");
    background-repeat: no-repeat;
    background-position: bottom 21px right 32px;
    background-size: 50px auto;
  }
}
#sitemap * {
  border: 0px transparent none;
  color: #ffffff;
  /*font-weight: 300;*/
}
#sitemap *:before {
  color: #ffffff;
}
#sitemap *:after {
  color: #ffffff;
}
#sitemap .mm-next:after,
#sitemap .mm-sronly:after,
#sitemap .mm-prev:before {
  color: #ffffff;
  border-color: #ffffff;
}
#sitemap .mm-listview {
  font-size: 0.92436975em;
  color: #ffffff;
  font-weight: 500;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap .mm-listview {
    /*font-size: unit(22 / @rem, em);*/
  }
}
#sitemap #mm-1 .mm-listview {
  font-style: italic;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap a.mm-title {
    /*font-size: unit(16 / @rem, em);*/
    font-weight: 500;
  }
}
#sitemap .mm-close {
  font-size: 16px;
}
#sitemap .mm-close i {
  margin-right: 23px;
  margin-top: 5px;
}
#sitemap .mm-close:after,
#sitemap .mm-close:before {
  content: none;
}
#sitemap .mm-panel {
  padding-top: 20px;
}
#sitemap #mm-1 a,
#sitemap #mm-1 span.nav_act,
#sitemap a.mm-title {
  /*font-weight: 300;*/
  /*text-transform: uppercase;*/
}
#sitemap span.nav_act,
#sitemap a.nav_act,
#sitemap a:hover,
#sitemap .current-menu-item a,
#sitemap .current_page_item a {
  /*font-weight: 500;*/
  /*color: fade(#ffffff, 40%);*/
  color: rgba(255, 255, 255, 0.6);
}
/* ----------------------------------------------------------

    Preload

------------------------------------------------------------*/
.js #header_img_container {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.js #header_img_container.loaded {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ----------------------------------------------------------

    Stuck

------------------------------------------------------------*/
@media (min-width: 0px) and (max-width: 1299px) {
  .iis_stuck #row_1 {
    padding: 15px 0;
  }
}
@media (min-width: 0px) and (max-width: 1299px) {
  #wrapper_content #wrapper_left.iis_stuck {
    /*background-color: fade(@white, 90%);*/
  }
}
.iis_stuck #row_1 #center_1 #header_a #head_info {
  /*padding: 0 0 38px 0;*/
}
@media (min-width: 0px) and (max-width: 1299px) {
  .iis_stuck #row_1 #center_1 #header_a #head_info {
    width: 220px;
  }
}
.iis_stuck #head_info h2 {
  /*.opacity(0);
        .animation-name(fade);
        .animation-delay(2s);
        .animation-duration(2s);
        .animation-timing-function(linear);*/
}
.iis_stuck #head_info h2 a {
  /*.background-image("logo_icon.svg", no-repeat, center center, 100% auto);
            width: 40%;
            height: 0;
            padding-top: calc(139 / 129 * 40%);
            display: block;
            margin-left: auto;
            margin-right: auto;*/
  /*.animation-name(fade);*/
  /*.animation-name(fade);
    	    .animation-timing-function(linear);
            .animation-delay(0s);
	        .animation-duration(1s);*/
}
/*@keyframes fade{
	100% {
        .opacity(1);
    }
}*/
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.fl-builder #row_4 {
  /*.grid-row;
        background-color: @grey-light;
        border-bottom: 10px @white solid;
        width: 100%;*/
}
.fl-builder #row_4 #center_4 {
  /*.grid-container;
            &:extend(.clearfix all);*/
  /*width: unit((1046+30)/2088*100,%); */
  /*width: unit(36+1046+36,px);*/
  /*max-width: 100%;
            margin-left: auto;
            margin-right: auto;*/
}
@media (min-width: 0px) and (max-width: 979px) {
  .fl-builder #row_4 #center_4 {
    /* width: 100%; */
  }
}
.fl-builder #row_4 #center_4 #mmain {
  /*.grid-margin;*/
  /*margin: 0 15px;
              padding: 24px 0 48px 0;*/
  margin: 0 0;
  padding: 9px 0 33px 0;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info h2 a {
  background-image: url("../_IMAGES/basic/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding-top: calc(63.84615385%);
  display: block;
}
@media (min-width: 0px) and (max-width: 1299px) {
  #head_info h2 a {
    /* width: 150px;
                height: 150px;
                .background-image("logo.svg", no-repeat, center center, 100% auto);*/
    padding-top: calc(24.0625%);
    background-image: url("../_IMAGES/basic/logo_vertical.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

------------------------------------------------------------*/
#row_3 #center_3 #header_c #header_img_container #header_line {
  -webkit-animation-name: color-changing;
  animation-name: color-changing;
  -webkit-animation-duration: 20s;
  -o-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transition-delay: 3ms;
}
@keyframes color-changing {
  0% {
    /* Eigenschaften zum Beginn der Animation */
    background-color: #55baa8;
  }
  33% {
    background-color: #67c1b1;
  }
  66% {
    /* Eigenschaften zum Ende der Animation */
    background-color: #47af9c;
  }
  100% {
    /* Eigenschaften zum Beginn der Animation */
    background-color: #55baa8;
  }
}
/* ----------------------------------------------------------

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main p,
#nav_main hr {
  display: none;
}
#nav_main h3 {
  display: none;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  padding: 3px 13px 3px 20px;
  background-color: #55baa8;
}
#nav_main h3 a {
  color: #ffffff;
  font-size: 20px;
}
@media (min-width: 0px) and (max-width: 1299px) {
  #nav_main h3 {
    display: block;
  }
}
#nav_main ul {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  line-height: 1em;
}
#nav_main ul li {
  border-bottom: 1px #55baa8 solid;
  text-align: center;
  padding: 15px 0;
  font-weight: 500;
}
#nav_main ul li:last-child {
  border-bottom: 0 transparent none;
}
#nav_main ul li a {
  color: #4a4a49;
}
#nav_main ul li.current_page_item a {
  color: #55baa8;
}
#nav_main ul li.current_page_item ul li a {
  color: #4a4a49;
}
@media (min-width: 0px) and (max-width: 1299px) {
  #nav_main ul {
    display: none;
  }
}
#nav_main ul li ul {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  /* display: none;*/
  padding-top: 7px;
}
#nav_main ul li ul li {
  border-bottom: 0 transparent none;
  padding: 6px 0;
  font-weight: 500;
  font-style: italic;
}
#nav_main ul li ul li a {
  color: #4a4a49;
}
#nav_main ul li ul li.current_page_item a {
  color: #55baa8;
}
#nav_main ul.sub-menu {
  display: none;
}
#nav_main .current-menu-item ul.sub-menu,
#nav_main .current_page_item ul.sub-menu {
  display: block;
}
#nav_main .current-page-ancestor ul.sub-menu,
#nav_main .current-menu-ancestor ul.sub-menu,
#nav_main .current-menu-parent ul.sub-menu {
  display: block;
}
/* ----------------------------------------------------------

    Content Main Elemente     

------------------------------------------------------------*/
#content_main {
  /* a.fl-accordion-button-icon,
    {
       &:visited, &:active, &:focus{
         border: none !important;
         outline: none !important;
       }
    }*/
}
#content_main h1 {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  color: #55baa8;
  line-height: 1.4em;
  margin-bottom: 0.9em;
}
#content_main h1 em {
  display: block;
  font-style: normal;
}
@media (min-width: 0px) and (max-width: 1299px) {
  #content_main h1 em {
    display: inline;
  }
  #content_main h1 em:before {
    content: "\2013\00a0";
  }
}
#content_main h2 {
  font-weight: normal;
  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: 500;
  color: #55baa8;
  margin-bottom: 1.5em;
}
#content_main h3 {
  font-weight: normal;
  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: 500;
  color: #55baa8;
  margin-bottom: 0.35em;
}
#content_main p {
  font-weight: normal;
  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.5em;
}
#content_main ul {
  font-weight: normal;
  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.5em;
  /*        &.line li {
            padding-left:23px;
            &:before {
                content:"\00af";
                top: 0.5em;
            }

        }*/
}
#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: #55baa8;
  font-size: inherit;
  position: absolute;
  top: 2px;
  left: 0;
  content: "\2022";
  display: inline-block;
}
#content_main ul.arrow li {
  padding: 1px 0px 1px 35px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main ul.arrow li {
    padding: 1px 0px 1px 30px;
  }
}
#content_main ul.arrow li:before {
  font-family: FontAwesome;
  content: '\f0a9';
  font-weight: normal;
  top: 0px;
}
#content_main p a,
#content_main ul a {
  position: relative;
  display: inline-block;
}
#content_main p a:before,
#content_main ul a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 2px #4a4a49 dotted;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#content_main p a:hover:before,
#content_main ul a:hover:before {
  border-bottom: 2px #55baa8 dotted;
}
@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 input,
#content_main textarea {
  /*border: 1px lighten(#000000, 94%) solid;*/
  background-color: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 5px;
  border: 1px #55baa8 solid;
  color: #4a4a49;
}
#content_main input:focus,
#content_main textarea:focus {
  border: 2px #55baa8 solid;
}
#content_main .fl-contact-error {
  color: #ba5567;
  font-weight: 500;
}
#content_main .fl-accordion-button-icon-left,
#content_main .fl-accordion-button-icon-right {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#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.5em;
}
#content_main .mint {
  color: #55baa8;
}
#content_main .mint a {
  color: #55baa8;
}
#content_main .mint a:before {
  content: none;
}
#content_main .mint a:hover {
  color: #4a4a49;
}
#content_main .grey {
  color: #4a4a49;
}
#content_main .map {
  position: relative;
  padding: 1px 0px 1px 25px;
  display: inline-block;
}
#content_main .map:before {
  font-family: FontAwesome;
  color: #55baa8;
  font-size: inherit;
  font-weight: normal;
  position: absolute;
  top: 0px;
  left: 0;
  content: "\f041";
  display: inline-block;
}
#content_main .mobil {
  position: relative;
  padding: 1px 0px 1px 25px;
  display: inline-block;
}
#content_main .mobil:before {
  font-family: FontAwesome;
  color: #55baa8;
  font-size: inherit;
  font-weight: normal;
  position: absolute;
  top: 0px;
  left: 0;
  content: "\f10b";
  display: inline-block;
}
#content_main .phone {
  position: relative;
  padding: 1px 0px 1px 25px;
  display: inline-block;
}
#content_main .phone:before {
  font-family: 'IcoFont';
  color: #55baa8;
  font-size: inherit;
  font-weight: normal;
  position: absolute;
  top: 0px;
  left: -1px;
  content: "\ec54";
  display: inline-block;
}
#content_main .letter {
  position: relative;
  padding: 1px 0px 1px 25px;
  display: inline-block;
}
#content_main .letter:before {
  font-family: FontAwesome;
  color: #55baa8;
  font-size: 0.7em;
  font-weight: normal;
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "\f0e0";
  display: inline-block;
}
#content_main .letter a:before {
  content: none;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer p {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
}
#footer p a:after {
  content: "\00a0|";
}
#footer p a:last-child:after {
  content: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer p {
    line-height: 1.4;
  }
}
