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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#row_1 #center_1,
#row_1 #center_1 #header_a,
#row_2 #center_2,
#row_2 #center_2 #header_b,
#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_1 #center_1 #header_a:before,
#row_1 #center_1 #header_a:after,
#row_2 #center_2:before,
#row_2 #center_2:after,
#row_2 #center_2 #header_b:before,
#row_2 #center_2 #header_b: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_1 #center_1 #header_a:after,
#row_2 #center_2:after,
#row_2 #center_2 #header_b: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;
  background-color: #01b3c4;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  color: #575756;
  background-color: #ffffff;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #575756;
  text-decoration: none;
  -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;
}
a:hover {
  color: #01b3c4;
  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: #575756;
  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: #01b3c4;
  text-decoration: none;
}
strong {
  font-weight: 600;
}
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: 'Open Sans', Roboto, Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
}
#id {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
}
/* ----------------------------------------------------------

    Schriftgrößen  (Bootstrap Basis 14px)

------------------------------------------------------------*/
/*  Root em ------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 30px;
  /*x*/
  line-height: 1.2em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 979px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 24px;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  body,
  button,
  input,
  select,
  textarea {
    /*font-size: unit(22, px); */
    font-size: 19px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 600;
  font-style: normal;
  clear: both;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}
#content_main h1 {
  font-size: 1.2em;
}
/*#content_main blockquote p em, #content_main .fl-terms-checkbox label {
    font-size: unit(24 / @rem, em);
}*/
#content_main .fl-terms-checkbox label {
  font-size: 0.8em;
}
#sitemap,
#footer {
  font-size: 0.8em;
}
@media (min-width: 0px) and (max-width: 979px) {
  #sitemap {
    font-size: 1em;
  }
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 50px;
  margin-right: 50px;
}
@media (min-width: 0px) and (max-width: 979px) {
  .grid-margin {
    margin-left: 25px;
    margin-right: 25px;
  }
}
/* Grid ---------------------------------------------------*/
#canvas {
  background-color: #ffffff;
}
#row_1 {
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
}
#row_1 #center_1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_1 #center_1 #header_a {
  margin-left: 50px;
  margin-right: 50px;
  position: relative;
  padding: 31px 0 35px 0;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_1 #center_1 #header_a {
    margin-left: 25px;
    margin-right: 25px;
  }
}
#row_1 #center_1 #header_a #head_info {
  float: right;
}
#row_1 #center_1 #header_a #nav_main {
  position: absolute;
  left: 0;
  /*top: 50%;*/
  top: 60%;
  -moz-transform: translateY(-36%);
  -ms-transform: translateY(-36%);
  -o-transform: translateY(-36%);
  -webkit-transform: translateY(-36%);
  transform: translateY(-36%);
}
@media (min-width: 0px) and (max-width: 480px) {
  #row_1 #center_1 #header_a #nav_main {
    top: 60%;
    left: 0px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#row_2 {
  width: 100%;
  background-color: #feeab2;
  overflow: hidden;
}
#row_2 #center_2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_2 #center_2 #header_b {
  /*.grid-margin;*/
  /*background-color: @c2;*/
  position: relative;
}
#row_2 #center_2 #header_b:before {
  content: '';
  display: block;
  width: 18%;
  background-color: #fbb900;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_2 #center_2 #header_b:before {
    /*width: 18%;*/
  }
}
#row_2 #center_2 #header_b #header_img_container {
  width: 984px;
  float: right;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_2 #center_2 #header_b #header_img_container {
    width: 82%;
  }
}
#row_2 #center_2 #header_b #header_img_container:before {
  content: '';
  display: block;
  width: 9.75609756%;
  background-color: #fbb900;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_2 #center_2 #header_b #header_img_container:before {
    /*width: 9.75609756%;*/
  }
}
#row_2 #center_2 #header_b #header_img_container #header_img {
  padding-top: calc(57.31707317%);
}
#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: 50px;
  margin-right: 50px;
  padding: 40px 0 40px 0;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_4 #center_4 #mmain {
    margin-left: 25px;
    margin-right: 25px;
  }
}
#row_4 #center_4 #mmain #content_main {
  /*tmp*/
  /*@media @desktop {
                    background-color: fade(green, 80%);
                }*/
  /*@media @laptop {
                    background-color: fade(yellow, 80%);
                }*/
  /*@media @tablet {
                    background-color: fade(grey, 80%);
                }*/
  /*@media @sd {
                    background-color: fade(grey, 80%);
                }*/
  /*@media @mobil {
                    background-color: fade(red, 80%);
                }*/
  /*@media @mobil-xs {
                    background-color: fade(purple, 80%);
                }*/
}
#row_5 {
  width: 100%;
  background-color: #01b3c4;
  margin-bottom: 50px;
}
#row_5 #center_5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_5 #center_5 #foot {
  margin-left: 50px;
  margin-right: 50px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_5 #center_5 #foot {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.netzwerk.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.netzwerk .mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #ffffff;
}
#sitemap.mm-menu {
  --mm-color-background: #01b3c4;
  --mm-color-text: #ffffff;
  --mm-color-border: transparent;
  --mm-color-text-dimmed: transparent;
  --mm-color-background-highlight: transparent;
  --mm-color-background-emphasis: transparent;
  /*.background-image("circles-head-50-prozent.svg", no-repeat, right -80px bottom -120px, auto 120%);*/
  /*.opacity(0.66);*/
  /*left: -50px;*/
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap.mm-menu {
    /*--mm-listitem-size: 40px; */
  }
}
#sitemap.mm-menu_offcanvas {
  max-width: 313px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap.mm-menu_offcanvas {
    /*max-width: 320px;*/
  }
}
#sitemap .mm-navbar {
  --mm-navbar-size: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap .mm-navbar {
    --mm-navbar-size: 40px;
  }
}
#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 @sd {
            width:40px;
            height:40px;
         }*/
}
#sitemap.mm-menu_tip-right::before {
  right: 18px;
  /*@media @sd {
           right: 23px;
       }*/
}
#sitemap.mm-menu_tip-left::before {
  left: 55px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #sitemap.mm-menu_tip-left::before {
    left: 22px;
  }
}
#sitemap .mm-panels {
  background: transparent;
  border-color: transparent;
  color: #ffffff;
}
#sitemap .mm-panel {
  --mm-color-background: #01b3c4;
  --mm-color-text: #ffffff;
  --mm-color-button: transparent;
  /*padding-top: 40px;*/
}
#sitemap .mm-listitem .mm-listitem__text:hover {
  color: #ffffff;
}
#sitemap .mm-listitem.current_page_item,
#sitemap .mm-listitem.current-page-parent {
  /*border-bottom: 6px @blue solid;*/
}
#sitemap .mm-listitem.current_page_item .mm-listitem__text,
#sitemap .mm-listitem.current-page-parent .mm-listitem__text {
  color: rgba(255, 255, 255, 0.6);
}
#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;
}
#sitemap .mm-navbars_bottom .mm-navbar {
  /*color: @white;
           background-color: @blue;
           border-top: 3px @white solid;*/
}
/* ----------------------------------------------------------

    Preload

------------------------------------------------------------*/
.js body {
  /*.transition(all 0.5s ease);
    .opacity(0);*/
}
.js body #canvas {
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear;
  -ms-transition: all 2s linear;
  -o-transition: all 2s linear;
  transition: all 2s linear;
  transition-delay: 0.5s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.js body.loaded #canvas {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body #row_2 #center_2 #header_b:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: 100%;
  -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: 2.5s;
}
.js body #row_2 #center_2 #header_b #header_img_container {
  overflow: hidden;
}
.js body #row_2 #center_2 #header_b #header_img_container:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -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: 1.5s;
  top: 100%;
  z-index: 88;
}
.js body #row_2 #center_2 #header_b #header_img_container #header_img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -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: 0.5s;
  position: relative;
  z-index: 1;
}
.js body #row_2.loaded #center_2 #header_b:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body #row_2.loaded #center_2 #header_b #header_img_container:before {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  top: 0;
}
.js body #row_2.loaded #center_2 #header_b #header_img_container #header_img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body.loaded {
  -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%);*/
  -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);
}
#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;
        }*/
  width: 192px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_1.is_stuck #head_info {
    width: 153.6px;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  #row_1.is_stuck #head_info {
    width: 122.88px;
  }
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.netzwerk.fl-builder #row_4 #center_4 #mmain {
  padding: 15px 0 15px 0;
  margin-left: 25px;
  margin-right: 25px;
}
@media (min-width: 0px) and (max-width: 979px) {
  .netzwerk.fl-builder #row_4 #center_4 #mmain {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.netzwerk.fl-builder .fl-builder-content .fl-rich-text strong {
  font-weight: 600;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info {
  width: 300px;
  -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;
}
@media (min-width: 0px) and (max-width: 979px) {
  #head_info {
    width: 240px;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  #head_info {
    width: 153.6px;
  }
}
#head_info h2 {
  font-weight: 400;
  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;
  /*width: 372px;
            height: 103px;*/
  height: 0;
  padding-top: calc(72.33333333%);
  display: block;
}
#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 {
  display: inline-block;
}
#nav_main #nav_burger .mburger_container {
  font-weight: 400;
  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: 60x;
  height: 60px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 0px;
  background-clip: padding-box;
  color: #01b3c4;
  background-color: transparent;
  border: none;
  --mb-button-size: 55px;
  --mb-bar-width: 1;
  --mb-bar-height: 9px;
  --mb-bar-spacing: 11px;
  --mb-animate-timeout: 0.4s;
}
#nav_main #nav_burger .mburger_container .mburger b {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 5px;
  background-clip: padding-box;
}
@media (min-width: 0px) and (max-width: 979px) {
  #nav_main #nav_burger .mburger_container .mburger {
    width: 48px;
    height: 48px;
    --mb-button-size: 44px;
    --mb-bar-height: 7.2px;
    --mb-bar-spacing: 8.8px;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  #nav_main #nav_burger .mburger_container .mburger {
    width: 36px;
    height: 36px;
    --mb-button-size: 33px;
    --mb-bar-height: 5.4px;
    --mb-bar-spacing: 6.6px;
  }
}
#nav_main #npos {
  position: absolute;
  left: -46px;
  bottom: -69px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #nav_main #npos {
    left: -20px;
    bottom: -58px;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  #nav_main #npos {
    left: -20px;
    bottom: -48px;
  }
}
/* ----------------------------------------------------------

    Content Main Elemente

------------------------------------------------------------*/
#content_main {
  /*.fl-rich-text :last-child {
        margin-bottom: 0;
    }*/
  /* a.fl-accordion-button-icon,
    {
       &:visited, &:active, &:focus{
         border: none !important;
         outline: none !important;
       }
    }*/
}
#content_main h1 {
  font-weight: 400;
  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: 600;
  color: #01b3c4;
  margin-bottom: 1.2em;
}
#content_main h1 em {
  font-style: normal;
  color: #575756;
  display: block;
}
#content_main h2 {
  font-weight: 400;
  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: 600;
  margin-bottom: 1.2em;
}
#content_main h3 {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
}
#content_main p {
  font-weight: 400;
  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 blockquote {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
}
#content_main blockquote p {
  font-weight: 600;
  font-style: italic;
  color: #01b3c4;
  margin-bottom: 1.2em;
}
#content_main blockquote p em {
  font-weight: 400;
  font-style: normal;
  color: #575756;
  display: block;
}
#content_main ul {
  font-weight: 400;
  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: inherit;
  font-size: inherit;
  position: absolute;
  top: 1px;
  left: 2px;
  content: "\2022";
  display: inline-block;
}
#content_main ul.more-space li {
  margin-bottom: 0.2em;
}
#content_main ul.arrow li {
  position: relative;
  padding: 1px 0px 1px 30px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main ul.arrow li:before {
  font-family: 'icofont';
  content: '\eab8';
  color: #01b3c4;
  font-size: inherit;
  position: absolute;
  top: 1px;
  left: 0px;
  display: inline-block;
}
#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 #575756 dotted;
  position: absolute;
  bottom: -1px;
  left: 0;
}
#content_main p a:hover:before,
#content_main ul a:hover:before {
  border-bottom: 2px #01b3c4 dotted;
}
#content_main p .linkyellow a,
#content_main ul .linkyellow a {
  background-color: #fbb900;
  padding: 10px 15px;
}
#content_main p .linkyellow a:before,
#content_main ul .linkyellow a:before {
  font-family: 'icofont';
  color: inherit;
  content: '\eab8';
  display: inline-block;
  width: auto;
  height: auto;
  border-bottom: none;
  position: static;
  bottom: 0px;
  left: 0;
}
#content_main p .linkyellow a:hover,
#content_main ul .linkyellow a:hover {
  background-color: #feeab2;
  color: #575756;
}
@media (min-width: 0px) and (max-width: 979px) {
  #content_main p,
  #content_main ul {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
#content_main .fl-accordion-button-icon-left,
#content_main .fl-accordion-button-icon-right {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #01b3c4;
}
#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.2em;
}
#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 #01b3c4 solid;
  color: #575756;
}
#content_main input:focus,
#content_main textarea:focus {
  border: 2px #fbb900 solid;
}
#content_main .fl-contact-error {
  color: #575756;
  font-weight: 600;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer {
  /*padding: 20px 0 20px 84+40px;*/
  padding: 20px 0 20px 172px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 979px) {
  #footer {
    /*padding: 20px 0 20px unit((84*0.8)+(40*0.8),px);*/
    padding: 20px 0 20px 137.6px;
  }
}
#footer:before {
  content: '';
  display: block;
  /*width: 84px;
        height: 83px;*/
  width: 132px;
  height: 79px;
  background-image: url("../_IMAGES/basic/icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 22px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #footer:before {
    /*width: 84*0.8px;
           height: 83*0.8px;*/
    width: 105.6px;
    height: 63.2px;
  }
}
#footer p {
  color: #ffffff;
  font-weight: 400;
  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: 1.2em;
  margin-bottom: 1.2em;
}
#footer p a {
  color: #ffffff;
}
#footer p a:hover {
  color: rgba(255, 255, 255, 0.6);
}
#footer p a[aria-current="page"] {
  color: rgba(255, 255, 255, 0.6);
}
#footer .fc1 {
  display: inline;
  float: left;
}
#footer .fc2 {
  display: inline;
  float: right;
}
#footer .fc2 a {
  display: block;
}
@media (min-width: 0px) and (max-width: 979px) {
  #footer .fc1,
  #footer .fc2 {
    float: none;
    display: block;
  }
}
