@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: #204865;
  background-color: #ffffff;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #204865;
  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: #528fab;
  text-decoration: none;
}
a:hover img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -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;
  text-decoration: none;
}
a:visited,
a:active,
a:focus {
  color: #204865;
  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: #528fab;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
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: 'Carlito', Arial, Helvetica, Verdana, sans-serif;
}
#id {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
}
/* ----------------------------------------------------------

    Schriftgrößen  (Bootstrap Basis 14px)

------------------------------------------------------------*/
/*  Root em ------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 30px;
  /*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.6em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h1 {
    font-size: 1.28em;
  }
}
#content_main h2 {
  font-size: 1.2em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h2 {
    font-size: 1.08em;
  }
}
#content_main h3 {
  font-size: 1.2em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h3 {
    font-size: 1.08em;
  }
}
#content_main blockquote p,
#content_main p.pbig {
  font-size: 1.2em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main blockquote p,
  #content_main p.pbig {
    font-size: 1.08em;
  }
}
#content_main .accordion-standard .fl-accordion-button-label {
  font-size: 1.2em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .accordion-standard .fl-accordion-button-label {
    font-size: 1.08em;
  }
}
#sitemap {
  font-size: 1.2em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap {
    font-size: 1.08em;
  }
}
#content_main p.psmall {
  font-size: 0.93333333em;
}
#footer,
#footer_6 {
  font-size: 0.8em;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 36px;
  margin-right: 36px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .grid-margin {
    margin-left: 26px;
    margin-right: 26px;
  }
}
/* Grid ---------------------------------------------------*/
#row_1 {
  width: 100%;
  padding: 20px 72px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_1 {
    padding: 20px 36px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 {
    padding: 20px 26px 20px 26px;
  }
}
#row_1 #center_1 #header_a {
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a {
    padding-top: 64px;
  }
}
#row_1 #center_1 #header_a #head_info {
  float: left;
}
#row_1 #center_1 #header_a #nav_main {
  /*float: right;*/
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_1 #center_1 #header_a #nav_main {
    bottom: 28px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a #nav_main {
    bottom: auto;
    top: 0;
  }
}
#row_3 {
  width: 100%;
}
#row_3 #center_3 #header_c #header_img_container {
  position: relative;
}
#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_3 #center_3 #header_c #header_img_container:after {
  content: '';
  width: 100%;
  height: 72px;
  background-color: rgba(78, 136, 162, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_3 #center_3 #header_c #header_img_container:after {
    height: 57.6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container:after {
    height: 28.8px;
  }
}
#row_3 #center_3 #header_c #header_img_container #header_show .flickity-viewport {
  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_show .flickity-viewport {
    height: 556.8px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #header_show .flickity-viewport {
    height: 278.4px;
  }
}
#row_3 #center_3 #header_c #header_img_container #header_show .carousel-cell {
  width: 1200px;
  margin-right: 0px;
  height: 696px;
  position: relative;
  z-index: 1;
  /*height: 100%;*/
  /*width: 66.666666%;
                    max-width: 1199px;*/
  /*.opacity(0.4);*/
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_3 #center_3 #header_c #header_img_container #header_show .carousel-cell {
    height: 556.8px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #header_show .carousel-cell {
    height: 278.4px;
  }
}
#row_3 #center_3 #header_c #header_img_container #header_show .carousel-cell.is-selected {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #header_show .carousel-cell {
    max-width: 100%;
  }
}
#row_3 #center_3 #header_c #header_img_container #header_show .carousel-cell.dark {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#row_3 #center_3 #header_c #header_img_container #header_show .carousel-cell.dark:after {
  content: '';
  display: block;
  background-color: #204865;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -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_show .carousel-cell.dark img {
  /*.opacity(0.2);*/
  position: relative;
  z-index: 1;
  /*.transition(opacity 0.4s linear);*/
}
#row_3 #center_3 #header_c #header_img_container #header_show .carousel-cell.dark.is-selected:after {
  /*width: 0px;
                                height: 0px;*/
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#row_3 #center_3 #header_c #header_img_container #header_show .carousel-image {
  margin-right: 0px;
}
#row_3 #center_3 #header_c #header_img_container #header_show .flickity-button-icon {
  fill: #204865;
}
#row_3 #center_3 #header_c #header_img_container #header_show .flickity-prev-next-button {
  /*top:50%;
                     width:44px;
                     height:44px;
                     border-radius:50%;
                     transform:translateY(-50%)*/
  z-index: 999;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #header_show .flickity-prev-next-button {
    /*width:26px;
                        height:26px;
                        .border-radius(13px);
                        -webkit-background-clip: initial;
                        -moz-background-clip: initial;
                        background-clip: initial;*/
  }
}
#row_3 #center_3 #header_c #header_img_container #header_show .flickity-prev-next-button .flickity-button-icon {
  /*position:absolute;
                     left:20%;
                     top:20%;
                     width:60%;
                     height:60%*/
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #header_show .flickity-prev-next-button .flickity-button-icon {
    /*left:5.2px;
                         top:5.2px;
                         width:15.6px;
                         height:15.6px;*/
  }
}
#row_4 {
  width: 100%;
}
.error404 #row_4 {
  width: 100%;
}
.error404 #row_4 #center_4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.error404 #row_4 #center_4 #mmain {
  margin-left: 36px;
  margin-right: 36px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .error404 #row_4 #center_4 #mmain {
    margin-left: 26px;
    margin-right: 26px;
  }
}
#row_5 {
  width: 100%;
}
#row_5 #center_5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_5 #center_5 #foot {
  margin-left: 36px;
  margin-right: 36px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_5 #center_5 #foot {
    margin-left: 26px;
    margin-right: 26px;
  }
}
#row_6 {
  width: 100%;
  border-top: 2px #204865 solid;
}
#row_6 #center_6 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_6 #center_6 #foot_6 {
  margin-left: 36px;
  margin-right: 36px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_6 #center_6 #foot_6 {
    margin-left: 26px;
    margin-right: 26px;
  }
}
#sitemap {
  /*.mm-menu_tip-top::before {
        top: -13px;
    }*/
}
#sitemap.mm-menu {
  --mm-color-background: #4e88a2;
  --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: 60px;
  font-weight: 400;
  background-image: url("../_IMAGES/basic/dot-half.svg");
  background-repeat: no-repeat;
  background-position: bottom 36px left;
  background-size: 184px auto;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #sitemap.mm-menu {
    --mm-listitem-size: 40px;
    background-image: url("../_IMAGES/basic/dot-half.svg");
    background-repeat: no-repeat;
    background-position: bottom 36px left;
    background-size: 147.2px auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap.mm-menu {
    background-image: url("../_IMAGES/basic/dot-half.svg");
    background-repeat: no-repeat;
    background-position: bottom 36px left;
    background-size: 110.4px auto;
  }
}
#sitemap.mm-menu_offcanvas {
  max-width: 540px;
}
#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: 72px;
}
#sitemap .mm-listitem .mm-listitem__text:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 0px) and (max-width: 1199px) {
  #sitemap .mm-listitem .mm-listitem__text {
    padding-left: 26px;
  }
}
#sitemap .mm-listitem.current-menu-item .mm-listitem__text,
#sitemap .mm-listitem.current_page_item .mm-listitem__text {
  color: rgba(255, 255, 255, 0.5);
}
#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;
}
/* ----------------------------------------------------------

    Preload + Effects

------------------------------------------------------------*/
.js body {
  -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;
  -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 {
  width: 100%;
  -webkit-clip-path: circle(20% at 50% 50%);
  clip-path: circle(20% at 50% 50%);
  -webkit-transition: clip-path 1s;
  -moz-transition: clip-path 1s;
  -ms-transition: clip-path 1s;
  -o-transition: clip-path 1s;
  transition: clip-path 1s;
  transition-delay: 0.5s;
}
.js body #row_3 #center_3 #header_c #header_img_container:before {
  /*content: '';
           width: 28%;
           height:100%;
           .background-image("logo-lines.svg", no-repeat, center center, 100% auto);
           position: absolute;
           left: 50%;
           top: 0;
           .transform(translateX(-50%));
           z-index: 2;
           .opacity(1);
           .transition(all 1s linear);
           .transition-delay(0.5s);*/
}
.js body #row_1,
.js body #row_2,
.js body #row_4,
.js body #row_5,
.js body #row_6 {
  -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;
  transition-delay: 1s;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container:before {
  /*.opacity(0);
           .background-image("logo-lines.svg", no-repeat, center center, 100% auto);*/
}
.js body.loaded #row_1,
.js body.loaded #row_2,
.js body.loaded #row_4,
.js body.loaded #row_5,
.js body.loaded #row_6 {
  -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: 700;
}
.fl-builder.netzwerk .fl-builder-content .fl-row-bg-photo {
  position: relative;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info {
  width: 608px;
  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: 486.4px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #head_info {
    width: 486.4px;
  }
}
#head_info h2 {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
}
#head_info h2 a {
  background-image: url("../_IMAGES/basic/logo-neu.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  height: 0;
  padding-top: calc(24.34210526%);
  display: block;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  #head_info h2 a {
    background-image: url("../_IMAGES/basic/logo-neu.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
}
#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_burger .mburger_container {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  /*text-align: right;*/
  /*padding-top: 10px; */
}
#nav_main #nav_burger .mburger_container .mburger {
  width: 66px;
  height: 52px;
  -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: #204865;
  background-color: transparent;
  border: none;
  text-align: right;
  --mb-button-size: 66px;
  --mb-bar-width: 1;
  --mb-bar-height: 4px;
  --mb-bar-spacing: 18px;
  --mb-animate-timeout: 0.4s;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #nav_main #nav_burger .mburger_container .mburger {
    width: 52px;
    height: 40px;
    --mb-button-size: 52px;
    --mb-bar-height: 3px;
    --mb-bar-spacing: 13px;
  }
}
#nav_main #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_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 {
  /* a.fl-accordion-button-icon,
    {
       &:visited, &:active, &:focus{
         border: none !important;
         outline: none !important;
       }
    }*/
}
#content_main h1 {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  font-weight: 700;
  padding: 1em 0 0px 0;
  margin-bottom: 0.6em;
}
#content_main h1 em {
  display: block;
  font-style: normal;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h1 em {
    display: inline;
  }
}
#content_main h1.no_space {
  margin-bottom: 0;
}
#content_main .row-h1 .fl-row-content-wrap {
  background-color: rgba(78, 136, 162, 0.2);
}
#content_main .row-h1 h1 {
  padding: 0px 0 0px 0;
  margin-bottom: 0;
}
#content_main h2 {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  color: #528fab;
  margin-bottom: 1.2em;
  padding-top: 36px;
}
#content_main h2.circle {
  position: relative;
  padding: 36px 0 0 45px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h2.circle {
    padding: 36px 0 0 35px;
  }
}
#content_main h2.circle:before {
  font-family: 'icofont';
  color: inherit;
  font-size: inherit;
  position: absolute;
  top: 36px;
  left: 0;
  content: "\eff7";
  display: inline-block;
}
#content_main h3 {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  color: #528fab;
  margin-bottom: 0.2em;
}
#content_main p {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  margin-bottom: 1.2em;
}
#content_main p.pbig {
  line-height: 1.2em;
  color: #528fab;
}
#content_main p.psmall {
  line-height: 1.2em;
}
#content_main p.sprunganker {
  position: absolute;
  top: -208px;
  left: 0;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #content_main p.sprunganker {
    top: -178px;
  }
}
@media (min-width: 0px) and (max-width: 1199px) {
  #content_main p.sprunganker {
    top: -206px;
  }
}
#content_main blockquote {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  padding-left: 2.4em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main blockquote {
    padding-left: 1.2em;
  }
}
#content_main blockquote p {
  font-style: italic;
  line-height: 1.2em;
}
#content_main blockquote p em {
  font-size: 70%;
  font-style: normal;
  padding-top: 0.6em;
  display: block;
}
#content_main ul {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  margin-bottom: 1.2em;
}
#content_main ul li {
  position: relative;
  padding: 1px 0px 1px 35px;
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 0.2em;
}
@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: #204865;
  font-size: inherit;
  position: absolute;
  top: 2px;
  left: 0;
  content: "\ea69";
  display: inline-block;
}
#content_main ul ul {
  margin-bottom: 0;
  font-size: inherit;
  padding-top: 0.2em;
}
#content_main ul ul li:before {
  font-family: 'Carlito';
  color: inherit;
  font-size: inherit;
  position: absolute;
  top: 0px;
  left: 0;
  content: "\2022";
  display: inline-block;
}
#content_main ul.fl-builder-submenu {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
}
#content_main ul.fl-builder-submenu a:before {
  content: none;
}
#content_main ul.fl-builder-submenu li {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
}
#content_main ul.fl-builder-submenu li:before {
  content: none;
}
#content_main p a:before,
#content_main ul a:before {
  content: '→\00a0';
  position: relative;
  top: -2px;
}
#content_main p a[href^=tel],
#content_main ul a[href^=tel] {
  color: inherit;
  text-decoration: inherit;
}
#content_main p a[href^=tel]:before,
#content_main ul a[href^=tel]: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 .link-mail a:before,
#content_main a .link-mail:before {
  font-family: 'icofont';
  content: "\efb4";
  font-size: inherit;
  margin-right: 10px;
  font-weight: 400;
}
#content_main .link-pin a:before,
#content_main a .link-pin:before {
  font-family: 'icofont';
  content: "\ef79";
  font-size: inherit;
  margin-right: 10px;
  font-weight: 400;
}
#content_main .phone:before {
  font-family: 'icofont';
  content: "\efbb";
  font-size: inherit;
  margin-right: 10px;
}
#content_main .fax:before {
  font-family: 'icofont';
  content: "\efb2";
  font-size: inherit;
  margin-right: 10px;
}
#content_main .fl-module-callout.zitat-spezial .fl-callout-photo {
  position: relative;
}
#content_main .fl-module-callout.zitat-spezial .fl-callout-photo:after {
  content: '';
  width: 76%;
  height: 72px;
  background-color: rgba(78, 136, 162, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #content_main .fl-module-callout.zitat-spezial .fl-callout-photo:after {
    height: 57.6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .fl-module-callout.zitat-spezial .fl-callout-photo:after {
    height: 43.2px;
  }
}
#content_main .fl-module-callout.zitat-spezial .fl-callout-photo .fl-photo {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
#content_main .fl-module-callout.zitat-spezial .fl-callout-text-wrap {
  position: relative;
  margin-bottom: 1.2em;
}
#content_main .fl-module-callout.zitat-spezial .fl-callout-text-wrap:after {
  content: '';
  width: 76%;
  height: 100%;
  background-color: rgba(78, 136, 162, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#content_main .fl-module-callout.zitat-spezial .fl-callout-text {
  padding: 1.6em 20px 1.6em 0;
}
#content_main .fl-module-callout.zitat-spezial .fl-callout-text blockquote p {
  margin-bottom: 0;
}
#content_main .row-photo h1,
#content_main .row-photo h2,
#content_main .row-photo h3,
#content_main .row-photo h4,
#content_main .row-photo h5,
#content_main .row-photo h6,
#content_main .row-photo p,
#content_main .row-photo ul {
  color: #ffffff;
}
#content_main .row-photo h1 {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  margin-bottom: 0.6em;
  padding-top: 0.2em;
}
#content_main .row-photo h1.no_space {
  margin-bottom: 0;
}
#content_main .row-photo a {
  color: #ffffff;
}
#content_main .row-photo a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#content_main .row-footer-zitat blockquote {
  padding: 0.6em 0 0.6em 0;
}
#content_main .row-footer-zitat blockquote p {
  margin-bottom: 0;
}
#content_main .fl-accordion-button-icon-left,
#content_main .fl-accordion-button-icon-right {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#content_main .fl-accordion-button-label:focus,
#content_main .fl-accordion-button-label:active,
#content_main .fl-accordion-button-icon:focus,
#content_main .fl-accordion-button-icon:active {
  border: none !important;
  outline: none !important;
  outline-style: none;
  outline-width: 0;
  outline-color: transparent !important;
}
#content_main .fl-accordion-button-label:focus,
#content_main .fl-accordion-button-label:active,
#content_main .fl-accordion-button-icon:focus,
#content_main .fl-accordion-button-icon:active {
  border: none !important;
  outline: none !important;
  outline-width: 0;
  box-shadow: none;
  border-color: transparent;
  background: none;
  outline-color: transparent !important;
  outline-style: none;
  text-decoration: none;
}
#content_main .accordion-standard .fl-accordion {
  margin-bottom: 1.2em;
}
#content_main .accordion-standard .fl-accordion-button-label {
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .accordion-standard .fl-accordion-button-label {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer {
  padding: 36px 0px 36px 0px;
  position: relative;
  width: 100%;
}
#footer p {
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  color: #204865;
  line-height: 1.2em;
  font-weight: 400;
}
#footer p a {
  color: #204865;
  display: inline;
}
#footer p a:hover {
  color: #528fab;
}
#footer p a[aria-current="page"] {
  color: #528fab;
}
#footer p .link-mail a:before,
#footer p a .link-mail:before {
  font-family: 'icofont';
  content: "\efb4";
  font-size: inherit;
  margin-right: 5px;
  font-weight: 400;
}
#footer p .link-pin a:before,
#footer p a .link-pin:before {
  font-family: 'icofont';
  content: "\ef79";
  font-size: inherit;
  margin-right: 5px;
  font-weight: 400;
}
#footer p .phone:before {
  font-family: 'icofont';
  content: "\efbb";
  font-size: inherit;
  margin-right: 5px;
}
#footer p .fax:before {
  font-family: 'icofont';
  content: "\efb2";
  font-size: inherit;
  margin-right: 5px;
}
#footer .fc1,
#footer .fc2,
#footer .fc3 {
  /*width: 33%;*/
  /*float: left; */
  padding: 0 20px 0 0px;
  position: relative;
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #footer .fc1,
  #footer .fc2,
  #footer .fc3 {
    padding: 0 0 20px 0;
  }
}
#footer .fc1 {
  width: 33%;
  float: left;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #footer .fc1 {
    width: 100%;
    float: none;
  }
}
#footer .fc2 {
  width: 33%;
  float: left;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #footer .fc2 {
    width: 100%;
    float: none;
  }
}
#footer .fc3 {
  width: 33%;
  float: right;
  padding-right: 0;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #footer .fc3 {
    width: 100%;
    float: none;
    padding: 0 0 0 0;
  }
}
#footer_6 {
  padding: 25px 0 25px 0;
}
#footer_6 p {
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  color: #204865;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
}
#footer_6 p a {
  color: #204865;
  display: inline-block;
  margin-right: 0px;
}
#footer_6 p a:after {
  content: "\00a0|";
}
#footer_6 p a:last-child:after {
  content: none;
}
#footer_6 p a:hover {
  color: #528fab;
}
#footer_6 p a[aria-current="page"] {
  color: #528fab;
}
