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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#row_1 #center_1,
#row_2 #center_2,
#row_2 #center_2 #header_b,
#row_3 #center_3,
#row_3 #center_3 #header_c #gallon_box #nav_main,
#row_4 #center_4,
#row_5 #center_5,
#row_6 #center_6 {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#row_1 #center_1:before,
#row_1 #center_1:after,
#row_2 #center_2:before,
#row_2 #center_2:after,
#row_2 #center_2 #header_b:before,
#row_2 #center_2 #header_b:after,
#row_3 #center_3:before,
#row_3 #center_3:after,
#row_3 #center_3 #header_c #gallon_box #nav_main:before,
#row_3 #center_3 #header_c #gallon_box #nav_main:after,
#row_4 #center_4:before,
#row_4 #center_4:after,
#row_5 #center_5:before,
#row_5 #center_5:after,
#row_6 #center_6:before,
#row_6 #center_6:after {
  content: " ";
  display: table;
}
.clearfix:after,
#row_1 #center_1:after,
#row_2 #center_2:after,
#row_2 #center_2 #header_b:after,
#row_3 #center_3:after,
#row_3 #center_3 #header_c #gallon_box #nav_main:after,
#row_4 #center_4:after,
#row_5 #center_5: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: #899395;
  background-color: #354147;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #899395;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
a:hover {
  color: #b1b8b9;
  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: #899395;
  text-decoration: none;
  border-style: none;
  border-width: 0;
  outline-style: none;
  outline-width: 0;
}
strong,
b {
  font-weight: 500;
}
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: 20px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* ----------------------------------------------------------

    Schriftarten

------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: 'Calluna-Sans', Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Calluna, Georgia, serif;
  font-weight: 500;
}
.calluna {
  font-family: Calluna, Georgia, serif;
  font-weight: inherit;
}
#claim {
  font-family: saint-andrews, Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
}
/*#content_main .open_sans p {
    font-family: 'Open Sans', Arial, Helvetica,Verdana, sans-serif;
    font-weight: 400;
}
#content_main .open_sans_300  p {
     font-family: 'Open Sans', Arial, Helvetica,Verdana, sans-serif;
    font-weight: 300;
}
#content_main .roboto p {
   font-family: 'Roboto', Arial, Helvetica,Verdana, sans-serif;
    font-weight: 400;
}
#content_main .roboto_300 p {
    font-family: 'Roboto', Arial, Helvetica,Verdana, sans-serif;
    font-weight: 300;
}
#content_main .work_sans p {
   font-family: 'Work Sans', Arial, Helvetica,Verdana, sans-serif;
    font-weight: 400;
}
#content_main .work_sans_300 p {
   font-family: 'Work Sans', Arial, Helvetica,Verdana, sans-serif;
    font-weight: 300;
}*/
/* ----------------------------------------------------------

    Schriftgrößen  (Bootstrap Basis 14px)

------------------------------------------------------------*/
/*  Root em ------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 15px;
  /*x*/
  line-height: 1.5em;
  /*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;
}
#claim {
  font-size: 3.46666667em;
}
#content_main h1,
#content_main h2.fl-post-grid-title {
  font-size: 1.2em;
}
#content_main h2 {
  font-size: 1.13333333em;
}
#content_main h3 {
  font-size: 1.06666667em;
}
#nav_main {
  font-size: 1em;
}
@media (min-width: 0px) and (max-width: 850px) {
  #nav_main {
    font-size: 0.86666667em;
  }
}
#content_main #breadcrumbs {
  font-size: 0.86666667em;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 33px;
  margin-right: 33px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .grid-margin {
    margin-left: 8px;
    margin-right: 8px;
  }
}
/* Grid ---------------------------------------------------*/
#row_1 {
  width: 100%;
}
#row_1 #center_1 {
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
}
#row_1 #center_1 #header_a {
  margin-left: 33px;
  margin-right: 33px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#row_2 {
  width: 100%;
  position: relative;
  z-index: 99999;
}
#row_2 #center_2 {
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  /*.gradient(@startColor: @white, @endColor: lighten(@black,90%));*/
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d7dcde));
  background: -webkit-linear-gradient(top, #ffffff, #d7dcde);
  background: -moz-linear-gradient(top, #ffffff, #d7dcde);
  background: -ms-linear-gradient(top, #ffffff, #d7dcde);
  background: -o-linear-gradient(top, #ffffff, #d7dcde);
  padding-top: 15px;
}
#row_2 #center_2 #header_b {
  margin-left: 33px;
  margin-right: 33px;
  background-color: #ffffff;
  border-top: 1px #a0abaf solid;
  border-left: 1px #a0abaf solid;
  border-right: 1px #a0abaf solid;
  padding: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*.flex-justify-content (space-around);*/
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_2 #center_2 #header_b {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#row_2 #center_2 #header_b #header_img_1 {
  /*float: left;
               margin-right: 7px;*/
  padding: 0 3.5px 0 3.5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_2 #center_2 #header_b #header_img_1 {
    /*width: 33%;*/
    /*height: 100%;*/
    display: none;
  }
}
#row_2 #center_2 #header_b #header_img_2 {
  /*float: left;
               margin-right: 7px;*/
  padding: 0 3.5px 0 3.5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_2 #center_2 #header_b #header_img_2 {
    display: none;
  }
}
#row_2 #center_2 #header_b #head_info {
  background-color: #748187;
  /*width: 224px;*/
  width: 222px;
  /*height: 232px;*/
  height: 203px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*float: left;
                margin-right: 7px;*/
  margin: 0 3.5px 0 3.5px;
  position: relative;
  /*&:after {
                    content: '';
                    display: block;
                    z-index: 1;
                    position: absolute;
                    bottom: -8px;
                    left: 0;
                    width: 100%;
                    height: 8px;
                    background: @blue-middle;
                }
                #circle_1 {
                   position: absolute;
                   z-index: 3;
                   bottom: -33px;
                   left: 50%;
                   display: block;
                   width: 120px;
                   height: 120px;
                   .border-radius(60px);
                   margin-left: -60px;
                   background: @blue-middle;

                   border: solid 8px transparent;
                  border-bottom-color: @white;
                  background-clip: padding-box, border-box;
                  background-origin: padding-box, border-box;
                  background-size: 100% 100%, 100% 50%;
                  background-position: center center, center bottom;
                  background-repeat: no-repeat;

                }*/
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_2 #center_2 #header_b #head_info {
    /*width: 33%;*/
    /*height: 100%;*/
    width: 100%;
    height: 163px;
    margin: 0;
  }
}
#row_2 #center_2 #header_b #head_info:before {
  content: '';
  display: block;
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 24px;
  background: #748187;
}
#row_2 #center_2 #header_b #header_img_3 {
  /*float: left;
                margin-right: 7px;*/
  padding: 0 3.5px 0 3.5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_2 #center_2 #header_b #header_img_3 {
    display: none;
  }
}
#row_2 #center_2 #header_b #header_img_4 {
  /*float: left;*/
  padding: 0 3.5px 0 3.5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_2 #center_2 #header_b #header_img_4 {
    /*width: 33%;*/
    /*height: 100%;*/
    display: none;
  }
}
#row_3 {
  width: 100%;
  position: relative;
  z-index: 88888;
}
#row_3 #center_3 {
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  /*background-color: lighten(@black,85%);*/
  /*background-color: lighten(@blue-light,15%);*/
  background-color: #bcc3c6;
}
#row_3 #center_3 #header_c {
  margin-left: 33px;
  margin-right: 33px;
  background-color: #ffffff;
  border-left: 1px #a0abaf solid;
  border-right: 1px #a0abaf solid;
  padding: 0px 8px 0px 8px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#row_3 #center_3 #header_c #gallon_box {
  border: 1px #a0abaf solid;
  padding: 8px;
}
#row_3 #center_3 #header_c #gallon_box #claim {
  background-color: #a0abaf;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #gallon_box #nav_main {
    display: none;
  }
}
#row_3 #center_3 #header_c #gallon_box #mobil_header_img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*.flex-justify-content (space-around);*/
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
#row_4 {
  width: 100%;
  position: relative;
  z-index: 4;
}
#row_4 #center_4 {
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  /*.gradient(@startColor: lighten(@black,90%), @endColor:@white );*/
  background-color: #d7dcde;
  background: -webkit-gradient(linear, left top, left bottom, from(#d7dcde), to(#ffffff));
  background: -webkit-linear-gradient(top, #d7dcde, #ffffff);
  background: -moz-linear-gradient(top, #d7dcde, #ffffff);
  background: -ms-linear-gradient(top, #d7dcde, #ffffff);
  background: -o-linear-gradient(top, #d7dcde, #ffffff);
}
#row_4 #center_4 #mmain {
  margin-left: 33px;
  margin-right: 33px;
  background-color: #ffffff;
  border-left: 1px #a0abaf solid;
  border-right: 1px #a0abaf solid;
  /*padding: 66px 33px 66px 33px;*/
  padding: 66px 33px 132px 33px;
  background-image: url("../_IMAGES/basic/seal.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto auto;
  background-position: right 33px bottom 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 #mmain {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 #mmain {
    /*padding: 33px 16px 66px 16px;*/
    padding: 33px 16px 132px 16px;
    /*background-position: 100% 100%;*/
  }
}
#row_4 #center_4 #mmain #content_main {
  /*@media @laptop {
                     background-color: yellow;
                 }
                 @media @tablet {
                     background-color: grey;
                 }
                 @media @mobil {
                     background-color: silver;
                 }
                 @media @mobil-xs {
                     background-color: purple;
                 }*/
}
.svg #row_4 #center_4 #mmain {
  background-image: url("../_IMAGES/basic/seal.svg");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto auto;
  background-position: right 33px bottom 20px;
}
#row_5 {
  width: 100%;
}
#row_5 #center_5 {
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  /*.gradient(@startColor:@endColor: lighten(@black,90%), @white);*/
  background-color: #d7dcde;
  background: -webkit-gradient(linear, left top, left bottom, from(#d7dcde), to(#ffffff));
  background: -webkit-linear-gradient(top, #d7dcde, #ffffff);
  background: -moz-linear-gradient(top, #d7dcde, #ffffff);
  background: -ms-linear-gradient(top, #d7dcde, #ffffff);
  background: -o-linear-gradient(top, #d7dcde, #ffffff);
  padding-bottom: 15px;
}
#row_5 #center_5 #pre_foot {
  margin-left: 33px;
  margin-right: 33px;
  background-color: #ffffff;
  border-left: 1px #a0abaf solid;
  border-right: 1px #a0abaf solid;
  border-bottom: 1px #a0abaf solid;
  padding: 0px 8px 8px 8px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_5 #center_5 #pre_foot {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#row_5 #center_5 #pre_foot #gallon_box_2 {
  border: 1px #a0abaf solid;
  padding: 8px;
}
#row_5 #center_5 #pre_foot #gallon_box_2 #pre_footer {
  background-color: #a0abaf;
  padding: 15px;
}
#row_6 {
  width: 100%;
}
#row_6 #center_6 {
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
}
#row_6 #center_6 #foot {
  margin-left: 33px;
  margin-right: 33px;
  padding: 15px 0 33px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_6 #center_6 #foot {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#sitemap {
  background-color: #354147;
}
#sitemap a,
#sitemap a.mm-next,
#sitemap .mm-counter,
#sitemap .mm-next:before,
#sitemap .mm-next:after {
  color: #899395;
  border-color: #899395;
}
#sitemap .span.nav_act,
#sitemap a[aria-current="page"],
#sitemap .current-page-ancestor a {
  color: #ffffff;
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.fl-builder.netzwerk #row_4 #center_4 #mmain {
  /*padding: 66px 33px 132px 33px;*/
  padding: 46px 13px 111px 13px;
  margin-left: 33px;
  margin-right: 33px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder.netzwerk #row_4 #center_4 #mmain {
    /*padding: 33px 16px 66px 16px;*/
    padding: 13px 0px 111px 0px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.fl-builder.netzwerk .fl-row {
  /*&:first-child {
            .fl-module-content {
                margin-top: 0;

            }
        }
        &:last-child {
            .fl-module-content {
                margin-bottom: 0;

            }
        }*/
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder.netzwerk .fl-row .fl-module-content {
    margin: 16px;
  }
}
/* ----------------------------------------------------------

    Nav Header

------------------------------------------------------------*/
#nav_header * {
  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_header ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#nav_header ul li {
  padding: 5px 0 5px 10px;
}
#nav_header ul li a {
  color: #899395;
}
#nav_header ul li a:hover {
  color: #ffffff;
}
#nav_header ul li span.nav_act {
  color: #ffffff;
}
#nav_header ul li.mobil {
  font-size: 120%;
  padding: 5px 20px 5px 20px;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info * {
  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 {
  position: relative;
  z-index: 99999;
}
#head_info h2 a {
  background-image: url("../_IMAGES/basic/head_info_h2_a.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 207px;
  height: 132px;
  display: block;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #head_info h2 a {
    background-size: 95% auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #head_info h2 a {
    background-size: 95% auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #head_info h2 a {
    /* width: 100%;*/
    /*height: 100%;*/
    /*background-size: 95% auto;*/
  }
}
#head_info h2 a:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#head_info h2 a span {
  display: none;
}
#head_info h3 {
  display: none;
}
.svg #head_info h2 a {
  background-image: url("../_IMAGES/basic/head_info_h2_a.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .svg #head_info h2 a {
    background-size: 95% auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .svg #head_info h2 a {
    background-size: 95% auto;
  }
}
/* ----------------------------------------------------------

    Header Elemente

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

    claim

------------------------------------------------------------*/
#claim p {
  color: #ffffff;
  padding: 40px 8px 20px 8px;
  text-align: right;
  position: relative;
  left: -45px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #claim p {
    font-size: 60%;
    padding: 40px 0px 20px 0px;
  }
}
/* ----------------------------------------------------------

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main {
  /*border-top: 1px @blue-light solid;
    padding-top: 8px;*/
  background-color: #a0abaf;
}
#nav_main p,
#nav_main hr {
  display: none;
}
#nav_main * {
  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 {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main h3 {
    display: block;
  }
}
#nav_main ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main ul {
    display: none;
  }
}
#nav_main ul li {
  text-transform: uppercase;
  letter-spacing: 0.01em;
  position: relative;
  color: #ffffff;
}
#nav_main ul li a {
  /*color: @typo;*/
  color: #ffffff;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  padding: 15px 0;
}
#nav_main ul li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  /*transition: width .5s ease, background-color .5s ease;*/
  transition: width 0.5s ease, background-color 0.5s ease;
}
#nav_main ul li a:hover,
#nav_main ul li a.nav_act,
#nav_main ul li a[aria-current="page"] {
  color: #ffffff;
}
#nav_main ul li a:hover:after,
#nav_main ul li a.nav_act:after,
#nav_main ul li a[aria-current="page"]:after {
  /*border: 6px @red solid;*/
  width: 100%;
  background: #899395;
}
#nav_main ul li.sfHover a.sf-with-ul:after {
  background: #899395;
  width: 100%;
}
#nav_main ul li span.nav_act,
#nav_main ul li a[aria-current="page"],
#nav_main ul li.current_page_parent a {
  display: inline-block;
  position: relative;
  /*font-weight: 500;*/
  padding: 15px 0;
}
#nav_main ul li span.nav_act:after,
#nav_main ul li a[aria-current="page"]:after,
#nav_main ul li.current_page_parent a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  display: block;
  height: 3px;
  width: 100%;
  background: #899395;
  /*transition: width .5s ease, background-color .5s ease;*/
}
#nav_main ul li.current_page_parent ul {
  /*content: none;
                  display: none;*/
}
#nav_main ul ul,
#nav_main ul li.current_page_parent ul {
  /*display: none;*/
  display: inline-block;
  /*visibility: hidden;*/
  position: absolute;
  top: 100%;
  left: 50%;
  /*transform: translateX(-50%);*/
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: #f3f4f5;
  min-width: 100%;
  padding: 8px;
  margin-top: 12px;
  /*.box-shadow(0 6px 12px rgba(0, 0, 0, 0.176));*/
  /*.box-shadow(0 6px 12px rgba(0, 0, 0, 0.1));*/
}
#nav_main ul ul li,
#nav_main ul li.current_page_parent ul li {
  text-transform: none;
  letter-spacing: 0.04em;
  position: relative;
  font-size: 90%;
  padding-bottom: 4px;
}
#nav_main ul ul li a,
#nav_main ul li.current_page_parent ul li a {
  color: #899395;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
  -o-transition: color 0.5s linear;
  white-space: nowrap;
  padding: 0;
}
#nav_main ul ul li a:after,
#nav_main ul li.current_page_parent ul li a:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0px;
  display: block;
  height: 1px;
  width: 0;
  background: transparent;
  /*transition: width .5s ease, background-color .5s ease;*/
  transition: width 0.5s ease, background-color 0.5s ease;
}
#nav_main ul ul li a:hover,
#nav_main ul li.current_page_parent ul li a:hover,
#nav_main ul ul li a.nav_act,
#nav_main ul li.current_page_parent ul li a.nav_act,
#nav_main ul ul li a[aria-current="page"],
#nav_main ul li.current_page_parent ul li a[aria-current="page"] {
  color: #899395;
}
#nav_main ul ul li a:hover:after,
#nav_main ul li.current_page_parent ul li a:hover:after,
#nav_main ul ul li a.nav_act:after,
#nav_main ul li.current_page_parent ul li a.nav_act:after,
#nav_main ul ul li a[aria-current="page"]:after,
#nav_main ul li.current_page_parent ul li a[aria-current="page"]:after {
  /*border: 6px @red solid;*/
  width: 100%;
  background: #899395;
}
#nav_main ul ul li span.nav_act,
#nav_main ul li.current_page_parent ul li span.nav_act,
#nav_main ul ul li a[aria-current="page"],
#nav_main ul li.current_page_parent ul li a[aria-current="page"] {
  display: inline-block;
  position: relative;
  /*font-weight: 500;*/
  padding: 0;
  color: #899395;
}
#nav_main ul ul li span.nav_act:after,
#nav_main ul li.current_page_parent ul li span.nav_act:after,
#nav_main ul ul li a[aria-current="page"]:after,
#nav_main ul li.current_page_parent ul li a[aria-current="page"]:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0px;
  display: block;
  height: 1px;
  width: 100%;
  background: #899395;
  /*transition: width .5s ease, background-color .5s ease;*/
}
/* ----------------------------------------------------------

    Content Main Elemente

------------------------------------------------------------*/
#content_main h1,
#content_main h2,
#content_main h3,
#content_main p,
#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;
}
#content_main #breadcrumbs {
  padding: 0 33px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main #breadcrumbs {
    padding: 0 16px;
  }
}
#content_main #breadcrumbs ol {
  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;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#content_main #breadcrumbs ol li {
  margin: 0 2px;
}
#content_main #breadcrumbs ol li a {
  text-decoration: none;
  color: #b1b8b9;
}
#content_main #breadcrumbs ol li a:hover {
  color: #899395;
}
#content_main #breadcrumbs ol li a:after {
  content: ' / ';
}
#content_main #breadcrumbs ol li:last-child a:after {
  content: none;
}
#content_main h1 {
  text-transform: uppercase;
  color: #c39111;
  margin-bottom: 15px;
  letter-spacing: 0.04em;
  line-height: inherit;
  clear: none;
  font-weight: 500;
}
#content_main h2 {
  color: #c39111;
  padding-top: 15px;
  margin-bottom: 10px;
  clear: none;
  /*letter-spacing: 0.04em;*/
  line-height: inherit;
  font-weight: 500;
}
#content_main h2.fl-post-grid-title a {
  text-decoration: none;
  color: #c39111;
  -webkit-transition: all 0.5 linear;
  -moz-transition: all 0.5 linear;
  -ms-transition: all 0.5 linear;
  -o-transition: all 0.5 linear;
}
#content_main h2.fl-post-grid-title a:hover {
  color: #899395;
}
#content_main h2.fl-post-grid-title a:hover:before {
  margin-right: 5px;
}
#content_main h2.fl-post-grid-title a:before {
  font-family: FontAwesome;
  content: '\f178';
  margin-right: 10px;
  -webkit-transition: all 0.5 linear;
  -moz-transition: all 0.5 linear;
  -ms-transition: all 0.5 linear;
  -o-transition: all 0.5 linear;
}
#content_main h3 {
  margin-bottom: 5px;
  clear: none;
  line-height: inherit;
  /*letter-spacing: 0.02em;*/
  font-weight: 500;
}
#content_main p {
  margin-bottom: 15px;
  /*letter-spacing: 0.02em;*/
}
#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: 15px;
  /*letter-spacing: 0.02em;*/
}
#content_main ul li {
  position: relative;
  padding: 1px 0px 1px 10px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main ul li:before {
  /*font-family: Arial;*/
  font-size: inherit;
  position: absolute;
  top: 1px;
  left: 0;
  content: "\2022";
  display: inline-block;
}
@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 a {
  color: #899395;
  font-weight: 500;
  text-decoration: underline;
}
#content_main a:hover {
  color: #b1b8b9;
  text-decoration: none;
}
#content_main .alignleft {
  float: left;
  margin-top: 20px;
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .alignleft {
    float: none;
    margin-right: 0px;
  }
}
#content_main .alignright {
  float: right;
  margin-top: 20px;
  margin-left: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .alignright {
    float: none;
    margin-left: 0px;
  }
}
#content_main .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#content_main .fl-post-grid-post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .fl-post-grid-post {
    display: block;
  }
}
#content_main .fl-post-grid-image {
  max-width: 217px;
  max-width: 30%;
  margin-right: 10px;
  /*@media @mobil {
           max-width: 217px;
        }*/
}
#content_main .fl-post-grid-text {
  cursor: pointer;
}
#content_main .fl-post-grid-text:hover {
  background-color: #f3f4f5;
}
/* ----------------------------------------------------------

    Pre Footer

------------------------------------------------------------*/
#pre_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: #ffffff;
}
#pre_footer p a {
  color: #ffffff;
}
#pre_footer p a:hover {
  text-decoration: underline;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer p.fleft {
  float: left;
}
#footer p.fright {
  float: right;
}
#footer p a {
  color: #899395;
}
#footer p a:hover {
  color: #ffffff;
}
#footer p span.nav_act {
  color: #ffffff;
}
