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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#fixed #row_1 #center_1,
#fixed #row_2 #center_2,
#fixed #row_2 #center_2 #header_b,
#row_3 #center_3,
#row_4 #center_4,
#row_5 #center_5,
#nav_main ul,
#nav_social ul {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#fixed #row_1 #center_1:before,
#fixed #row_1 #center_1:after,
#fixed #row_2 #center_2:before,
#fixed #row_2 #center_2:after,
#fixed #row_2 #center_2 #header_b:before,
#fixed #row_2 #center_2 #header_b:after,
#row_3 #center_3:before,
#row_3 #center_3:after,
#row_4 #center_4:before,
#row_4 #center_4:after,
#row_5 #center_5:before,
#row_5 #center_5:after,
#nav_main ul:before,
#nav_main ul:after,
#nav_social ul:before,
#nav_social ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
#fixed #row_1 #center_1:after,
#fixed #row_2 #center_2:after,
#fixed #row_2 #center_2 #header_b:after,
#row_3 #center_3:after,
#row_4 #center_4:after,
#row_5 #center_5:after,
#nav_main ul:after,
#nav_social 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: #00519a;
  background-color: #e8e8e8;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #00519a;
  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: #575756;
  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: #00519a;
  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: #575756;
  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: 0.8em;
  margin-top: 3px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .alignleft {
    float: none;
  }
}
.alignright {
  display: inline;
  float: right;
  margin-left: 0.8em;
  margin-top: 3px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .alignright {
    float: none;
  }
}
.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: 23px;
  /*x*/
  line-height: 1.3em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 1140px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 700;
  font-style: normal;
  clear: both;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}
#content_main h1 {
  font-size: 2.08695652em;
}
@media (min-width: 0px) and (max-width: 1140px) {
  #content_main h1 {
    font-size: 1.86956522em;
  }
}
#content_main h2 {
  font-size: 1.30434783em;
}
#content_main h3 {
  font-size: 1em;
}
#content_main h4,
#content_main ul.facts,
#content_main .fl-module-post-grid.standard .fl-post-feed-meta {
  font-size: 1.2173913em;
}
#nav_main ul ul,
#nav_main h3 {
  font-size: 1.08695652em;
}
#head_info h3 {
  font-size: 1.52173913em;
}
.is_stuck #nav_main ul {
  font-size: 0.82608696em;
}
/* ----------------------------------------------------------

    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: 1140px) {
  .grid-margin {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* Grid ---------------------------------------------------*/
#fixed {
  position: relative;
  z-index: 99999;
}
#fixed #row_1 {
  width: 100%;
}
#fixed #row_1 #center_1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#fixed #row_1 #center_1 #header_a {
  margin-left: 25px;
  margin-right: 25px;
  padding: 30px 0 35px 0;
  background-image: url("../_IMAGES/basic/Logo_Erdbeere_Weck.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 123px;
  min-height: 123px;
}
@media (min-width: 0px) and (max-width: 1140px) {
  #fixed #row_1 #center_1 #header_a {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 0px) and (max-width: 1140px) {
  #fixed #row_1 #center_1 #header_a {
    padding: 24px 0 28px 0;
  }
}
@media (min-width: 0px) and (max-width: 1140px) {
  #fixed #row_1 #center_1 #header_a {
    background-image: url("../_IMAGES/basic/Logo_Erdbeere_Weck.svg");
    background-repeat: no-repeat;
    background-position: top 24px right;
    background-size: auto 66.4px;
    min-height: 98.4px;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  #fixed #row_1 #center_1 #header_a {
    background-image: url("../_IMAGES/basic/Logo_Erdbeere_Weck.svg");
    background-repeat: no-repeat;
    background-position: top 24px right;
    background-size: auto 49.8px;
    min-height: 73.8px;
  }
}
#fixed #row_2 {
  width: 100%;
  background-color: #00519a;
}
#fixed #row_2 #center_2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#fixed #row_2 #center_2 #header_b {
  margin-left: 25px;
  margin-right: 25px;
}
@media (min-width: 0px) and (max-width: 1140px) {
  #fixed #row_2 #center_2 #header_b {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#fixed #row_2 #center_2 #header_b #nav_main {
  float: left;
}
#fixed #row_2 #center_2 #header_b #nav_social {
  float: right;
}
#row_3 {
  width: 100%;
  position: relative;
  z-index: 1;
}
#row_3 #center_3 {
  /*.grid-container;*/
}
#row_3 #center_3 #header_c {
  /*.grid-margin;*/
}
#row_3 #center_3 #header_c #header_img_container {
  position: relative;
  margin-bottom: 25px;
}
#row_3 #center_3 #header_c #header_img_container #header_img {
  height: 660px;
}
#row_3 #center_3 #header_c #header_img_container #header_gallon {
  /*display: block;
                  background-color: fade(@white, 58%);
                  height: 170px;
                  width: 100%;
                  max-width: 1200px;
                  position: absolute;
                  right: 50%;
                  bottom: -25px;
                  .transform(translateX(-13%));
                  .border-radiuses(@topright: 60px);
                  .background-image("glaeserraport.png", repeat-x, bottom right 32px, auto auto);*/
  display: block;
  background-color: rgba(255, 255, 255, 0.58);
  height: 170px;
  width: 300%;
  position: absolute;
  right: 60%;
  bottom: -25px;
  -webkit-border-top-right-radius: 60px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 60px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-image: url("../_IMAGES/basic/glaeserraport.png");
  background-repeat: repeat-x;
  background-position: bottom right 31px;
  background-size: auto 92.35294118%;
  -webkit-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -o-transform: translateX(25px);
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #header_gallon {
    right: 40%;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  #row_3 #center_3 #header_c #header_img_container #header_gallon {
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
#row_3 #center_3 #header_c #header_img_container #header_gallon hr {
  display: none;
}
.single-post #row_3 {
  display: none;
}
#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;
  padding: 45px 0 75px 0;
}
@media (min-width: 0px) and (max-width: 1140px) {
  #row_4 #center_4 #mmain {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#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: 25px;
  margin-right: 25px;
  padding: 40px 0 80px 0;
}
@media (min-width: 0px) and (max-width: 1140px) {
  #row_5 #center_5 #foot {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#canvas {
  background-color: #ffffff;
  /*tmp*/
  /*@media @desktop {
        background-color: fade(green, 80%);
    }*/
  /*@media @mobil-xs {
        background-color: fade(purple, 80%);
    }*/
}
@media (min-width: 980px) and (max-width: 1199px) {
  #canvas {
    /*background-color: fade(yellow, 80%);*/
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #canvas {
    /*background-color: fade(grey, 80%);*/
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #canvas {
    /*background-color: fade(silver, 80%);*/
  }
}
/* ----------------------------------------------------------

    Mobile Nav

------------------------------------------------------------*/
.netzwerk .mm-menu .mm-listview .mm-btn_next:after,
.netzwerk .mm-menu .mm-listview .mm-btn_next:after {
  border-color: #ffffff;
}
.netzwerk .mm-panels > .mm-panel > .mm-listview:first-child,
.netzwerk .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 20px;
  margin-bottom: 20px;
}
.netzwerk .mm-navbar > * {
  padding: 20px 0;
}
.netzwerk .mm-navbar__btn:before {
  bottom: -23px;
}
.netzwerk .mm-menu .mm-btn::after,
.netzwerk .mm-menu .mm-btn::before {
  border-color: #ffffff;
}
#sitemap {
  /*background-color: @green;*/
  /*.background-image("sitemap.svg", repeat-x, bottom left, auto auto);*/
  background-color: #00519a;
  /*.background-image("Logo_Erdbeere_Weck.svg", no-repeat, bottom 20px right 20px, auto 74px);*/
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -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 @tablet-to-mobil {
        .background-image("sitemap.svg", repeat-x, bottom left, auto 152px);
    }*/
  /*.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 (min-width: 0px) and (max-width: 767px) {
  #sitemap .mm-listview {
    font-size: 0.95652174em;
  }
}
@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,
#sitemap .current-page-parent a {
  /*font-weight: 500;*/
  color: rgba(255, 255, 255, 0.4);
}
/* ----------------------------------------------------------

    Fixed

------------------------------------------------------------*/
#fixed {
  background-color: rgba(255, 255, 255, 0.95);
  right: 0;
}
#fixed.is_stuck #row_1 #center_1 #header_a {
  /*padding: 30px 0 35px 0;*/
  padding: 18px 0 21px 0;
  background-image: url("../_IMAGES/basic/Logo_Erdbeere_Weck.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 73.8px;
  min-height: 73.8px;
}
@media (min-width: 0px) and (max-width: 1140px) {
  #fixed.is_stuck #row_1 #center_1 #header_a {
    background-image: url("../_IMAGES/basic/Logo_Erdbeere_Weck.svg");
    background-repeat: no-repeat;
    background-position: top 18px right;
    background-size: auto 49.8px;
    min-height: 49.8px;
  }
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.js #header_img_container {
  -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 #header_img_container.loaded {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.admin-bar #canvas {
  /*margin-top: 32px;*/
}
.netzwerk.fl-builder #row_4,
.netzwerk.single #row_4 {
  /*.grid-row;*/
}
.netzwerk.fl-builder #row_4 #center_4,
.netzwerk.single #row_4 #center_4 {
  /*.grid-container;
            &:extend(.clearfix all);*/
}
.netzwerk.fl-builder #row_4 #center_4 #mmain,
.netzwerk.single #row_4 #center_4 #mmain {
  /*.grid-margin;*/
  margin-left: 10px;
  margin-right: 10px;
  /*padding: 45px 0 75px 0;*/
  padding: 30px 0 60px 0;
}
@media (min-width: 0px) and (max-width: 1140px) {
  .netzwerk.fl-builder #row_4 #center_4 #mmain,
  .netzwerk.single #row_4 #center_4 #mmain {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.netzwerk.fl-builder .fl-row.standard,
.netzwerk.single .fl-row.standard {
  padding-right: 10.16949153%;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .netzwerk.fl-builder .fl-row.standard,
  .netzwerk.single .fl-row.standard {
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 1140px) {
  .netzwerk.fl-builder .fl-row.standard,
  .netzwerk.single .fl-row.standard {
    padding-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 1140px) {
  .netzwerk.fl-builder .fl-col-small,
  .netzwerk.single .fl-col-small {
    max-width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 1140px) {
  .netzwerk.fl-builder .fl-photo-align-center,
  .netzwerk.single .fl-photo-align-center {
    text-align: left;
    max-width: 323px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .netzwerk.fl-builder .fl-photo-align-center,
  .netzwerk.single .fl-photo-align-center {
    max-width: 100%;
  }
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 0px) and (max-width: 1140px) {
  #head_info {
    display: block;
  }
}
#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/head_info_h2_a.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 260px;
  height: 83px;
  display: block;
}
@media (min-width: 0px) and (max-width: 1140px) {
  #head_info h2 a {
    width: 208px;
    height: 66.4px;
    max-width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  #head_info h2 a {
    width: 156px;
    height: 49.8px;
    max-width: 100%;
  }
}
#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 {
  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;
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  line-height: auto;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.04em;
  margin-left: 10px;
  position: relative;
  bottom: -5px;
}
@media (min-width: 0px) and (max-width: 1140px) {
  #head_info h3 {
    bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    font-size: 1.2173913em;
  }
}
@media (min-width: 0px) and (max-width: 320px) {
  #head_info h3 {
    font-size: 0.91304348em;
  }
}
.is_stuck #head_info h2 a {
  width: 156px;
  height: 49.8px;
}
.is_stuck #head_info h3 {
  font-size: 0.91304348em;
  bottom: -3px;
}
/* ----------------------------------------------------------

    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: 1140px) {
  #nav_main h3 {
    display: block;
    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;
    /*padding: 16px 0 11px 0;*/
    padding: 13px 0 9px 0;
  }
  #nav_main h3 a {
    color: #ffffff;
  }
  #nav_main h3 a:hover {
    color: rgba(255, 255, 255, 0.4);
  }
}
#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;
  /*padding: 16px 0 11px 0;*/
}
@media (min-width: 0px) and (max-width: 1140px) {
  #nav_main ul {
    display: none;
  }
}
#nav_main ul li {
  float: left;
  position: relative;
  padding: 16px 0 11px 15px;
  /*&.menu-item-24 {
                 // Achtung asymetrische Verschiebung!
                 ul {
                     left: 50%;
                    .transform(translateX(-50%));
                 }
              }*/
}
#nav_main ul li:after {
  content: '|';
  margin: 0 0 0 15px;
  color: #ffffff;
}
#nav_main ul li:first-child {
  padding-left: 0;
}
#nav_main ul li:last-child:after {
  content: none;
  display: none;
}
#nav_main ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.03em;
}
#nav_main ul li a:hover {
  color: rgba(255, 255, 255, 0.4);
}
#nav_main ul li.current_page_item a,
#nav_main ul li.current-page-parent a {
  color: rgba(255, 255, 255, 0.4);
}
#nav_main ul li.current_page_item ul li a,
#nav_main ul li.current-page-parent ul li a {
  color: #575756;
}
#nav_main ul li.current_page_item ul li a:hover,
#nav_main ul li.current-page-parent ul li a:hover {
  color: #00519a;
}
#nav_main ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 15px 30px 10px 15px;
}
#nav_main ul li ul li {
  float: none;
  padding: 0 0 10px 0;
  white-space: nowrap;
}
#nav_main ul li ul li:after {
  content: none;
  display: none;
}
#nav_main ul li ul li a {
  color: #575756;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.03em;
}
#nav_main ul li ul li a:hover {
  color: #00519a;
}
#nav_main ul li ul li.current_page_item a {
  color: #00519a;
}
.is_stuck #nav_main ul li ul {
  -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);
  background-color: rgba(255, 255, 255, 0.95);
}
.is_stuck #nav_main ul li ul li {
  padding: 0 0 0 0;
}
/* ----------------------------------------------------------

    Nav Social Elemente

------------------------------------------------------------*/
#nav_social 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;
}
#nav_social ul li {
  float: left;
  margin-right: 5px;
  padding: 16px 0 11px 0;
}
#nav_social ul li:last-child {
  margin-right: 0;
}
#nav_social ul li a {
  color: #ffffff;
}
#nav_social ul li a:before {
  font-family: "Icofont";
  color: #ffffff;
}
#nav_social ul li a:hover,
#nav_social ul li a:hover:before {
  color: rgba(255, 255, 255, 0.4);
}
#nav_social ul li a span {
  display: none;
}
#nav_social ul li.facebook a:before {
  content: '\ed37';
}
#nav_social ul li.instagramm a:before {
  content: '\ed46';
}
#nav_social ul li.xing a:before {
  content: '\ed87';
}
#nav_social ul li.linkedin a:before {
  content: '\ed4d';
}
/* ----------------------------------------------------------

    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;
  font-weight: 700;
  margin-bottom: 0.05em;
}
#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;
  margin-bottom: 0.6em;
}
#content_main h3 {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  font-weight: 700;
  margin-bottom: 0.3em;
}
#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;
  color: #575756;
  margin-bottom: 1.3em;
}
#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: 0.6em;
}
#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: 0.6em;
}
#content_main ul li {
  position: relative;
  padding: 1px 0px 1px 20px;
  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 ul.facts li {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.3em;
  padding: 1px 0px 1px 35px;
  letter-spacing: 0.03em;
}
#content_main ul.facts li:before {
  font-family: 'FontAwesome';
  content: "\f044";
  text-transform: none;
  top: 3px;
  font-weight: 400;
}
#content_main ul.facts li em,
#content_main ul.facts li i {
  display: block;
  font-weight: 400;
  color: #575756;
  font-style: normal;
  text-transform: none;
}
#content_main p a,
#content_main ul a {
  color: #00519a;
  border-bottom: 1px #00519a dotted;
}
#content_main p a:hover,
#content_main ul a:hover {
  color: #575756;
  border-bottom: 1px #575756 dotted;
}
@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 .grey {
  color: #575756;
}
#content_main .blue {
  color: #00519a;
}
#content_main p.double-space,
#content_main h1.double-space,
#content_main h2.double-space,
#content_main h3.double-space,
#content_main h4.double-space,
#content_main ul.double-space,
#content_main div.double-space {
  margin-bottom: 2em;
}
#content_main span.download,
#content_main p.download a {
  display: inline-block;
  position: relative;
  padding: 1px 0px 1px 35px;
}
#content_main span.download:before,
#content_main p.download a:before {
  font-family: 'FontAwesome';
  content: "\f019";
  text-transform: none;
  font-weight: 400;
  font-size: inherit;
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
}
#content_main span.extern,
#content_main p.extern a {
  display: inline-block;
  position: relative;
  padding: 1px 0px 1px 35px;
  border-bottom: 1px #00519a solid;
}
#content_main span.extern:hover,
#content_main p.extern a:hover {
  border-bottom: 1px #575756 solid;
}
#content_main span.extern:before,
#content_main p.extern a:before {
  font-family: 'FontAwesome';
  content: "\f0a9";
  text-transform: none;
  font-weight: 400;
  font-size: inherit;
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
}
#content_main p.download strong {
  font-size: 1.17391304em;
  letter-spacing: 0.03em;
  margin-bottom: 1.3em;
  display: block;
}
#content_main .fl-row.startseitenteaser .fl-callout-photo {
  margin-bottom: 1em;
}
#content_main .fl-row.ansprechpartner .fl-callout-photo {
  width: 60%;
  padding-right: 15px;
  padding-top: 5px;
}
@media (min-width: 0px) and (max-width: 1140px) {
  #content_main .fl-row.ansprechpartner .fl-callout-photo {
    width: 100%;
    padding-right: 0;
  }
}
#content_main .fl-row.ansprechpartner .fl-callout-content {
  width: 40%;
  vertical-align: top;
}
@media (min-width: 0px) and (max-width: 1140px) {
  #content_main .fl-row.ansprechpartner .fl-callout-content {
    width: 100%;
    font-size: 1.3em;
  }
}
#content_main .fl-row.ansprechpartner .fl-callout-content h3 {
  font-size: 0.86956522em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
#content_main .fl-row.ansprechpartner .fl-callout-content h4 {
  font-size: 0.7826087em;
  font-weight: 700;
  color: #00519a;
  margin-bottom: 0.6em;
}
#content_main .fl-row.ansprechpartner .fl-callout-content p {
  font-size: 0.65217391em;
  line-height: 1.3em;
}
#content_main .fl-row.ansprechpartner .fl-callout-content p a {
  font-weight: 700;
}
#content_main .fl-module-post-grid.standard {
  margin-bottom: 60px;
}
#content_main .fl-module-post-grid.standard h2.fl-post-feed-title {
  margin-bottom: 0.05em;
}
#content_main .fl-module-post-grid.standard .fl-post-feed-meta {
  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: #575756;
  margin-bottom: 1.3em;
  font-size: 96%;
}
#content_main .fl-module-post-grid.standard .fl-post-feed-post {
  border-bottom: 0;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 1140px) {
  #footer {
    display: block;
  }
}
#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;
  color: #706f6f;
}
#footer p a {
  color: #706f6f;
  display: block;
}
#footer p a:hover {
  color: #00519a;
}
@media (min-width: 0px) and (max-width: 1140px) {
  #footer .fleft {
    padding-bottom: 25px;
  }
}
#footer .fleft:nth-child(1) {
  background-image: url("../_IMAGES/basic/head_info_h2_a.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 186px auto;
  padding-left: 201px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #footer .fleft:nth-child(1) {
    background-image: url("../_IMAGES/basic/head_info_h2_a.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 149px auto;
    padding-left: 161px;
  }
}
@media (min-width: 0px) and (max-width: 1140px) {
  #footer .fleft:nth-child(1) {
    background-image: url("../_IMAGES/basic/head_info_h2_a.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 111px auto;
    padding-left: 123px;
  }
}
@media (min-width: 0px) and (max-width: 1140px) {
  #footer .fleft:nth-child(2) {
    padding-left: 123px;
  }
}
#footer .fleft:nth-child(3) {
  background-image: url("../_IMAGES/basic/Logo_Erdbeere_Weck.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 123px;
  padding-left: 125px;
  min-height: 123px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #footer .fleft:nth-child(3) {
    background-image: url("../_IMAGES/basic/Logo_Erdbeere_Weck.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 99px;
    padding-left: 100px;
    min-height: 99px;
  }
}
@media (min-width: 0px) and (max-width: 1140px) {
  #footer .fleft:nth-child(3) {
    background-image: url("../_IMAGES/basic/Logo_Erdbeere_Weck.svg");
    background-repeat: no-repeat;
    background-position: top left 15px;
    background-size: auto 74px;
    padding-left: 123px;
    min-height: 74px;
    padding-bottom: 0px;
  }
}
