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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#header_ab #row_1 #center_1,
#header_ab #row_2 #center_2,
#header_ab #row_2 #center_2 #header_b,
#row_3 #center_3,
#row_4 #center_4,
#row_5 #center_5,
#nav_main #nav_main_container ul {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#header_ab #row_1 #center_1:before,
#header_ab #row_1 #center_1:after,
#header_ab #row_2 #center_2:before,
#header_ab #row_2 #center_2:after,
#header_ab #row_2 #center_2 #header_b:before,
#header_ab #row_2 #center_2 #header_b: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,
#nav_main #nav_main_container ul:before,
#nav_main #nav_main_container ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
#header_ab #row_1 #center_1:after,
#header_ab #row_2 #center_2:after,
#header_ab #row_2 #center_2 #header_b:after,
#row_3 #center_3:after,
#row_4 #center_4:after,
#row_5 #center_5:after,
#nav_main #nav_main_container ul: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%;
  position: relative;
}
a {
  color: #3c3c3b;
  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: #648798;
  text-decoration: none;
}
a:hover img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none;
}
a:visited,
a:active,
a:focus {
  color: #3c3c3b;
  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: #648798;
  text-decoration: none;
}
strong,
b {
  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: 'Source Sans Pro', 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: 24px;
  /*x*/
  line-height: 1.35em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 979px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 22px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 20px;
  }
}
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.875em;
}
@media (min-width: 0px) and (max-width: 979px) {
  #content_main h1 {
    font-size: 1.6875em;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h1 {
    font-size: 1.5em;
  }
}
#content_main h1 em {
  font-size: 0.77777778em;
}
@media (min-width: 0px) and (max-width: 979px) {
  #content_main h1 em {
    font-size: 0.77777778em;
  }
}
@media (min-width: 0px) and (max-width: 979px) and (min-width: 0px) and (max-width: 767px) {
  #content_main h1 em {
    font-size: 0.77777778em;
  }
}
#content_main h2,
#content_main h3 {
  font-size: 1.25em;
}
@media (min-width: 0px) and (max-width: 979px) {
  #content_main h2,
  #content_main h3 {
    font-size: 1.125em;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h2,
  #content_main h3 {
    font-size: 1em;
  }
}
#nav_main {
  font-size: 1.04166667em;
}
#footer,
#contact_desk {
  font-size: 0.83333333em;
}
#sitemap {
  font-size: 1.04166667em;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 27px;
  margin-right: 27px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .grid-margin {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* Grid ---------------------------------------------------*/
#header_ab {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header_ab #row_1 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
#header_ab #row_1 #center_1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#header_ab #row_1 #center_1 #header_a {
  margin-left: 27px;
  margin-right: 27px;
  padding: 62px 0 54px 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  #header_ab #row_1 #center_1 #header_a {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 0px) and (max-width: 979px) {
  #header_ab #row_1 #center_1 #header_a {
    padding: 31px 0 27px 0;
  }
}
#header_ab #row_1 #center_1 #header_a #contact_desk {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0 0 0;
}
#header_ab #row_1 #center_1 #header_a #contact_desk p {
  color: #648798;
  font-weight: 600;
}
#header_ab #row_1 #center_1 #header_a #contact_desk p a {
  color: #648798;
}
#header_ab #row_1 #center_1 #header_a #contact_desk p a:hover {
  color: #3c3c3b;
}
#header_ab #row_1 #center_1 #header_a #contact_desk p a:first-child {
  margin-right: 5px;
}
#header_ab #row_1 #center_1 #header_a #contact_desk p a:last-child {
  margin-left: 5px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #header_ab #row_1 #center_1 #header_a #contact_desk {
    display: none;
  }
}
#header_ab #row_2 {
  width: 100%;
  background-color: #648798;
}
#header_ab #row_2 #center_2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#header_ab #row_2 #center_2 #header_b {
  margin-left: 27px;
  margin-right: 27px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  #header_ab #row_2 #center_2 #header_b {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#header_ab #row_2 #center_2 #header_b #nav_mobil {
  display: none;
}
@media (min-width: 0px) and (max-width: 979px) {
  #header_ab #row_2 #center_2 #header_b #nav_mobil {
    display: block;
  }
}
#header_ab #row_2 #center_2 #contact_mob {
  display: none;
  position: absolute;
  top: 10px;
  right: 71px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #header_ab #row_2 #center_2 #contact_mob {
    display: block;
  }
}
#header_ab #row_2 #center_2 #contact_mob p {
  font-size: 26px;
  color: #ffffff;
}
#header_ab #row_2 #center_2 #contact_mob p a {
  color: #ffffff;
  padding: 5px 10px;
}
#header_ab #row_2 #center_2 #contact_mob p a:hover {
  color: rgba(255, 255, 255, 0.45);
}
#row_3 {
  width: 100%;
}
#row_3 #center_3 #header_c #header_img_container {
  /*max-width: 1191px;
              width: 100%;
              position: relative;
              #header_img {
                  padding-top: calc(681 / 1191 * 100%);
                  position: relative;
                  z-index: 1;
             }*/
}
#row_3 #center_3 #header_c #header_img_container #header_img {
  height: 720px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_3 #center_3 #header_c #header_img_container #header_img {
    height: 60vh;
  }
}
#row_3 #center_3 #header_c #header_img_container #header_img .tile {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  height: 10%;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 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;
}
#row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-yellow {
  /*background-color: @yellow-dim1;
                          .opacity(0.7);*/
  /*.opacity(0);*/
}
#row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-1 {
  top: 0%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-2 {
  top: 10%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-3 {
  top: 20%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-4 {
  top: 30%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-5 {
  top: 40%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-6 {
  top: 50%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-7 {
  top: 60%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-8 {
  top: 70%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-9 {
  top: 80%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-10 {
  top: 90%;
}
.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;
  border-bottom: 7px #969ea4 solid;
  margin-bottom: 9px;
}
#row_4 #center_4 #mmain {
  margin-left: 27px;
  margin-right: 27px;
  padding: 25px 0 75px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 #mmain {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.home #row_4 #center_4 {
  border-top: 7px #969ea4 solid;
  margin-top: 9px;
}
#row_5 {
  width: 100%;
  background-color: #648798;
}
#row_5 #center_5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_5 #center_5 #foot {
  margin-left: 27px;
  margin-right: 27px;
  padding: 20px 0 100px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_5 #center_5 #foot {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#sitemap {
  font-weight: 400;
  /*.mm-navbars_bottom {
        --mm-color-background: darken(fade(@blue,96%), 5%);
        a {
            color: @white;
            &:hover {
               color: fade(@white, 45%);
            }

        }

    }*/
}
#sitemap.mm-menu {
  --mm-color-background: transparent;
  --mm-color-text: #ffffff;
  --mm-color-border: transparent;
  --mm-color-text-dimmed: transparent;
  --mm-color-background-highlight: transparent;
  --mm-color-background-emphasis: transparent;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap.mm-menu {
    --mm-listitem-size: 40px;
  }
}
#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 (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: 40px;
    height: 40px;
  }
}
#sitemap.mm-menu_tip-right::before {
  right: 24px;
}
#sitemap .mm-panels {
  background: transparent;
  border-color: transparent;
  color: #ffffff;
}
#sitemap .mm-panel {
  --mm-color-background: rgba(90, 121, 137, 0.96);
  --mm-color-text: #ffffff;
  --mm-color-button: transparent;
  /*padding-top: 40px;*/
}
#sitemap .mm-listitem .mm-listitem__text:hover {
  color: rgba(255, 255, 255, 0.45);
}
#sitemap .mm-listitem.current-menu-item .mm-listitem__text,
#sitemap .mm-listitem.current-menu-ancestor .mm-listitem__text {
  color: rgba(255, 255, 255, 0.45);
}
#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;
}
/* ----------------------------------------------------------

    Preload

------------------------------------------------------------*/
.js body {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.js body.loaded {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body #row_3 #center_3 #header_c #header_img_container {
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 0.6s;
  transition-delay: 0s;
  position: relative;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img {
  -webkit-animation: animate 20s linear 300ms 0 ease;
  -moz-animation: animate 20s linear 300ms 0 ease;
  -ms-animation: animate 20s linear 300ms 0 ease;
  -webkit-animation: animate 20s linear;
  animation: animate 20s linear;
  position: relative;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  .js body #row_3 #center_3 #header_c #header_img_container #header_img {
    -webkit-animation: animate 10s linear 300ms 0 ease;
    -moz-animation: animate 10s linear 300ms 0 ease;
    -ms-animation: animate 10s linear 300ms 0 ease;
    -webkit-animation: animate 10s linear;
    animation: animate 10s linear;
  }
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .tile {
  /*background-color: @white;
                       position: absolute;
                       left: 0;
                       top: 0;
                       height: 100%;
                       width: 10%;
                       .opacity(0);
                       .transition(all 0.5s linear);*/
  -webkit-transition: all 1.4s linear;
  -moz-transition: all 1.4s linear;
  -ms-transition: all 1.4s linear;
  -o-transition: all 1.4s linear;
  transition: all 1.4s linear;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  /*background-color: @white;*/
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-1 {
  transition-delay: 1s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-2 {
  transition-delay: 0.9s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-3 {
  transition-delay: 0.8s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-4 {
  transition-delay: 0.7s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-5 {
  transition-delay: 0.6s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-6 {
  transition-delay: 0.5s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-7 {
  transition-delay: 0.4s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-8 {
  transition-delay: 0.3s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-9 {
  transition-delay: 0.2s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .tile.tile-10 {
  transition-delay: 0.1s;
}
.js body #row_3 #center_3 #header_c #header_img_container:before {
  /*content: '';
                      width: 100%;
                      height: 100%;
                      position: absolute;
                      left: 0;
                      top: 0;
                      .background-image("line.svg", repeat, left top, auto auto);
                      .transition(all 1s linear);
                      .opacity(1);
                      .transition-delay(0.6s);
                      z-index: 2;*/
}
.js body #row_3 #center_3 #header_c #header_img_container:after {
  /*content: '';
                      width: 100%;
                      height: 100%;
                      position: absolute;
                      left: 0;
                      top: 0;
                      .background-image("line.svg", repeat, left 2px, auto auto);
                      .transition(all 1s linear);
                      .opacity(1);
                      .transition-delay(1.2s);
                      z-index: 2;*/
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img {
  /*.animation-name(kenburns2);
                	.animation-iteration-count(infinite);
                    .animation-delay(-2s);
            	    .animation-duration(20s);*/
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .tile {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container:before {
  left: -100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container:after {
  left: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.js body #header_ab #row_1 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 0.8s;
  background-color: #ffffff;
}
.js body.loaded #header_ab #row_1 {
  background-color: rgba(255, 255, 255, 0.6);
}
@keyframes animate {
  0% {
    /*-webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    transform: scale(1.0);*/
    -webkit-transform-origin: center center center;
    -moz-transform-origin: center center center;
    -ms-transform-origin: center center center;
    -o-transform-origin: center center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -moz-transform: translate3d(0, 0, 0) scale(1.2);
    -ms-transform: translate3d(0, 0, 0) scale(1.2);
    -o-transform: translate3d(0, 0, 0) scale(1.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1.2);
    transform: translate3d(0, 0, 0) scale(1.2);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.loader {
  height: 7px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #eeeeee;
}
.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 7px;
  background-color: #648798;
  animation: loading 2s linear infinite;
}
@keyframes loading {
  from {
    left: -200px;
    width: 30%;
  }
  50% {
    width: 30%;
  }
  70% {
    width: 70%;
  }
  80% {
    left: 50%;
  }
  95% {
    left: 120%;
  }
  to {
    left: 100%;
  }
}
/* ----------------------------------------------------------

    Scrolled

------------------------------------------------------------*/
.logged-in #header_ab.is_stuck #row_1 {
  margin-top: 32px;
  top: 32px;
}
/*#header_ab.is_stuck #row_1, .js body.loaded #header_ab.is_stuck #row_1 {
    background-color: @white;
    .box-shadow(0 2px 5px rgba(0,0,0,.2));

}*/
#header_ab.is_stuck,
.js body.loaded #header_ab.is_stuck {
  -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);
}
#header_ab.is_stuck #row_1,
.js body.loaded #header_ab.is_stuck #row_1 {
  background-color: #ffffff;
}
#header_ab.is_stuck #row_1 #center_1 #header_a,
.js body.loaded #header_ab.is_stuck #row_1 #center_1 #header_a {
  padding: 31px 0 27px 0;
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.fl-builder.netzwerk #row_4 #center_4 #mmain {
  margin-left: 7px;
  margin-right: 7px;
  padding: 5px 0 55px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder.netzwerk #row_4 #center_4 #mmain {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.fl-builder.netzwerk #row_4 #center_4 #mmain #content_main .fl-rich-text {
  max-width: 1110px;
}
.fl-builder.netzwerk .fl-builder-content .fl-rich-text strong {
  font-weight: 600;
}
.fl-builder.netzwerk .no-space .fl-module-content {
  margin-bottom: 0;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info {
  width: 280px;
  max-width: 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;
}
#head_info 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;
}
#head_info h2 a {
  background-image: url("../_IMAGES/basic/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  height: 0;
  padding-top: calc(22.85714286%);
  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 h3 {
  display: none;
}
/* ----------------------------------------------------------

    Header Elemente

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

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main #nav_main_container 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;
}
@media (min-width: 0px) and (max-width: 979px) {
  #nav_main #nav_main_container ul {
    display: none;
  }
}
#nav_main #nav_main_container ul li {
  float: left;
  margin-right: 30px;
  font-weight: 400;
  position: relative;
  padding: 10px 0 10px 0;
}
#nav_main #nav_main_container ul li:last-child {
  margin-right: 0;
}
#nav_main #nav_main_container ul li a {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
#nav_main #nav_main_container ul li a:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -100%;
  background-color: #ffffff;
  -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;
}
#nav_main #nav_main_container ul li a:hover {
  color: rgba(255, 255, 255, 0.45);
}
#nav_main #nav_main_container ul li a:hover:before {
  left: 0;
}
#nav_main #nav_main_container ul li a.sf-with-ul:after {
  /*font-family: 'icofont';
                          content: '\ea7d';
                          font-size: 120%;*/
}
#nav_main #nav_main_container ul li.current_page_item a,
#nav_main #nav_main_container ul li.current-menu-parent a {
  color: rgba(255, 255, 255, 0.45);
}
#nav_main #nav_main_container ul li.current_page_item a:before,
#nav_main #nav_main_container ul li.current-menu-parent a:before {
  left: 0;
}
#nav_main #nav_main_container ul ul,
#nav_main #nav_main_container ul .current_page_item ul,
#nav_main #nav_main_container ul .current-menu-parent ul {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  padding: 16px 10px 16px 20px;
  -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);
}
#nav_main #nav_main_container ul ul li,
#nav_main #nav_main_container ul .current_page_item ul li,
#nav_main #nav_main_container ul .current-menu-parent ul li {
  float: none;
  padding: 0;
  white-space: nowrap;
}
#nav_main #nav_main_container ul ul li a,
#nav_main #nav_main_container ul .current_page_item ul li a,
#nav_main #nav_main_container ul .current-menu-parent ul li a {
  color: #648798;
}
#nav_main #nav_main_container ul ul li a:before,
#nav_main #nav_main_container ul .current_page_item ul li a:before,
#nav_main #nav_main_container ul .current-menu-parent ul li a:before {
  content: none;
}
#nav_main #nav_main_container ul ul li a:hover,
#nav_main #nav_main_container ul .current_page_item ul li a:hover,
#nav_main #nav_main_container ul .current-menu-parent ul li a:hover {
  color: rgba(100, 135, 152, 0.45);
}
#nav_main #nav_main_container ul ul li.current_page_item a,
#nav_main #nav_main_container ul .current_page_item ul li.current_page_item a,
#nav_main #nav_main_container ul .current-menu-parent ul li.current_page_item a {
  color: rgba(100, 135, 152, 0.45);
}
/* ----------------------------------------------------------

    Nav mobil Elemente

------------------------------------------------------------*/
#nav_mobil {
  text-align: right;
}
#nav_mobil #nav_burger {
  display: none;
}
@media (min-width: 0px) and (max-width: 979px) {
  #nav_mobil #nav_burger {
    display: block;
  }
}
#nav_mobil #nav_burger .mburger_container {
  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;
  /*text-align: right;*/
  /*padding-top: 10px; */
}
#nav_mobil #nav_burger .mburger_container .mburger {
  width: 47px;
  height: 47px;
  -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: #ffffff;
  background-color: transparent;
  border: none;
  --mb-button-size: 47px;
  --mb-bar-width: 1;
  --mb-bar-height: 6px;
  --mb-bar-spacing: 13px;
  --mb-animate-timeout: 0.4s;
  /*
                @media @mobil {
                    width: 35x;
                    --mb-button-size: 36px;
                    --mb-bar-spacing: 9px;
                    --mb-bar-height: 4px;
                }*/
}
@media (min-width: 0px) and (max-width: 979px) {
  #nav_mobil #nav_burger .mburger_container .mburger {
    width: 30px;
    --mb-button-size: 30px;
    --mb-bar-spacing: 8px;
    --mb-bar-height: 4px;
  }
}
#nav_mobil #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_mobil #npos {
  position: absolute;
  left: 0px;
  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: 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: 400;
  color: #508297;
  margin-bottom: 0.8em;
}
#content_main h1 em {
  font-style: normal;
  display: block;
}
#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: 400;
  color: #508297;
  margin-bottom: 0.27em;
}
#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: 400;
  color: #508297;
}
#content_main h3 a {
  color: #508297;
}
#content_main h3 a:hover {
  color: #3c3c3b;
}
#content_main h4 {
  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: 600;
  margin-bottom: 1.35em;
}
#content_main h5 {
  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: 600;
  margin-bottom: 0;
  margin-bottom: 0.27em;
}
#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.35em;
}
#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.35em;
}
#content_main ul li {
  position: relative;
  padding: 1px 0px 1px 25px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main ul li:before {
  font-family: "IcoFont";
  font-size: inherit;
  content: "\ea7c";
  color: #969ea4;
  position: absolute;
  left: 0px;
  top: 3px;
  display: inline-block;
}
#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";
  font-size: inherit;
  content: "\ea6d";
  color: #969ea4;
  position: absolute;
  left: 0px;
  top: 2px;
  display: inline-block;
}
@media (min-width: 0px) and (max-width: 979px) {
  #content_main ul,
  #content_main p {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
#content_main .mail a {
  color: #3c3c3b;
}
#content_main .mail a:hover {
  color: #508297;
}
#content_main .mail a:before {
  font-family: 'icofont';
  content: '\ef14';
  color: inherit;
  font-size: inherit;
  display: inline-block;
  margin-right: 5px;
}
#content_main .phone:before {
  font-family: 'icofont';
  content: '\ec46';
  color: inherit;
  font-size: inherit;
  display: inline-block;
  margin-right: 5px;
}
#content_main .url a {
  color: #3c3c3b;
}
#content_main .url a:hover {
  color: #508297;
}
#content_main .url a:before {
  font-family: 'icofont';
  content: '\ec44';
  color: inherit;
  font-size: inherit;
  display: inline-block;
  margin-right: 5px;
}
#content_main .extern a {
  color: #3c3c3b;
  font-weight: 600;
}
#content_main .extern a:hover {
  color: #508297;
}
#content_main .extern a:after {
  font-family: 'icofont';
  content: '\ec44';
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}
#content_main .teaser-start .fl-module-content {
  position: relative;
  left: -47px;
  margin-top: 0;
}
@media (min-width: 0px) and (max-width: 979px) {
  #content_main .teaser-start .fl-module-content {
    left: 0;
  }
}
#content_main .teaser-start .fl-module-content .fl-callout {
  cursor: pointer;
  -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;
}
#content_main .teaser-start .fl-module-content .fl-callout .fl-callout-photo {
  -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;
}
#content_main .teaser-start .fl-module-content .fl-callout h3.fl-callout-title {
  font-weight: 500;
}
#content_main .teaser-start .fl-module-content .fl-callout h3.fl-callout-title a {
  color: #508297;
}
#content_main .teaser-start .fl-module-content .fl-callout h3.fl-callout-title a:hover {
  color: #3c3c3b;
}
#content_main .teaser-start .fl-module-content .fl-callout .fl-callout-text {
  margin-bottom: 1.35em;
}
#content_main .teaser-start .fl-module-content .fl-callout:hover h3.fl-callout-title a {
  color: #3c3c3b;
}
#content_main .teaser-start .fl-module-content .fl-callout:hover .fl-callout-photo {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#content_main .fl-accordion-button-icon-left,
#content_main .fl-accordion-button-icon-right {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  color: #969ea4;
}
#content_main a.fl-accordion-button-label {
  color: #508297;
  font-weight: 600;
}
#content_main .fl-accordion-item-active a.fl-accordion-button-label {
  color: #508297;
}
#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;
}
#content_main .accordion-standard .fl-module-content {
  margin-top: 0;
  /*margin-bottom: 0; */
}
/* ----------------------------------------------------------

    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;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  color: #ffffff;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 979px) {
  #footer p {
    margin-bottom: 0;
  }
}
#footer p a {
  color: #ffffff;
}
#footer p a:hover {
  color: rgba(255, 255, 255, 0.45);
}
#footer p a[aria-current="page"] {
  color: rgba(255, 255, 255, 0.45);
}
@media (min-width: 0px) and (max-width: 979px) {
  #footer p {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
#footer .fc1 {
  display: inline;
  float: left;
}
#footer .fc2 {
  display: inline;
  float: right;
  text-align: left;
  padding-left: 25px;
}
#footer .fc2 a {
  /*display: block;*/
}
#footer .fc2 a:after {
  content: "\00a0|";
}
#footer .fc2 a:last-child {
  /*margin-left: 10px;*/
}
#footer .fc2 a:last-child:after {
  content: none;
}
@media (min-width: 0px) and (max-width: 979px) {
  #footer .fc2 a:last-child {
    margin-left: 0px;
  }
}
@media (min-width: 0px) and (max-width: 979px) {
  #footer .fc2 {
    text-align: left;
    padding-left: 0px;
  }
}
@media (min-width: 0px) and (max-width: 979px) {
  #footer .fc1,
  #footer .fc2 {
    float: none;
    display: block;
    width: 100%;
  }
}
