@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_4 #center_4,
#row_5 #center_5,
#row_5 #center_5 #foot #footer {
  *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_4 #center_4:before,
#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 {
  content: " ";
  display: table;
}
.clearfix:after,
#row_1 #center_1:after,
#row_1 #center_1 #header_a:after,
#row_2 #center_2:after,
#row_4 #center_4:after,
#row_5 #center_5:after,
#row_5 #center_5 #foot #footer: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;
  background-color: #009ca5;
}
*,
*: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: #009ca5;
  text-decoration: none;
}
a:hover img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none;
}
a:visited,
a:active,
a:focus {
  color: #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: #009ca5;
  text-decoration: none;
}
strong,
i {
  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: 'Lato', 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: 22px;
  /*x*/
  line-height: 1.36em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 979px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 20px;
    /*x*/
  }
}
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.81818182em;
}
#content_main h1 em {
  font-size: 0.75em;
}
#content_main h2 {
  font-size: 1.22727273em;
}
#content_main h3.fl-callout-title {
  font-size: 1.04545455em;
}
#footer {
  font-size: 0.68181818em;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 25px;
  margin-right: 25px;
}
/* Grid ---------------------------------------------------*/
#canvas {
  background-color: #ffffff;
  animation: fadeIn;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
}
#row_1 {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0 22px 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#row_1 #center_1 {
  width: 100%;
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
}
#row_1 #center_1 #header_a {
  margin-left: 25px;
  margin-right: 25px;
}
#row_1 #center_1 #header_a #head_info {
  float: left;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#row_1 #center_1 #header_a #nav_burger {
  float: right;
  padding: 20px 50px 20px 50px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_1 #center_1 #header_a #nav_burger {
    padding: 2px 0px 20px 0px;
  }
}
#row_2 {
  width: 100%;
}
#row_2 #center_2 {
  /*.grid-container;*/
}
#row_2 #center_2 #header_b {
  /*.grid-margin;*/
}
#row_2 #center_2 #header_b #header_img_container {
  overflow: hidden;
}
#row_2 #center_2 #header_b #header_img_container #header_img {
  height: 72vh;
  max-height: 768px;
  width: 100%;
  /*.transform(translate3d(0,0,0) scale(1.25));
              .animation-timing-function(linear);
              &.loaded {
                  .transform(scale(1));
                  .transition(6.5s transform);
              }*/
  /*.animation(kenburns 20s infinite);
              .transform-origin(0 100% 0);*/
  -webkit-animation-name: kenburns2;
  animation-name: kenburns2;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 10s;
  -o-animation-duration: 10s;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_2 #center_2 #header_b #header_img_container #header_img {
    height: 48vh;
  }
}
.home #row_2 #center_2 #header_b #header_img_container #header_img {
  height: 100vh;
  max-height: 100vh;
}
@media (min-width: 0px) and (max-width: 979px) {
  .home #row_2 #center_2 #header_b #header_img_container #header_img {
    height: 100vh;
  }
}
#row_4 {
  width: 100%;
}
#row_4 #center_4 {
  width: 100%;
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
}
#row_4 #center_4 #mmain {
  margin-left: 25px;
  margin-right: 25px;
  padding: 55px 0 85px 0;
}
#row_4 #center_4 #mmain #content_main {
  /*tmp*/
  /*@media @desktop {
                    background-color: fade(green, 80%);
                }*/
  /*@media @laptop {
                    background-color: fade(yellow, 80%);
                }*/
  /*@media @tablet {
                    background-color: fade(grey, 80%);
                }*/
  /*@media @sd {
                    background-color: fade(grey, 80%);
                }*/
  /* @media @mobil {
                    background-color: fade(red, 80%);
                }*/
  /*@media @mobil-xs {
                    background-color: fade(purple, 80%);
                }*/
}
#row_5 {
  width: 100%;
  background-color: #009ca5;
  padding: 25px 0 100px 0;
}
#row_5 #center_5 {
  width: 100%;
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
}
#row_5 #center_5 #foot {
  margin-left: 25px;
  margin-right: 25px;
}
#sitemap {
  text-transform: uppercase;
}
#sitemap .mm-panel {
  /*-webkit-overflow-scrolling:auto;
         overflow:scroll;
         overflow-x:hidden;
         overflow-y:auto;*/
}
#sitemap.mm-menu {
  --mm-color-background: #009ca5;
  --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: 767px) {
  #sitemap.mm-menu_tip-bottom:before,
  #sitemap.mm-menu_tip-left:before,
  #sitemap.mm-menu_tip-right:before,
  #sitemap.mm-menu_tip-top:before {
    width: 30px;
    height: 30px;
  }
}
#sitemap.mm-menu_tip-right::before {
  right: 53px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #sitemap.mm-menu_tip-right::before {
    right: 8px;
  }
}
#sitemap .mm-panels {
  background: #009ca5;
  border-color: transparent;
  color: #ffffff;
}
#sitemap .mm-panel {
  --mm-color-background: #009ca5;
  --mm-color-text: #ffffff;
  --mm-color-button: transparent;
  /*padding-top: 40px;*/
}
#sitemap .mm-listitem .mm-listitem__text:hover {
  /*color: @lila-lighter;*/
  color: rgba(255, 255, 255, 0.6);
}
#sitemap .mm-listitem.current-menu-item .mm-listitem__text {
  /*color: @lila-lighter;*/
  color: rgba(255, 255, 255, 0.6);
}
#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;
}
/* ----------------------------------------------------------

    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: rgba(255, 255, 255, 0.8);
  -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);
}
#row_1.is_stuck #center_1 #header_a #head_info {
  width: 297.6px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_1.is_stuck #center_1 #header_a #head_info {
    width: 223.2px;
  }
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_1.is_stuck #center_1 #header_a #nav_burger {
    padding: 2px 0px 20px 0px;
  }
}
/* ----------------------------------------------------------

    Preload + Effects

------------------------------------------------------------*/
.js body {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s 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.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.netzwerk.fl-builder #row_4 {
  /*.grid-row;*/
}
.netzwerk.fl-builder #row_4 #center_4 {
  /*.grid-container;
            &:extend(.clearfix all);*/
}
.netzwerk.fl-builder #row_4 #center_4 #mmain {
  /*.grid-margin; */
  margin-left: 0px;
  margin-right: 0px;
  padding: 30px 0 60px 0;
}
.netzwerk.fl-builder .fl-module.standard .fl-module-content {
  padding-right: 19.59183673%;
}
@media (min-width: 0px) and (max-width: 979px) {
  .netzwerk.fl-builder .fl-module.standard .fl-module-content {
    padding-right: 0;
  }
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info {
  width: 372px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #head_info {
    width: 297.6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #head_info {
    width: 223.2px;
  }
}
#head_info h2 a {
  background-image: url("../_IMAGES/basic/logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  /*width: 372px;
            height: 103px;*/
  height: 0;
  padding-top: calc(27.68817204%);
  display: block;
}
#head_info h2 a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#head_info h2 a span {
  display: none;
}
#head_info h3 {
  display: none;
}
/* ----------------------------------------------------------

    Nav Burger

------------------------------------------------------------*/
#nav_burger .mburger_container {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  text-align: right;
  /*padding-top: 10px; */
}
#nav_burger .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: #009ca5;
  background-color: transparent;
  border: none;
  --mb-button-size: 48px;
  --mb-bar-width: 1;
  --mb-bar-height: 7px;
  --mb-bar-spacing: 11px;
  --mb-animate-timeout: 0.4s;
}
#nav_burger .mburger_container .mburger b {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 2px;
  background-clip: padding-box;
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_burger .mburger_container .mburger {
    width: 38px;
    height: 38px;
    --mb-button-size: 38px;
    --mb-bar-height: 6px;
    --mb-bar-spacing: 9px;
  }
}
/* ----------------------------------------------------------

    Header Elemente

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

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main p,
#nav_main hr {
  display: none;
}
#nav_main h3 {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main h3 {
    display: block;
  }
}
#nav_main ul li {
  float: left;
  margin-right: 0.68181818em;
}
#nav_main ul li:last-child {
  margin-right: 0;
}
/* ----------------------------------------------------------

    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;
  letter-spacing: 0.06em;
  line-height: 1.34em;
  margin-bottom: 0.9em;
}
#content_main h1 em {
  display: block;
  color: #009ca5;
  font-style: normal;
}
@media (min-width: 0px) and (max-width: 979px) {
  #content_main h1 em {
    line-height: 1.2em;
  }
}
#content_main h1 span.blue {
  color: #009ca5;
}
#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: 700;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}
#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;
}
#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.36em;
}
#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.36em;
}
#content_main ul li {
  position: relative;
  padding: 0px 0px 0px 15px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main ul li:before {
  font-family: 'FontAwesome';
  color: #009ca5;
  font-size: inherit;
  position: absolute;
  top: 1px;
  left: 0px;
  content: "\f0da";
  display: inline-block;
}
#content_main .extern a {
  /*font-weight: 500; */
}
#content_main .extern a:before {
  content: '\f045';
  font-family: 'FontAwesome';
  margin: 0 5px;
  position: relative;
  bottom: -2px;
}
@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 .blue {
  color: #009ca5;
}
#content_main .teaser .fl-callout {
  cursor: pointer;
}
#content_main .teaser .fl-callout .fl-photo .fl-photo-content {
  position: relative;
}
#content_main .teaser .fl-callout .fl-photo .fl-photo-content a img {
  position: relative;
  z-index: 1;
  outline: 2px solid white;
  outline-offset: -15px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in;
  -moz-transition: all 0.6s ease-in;
  -ms-transition: all 0.6s ease-in;
  -o-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
#content_main .teaser .fl-callout .fl-photo .fl-photo-content a:hover img {
  -webkit-opacity: 0.32;
  -moz-opacity: 0.32;
  opacity: 0.32;
}
#content_main .teaser .fl-callout .fl-photo .fl-photo-content a:before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../_IMAGES/basic/teaser-1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 127px auto;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
  /*.transition(transform 0.4s linear);*/
}
#content_main .teaser .fl-callout .fl-photo .fl-photo-content a:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  /*.transform(rotate(360deg)); */
}
#content_main .teaser .fl-callout h3.fl-callout-title {
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 0px) and (max-width: 979px) {
  #content_main .teaser .fl-callout h3.fl-callout-title {
    text-align: left;
  }
}
#content_main .teaser .fl-callout h3.fl-callout-title a {
  color: #009ca5;
}
#content_main .teaser .fl-callout h3.fl-callout-title a:hover {
  color: #575756;
}
#content_main .teaser.teaser-1 .fl-callout .fl-photo .fl-photo-content a:before {
  background-image: url("../_IMAGES/basic/teaser-1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 127px auto;
}
#content_main .teaser.teaser-2 .fl-callout .fl-photo .fl-photo-content a:before {
  background-image: url("../_IMAGES/basic/teaser-2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 127px auto;
}
#content_main .teaser.teaser-3 .fl-callout .fl-photo .fl-photo-content a:before {
  background-image: url("../_IMAGES/basic/teaser-3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 127px auto;
}
#content_main .teaser .fl-callout:hover .fl-photo .fl-photo-content a:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#content_main .teaser .fl-callout:hover .fl-photo .fl-photo-content a img {
  -webkit-opacity: 0.32;
  -moz-opacity: 0.32;
  opacity: 0.32;
}
#content_main .teaser .fl-callout:hover h3.fl-callout-title a {
  color: #575756;
}
#content_main .projects .fl-callout h2.fl-callout-title {
  margin-bottom: 0.8em;
}
#content_main .projects .fl-callout h2.fl-callout-title:after {
  content: '';
  display: block;
  height: 5px;
  width: 40%;
  background-color: #009ca5;
  margin-top: 10px;
}
#content_main .projects .fl-callout-content {
  padding-left: 25px;
  vertical-align: top;
}
@media (min-width: 0px) and (max-width: 979px) {
  #content_main .projects .fl-callout-content {
    padding-left: 0;
  }
}
#content_main .projects.no-headline .fl-callout h2.fl-callout-title {
  display: none;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer {
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 979px) {
  #footer {
    display: block;
  }
}
#footer .fc1,
#footer .fc2,
#footer .fc3 {
  /*width: 33%;*/
  /*float: left; */
  padding: 0 25px 0 25px;
}
@media (min-width: 0px) and (max-width: 979px) {
  #footer .fc1,
  #footer .fc2,
  #footer .fc3 {
    padding: 0 0 25px 0;
  }
}
#footer .fc3 {
  -ms-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
#footer .fc1,
#footer .fc2 {
  border-right: 1px solid #ffffff;
  /* width:20%; */
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 0px) and (max-width: 979px) {
  #footer .fc1,
  #footer .fc2 {
    border-right: none;
  }
}
#footer h3 {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  font-weight: 700;
  line-height: 1.4em;
}
#footer p {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  line-height: 1.4em;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: rgba(255, 255, 255, 0.4);
}
#footer a:after {
  content: "\00a0|";
  color: #ffffff;
}
#footer a:last-child:after {
  content: none;
}
#footer a[aria-current="page"] {
  color: rgba(255, 255, 255, 0.4);
}
#footer .phone:before {
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: inherit;
  content: "\f095";
  display: inline-block;
}
