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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#row_1 #center_1,
#row_1 #center_1 #header_a,
#row_3 #center_3,
#row_4 #center_4,
.error404 #row_4 #center_4,
#row_5 #center_5,
#row_5 #center_5 #foot #footer,
#row_6 #center_6 {
  *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_3 #center_3:before,
#row_3 #center_3:after,
#row_4 #center_4:before,
#row_4 #center_4:after,
.error404 #row_4 #center_4:before,
.error404 #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,
#row_6 #center_6:before,
#row_6 #center_6:after {
  content: " ";
  display: table;
}
.clearfix:after,
#row_1 #center_1:after,
#row_1 #center_1 #header_a:after,
#row_3 #center_3:after,
#row_4 #center_4:after,
.error404 #row_4 #center_4:after,
#row_5 #center_5:after,
#row_5 #center_5 #foot #footer:after,
#row_6 #center_6: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: #0b6b78;
  background-color: #ffffff;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #00aca9;
  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: #0b6b78;
  text-decoration: none;
}
a:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  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:visited,
a:active,
a:focus {
  color: #00aca9;
  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: #0b6b78;
  text-decoration: none;
}
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,
h1 em,
blockquote em,
.teaser .fl-callout-content h3 em {
  font-family: 'Roboto', Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
}
h1,
.circles,
.dejavu,
blockquote,
.teaser .fl-callout-content h3 {
  font-family: 'Dejavu', 'Roboto', Arial, Helvetica, Verdana, sans-serif;
}
/* ----------------------------------------------------------

    Schriftgrößen  (Bootstrap Basis 14px)

------------------------------------------------------------*/
/*  Root em ------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 29px;
  /*x*/
  line-height: 1.2em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 1199px) {
  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: normal;
  font-style: normal;
  clear: both;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}
#content_main h1 {
  font-size: 1.55172414em;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #content_main h1 {
    font-size: 1.24137931em;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h1 {
    font-size: 1.24137931em;
  }
}
#content_main h2 {
  font-size: 1.20689655em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h2 {
    font-size: 1.0862069em;
  }
}
#content_main h3 {
  font-size: 1.10344828em;
}
/*.circles {
    font-size: unit(45 / @rem, em);
}*/
.size-32 {
  font-size: 1.10344828em;
}
blockquote {
  font-size: 1.10344828em;
}
blockquote em {
  font-size: 0.75em;
}
#sitemap {
  font-size: 1.10344828em;
}
#footer h3 {
  font-size: 1.10344828em;
}
#footer {
  font-size: 0.96551724em;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 35px;
  margin-right: 35px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .grid-margin {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* Grid ---------------------------------------------------*/
#row_1 {
  width: 100%;
  -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;
}
#row_1 #center_1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 57px 0 47px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 {
    padding: 57px 0 37.6px 0;
  }
}
#row_1 #center_1 #header_a {
  margin-left: 35px;
  margin-right: 35px;
  position: relative;
}
@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 #head_info {
  float: right;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a #head_info {
    padding-top: 25px;
  }
}
#row_1 #center_1 #header_a #nav_main {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a #nav_main {
    bottom: 100%;
  }
}
#row_3 {
  width: 100%;
}
#row_3 #center_3 #header_c #header_img_container {
  position: relative;
  overflow: hidden;
}
#row_3 #center_3 #header_c #header_img_container .circles {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}
#row_3 #center_3 #header_c #header_img_container .circles li {
  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;
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background-image: url("../_IMAGES/basic/p.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  -webkit-animation: animate 25s linear infinite 300ms 0 ease;
  -moz-animation: animate 25s linear infinite 300ms 0 ease;
  -ms-animation: animate 25s linear infinite 300ms 0 ease;
  -webkit-animation: animate 25s linear infinite;
  animation: animate 25s linear infinite;
  bottom: -150px;
  font-style: italic;
  color: #ffffff;
}
#row_3 #center_3 #header_c #header_img_container .circles li:nth-child(2n+1) {
  background-image: url("../_IMAGES/basic/leaf.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#row_3 #center_3 #header_c #header_img_container .circles li:nth-child(2) {
  left: 20%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 12s;
  -o-animation-duration: 12s;
}
#row_3 #center_3 #header_c #header_img_container .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
#row_3 #center_3 #header_c #header_img_container .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 18s;
  -o-animation-duration: 18s;
}
#row_3 #center_3 #header_c #header_img_container .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#row_3 #center_3 #header_c #header_img_container .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
#row_3 #center_3 #header_c #header_img_container .circles li:nth-child(7) {
  left: 35%;
  width: 100px;
  height: 100px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
#row_3 #center_3 #header_c #header_img_container .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 45s;
  -o-animation-duration: 45s;
}
#row_3 #center_3 #header_c #header_img_container .circles li:nth-child(9) {
  left: 20%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 35s;
  -o-animation-duration: 35s;
}
#row_3 #center_3 #header_c #header_img_container .circles li:nth-child(10) {
  /*left: 85%;
                width: 150px;
                height: 150px;
                .animation-delay( 0s);
                .animation-duration(11s);*/
  left: 60%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 11s;
  -o-animation-duration: 11s;
  /*background-image: none;*/
}
#row_3 #center_3 #header_c #header_img_container #header_img {
  width: 100%;
  height: 696px;
  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: 556.8px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #header_img {
    height: 278.4px;
  }
}
#row_4 {
  width: 100%;
  padding: 10px 0 10px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 {
    padding: 25px 0 25px 0;
  }
}
.error404 #row_4 {
  width: 100%;
  padding: 45px 0 45px 0;
}
.error404 #row_4 #center_4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.error404 #row_4 #center_4 #mmain {
  margin-left: 35px;
  margin-right: 35px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .error404 #row_4 #center_4 #mmain {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#row_5 {
  width: 100%;
  position: relative;
  background-color: #00aba8;
}
#row_5:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../_IMAGES/basic/wave.svg");
  background-repeat: repeat-x;
  background-position: top -2px 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: 5;
  padding: 254px 0 25px 0;
}
#row_5 #center_5:after {
  content: '';
  width: 252px;
  height: 234px;
  position: absolute;
  left: 35px;
  top: 0px;
  background-image: url("../_IMAGES/basic/letter.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_5 #center_5:after {
    width: 201.6px;
    height: 187.2px;
    left: 35px;
    top: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_5 #center_5:after {
    width: 151.2px;
    height: 140.4px;
    left: 20px;
    top: 25px;
  }
}
#row_5 #center_5.wow.animated:after {
  -webkit-animation: slideInLeft 1s ease 1 300ms 0 ease;
  -moz-animation: slideInLeft 1s ease 1 300ms 0 ease;
  -ms-animation: slideInLeft 1s ease 1 300ms 0 ease;
  -webkit-animation: slideInLeft 1s ease 1;
  animation: slideInLeft 1s ease 1;
}
#row_5 #center_5 #foot {
  margin-left: 35px;
  margin-right: 35px;
  position: relative;
  z-index: 10;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_5 #center_5 #foot {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#row_6 {
  width: 100%;
}
#row_6 #center_6 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_6 #center_6 #foot_6 {
  margin-left: 35px;
  margin-right: 35px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_6 #center_6 #foot_6 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#sitemap {
  /*.mm-menu_tip-top::before {
        top: -13px;
    }*/
}
#sitemap.mm-menu {
  --mm-color-background: #0a6b77;
  --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;
  font-weight: 300;
  line-height: 1.2em;
  background-image: url("../_IMAGES/basic/navi.svg");
  background-repeat: no-repeat;
  background-position: bottom 36px right;
  background-size: 242px auto;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #sitemap.mm-menu {
    --mm-listitem-size: 40px;
    background-image: url("../_IMAGES/basic/navi.svg");
    background-repeat: no-repeat;
    background-position: bottom 36px right;
    background-size: 193.6px auto;
  }
}
#sitemap.mm-menu_offcanvas {
  max-width: 588px;
}
#sitemap .mm-navbar {
  --mm-navbar-size: 50px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #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;
  top: -15px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #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;
  }
}
#sitemap.mm-menu_tip-right::before {
  right: 19px;
}
#sitemap .mm-panels {
  background: transparent;
  border-color: transparent;
  color: #ffffff;
}
#sitemap .mm-panel {
  --mm-color-background: transparent;
  --mm-color-text: #ffffff;
  --mm-color-button: transparent;
  /*padding-top: 40px;*/
}
#sitemap .mm-listitem .mm-listitem__text {
  padding-left: 35px;
}
#sitemap .mm-listitem .mm-listitem__text:hover {
  color: #00aca9;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #sitemap .mm-listitem .mm-listitem__text {
    padding-left: 20px;
  }
}
#sitemap .mm-listitem.current-menu-item .mm-listitem__text,
#sitemap .mm-listitem.current_page_item .mm-listitem__text {
  color: #00aca9;
}
#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: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.netzwerk .mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #ffffff;
}
@media (min-width: 550px) {
  .netzwerk.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(588px, 0, 0);
    transform: translate3d(588px, 0, 0);
  }
}
/* ----------------------------------------------------------

    Preload + Effects

------------------------------------------------------------*/
@-webkit-keyframes animate {
  0% {
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(-1000px) rotate(720deg);
    -ms-transform: translateY(-1000px) rotate(720deg);
    -o-transform: translateY(-1000px) rotate(720deg);
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes animate {
  0% {
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(-1000px) rotate(720deg);
    -ms-transform: translateY(-1000px) rotate(720deg);
    -o-transform: translateY(-1000px) rotate(720deg);
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.kenburns-top-right {
  -webkit-animation: kenburns-top-right 8s ease-out both;
  animation: kenburns-top-right 8s ease-out both;
}
/* ----------------------------------------------
 * Generated by Animista on 2025-2-20 10:13:42
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation kenburns-top-right
 * ----------------------------------------
 */
@-webkit-keyframes kenburns-top-right {
  0% {
    -webkit-transform: scale(1.25) translate(20px, -15px);
    transform: scale(1.25) translate(20px, -15px);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 16%;
    transform-origin: 84% 16%;
  }
}
@keyframes kenburns-top-right {
  0% {
    -webkit-transform: scale(1.25) translate(20px, -15px);
    transform: scale(1.25) translate(20px, -15px);
    -webkit-transform-origin: right top;
    transform-origin: right top;
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 16%;
    transform-origin: 84% 16%;
  }
}
.js body {
  -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 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, 80%);*/
  -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);
  background-color: rgba(255, 255, 255, 0.96);
  transition-delay: 0s;
  /*&:after {
         content: '';
         width: 100%;
         height: 2px;
         background-color: @blue;
         position: absolute;
         left: 0;
         bottom: 0px;
         z-index: 2;
    }*/
}
.js #row_1.is_stuck {
  transition-delay: 0s;
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.fl-builder.netzwerk .fl-builder-content .fl-rich-text strong {
  font-weight: 500;
}
.fl-builder.netzwerk .fl-builder-content .fl-row-bg-photo {
  position: relative;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info {
  width: 358px;
  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: 1199px) {
  #head_info {
    width: 286.4px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #head_info {
    width: 286.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;
  -webkit-animation: slideInRight 1s ease 1 300ms 0 ease;
  -moz-animation: slideInRight 1s ease 1 300ms 0 ease;
  -ms-animation: slideInRight 1s ease 1 300ms 0 ease;
  -webkit-animation: slideInRight 1s ease 1;
  animation: slideInRight 1s ease 1;
}
#head_info h2 a {
  height: 0;
  padding-top: calc(24.30167598%);
  display: block;
  position: relative;
}
#head_info h2 a:hover {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#head_info h2 a span {
  display: none;
}
#head_info h2 a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../_IMAGES/basic/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#head_info h2 a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../_IMAGES/basic/logo-outline-animated-d3000-f400.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#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: 65px;
  -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: #0a6b77;
  background-color: transparent;
  border: none;
  text-align: right;
  --mb-button-size: 70px;
  --mb-bar-width: 1;
  --mb-bar-height: 6px;
  --mb-bar-spacing: 25px;
  --mb-animate-timeout: 0.4s;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #nav_main #nav_burger .mburger_container .mburger {
    width: 60px;
    height: 55px;
    --mb-button-size: 60px;
    --mb-bar-height: 4px;
    --mb-bar-spacing: 18px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main #nav_burger .mburger_container .mburger {
    width: 50px;
    height: 45px;
    --mb-button-size: 50px;
    --mb-bar-height: 4px;
    --mb-bar-spacing: 13px;
  }
}
#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;
}
#nav_main #nav_burger .mburger_container .mburger b:nth-child(2) {
  background: #00aba8;
}
#nav_main #nav_burger .mburger_container .mburger b:nth-child(3) {
  background: #bbce00;
}
#nav_main #nav_mobil {
  position: relative;
}
#nav_main #nav_mobil #npos {
  position: absolute;
  bottom: -40px;
  right: 0;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #nav_main #nav_mobil #npos {
    bottom: -20px;
  }
}
/* ----------------------------------------------------------

    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;
  color: #00aca9;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 1em;
}
#content_main h1 em {
  color: #0b6b78;
  display: block;
  font-style: normal;
  font-weight: 400;
}
#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;
  font-weight: 400;
  margin-bottom: 0.8em;
  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;
  font-weight: 400;
  margin-bottom: 0.2em;
}
#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: 500;
  margin-bottom: 0.2em;
}
#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 blockquote {
  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;
  padding-top: 0.6em;
}
#content_main blockquote p {
  font-style: italic;
}
#content_main blockquote p em {
  font-style: normal;
  font-weight: 400;
}
#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 40px;
  list-style-type: none;
  list-style-position: inside;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main ul li {
    padding: 1px 0px 1px 25px;
  }
}
#content_main ul li:before {
  font-family: 'icofont';
  color: #00aca9;
  font-size: inherit;
  position: absolute;
  top: 2px;
  left: 0;
  content: "\eaa0";
  display: inline-block;
}
#content_main ul.list-absatz li {
  margin-bottom: 0.2em;
}
#content_main ul.list-plus li {
  margin-bottom: 0;
}
#content_main ul.list-plus li:before {
  content: "\efc0";
}
#content_main ul.fl-builder-submenu {
  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;
}
#content_main ul.fl-builder-submenu a:before {
  content: none;
}
#content_main ul.fl-builder-submenu li {
  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;
}
#content_main ul.fl-builder-submenu li:before {
  content: none;
}
@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 p a,
#content_main ul a {
  text-decoration: underline;
}
#content_main hr {
  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;
  padding-top: 0.2em;
}
#content_main hr:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #bbce00;
}
#content_main .dejavu {
  font-style: italic;
}
#content_main .dejavu strong {
  font-weight: bold;
}
#content_main .typo-spot,
#content_main .typo-spot > * {
  color: #00aca9;
}
#content_main .strong-400,
#content_main .strong-400 strong {
  font-weight: 400;
}
#content_main .size-32 {
  line-height: 1.2em;
}
#content_main .dandelion .fl-col-group {
  padding: 35px 0 0 0;
}
#content_main .dandelion .fl-col-group .fl-col-small:nth-child(1) {
  width: 40%;
}
#content_main .dandelion .fl-col-group .fl-col-small:nth-child(2) {
  width: 60%;
}
#content_main .dandelion .fl-photo {
  margin-bottom: 1.2em;
  position: relative;
  top: -10px;
}
#content_main .teaser .fl-module-callout .fl-module-content {
  margin-top: 12px;
  margin-bottom: 12px;
}
#content_main .teaser .fl-module-callout:last-child .fl-module-content {
  margin-bottom: 60px;
}
#content_main .teaser .fl-callout {
  background-color: #ffffff;
  padding: 25px 35px 25px 35px;
  position: relative;
  overflow: visible;
  -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: 767px) {
  #content_main .teaser .fl-callout {
    padding: 25px 20px 25px 20px;
  }
}
#content_main .teaser .fl-callout .fl-callout-photo {
  width: 15%;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .teaser .fl-callout .fl-callout-photo {
    width: 100%;
  }
}
#content_main .teaser .fl-callout .fl-callout-content {
  width: 85%;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .teaser .fl-callout .fl-callout-content {
    width: 100%;
  }
}
#content_main .teaser .fl-callout .fl-callout-content h3 {
  font-style: italic;
  margin-bottom: 1.2em;
  padding-top: 0.5em;
}
#content_main .teaser .fl-callout .fl-callout-content h3 em {
  font-style: normal;
  color: #00aca9;
  font-weight: 400;
}
#content_main .teaser .fl-callout .fl-callout-content a {
  text-decoration: none;
}
#content_main .teaser .fl-callout .fl-callout-content a:before {
  font-family: 'icofont';
  content: '\eaa0';
}
#content_main .teaser .fl-callout .fl-callout-content a.active:before {
  font-family: 'icofont';
  content: "\ea99";
}
#content_main .teaser .fl-callout .fl-callout-content p:last-child {
  padding-top: 0.5em;
  -webkit-transition: height 0.8s linear;
  -moz-transition: height 0.8s linear;
  -ms-transition: height 0.8s linear;
  -o-transition: height 0.8s linear;
  transition: height 0.8s linear;
  max-height: 0;
  visibility: hidden;
}
#content_main .teaser .fl-callout .fl-callout-content p:last-child.hidden {
  /*visibility:hidden;
                      height: 0;
                      .opacity(0);*/
  /*position: absolute;
                      top: 100%;
                      .opacity(0);
                      .transition(all 0.2s linear);*/
  max-height: 0;
  visibility: hidden;
}
#content_main .teaser .fl-callout .fl-callout-content p:last-child.shown {
  /*visibility:visible;
                      height: auto;
                      .opacity(1);*/
  /*position: relative;
                      top: 0;
                      .opacity(1);
                      .transition(all 0.8s linear);*/
  visibility: visible;
  max-height: 100%;
  -webkit-animation: fadeIn 1s ease 1 300ms 0 ease;
  -moz-animation: fadeIn 1s ease 1 300ms 0 ease;
  -ms-animation: fadeIn 1s ease 1 300ms 0 ease;
  -webkit-animation: fadeIn 1s ease 1;
  animation: fadeIn 1s ease 1;
}
#content_main .teaser .wow.animated .fl-callout-photo {
  -webkit-animation: rollIn 1s ease 1 300ms 0 ease;
  -moz-animation: rollIn 1s ease 1 300ms 0 ease;
  -ms-animation: rollIn 1s ease 1 300ms 0 ease;
  -webkit-animation: rollIn 1s ease 1;
  animation: rollIn 1s ease 1;
}
#content_main .feedback .fl-testimonials-wrap {
  border: 2px solid #bbce00;
  padding: 30px;
}
#content_main .feedback .bx-wrapper .bx-pager {
  color: #bbce00;
}
#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: 2px #0a6b77 solid;
  color: #0b6b78;
  margin-bottom: 0.8em;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
#content_main input:focus,
#content_main textarea:focus {
  border: 2px #bbce00 solid;
  color: #00aca9;
  outline: none;
}
#content_main label {
  color: #0b6b78;
  text-transform: none;
}
#content_main .fl-terms-checkbox-text {
  font-size: 22px;
  line-height: 1.2em;
}
#content_main .fl-contact-error {
  font-size: 14px;
}
#content_main .dandelion.wow.animated .fl-contact-form .fl-button {
  -webkit-animation: slideInRight 1s ease 1 300ms 0 ease;
  -moz-animation: slideInRight 1s ease 1 300ms 0 ease;
  -ms-animation: slideInRight 1s ease 1 300ms 0 ease;
  -webkit-animation: slideInRight 1s ease 1;
  animation: slideInRight 1s ease 1;
}
#content_main .fl-contact-form {
  margin-bottom: 1.2em;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer {
  position: relative;
}
#footer 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: #ffffff;
  font-weight: 400;
}
#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 {
  padding: 0 0 0 205px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #footer .fc1 {
    padding: 0 0 0 0;
  }
}
#footer .fc2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer .fc2 {
    position: relative;
  }
}
#footer .fc2 a {
  font-weight: 400;
}
#footer .fc2 a:after {
  content: '\a0\b7';
}
#footer .fc2 a:last-child:after {
  content: none;
}
