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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#row_1 #center_1 #header_a,
#row_2 #center_2 #header_b,
#row_3 #center_3 #header_c,
#row_4 #center_4 #mmain,
#row_5 #center_5 #foot,
#row_5 #center_5 #foot #footer,
.netzwerk.fl-builder #row_4 #center_4 #mmain,
#nav_main ul {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#row_1 #center_1 #header_a:before,
#row_1 #center_1 #header_a:after,
#row_2 #center_2 #header_b:before,
#row_2 #center_2 #header_b:after,
#row_3 #center_3 #header_c:before,
#row_3 #center_3 #header_c:after,
#row_4 #center_4 #mmain:before,
#row_4 #center_4 #mmain:after,
#row_5 #center_5 #foot:before,
#row_5 #center_5 #foot:after,
#row_5 #center_5 #foot #footer:before,
#row_5 #center_5 #foot #footer:after,
.netzwerk.fl-builder #row_4 #center_4 #mmain:before,
.netzwerk.fl-builder #row_4 #center_4 #mmain:after,
#nav_main ul:before,
#nav_main ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
#row_1 #center_1 #header_a:after,
#row_2 #center_2 #header_b:after,
#row_3 #center_3 #header_c:after,
#row_4 #center_4 #mmain:after,
#row_5 #center_5 #foot:after,
#row_5 #center_5 #foot #footer:after,
.netzwerk.fl-builder #row_4 #center_4 #mmain:after,
#nav_main 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: #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: #004d97;
  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: #004d97;
  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: 'Muli', 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.4em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 979px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 20px;
    line-height: 1.36em;
  }
}
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,
#content_main h2 {
  font-size: 1.66666667em;
}
@media (min-width: 0px) and (max-width: 979px) {
  #content_main h1,
  #content_main h2 {
    font-size: 1.6em;
    line-height: 1.2em;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h1,
  #content_main h2 {
    font-size: 1.536em;
  }
}
#header_img_claim,
#nav_main p,
#content_main h3,
#content_main .simulation h3.fl-callout-title {
  font-size: 1.16666667em;
}
@media (min-width: 0px) and (max-width: 979px) {
  #nav_main p {
    font-size: 1.0752em;
  }
}
#contact_info,
#nav_main,
#content_main .ansprechpartner h3.fl-callout-title {
  font-size: 1.04166667em;
}
#content_main .referenzen h3.fl-callout-title {
  font-size: 1em;
}
#footer,
#content_main .referenzen .fl-callout-text p {
  font-size: 0.83333333em;
}
#content_main .uebersicht p {
  font-size: 0.75em;
}
body.netzwerk .fl-post-grid-text,
body.netzwerk .fl-post-grid-content p,
body.netzwerk .fl-post-grid-content a.fl-post-grid-more {
  font-size: 0.91666667em;
  line-height: 1.3em;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
#content_main .leistungen h2.fl-post-grid-title {
  font-size: 1em;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 25px;
  margin-right: 25px;
}
@media (min-width: 0px) and (max-width: 979px) {
  .grid-margin {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* Grid ---------------------------------------------------*/
#row_1 {
  width: 100%;
  padding: 35px 0 38px 0;
  -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;
  /*position: relative;*/
}
#row_1 #center_1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}
#row_1 #center_1 #header_a {
  margin-left: 25px;
  margin-right: 25px;
  position: static;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_1 #center_1 #header_a {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#row_1 #center_1 #header_a #head_info {
  /*width:583px;*/
  width: 50.69565217%;
  float: left;
  -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) {
  #row_1 #center_1 #header_a #head_info {
    width: 100%;
    max-width: 466.4px;
  }
}
#row_1 #center_1 #header_a #contact_info {
  /*width: 460px;*/
  width: 40%;
  float: right;
  padding: 17px 0 0px 0;
  -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) {
  #row_1 #center_1 #header_a #contact_info {
    width: auto;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0px;
  }
}
#row_1 #center_1 #header_a #contact_info p {
  display: block;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_1 #center_1 #header_a #contact_info p {
    display: none;
  }
}
#row_1 #center_1 #header_a #contact_info .mburger_container {
  display: none;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_1 #center_1 #header_a #contact_info .mburger_container {
    display: block;
  }
}
#row_2 {
  width: 100%;
}
#row_2 #center_2 {
  /*.grid-container;*/
}
#row_2 #center_2 #header_b {
  /*.grid-margin;*/
  position: relative;
  overflow: hidden;
}
#row_2 #center_2 #header_b #header_img {
  width: 100%;
  height: 0px;
  height: 57.6vh;
  /*padding-top: calc(804/ 2494 * 100%);*/
  position: relative;
  z-index: 1;
  -moz-transform: translate3d(0, 0, 0) scale(1.25);
  -ms-transform: translate3d(0, 0, 0) scale(1.25);
  -o-transform: translate3d(0, 0, 0) scale(1.25);
  -webkit-transform: translate3d(0, 0, 0) scale(1.25);
  transform: translate3d(0, 0, 0) scale(1.25);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  /*.animation-name(kenburns2);
        	.animation-iteration-count(infinite);
            .animation-delay(-2s);
    	    .animation-duration(20s);*/
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_2 #center_2 #header_b #header_img {
    height: 40vh;
  }
}
#row_2 #center_2 #header_b #header_img.loaded {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 6.5s transform;
  -moz-transition: 6.5s transform;
  -ms-transition: 6.5s transform;
  -o-transition: 6.5s transform;
  transition: 6.5s transform;
}
#row_2 #center_2 #header_b #header_img_claim {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_2 #center_2 #header_b #header_img_claim {
    display: none;
  }
}
#row_2 #center_2 #header_b #header_img_claim #header_img_claim_canvas {
  /*.grid-margin;*/
  position: absolute;
  top: 0;
  /*right: unit(460-405, px);*/
  left: 59.58333333%;
  /*right: 0;*/
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  /*width: 405px;*/
  width: 35.2173913%;
  width: 0, 96%;
  height: 52.98507463%;
  height: 40.54726368%;
  max-width: 100%;
  /*padding: 15px 0 0 0;*/
}
#row_2 #center_2 #header_b #header_img_claim #header_img_claim_canvas .bildmarke {
  background-image: url("../_IMAGES/basic/claim_icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-size: contain;
  /*background-color: fade(@white, 80%);*/
  margin: 15px auto 0 auto;
  /*width: 100%;
                      max-width: 200px;
                      height: 0;
                      padding-top: calc(200/ 289 * 100%);*/
  width: 49.38271605%;
  height: 67.84037559%;
  height: 88.65030675%;
  display: block;
}
#row_2 #center_2 #header_b #header_img_claim #header_img_claim_canvas .claim {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  /*font-size: 100vw;*/
  padding: 10px 0 30px 0;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_2 #center_2 #header_b #header_img_claim #header_img_claim_canvas .claim {
    display: none;
  }
}
#row_2 #center_2 #header_b #header_img_claim #header_img_claim_canvas .claim 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;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  font-weight: 700;
  text-transform: uppercase;
  /*font-size: 1.4vw;*/
}
#row_3 {
  width: 100%;
  background-color: #575756;
}
#row_3 #center_3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_3 #center_3 #header_c {
  margin-left: 25px;
  margin-right: 25px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_3 #center_3 #header_c {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#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: 25px;
  margin-right: 25px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_4 #center_4 #mmain {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#row_4 #center_4 #mmain #content_main {
  padding: 60px 0 120px 0;
  /*tmp*/
  /*@media @desktop {
                background-color: fade(green, 80%);
            }
            @media @laptop {
                background-color: fade(yellow, 80%);
            }*/
  /*@media @sd {
                background-color: fade(grey, 80%);
            }
            @media @mobil {
                background-color: fade(red, 80%);
            }*/
  /*@media @mobil-xs {
                background-color: fade(purple, 80%);
            }*/
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_4 #center_4 #mmain #content_main {
    padding: 36px 0 72px 0;
  }
}
#row_5 {
  width: 100%;
  background-color: #c7c7c6;
}
#row_5 #center_5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_5 #center_5 #foot {
  margin-left: 25px;
  margin-right: 25px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_5 #center_5 #foot {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#row_5 #center_5 #foot #footer {
  border-top: 6px #575756 solid;
  position: relative;
  top: -6px;
}
#sitemap.mm-menu {
  --mm-color-background: #575756;
  --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-menu_offcanvas {
  max-width: 350px;
}
#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: 979px) {
  #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: 18px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #sitemap.mm-menu_tip-right::before {
    right: 23px;
  }
}
#sitemap .mm-panels {
  background: #575756;
  border-color: transparent;
  color: #ffffff;
}
#sitemap .mm-panel {
  --mm-color-background: #575756;
  --mm-color-text: #ffffff;
  --mm-color-button: transparent;
  /*padding-top: 40px;*/
}
#sitemap .mm-listitem .mm-listitem__text:hover {
  color: #c7c7c6;
}
#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: #c7c7c6;
}
#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: #ffffff;
  background-color: #004d97;
  border-top: 3px #ffffff solid;
}
/* ----------------------------------------------------------

    Preload + Effects

------------------------------------------------------------*/
.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;
}
@keyframes kenburns {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  5% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
    -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
    -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
    -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
    transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -moz-transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
    -ms-transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
    -o-transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
    -webkit-transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
    transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes kenburns2 {
  0% {
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes dotmove {
  0% {
    background-size: auto 80%;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  60% {
    background-size: auto 120%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    background-size: auto 80%;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
}
@keyframes w1move {
  0% {
    background-size: auto 60%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  20% {
    background-size: auto 60%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    background-size: auto 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    background-size: auto 60%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes w2move {
  0% {
    background-size: auto 60%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  40% {
    background-size: auto 60%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    background-size: auto 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    background-size: auto 60%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes w3move {
  0% {
    background-size: auto 60%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  60% {
    background-size: auto 60%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  85% {
    background-size: auto 100%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    background-size: auto 60%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
/* ----------------------------------------------------------

    is_stuck

------------------------------------------------------------*/
.logged-in #row_1.is_stuck {
  margin-top: 32px;
  top: 32px;
}
#row_1.is_stuck {
  /*.grid-row;*/
  /*padding: 15px 0 15px 0;*/
  padding: 0;
  /*background-color: fade(@white, 96%);*/
  background-color: #ffffff;
}
#row_1.is_stuck #center_1 {
  /*.grid-container; */
  /*position: relative;
        bottom: -6px;
        border-bottom: 6px @grey solid;*/
  padding: 15px 0 15px 0;
}
#row_1.is_stuck #center_1 #header_a {
  /*  &:extend(.clearfix all);
          .grid-margin;*/
  position: relative;
}
#row_1.is_stuck #center_1 #header_a:before {
  content: '';
  display: block;
  height: 6px;
  width: 100%;
  background-color: #575756;
  position: absolute;
  left: 0;
  bottom: -21px;
}
#row_1.is_stuck #center_1 #header_a #head_info {
  /*width:583px;*/
  width: 40.55652174%;
  /*float: left;*/
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_1.is_stuck #center_1 #header_a #head_info {
    width: 80%;
  }
}
#row_1.is_stuck #center_1 #header_a #contact_info {
  /*width: 460px;*/
  width: 40%;
  /*float: right;*/
  padding: 10px 0 0px 0;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_1.is_stuck #center_1 #header_a #contact_info {
    width: 10%;
    padding: inherit;
  }
}
#row_1.is_stuck #center_1 #header_a #contact_info p {
  display: none;
}
#row_1.is_stuck #center_1 #header_a #contact_info .mburger_container {
  display: block;
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.netzwerk.fl-builder #row_4 {
  width: 100%;
}
.netzwerk.fl-builder #row_4 #center_4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.netzwerk.fl-builder #row_4 #center_4 #mmain {
  /*.grid-margin;*/
  margin: 0;
}
.netzwerk.fl-builder #row_4 #center_4 #mmain #content_main {
  padding: 35px 0 95px 0;
  /*tmp*/
  /*@media @desktop {
                background-color: fade(green, 80%);
            }
            @media @laptop {
                background-color: fade(yellow, 80%);
            }*/
  /*@media @sd {
                background-color: fade(grey, 80%);
            }
            @media @mobil {
                background-color: fade(red, 80%);
            }*/
  /*@media @mobil-xs {
                background-color: fade(purple, 80%);
            }*/
}
@media (min-width: 0px) and (max-width: 979px) {
  .netzwerk.fl-builder #row_4 #center_4 #mmain #content_main {
    padding: 11px 0 47px 0;
  }
}
.netzwerk.fl-builder .standard .fl-rich-text {
  padding-right: 15.65217391%;
}
@media (min-width: 0px) and (max-width: 979px) {
  .netzwerk.fl-builder .standard .fl-rich-text {
    padding-right: 0;
  }
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#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("logo.svg", no-repeat, center center, 100% auto);
            width: 100%;
            height: 0;
            padding-top: calc(91/ 583 * 100%);
            display: block;*/
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(15.60891938%);
  display: block;
}
#head_info h2 a .bildmarke {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: calc(15.60891938%);
  display: block;
  top: 0;
  left: 0;
}
#head_info h2 a .bildmarke .dot,
#head_info h2 a .bildmarke .w1,
#head_info h2 a .bildmarke .w2,
#head_info h2 a .bildmarke .w3 {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: calc(15.60891938%);
  display: block;
  top: 0;
  left: 0;
}
#head_info h2 a .bildmarke .dot {
  background-image: url("../_IMAGES/basic/logo-icon-dot.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
  -webkit-animation: dotmove 3s infinite 300ms 0 ease;
  -moz-animation: dotmove 3s infinite 300ms 0 ease;
  -ms-animation: dotmove 3s infinite 300ms 0 ease;
  -webkit-animation: dotmove 3s infinite;
  animation: dotmove 3s infinite;
}
#head_info h2 a .bildmarke .w1 {
  background-image: url("../_IMAGES/basic/logo-icon-w1.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
  -webkit-animation: w1move 6s infinite 300ms 0 ease;
  -moz-animation: w1move 6s infinite 300ms 0 ease;
  -ms-animation: w1move 6s infinite 300ms 0 ease;
  -webkit-animation: w1move 6s infinite;
  animation: w1move 6s infinite;
}
#head_info h2 a .bildmarke .w2 {
  background-image: url("../_IMAGES/basic/logo-icon-w2.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
  -webkit-animation: w2move 6s infinite 300ms 0 ease;
  -moz-animation: w2move 6s infinite 300ms 0 ease;
  -ms-animation: w2move 6s infinite 300ms 0 ease;
  -webkit-animation: w2move 6s infinite;
  animation: w2move 6s infinite;
}
#head_info h2 a .bildmarke .w3 {
  background-image: url("../_IMAGES/basic/logo-icon-w3.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
  -webkit-animation: w3move 6s infinite 300ms 0 ease;
  -moz-animation: w3move 6s infinite 300ms 0 ease;
  -ms-animation: w3move 6s infinite 300ms 0 ease;
  -webkit-animation: w3move 6s infinite;
  animation: w3move 6s infinite;
}
#head_info h2 a .schrift {
  background-image: url("../_IMAGES/basic/logo-schrift.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: calc(15.60891938%);
  display: block;
  top: 0;
  left: 0;
}
#head_info h2 a:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#head_info h2 a span {
  display: none;
}
#head_info h3 {
  display: none;
}
/* ----------------------------------------------------------

    Contact Info Elemente

------------------------------------------------------------*/
#contact_info 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;
  color: #004d97;
  font-weight: 600;
  line-height: 1.2em;
}
#contact_info p a {
  color: #004d97;
}
#contact_info p a:hover {
  color: #575756;
}
#contact_info div.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-right: 15px;
  padding-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #contact_info div.mburger_container {
    padding-right: 20px;
  }
}
#contact_info div.mburger_container .mburger {
  width: 48px;
  height: 48px;
  -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: #004d97;
  background-color: transparent;
  border: none;
  --mb-button-size: 48px;
  --mb-bar-width: 1;
  --mb-bar-height: 6px;
  --mb-bar-spacing: 12px;
  --mb-animate-timeout: 0.4s;
}
#contact_info div.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;
}
@media (min-width: 0px) and (max-width: 979px) {
  #contact_info div.mburger_container .mburger {
    width: 38px;
    height: 38px;
    --mb-button-size: 38px;
    --mb-bar-height: 4px;
    --mb-bar-spacing: 9px;
  }
}
/* ----------------------------------------------------------

    Header Elemente

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

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main p {
  display: none;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  padding: 14px 0px;
  text-align: center;
}
#nav_main p br {
  display: none;
}
@media (min-width: 0px) and (max-width: 979px) {
  #nav_main p {
    display: block;
  }
}
#nav_main ul {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  font-weight: 600;
  text-transform: uppercase;
  /*display: flex;
          flex-wrap: wrap;
          justify-content: center;*/
}
@media (min-width: 0px) and (max-width: 979px) {
  #nav_main ul {
    display: none;
  }
}
#nav_main ul li {
  /*flex: 0 1 auto;*/
  padding: 14px 0px;
  /*position: relative;*/
  float: left;
  margin-right: 45px;
}
#nav_main ul li a {
  color: #ffffff;
  display: inline-block;
  position: relative;
}
#nav_main ul li a:after {
  /*content: '';
                     position: absolute;
                     top: 100%;
                     left: 0;
                     width: 100%;
                     height: 1px;
                     display: block;
                     border: 0px transparent none;
                     margin-top: 10px;
                     .transition(all 0.5s swing);*/
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 14px;
  display: block;
  height: 7px;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
#nav_main ul li a:hover {
  color: #ffffff;
  color: #c7c7c6;
}
#nav_main ul li a:hover:after {
  /*border: 6px @red solid;*/
  width: 100%;
  background: #004d97;
}
#nav_main ul li.current_page_item a,
#nav_main ul li.current-page-parent a {
  display: inline-block;
  color: #ffffff;
  position: relative;
}
#nav_main ul li.current_page_item a:after,
#nav_main ul li.current-page-parent a:after {
  /*content: '';
                     position: absolute;
                     top: 100%;
                     left: 0;
                     width: 100%;
                     height: 1px;
                     display: block;
                     border: 6px @red solid;
                     margin-top: 10px;*/
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 14px;
  width: 100%;
  display: block;
  height: 7px;
  background: #004d97;
}
#nav_main ul li.current_page_item a:hover,
#nav_main ul li.current-page-parent a:hover {
  color: #c7c7c6;
}
/* ----------------------------------------------------------

    Content Main Elemente     

------------------------------------------------------------*/
#content_main h1 {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  color: #004d97;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}
#content_main h1 em {
  color: #575756;
  display: block;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}
#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;
  margin-bottom: 0.8em;
  padding-top: 0.8em;
}
#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;
  color: #004d97;
  font-weight: 600;
  padding-top: 0.8em;
  margin-bottom: 1.2em;
}
#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: 0.2em;
}
#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.4em;
}
#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.4em;
}
#content_main ul li {
  position: relative;
  padding: 1px 0px 1px 52px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main ul li:before {
  /*font-family: Arial;*/
  color: inherit;
  font-size: inherit;
  position: absolute;
  top: 0px;
  left: 21px;
  content: "\2022";
  display: inline-block;
}
#content_main .blue {
  color: #004d97;
}
#content_main .nospace {
  margin-bottom: 0;
}
@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 .ansprechpartner .fl-callout {
  margin-bottom: 2.8em;
}
#content_main .ansprechpartner .fl-callout .fl-callout-content {
  vertical-align: top;
}
#content_main .ansprechpartner .fl-callout .fl-callout-content h3.fl-callout-title {
  color: #004d97;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
}
#content_main .ansprechpartner .fl-callout .fl-callout-content .fl-callout-text h4 {
  font-weight: 600;
  margin-bottom: 0.296em;
}
#content_main .uebersicht .fl-module-content {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
#content_main .uebersicht p {
  text-align: right;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 100%;
}
@media (min-width: 0px) and (max-width: 979px) {
  #content_main .uebersicht p {
    position: relative;
    right: 0;
    bottom: 0;
  }
}
#content_main .simulation .fl-module-content {
  margin-top: 0;
  margin-bottom: 0;
}
#content_main .simulation h3.fl-callout-title {
  margin-bottom: 0.8em;
}
#content_main .simulation .fl-callout-photo {
  margin-bottom: 1.4em;
}
#content_main .fl-post-grid-post.leistungen {
  border: 2px #575756 solid;
  padding: 15px;
}
#content_main .fl-post-grid-post.leistungen .fl-post-grid-image {
  margin-bottom: 15px;
}
#content_main .fl-post-grid-post.leistungen .fl-post-grid-text h2.fl-post-grid-title {
  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;
  text-transform: uppercase;
  border-bottom: 2px #575756 solid;
  padding-bottom: 10px;
}
#content_main .fl-post-grid-post.leistungen .fl-post-grid-text .fl-post-grid-content 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;
  font-weight: 600;
  border-bottom: 2px #575756 solid;
  padding: 10px 0;
}
#content_main .fl-post-grid-post.leistungen .fl-post-grid-text .fl-post-grid-content a.fl-post-grid-more {
  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;
  color: #004d97;
  padding: 10px 0;
  display: block;
}
#content_main .fl-post-grid-post.leistungen .fl-post-grid-text .fl-post-grid-content a.fl-post-grid-more:hover {
  color: #575756;
}
#content_main .referenzen .fl-callout .fl-photo {
  margin-bottom: 20px;
  overflow: hidden;
}
#content_main .referenzen .fl-callout .fl-photo img.kenburns {
  -webkit-animation-name: kenburns2;
  animation-name: kenburns2;
  -webkit-animation-duration: 3s;
  -o-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
#content_main .referenzen .fl-callout .fl-callout-content {
  vertical-align: top;
}
#content_main .referenzen .fl-callout .fl-callout-content h3.fl-callout-title {
  color: #004d97;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 0;
  border-bottom: 2px #575756 solid;
  padding-bottom: 12px;
}
#content_main .referenzen .fl-callout .fl-callout-content .fl-callout-text p {
  font-weight: 600;
  line-height: 1.2em;
  padding-bottom: 1.3em !important;
}
#content_main .referenzen .fl-callout .fl-callout-content .fl-callout-text p:last-child {
  padding-bottom: 0 !important;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer {
  padding: 21px 0 120px 0;
}
#footer p {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
}
#footer p a:after {
  content: "\00a0|";
  color: #575756;
}
#footer p a:last-child:after {
  content: none;
}
#footer p a[aria-current="page"] {
  color: #004d97;
}
#footer p.fleft {
  float: left;
}
@media (min-width: 0px) and (max-width: 979px) {
  #footer p.fleft {
    float: none;
  }
}
#footer p.fright {
  float: right;
}
@media (min-width: 0px) and (max-width: 979px) {
  #footer p.fright {
    float: none;
  }
}
/* ----------------------------------------------------------

    Tipholder Bug Beaverbuilder

------------------------------------------------------------*/
.netzwerk.fl-builder #tiptip_holder {
  -moz-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  -o-transform: translate(0, -150%);
  -webkit-transform: translate(0, -150%);
  transform: translate(0, -150%);
  display: none;
}
.netzwerk.fl-builder #tiptip_content {
  font-size: 11px;
  line-height: 11px;
  padding: 4px 8px;
  display: none;
}
.netzwerk.fl-builder #tiptip_holder.tip_top {
  display: none;
}
