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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#row_1 #center_1,
#row_1 #center_1 #header_a,
#row_2 #center_2,
#row_3 #center_3,
#row_4 #center_4 {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#row_1 #center_1:before,
#row_1 #center_1:after,
#row_1 #center_1 #header_a:before,
#row_1 #center_1 #header_a:after,
#row_2 #center_2:before,
#row_2 #center_2:after,
#row_3 #center_3:before,
#row_3 #center_3:after,
#row_4 #center_4:before,
#row_4 #center_4:after {
  content: " ";
  display: table;
}
.clearfix:after,
#row_1 #center_1:after,
#row_1 #center_1 #header_a:after,
#row_2 #center_2:after,
#row_3 #center_3:after,
#row_4 #center_4: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: #535353;
  background-color: #7d8878;
  min-width: 100%;
  min-height: 100%;
  position: relative;
}
a {
  color: #7d8878;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
a:hover {
  color: #6f796b;
  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: #7d8878;
  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: #6f796b;
  text-decoration: none;
}
strong,
b {
  font-weight: 400;
}
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: 300;
}
#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.2em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 22px;
    /*x*/
  }
}
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.5em;
  line-height: 1.2em;
}
#content_main h2 {
  /*font-size: unit(30 / @rem, em);
    line-height: 1.2em;*/
  font-size: 1.5em;
  line-height: 1.2em;
}
#content_main h3 {
  font-size: 1em;
  line-height: 1.2em;
}
#contact {
  font-size: 1.08333333em;
  line-height: 1.2em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #contact {
    font-size: 0.91666667em;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer {
    font-size: 0.91666667em;
  }
}
/* ----------------------------------------------------------

    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: 18px;
    margin-right: 18px;
  }
}
/* Grid ---------------------------------------------------*/
#canvas {
  background-color: #ffffff;
  position: static;
}
#row_1 {
  width: 100%;
  /*background-color: @white;
    .opacity(0.8);*/
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  padding: 20px 0;
  /*@media @mobil {
        position: static;
    }*/
  /*tmp*/
  /*@media @mobil-xs {
        background-color: fade(purple, 80%);
    }*/
}
#row_1.is_stuck {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) and (max-width: 10000px) {
  #row_1 {
    /*background-color: fade(green, 80%);*/
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  #row_1 {
    /*background-color: fade(yellow, 80%);*/
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_1 {
    /*background-color: fade(grey, 80%);*/
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 {
    /*background-color: fade(silver, 80%);*/
  }
}
#row_1 #center_1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_1 #center_1 #header_a {
  margin-left: 36px;
  margin-right: 36px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a {
    margin-left: 18px;
    margin-right: 18px;
  }
}
#row_1 #center_1 #header_a #head_info {
  float: left;
}
#row_1 #center_1 #header_a #nav_main {
  float: right;
}
#row_2 {
  width: 100%;
}
#row_2 #center_2 {
  /*.grid-container;*/
}
#row_2 #center_2 #header_b {
  /*.grid-margin;*/
}
#row_3 {
  width: 100%;
}
#row_3 #center_3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_3 #center_3 #mmain {
  margin-left: 36px;
  margin-right: 36px;
  padding: 40px 0 30px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #mmain {
    margin-left: 18px;
    margin-right: 18px;
  }
}
#row_4 {
  width: 100%;
}
#row_4 #center_4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_4 #center_4 #foot {
  margin-left: 36px;
  margin-right: 36px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 #foot {
    margin-left: 18px;
    margin-right: 18px;
  }
}
/* ----------------------------------------------------------

    Loader

------------------------------------------------------------*/
.js .netzwerk #preload {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.js .netzwerk #preload.loaded {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.loader {
  height: 2px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #eeeeee;
}
.loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 2px;
  background-color: #7d8878;
  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%;
  }
}
/* ----------------------------------------------------------

    Mobil Navigation

------------------------------------------------------------*/
.netzwerk .mm-menu_tip-right:before {
  right: 26px;
}
.netzwerk .mm-menu .mm-listview .mm-btn_next:after {
  border-color: #ffffff;
  right: 28px;
}
.netzwerk .mm-listview {
  padding-top: 24px;
}
.netzwerk .mm-listview.sub-menu {
  padding-top: 36px;
}
.netzwerk .mm-navbar > * {
  padding: 24px 0 24px 0;
}
.netzwerk .mm-menu .mm-btn:before {
  border-color: #ffffff;
}
.netzwerk .mm-btn_prev:before {
  top: 18px;
}
#sitemap {
  background-color: #6f796b;
  /*.opacity(0.9);*/
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  /*.mm-close {
        display: none;
    }*/
  /*.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
        background: rgba(255,255,255,.5);
        background: @red-dark;
        background-color: @red-dark;
    }*/
  /*#mm-2 span.nav_act, #mm-2 a.nav_act {
        background-color: @blue;
    }*/
}
#sitemap * {
  border: 0px transparent none;
  color: #ffffff;
  /*font-weight: 300;*/
}
#sitemap *:before {
  color: #ffffff;
}
#sitemap *:after {
  color: #ffffff;
}
#sitemap .mm-next:after,
#sitemap .mm-sronly:after,
#sitemap .mm-prev:before {
  color: #ffffff;
  border-color: #ffffff;
}
#sitemap .mm-listview {
  font-size: 1em;
  color: #ffffff;
  /*@media @mobil {
         font-size: unit(16 / @rem, em);
      }*/
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap a.mm-title {
    /*font-size: unit(16 / @rem, em);*/
  }
}
#sitemap .mm-close {
  font-size: 16px;
}
#sitemap .mm-close i {
  margin-right: 23px;
  margin-top: 5px;
}
#sitemap .mm-close:after,
#sitemap .mm-close:before {
  content: none;
}
#sitemap .mm-panel {
  padding-top: 20px;
}
#sitemap #mm-1 a,
#sitemap #mm-1 span.nav_act,
#sitemap a.mm-title {
  /*font-weight: 300;*/
  /*text-transform: uppercase;*/
}
#sitemap span.nav_act,
#sitemap a.nav_act,
#sitemap a:hover,
#sitemap .current-menu-item a,
#sitemap .current_page_item a {
  /*font-weight: 500;*/
  color: rgba(255, 255, 255, 0.4);
}
/* ----------------------------------------------------------

    Beaver Builder  + WP

------------------------------------------------------------*/
.admin-bar #row_1 {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #row_1 {
    top: 46px;
  }
}
.netzwerk.fl-builder {
  /*#row_3 #center_3 #mmain {
       padding: 4px 0 0 0; // Hier unten -6
       margin: 0;
    }
    .fl-row {
        @media @mobil {
        margin-left: unit(18,px);
        margin-right: unit(18,px);
        }
    }
    .fl-row-content-wrap {
        padding-left: 0;
        padding-right: 0;
        @media @mobil {
            padding-left: unit(18,px);
            padding-right: unit(18,px);
        }
    }*/
}
.netzwerk.fl-builder #row_3 #center_3 #mmain {
  padding: 4px 0 0 0;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .netzwerk.fl-builder #row_3 #center_3 #mmain {
    padding-bottom: 22px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .netzwerk.fl-builder .fl-module-content {
    margin-left: 18px;
    margin-right: 18px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .netzwerk.fl-builder .mitarbeiter .fl-module-content,
  .netzwerk.fl-builder .startseite-teaser .fl-module-content,
  .netzwerk.fl-builder .notare .fl-module-content {
    margin-bottom: 18px;
  }
}
.netzwerk.fl-builder .einspaltig .fl-module-content {
  padding-right: 19.5035461%;
}
@media (min-width: 0px) and (max-width: 979px) {
  .netzwerk.fl-builder .einspaltig .fl-module-content {
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .netzwerk.fl-builder .fl-col-small {
    max-width: 552px;
  }
}
/* ----------------------------------------------------------

    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: url("../_IMAGES/basic/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 241px;
  height: 89px;
  display: block;
  /*@media mobil{
                width: 150px;
                height: 150px;
                .background-image("logo.svg", no-repeat, center center, 100% auto);
            }*/
}
#head_info h2 a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#head_info h2 a span {
  display: none;
}
@media (min-width: 0px) and (max-width: 979px) {
  #head_info h2 a {
    width: 192px;
    height: 71px;
  }
}
#head_info h3 {
  display: none;
}
.is_stuck #head_info h2 a {
  /*width: 241px;
   height: 89px;*/
  width: 192px;
  height: 71px;
}
@media (min-width: 0px) and (max-width: 979px) {
  .is_stuck #head_info h2 a {
    width: 144px;
    height: 54px;
  }
}
/* ----------------------------------------------------------

    Header Elemente

------------------------------------------------------------*/
#header_img_container {
  /** For Edge**/
}
#header_img_container #header_img {
  width: 100%;
  height: 528px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
#header_img_container #nw_slideshow_container,
#header_img_container #nw_video_container {
  position: relative;
}
#header_img_container #nw_slideshow_container #nw_slideshow,
#header_img_container #nw_video_container #nw_slideshow,
#header_img_container #nw_slideshow_container #nw_video,
#header_img_container #nw_video_container #nw_video {
  position: relative;
  z-index: 1;
}
#header_img_container #nw_slideshow_container #nw_slideshow .slide,
#header_img_container #nw_video_container #nw_slideshow .slide,
#header_img_container #nw_slideshow_container #nw_video .slide,
#header_img_container #nw_video_container #nw_video .slide {
  width: 100%;
  height: 100vh;
  display: block;
}
#header_img_container #nw_slideshow_container #nw_slideshow_nav,
#header_img_container #nw_video_container #nw_slideshow_nav {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 40px;
  display: block;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  #header_img_container #nw_slideshow_container #nw_slideshow_nav,
  #header_img_container #nw_video_container #nw_slideshow_nav {
    bottom: 20px;
  }
}
#header_img_container #nw_slideshow_container #nw_slideshow_nav p,
#header_img_container #nw_video_container #nw_slideshow_nav 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;
}
#header_img_container #nw_slideshow_container #nw_slideshow_nav p a,
#header_img_container #nw_video_container #nw_slideshow_nav p a {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #header_img_container #nw_slideshow_container #nw_slideshow_nav p a,
  #header_img_container #nw_video_container #nw_slideshow_nav p a {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
#header_img_container #nw_slideshow_container #nw_slideshow_nav p a:hover,
#header_img_container #nw_video_container #nw_slideshow_nav p a:hover {
  background-color: rgba(125, 136, 120, 0.7);
}
#header_img_container #nw_slideshow_container #nw_slideshow_nav p a.activeSlide,
#header_img_container #nw_video_container #nw_slideshow_nav p a.activeSlide {
  background-color: rgba(125, 136, 120, 0.7);
}
#header_img_container #nw_slideshow_container #nw_slideshow_nav p a span,
#header_img_container #nw_video_container #nw_slideshow_nav p a span {
  display: none;
}
#header_img_container #contact {
  width: 100%;
  background-color: #7d8878;
  max-width: 1128px;
  margin: 0 auto;
  padding: 16px 0;
}
#header_img_container #contact 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: #ffffff;
  padding: 0 36px;
  text-align: center;
}
#header_img_container #contact p a {
  color: #ffffff;
}
#header_img_container #contact p a:hover {
  color: rgba(255, 255, 255, 0.4);
}
#header_img_container #contact p i {
  margin-right: 5px;
}
#header_img_container #contact p .s {
  margin: 0 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #header_img_container #contact p .s {
    display: block;
  }
}
#header_img_container #nw-fullwidth-video {
  height: 100vh;
  position: relative;
}
#header_img_container #nw-fullwidth-video .nw-fullwidth-video-bg {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0% 50%;
}
#header_img_container #nw-fullwidth-video video {
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@supports (-ms-ime-align:auto) {
  #fullwidth-video video {
    object-fit: none;
    margin: none;
    position: inherit;
    z-index: 1;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    height: auto;
    width: 100%;
  }
}
/* ----------------------------------------------------------

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main {
  /*p, hr {
          display: none;
      }*/
  /*ul {
          li {
              float: left;
              margin-right: unit((15/@rem), em);
              &:last-child{
                  margin-right: 0;
              }

              a {

              }
              span.nav_act{

              }

          }

      }*/
}
#nav_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;
}
#nav_main h3 a {
  color: #7d8878;
  font-size: 70px;
  line-height: 89px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #nav_main h3 a {
    font-size: 56px;
    line-height: 71px;
  }
}
@media (min-width: 0px) and (max-width: 979px) {
  #nav_main h3 a {
    font-size: 42px;
    line-height: 71px;
  }
}
.is_stuck #nav_main h3 a {
  font-size: 56px;
  line-height: 71px;
}
@media (min-width: 0px) and (max-width: 979px) {
  .is_stuck #nav_main h3 a {
    font-size: 42px;
    line-height: 54px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  .is_stuck #nav_main h3 a {
    font-size: 28px;
  }
}
/* ----------------------------------------------------------

    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: #7d8878;
  margin-bottom: 1.2em;
}
#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;
  color: #7d8878;
  margin-bottom: 0.6em;
}
#content_main h2.klein {
  /*font-size: unit(36 / @rem, em);
            line-height: 1.2em;*/
  font-size: 1.29166667em;
  line-height: 1.35em;
}
#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;
  margin-bottom: 0.4em;
}
#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.2em;
}
#content_main p:empty {
  display: none;
}
#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.2em;
}
#content_main ul li {
  position: relative;
  padding: 1px 0px 1px 11px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main ul li:before {
  /*font-family: Arial;*/
  font-size: inherit;
  position: absolute;
  top: 0px;
  left: 0;
  content: "\2022";
  display: inline-block;
}
#content_main .no_space {
  margin-bottom: 0;
}
#content_main p a,
#content_main ul a {
  font-weight: 400;
}
@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 .startseite-teaser .fl-callout .fl-callout-content .fl-callout-photo .fl-photo-content a {
  position: relative;
  display: inline-block;
}
#content_main .startseite-teaser .fl-callout .fl-callout-content .fl-callout-photo .fl-photo-content a:before {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  /*background-color: red;*/
  background-image: url("../_IMAGES/basic/teaser_overlay.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#content_main .startseite-teaser .fl-callout .fl-callout-content .fl-callout-photo .fl-photo-content a:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#content_main .startseite-teaser .fl-callout .fl-callout-content .fl-callout-photo .fl-photo-content a img {
  position: relative;
  z-index: 1;
}
#content_main .startseite-teaser .fl-callout .fl-callout-content .fl-callout-photo .fl-photo-content a:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#content_main .startseite-teaser .fl-callout .fl-callout-content h3.fl-callout-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-size: 1.5em;
  line-height: 1.2em;
  font-weight: 300;
}
#content_main .startseite-teaser .fl-callout .fl-callout-content h3.fl-callout-title a {
  color: #535353;
}
#content_main .startseite-teaser .fl-callout .fl-callout-content h3.fl-callout-title a:hover {
  color: #7d8878;
}
#content_main .notare .fl-photo-content {
  position: relative;
}
#content_main .notare .fl-photo-content:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  height: 15px;
  width: 50.72463768%;
  background-color: #7d8878;
  left: 0;
  bottom: 0;
}
#content_main .notare .fl-photo-content img {
  position: relative;
  z-index: 1;
}
#content_main .notare .slideshow-mitarbeiter-container .slideshow-mitarbeiter {
  width: 100%;
  height: 360px;
  display: block;
  overflow: hidden;
  position: relative;
}
#content_main .notare .slideshow-mitarbeiter-container .slideshow-mitarbeiter .slide:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  height: 15px;
  width: 50.72463768%;
  background-color: #7d8878;
  left: 0;
  bottom: 0;
}
#content_main .notare .slideshow-mitarbeiter-container .slideshow-mitarbeiter .slide img {
  position: relative;
  z-index: 1;
}
#content_main .mitarbeiter .fl-photo-content {
  position: relative;
}
#content_main .mitarbeiter .fl-photo-content:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  height: 15px;
  width: 50.72463768%;
  background-color: #7d8878;
  left: 0;
  bottom: 0;
}
#content_main .mitarbeiter .fl-photo-content img {
  position: relative;
  z-index: 1;
}
#content_main .mitarbeiter .slideshow-mitarbeiter-container .slideshow-mitarbeiter {
  width: 100%;
  height: 360px;
  display: block;
  overflow: hidden;
  position: relative;
}
#content_main .mitarbeiter .slideshow-mitarbeiter-container .slideshow-mitarbeiter .slide:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  height: 15px;
  width: 50.72463768%;
  background-color: #7d8878;
  left: 0;
  bottom: 0;
}
#content_main .mitarbeiter .slideshow-mitarbeiter-container .slideshow-mitarbeiter .slide img {
  position: relative;
  z-index: 1;
}
#content_main .mitarbeiter h2 {
  margin-bottom: 0;
}
#content_main .mitarbeiter h3 {
  margin-bottom: 1.2em;
}
#content_main .fl-accordion {
  border-top: 1px #535353 solid;
  padding-top: 5px;
}
#content_main .fl-accordion .fl-accordion-item {
  border: 0px transparent none;
  border-bottom: 1px #535353 solid;
}
#content_main .fl-accordion .fl-accordion-item .fl-accordion-button {
  font-weight: normal;
  /*padding: 25px 30px 25px 0px;*/
  padding: 3px 0px 12px 0px;
}
#content_main .fl-accordion .fl-accordion-item .fl-accordion-button-icon {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  vertical-align: top;
  padding-left: 36px;
}
#content_main .fl-accordion .fl-accordion-item .fl-accordion-content {
  /*padding: 0px 30px 25px 0px;*/
  padding: 12px 0px 0px 0px;
}
#content_main .fl-accordion .fl-accordion-item-active .fl-accordion-button {
  color: #7d8878;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer {
  padding: 30px 113px 30px 0;
  min-height: 81px;
  background-image: url("../_IMAGES/basic/wappen.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer {
    padding: 30px 94px 30px 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;
  font-weight: 400;
  line-height: 1.25em;
  color: #585e56;
}
#footer p a {
  color: #585e56;
}
#footer p a:hover {
  color: #97a093;
}
#footer p a:before {
  content: "\00b7\00a0";
}
#footer p a:first-child:before {
  content: none;
}
#footer p span.nav_act {
  color: #97a093;
}
