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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#row_1 #center_1,
#row_1 #center_1 #header_a,
#row_1 #center_1 #header_a #nav_head_quick,
#row_1 #center_1 #header_a #nav_head_social,
#row_2 #center_2,
#row_3 #center_3,
#row_4 #center_4,
#row_5 #center_5,
#row_5 #center_5 #foot_5 #footer_5,
#nav_head_quick ul,
#nav_head_social ul {
  *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_1 #center_1 #header_a #nav_head_quick:before,
#row_1 #center_1 #header_a #nav_head_quick:after,
#row_1 #center_1 #header_a #nav_head_social:before,
#row_1 #center_1 #header_a #nav_head_social: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,
#row_5 #center_5:before,
#row_5 #center_5:after,
#row_5 #center_5 #foot_5 #footer_5:before,
#row_5 #center_5 #foot_5 #footer_5:after,
#nav_head_quick ul:before,
#nav_head_quick ul:after,
#nav_head_social ul:before,
#nav_head_social ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
#row_1 #center_1:after,
#row_1 #center_1 #header_a:after,
#row_1 #center_1 #header_a #nav_head_quick:after,
#row_1 #center_1 #header_a #nav_head_social:after,
#row_2 #center_2:after,
#row_3 #center_3:after,
#row_4 #center_4:after,
#row_5 #center_5:after,
#row_5 #center_5 #foot_5 #footer_5:after,
#nav_head_quick ul:after,
#nav_head_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: #6b744d;
  background-color: #ffffff;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #b3c047;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
a:hover {
  color: #f3953f;
  text-decoration: none;
}
a:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
a:visited,
a:active,
a:focus {
  color: #b3c047;
  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: #f3953f;
  text-decoration: none;
}
strong {
  font-weight: 500;
}
dfn,
cite,
em,
i {
  font-style: normal;
}
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: 'Dosis', Roboto, 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: 38px;
  /*x*/
  line-height: 1.2em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 1199px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 30.4px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 24.32px;
  }
}
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.36842105em;
}
#nav_head_quick,
#nav_head_social {
  font-size: 0.63157895em;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #nav_head_quick {
    font-size: 0.75789474em;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_head_quick {
    font-size: 0.82105263em;
  }
}
#footer_5 {
  font-size: 0.73684211em;
}
#join-widget {
  font-size: 0.73684211em;
  line-height: 1.2em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #join-widget {
    font-size: 0.58947368em;
    line-height: 1.1em;
  }
}
#sitemap {
  font-size: 0.94736842em;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 24px;
  margin-right: 24px;
}
@media (min-width: 0px) and (max-width: 330px) {
  .grid-margin {
    margin-left: 12px;
    margin-right: 12px;
  }
}
/* Grid ---------------------------------------------------*/
#canvas {
  overflow: hidden;
}
#row_1 {
  width: 100%;
  background-color: #6b744d;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding: 11px 0;
  z-index: 9999;
}
#row_1 #center_1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_1 #center_1 #header_a {
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 330px) {
  #row_1 #center_1 #header_a {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a {
    padding: 5px 0;
  }
}
#row_1 #center_1 #header_a #nav_main-2 {
  display: inline;
  line-height: 32px;
  margin-right: 0px;
  left: -62px;
  top: 0;
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_1 #center_1 #header_a #nav_main-2 {
    top: -2px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a #nav_main-2 {
    left: 0px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    margin-right: 30px;
    top: -5px;
  }
}
#row_1 #center_1 #header_a #nav_head_quick {
  float: left;
  display: inline;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a #nav_head_quick {
    padding-left: 43px;
    display: none;
  }
}
#row_1 #center_1 #header_a #nav_head_social {
  float: right;
  display: inline;
}
#row_2 {
  width: 100%;
  position: relative;
  z-index: 999;
}
#row_2 #center_2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_2 #center_2 #header_b {
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 330px) {
  #row_2 #center_2 #header_b {
    margin-left: 12px;
    margin-right: 12px;
  }
}
#row_2 #center_2 #header_b #head_info {
  position: absolute;
  top: 50px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#row_2 #center_2 #header_b #nav_main {
  position: absolute;
  top: 115px;
  left: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_2 #center_2 #header_b #nav_main {
    top: 103.5px;
  }
}
#row_3 {
  width: 100%;
  position: relative;
  z-index: 1;
}
#row_3 #center_3 #header_c #header_img_container #header_img {
  height: 584px;
  width: 100%;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_3 #center_3 #header_c #header_img_container #header_img {
    height: 467.2px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #header_img {
    height: 373.76px;
  }
}
#row_3 #center_3 #header_c #header_img_container #header_img .header_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-1 {
  background-image: url("../_IMAGES/basic/h-1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-2 {
  background-image: url("../_IMAGES/basic/h-2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-3 {
  background-image: url("../_IMAGES/basic/h-3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-4 {
  background-image: url("../_IMAGES/basic/h-4.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-5 {
  background-image: url("../_IMAGES/basic/h-5.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-6 {
  background-image: url("../_IMAGES/basic/h-6.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-7 {
  background-image: url("../_IMAGES/basic/h-7.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-8 {
  background-image: url("../_IMAGES/basic/h-8.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-9 {
  background-image: url("../_IMAGES/basic/h-9.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-10 {
  background-image: url("../_IMAGES/basic/h-10.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-11 {
  background-image: url("../_IMAGES/basic/h-11.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #header_img .h-11 {
    background-image: url("../_IMAGES/basic/h-11.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 85%;
  }
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-12 {
  background-image: url("../_IMAGES/basic/h-12.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-13 {
  background-image: url("../_IMAGES/basic/h-13.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-14 {
  background-image: url("../_IMAGES/basic/h-14.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_3 #center_3 #header_c #header_img_container #header_img .h-15 {
  background-image: url("../_IMAGES/basic/h-15.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
#row_4 {
  width: 100%;
  position: relative;
  z-index: 999;
}
#row_4 #center_4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_4 #center_4 #mmain {
  margin-left: 24px;
  margin-right: 24px;
  padding: 60px 0 60px 0;
}
@media (min-width: 0px) and (max-width: 330px) {
  #row_4 #center_4 #mmain {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 #mmain {
    padding: 60px 0 30px 0;
  }
}
#row_5 {
  width: 100%;
  background-color: #6b744d;
  position: relative;
  overflow: visible;
  margin-top: 119px;
  padding-top: 193px;
  padding-bottom: 20px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_5 {
    margin-top: 96px;
    padding-top: 154.4px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_5 {
    margin-top: 54px;
    padding-top: 77.2px;
  }
}
#row_5:before {
  content: '';
  display: block;
  width: 658px;
  height: 217px;
  position: absolute;
  left: 50%;
  top: -119px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../_IMAGES/basic/footer.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_5:before {
    width: 526px;
    height: 174px;
    background-image: url("../_IMAGES/basic/footer_sd.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    top: -96px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_5:before {
    width: 300px;
    height: 99px;
    background-image: url("../_IMAGES/basic/footer_mobil.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto;
    top: -54px;
  }
}
#row_5 #center_5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 999;
}
#row_5 #center_5 #foot_5 {
  margin-left: 24px;
  margin-right: 24px;
}
@media (min-width: 0px) and (max-width: 330px) {
  #row_5 #center_5 #foot_5 {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.netzwerk.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.netzwerk .mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #ffffff;
}
#sitemap {
  font-weight: 300;
  padding: 0 0 0 15px;
  /*.mm-listitem__text {
     -o-text-overflow:clip;
     text-overflow:clip;
     white-space:normal;

    }*/
}
#sitemap a {
  font-weight: 300;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap {
    padding: 0 0 0 0px;
  }
}
#sitemap.mm-menu {
  --mm-color-background: #6b744d;
  --mm-color-text: #ffffff;
  --mm-color-border: transparent;
  --mm-color-text-dimmed: transparent;
  --mm-color-background-highlight: transparent;
  --mm-color-background-emphasis: transparent;
  --mm-listitem-size: 50px;
  --mm-line-height: 1.3em;
  background-image: url("../_IMAGES/basic/nav.svg");
  background-repeat: no-repeat;
  background-position: right 25px bottom 10px;
  background-size: 402px auto;
  /*left: -50px;*/
}
@media (min-width: 0px) and (max-width: 1199px) {
  #sitemap.mm-menu {
    --mm-listitem-size: 40px;
    background-image: url("../_IMAGES/basic/nav.svg");
    background-repeat: no-repeat;
    background-position: right 25px bottom 10px;
    background-size: 361.8px auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap.mm-menu {
    --mm-listitem-size: 30px;
    background-image: url("../_IMAGES/basic/nav.svg");
    background-repeat: no-repeat;
    background-position: right 25px bottom 10px;
    background-size: 241.2px auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap.mm-menu_offcanvas {
    /*max-width: 320px;*/
  }
}
#sitemap .mm-navbar {
  --mm-navbar-size: 60px;
  margin-top: 32px;
  margin-bottom: 50px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #sitemap .mm-navbar {
    --mm-navbar-size: 50px;
    margin-top: 25.6px;
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap .mm-navbar {
    --mm-navbar-size: 40px;
    margin-top: 20.48px;
    margin-bottom: 32px;
  }
}
#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: 20px;
  height: 20px;
  /*@media @sd {
            width:40px;
            height:40px;
         }*/
}
#sitemap.mm-menu_tip-right::before {
  right: 18px;
  /*@media @sd {
           right: 23px;
       }*/
}
#sitemap.mm-menu_tip-left::before {
  left: 18px;
  /*@media @sd {
           left: 22px;
       }*/
}
#sitemap .mm-panels {
  background: transparent;
  border-color: transparent;
  color: #ffffff;
}
#sitemap .mm-panel {
  --mm-color-background: transparent;
  --mm-color-text: #ffffff;
  --mm-color-button: transparent;
  /*padding-top: 40px;*/
}
#sitemap .mm-listitem .mm-listitem__text:hover {
  color: #9db608;
}
#sitemap .mm-listitem.current_page_item,
#sitemap .mm-listitem.current-page-parent {
  /*border-bottom: 6px @blue solid;*/
}
#sitemap .mm-listitem.current_page_item .mm-listitem__text,
#sitemap .mm-listitem.current-page-parent .mm-listitem__text {
  color: #9db608;
}
#sitemap .mm-listitem.current_page_item .mm-listitem__text:before,
#sitemap .mm-listitem.current-page-parent .mm-listitem__text:before {
  /*content: '\ef79';
                   font-family: 'icofont';
                   font-size: 80%;
                   margin-right: 5px;
                   position: relative;
                   top: -2px;*/
}
#sitemap .mm-btn::after,
#sitemap .mm-btn_prev::before {
  --mm-color-button: #ffffff;
  /*width: 11px;
        height: 11px;
        border-left-width: 4px;
        border-top-width: 4px;*/
  width: 0;
  height: 0;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap .mm-btn::after,
  #sitemap .mm-btn_prev::before {
    /*width: 11px;
           height: 11px*/
  }
}
#sitemap .mm-btn_prev::before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-color: transparent transparent transparent #9db608;
}
#sitemap .mm-navbar__title {
  color: #9db608;
}
#sitemap .mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 4px;
}
#sitemap .mm-listitem__btn {
  border: none;
}
#sitemap .mm-navbar__title span {
  /*display:none;*/
  color: #9db608;
  /*text-transform: uppercase;*/
}
#sitemap .mm-navbars_bottom .mm-navbar {
  /*color: @white;
           background-color: @blue;
           border-top: 3px @white solid;*/
}
/* ----------------------------------------------------------

    Preload * Effects

------------------------------------------------------------*/
.js body {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition-delay: 0.1s;
}
.js body.loaded {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body #row_1 {
  /*.opacity(0);
        .transition(all 0.4s linear);
        .transition-delay(4.5s);*/
}
.js body #row_2 #center_2 #header_b #head_info {
  /*.opacity(0);
           .transition(all 0.4s linear);
           .transition-delay(4.5s);*/
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .header_img {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
  transition-delay: 3.6s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
  transition-delay: 3.4s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-3 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
  transition-delay: 3.2s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-3.scroll {
  transition-delay: 0s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-4 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
  transition-delay: 1.6s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-5 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-6 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
  transition-delay: 1.2s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-7 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
  transition-delay: 0.8s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-8 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
  transition-delay: 1s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-9 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
  transition-delay: 2s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-9.scroll {
  transition-delay: 0s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-10 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
  transition-delay: 0.4s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-11 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
  transition-delay: 2.4s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-12 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
  transition-delay: 3.7s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-12.scroll {
  transition-delay: 0s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-13 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
  transition-delay: 3.5s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-14 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  top: -100%;
  transition-delay: 3.3s;
}
.js body #row_3 #center_3 #header_c #header_img_container #header_img .h-15 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  left: 100%;
  transition-delay: 3.9s;
}
.js body.loaded #row_1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body.loaded #row_2 #center_2 #header_b #head_info {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-3 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-4 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-5 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-6 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-7 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-8 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-9 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-10 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-11 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-12 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-13 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-14 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container #header_img .h-15 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  left: 0;
}
/*.page-id-27 {
    .h-1, .h-3, .h-5, .h-7, .h-9, .h-11, .h-13, .h-15 {
        .animation(vibrate-slow 6s linear 1s infinite normal none);
    }
    .h-2, .h-4, .h-6, .h-8, .h-10, .h-12, .h-14 {
        .animation(vibrate-slow 8s linear 0s infinite reverse none);
    }
}*/
@keyframes vibrate-slow {
  0% {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: translate(8px, 0px);
    -ms-transform: translate(8px, 0px);
    -o-transform: translate(8px, 0px);
    -webkit-transform: translate(8px, 0px);
    transform: translate(8px, 0px);
  }
  50% {
    -moz-transform: translate(8px, -8px);
    -ms-transform: translate(8px, -8px);
    -o-transform: translate(8px, -8px);
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  70% {
    -moz-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    -o-transform: translate(0px, -8px);
    -webkit-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }
  100% {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ----------------------------------------------------------

    Scrolled

------------------------------------------------------------*/
.logged-in #row_1.is_stuck {
  margin-top: 32px;
  top: 32px;
}
#row_1.is_stuck {
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}
#row_1.is_stuck #center_1 #header_a #nav_main-2 {
  left: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#row_1.is_stuck #center_1 #header_a #nav_head_quick {
  padding-left: 62px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1.is_stuck #center_1 #header_a #nav_head_quick {
    padding-left: 43px;
  }
}
#row_2.is_stuck #center_2 #header_b #nav_main {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.fl-builder.netzwerk #row_4 #center_4 #mmain {
  margin-left: 12px;
  margin-right: 12px;
  padding: 48px 0 48px 0;
}
@media (min-width: 0px) and (max-width: 330px) {
  .fl-builder.netzwerk #row_4 #center_4 #mmain {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder.netzwerk #row_4 #center_4 #mmain {
    padding: 48px 0 18px 0;
  }
}
.fl-builder.netzwerk .fl-builder-content .fl-rich-text strong {
  font-weight: 500;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder.netzwerk .fl-col-small {
    max-width: 100%;
  }
}
#wp-link-url,
#wp-link-text {
  font-size: 13px;
  width: 70%;
}
.fl-builder-edit.netzwerk form#wp-link #link-options input[type="text"] {
  font-size: 13px;
  width: 70%;
}
/* ----------------------------------------------------------

    Nav Quick Elemente

------------------------------------------------------------*/
#nav_head_quick ul {
  font-weight: 300;
  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;
  text-transform: uppercase;
}
#nav_head_quick ul li {
  float: left;
  padding: 0 30px 0 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_head_quick ul li {
    padding: 0 10px 0 0;
  }
}
#nav_head_quick ul li a {
  color: #ffffff;
  font-weight: 400;
}
#nav_head_quick ul li a:hover {
  color: #9db608;
}
#nav_head_quick ul li:last-child {
  padding: 0 0 0 0;
}
/* ----------------------------------------------------------

    Nav Social Elemente

------------------------------------------------------------*/
#nav_head_social ul {
  font-weight: 300;
  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: 30px;
  line-height: 30px;
  position: relative;
  top: 6px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #nav_head_social ul {
    font-size: 24px;
    line-height: 24px;
    top: 6px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_head_social ul {
    top: 4px;
    font-size: 21px;
    line-height: 21px;
  }
}
#nav_head_social ul li {
  float: left;
  padding: 0 0 0 25px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_head_social ul li {
    padding: 0 0 0 7px;
  }
}
#nav_head_social ul li a {
  color: #ffffff;
}
#nav_head_social ul li a:hover {
  color: #9db608;
}
#nav_head_social ul li.facebook a {
  background-color: #ffffff;
  color: #6b744d;
  display: inline-block;
  width: 31px;
  height: 31px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #nav_head_social ul li.facebook a {
    width: 24.8px;
    height: 24.8px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_head_social ul li.facebook a {
    width: 21.7px;
    height: 21.7px;
  }
}
#nav_head_social ul li.facebook a i {
  position: relative;
  top: 3px;
}
#nav_head_social ul li.facebook a:hover {
  color: #6b744d;
  background-color: #9db608;
}
#nav_head_social ul li:first-child {
  padding: 0 0 0 0;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info {
  width: 337px;
  max-width: 100%;
  -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;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #head_info {
    width: 303.3px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #head_info {
    width: 272.97px;
  }
}
#head_info h2 {
  font-weight: 300;
  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;
  height: 0;
  padding-top: calc(51.63204748%);
  display: block;
  position: relative;
}
#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;
}
/* ----------------------------------------------------------

    Header Elemente

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

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main #nav_burger .mburger_container {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  /*text-align: right;*/
  /*padding-top: 10px; */
}
#nav_main #nav_burger .mburger_container .mburger {
  width: 92px;
  height: 92px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 50%;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #a2b61d;
  border: none;
  --mb-button-size: 92px;
  --mb-bar-width: 0.5;
  --mb-bar-height: 4px;
  --mb-bar-spacing: 13px;
  --mb-animate-timeout: 0.4s;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #nav_main #nav_burger .mburger_container .mburger {
    width: 73px;
    height: 73px;
    --mb-button-size: 73px;
    --mb-bar-spacing: 12px;
    --mb-bar-height: 3px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main #nav_burger .mburger_container .mburger {
    /*width: 50px;
                height: 50px;
                --mb-button-size: 50px;
                --mb-bar-spacing: 15px;
                --mb-bar-height: 3px;*/
  }
}
#nav_main #nav_burger .mburger_container .mburger b {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 3px;
  background-clip: padding-box;
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main #nav_burger {
    display: none;
  }
}
#nav_main #npos {
  /*position: absolute;
        right: 0px;
        bottom: -35px;*/
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main #npos {
    /*right: 18px;
           bottom: -10px;*/
  }
}
#nav_main-2 #nav_burger-2 .mburger_container {
  font-weight: 300;
  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; */
  height: 32px;
}
#nav_main-2 #nav_burger-2 .mburger_container .mburger {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 50%;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #a2b61d;
  border: none;
  --mb-button-size: 32px;
  --mb-bar-width: 0.5;
  --mb-bar-height: 2px;
  --mb-bar-spacing: 4px;
  --mb-animate-timeout: 0.4s;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #nav_main-2 #nav_burger-2 .mburger_container .mburger {
    /*width: 56px;
                height: 40px;
                --mb-button-size: 56px;
                --mb-bar-spacing: 16px;
                --mb-bar-height: 3px;*/
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main-2 #nav_burger-2 .mburger_container .mburger {
    /*width: 50px;
                height: 50px;
                --mb-button-size: 50px;
                --mb-bar-spacing: 15px;
                --mb-bar-height: 3px;*/
  }
}
#nav_main-2 #nav_burger-2 .mburger_container .mburger b {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 3px;
  background-clip: padding-box;
}
#nav_main-2 #npos-2 {
  /*position: absolute;
        right: 0px;
        bottom: -35px;*/
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main-2 #npos-2 {
    /*right: 18px;
           bottom: -10px;*/
  }
}
/* ----------------------------------------------------------

    Content Main Elemente     

------------------------------------------------------------*/
#content_main h1 {
  font-weight: 300;
  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;
  color: #a2b61d;
  text-transform: uppercase;
  line-height: 1.2em;
  background-image: url("../_IMAGES/basic/line.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 4px;
  padding-bottom: 1.1em;
  margin-bottom: 1em;
}
#content_main h1 em {
  color: #6b744d;
  text-transform: none;
  display: block;
}
#content_main h2 {
  font-weight: 300;
  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;
  color: #a2b61d;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
#content_main h3 {
  font-weight: 300;
  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;
  margin-bottom: 0.2em;
}
#content_main p {
  font-weight: 300;
  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 {
  font-weight: 300;
  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 25px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main ul li:before {
  /*font-family: Arial;*/
  color: inherit;
  font-size: inherit;
  position: absolute;
  top: 2px;
  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 .link_arrow,
#content_main .link_arrow a {
  text-transform: uppercase;
}
#content_main a .link_arrow:before,
#content_main .link_arrow a:before {
  font-family: 'icofont';
  color: inherit;
  font-size: inherit;
  position: relative;
  top: 0px;
  left: 0;
  content: "\ea6d";
  display: inline-block;
  margin-right: 5px;
}
#content_main a .link_shop,
#content_main .link_shop a {
  text-transform: uppercase;
  color: #6b744d;
}
#content_main a .link_shop:hover,
#content_main .link_shop a:hover {
  color: #a2b61d;
}
#content_main a .link_shop:before,
#content_main .link_shop a:before {
  font-family: 'icofont';
  color: inherit;
  font-size: inherit;
  position: relative;
  top: 0px;
  left: 0;
  content: "\ea7c";
  display: inline-block;
  margin-right: 5px;
}
#content_main .phone:before {
  font-family: 'icofont';
  color: inherit;
  font-size: inherit;
  position: relative;
  top: 0px;
  left: 0;
  content: "\efba";
  display: inline-block;
  margin-right: 5px;
}
#content_main a .pin,
#content_main .pin a {
  font-weight: 300;
  color: #6b744d;
}
#content_main a .pin:hover,
#content_main .pin a:hover {
  color: #f3953f;
}
#content_main a .pin:before,
#content_main .pin a:before {
  font-family: 'icofont';
  color: inherit;
  font-size: inherit;
  position: relative;
  top: 0px;
  left: 0;
  content: "\ed42";
  display: inline-block;
  margin-right: 5px;
}
#content_main a .mail,
#content_main .mail a {
  font-weight: 300;
  color: #6b744d;
}
#content_main a .mail:hover,
#content_main .mail a:hover {
  color: #f3953f;
}
#content_main a .mail:before,
#content_main .mail a:before {
  font-family: 'icofont';
  color: inherit;
  font-size: inherit;
  position: relative;
  top: 0px;
  left: 0;
  content: "\ec56";
  display: inline-block;
  margin-right: 5px;
}
#content_main a .pdf,
#content_main .pdf a {
  font-weight: 300;
  color: #6b744d;
}
#content_main a .pdf:hover,
#content_main .pdf a:hover {
  color: #f3953f;
}
#content_main a .pdf:before,
#content_main .pdf a:before {
  font-family: 'icofont';
  color: #f3953f;
  font-size: inherit;
  position: relative;
  top: 0px;
  left: 0;
  content: "\eb1e";
  display: inline-block;
  margin-right: 5px;
}
#content_main a .linkaway,
#content_main .linkaway a {
  color: #6b744d;
  font-weight: 300;
}
#content_main a .linkaway:hover,
#content_main .linkaway a:hover {
  color: #a2b61d;
}
#content_main .img-space {
  margin-bottom: 1.2em;
}
#content_main .green {
  color: #a2b61d;
}
#content_main .teaser-start .fl-photo .fl-photo-content a {
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-bottom: 1.2em;
}
#content_main .teaser-start .fl-photo .fl-photo-content a:hover {
  animation: rotateIn;
  animation-duration: 0.5s;
}
#content_main .restaurant-buttons {
  margin-bottom: 1.2em;
}
#content_main .restaurant-buttons .fl-button-group-button {
  margin: 0 20px 0 0;
  padding: 0;
}
#content_main .restaurant-buttons .fl-button-group-button a.fl-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 0;
  background-clip: padding-box;
  font-size: 0.89473684em;
  line-height: 1em;
  border: none;
  background-color: #6b744d;
  color: #ffffff;
  display: block;
  padding: 5px 7px;
  text-align: center;
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
}
#content_main .restaurant-buttons .fl-button-group-button a.fl-button .fl-button-text {
  color: #ffffff;
}
#content_main .restaurant-buttons .fl-button-group-button a.fl-button:hover {
  background-color: #a2b61d;
}
#content_main .restaurant-buttons .fl-button-group-button a.fl-button i {
  font-size: 38px;
  line-height: 38px;
  height: auto;
  margin-right: 0;
  vertical-align: middle;
  width: auto;
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #content_main .restaurant-buttons .fl-button-group-button a.fl-button i {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .restaurant-buttons .fl-button-group-button a.fl-button i {
    font-size: 29px;
    line-height: 29px;
  }
}
#content_main .restaurant-buttons .fl-button-group-button a.fl-button:first-child {
  /*font-weight: 300;
                   text-transform: uppercase;
                   background-color: @orange;
                   padding: 10px 10px 10px 10px;*/
}
#content_main .restaurant-buttons .fl-button-group-buttons .fl-button-group-button:first-child a.fl-button {
  font-weight: 300;
  text-transform: uppercase;
  background-color: #f3953f;
  padding: 9px 20px 9px 20px;
  margin-top: 2px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #content_main .restaurant-buttons .fl-button-group-buttons .fl-button-group-button:first-child a.fl-button {
    margin-top: 0px;
  }
}
#content_main .restaurant-buttons .fl-button-group-buttons .fl-button-group-button:first-child a.fl-button .fl-button-text {
  font-size: 80%;
  line-height: 0.97368421em;
  position: relative;
  top: -3px;
}
#content_main .restaurant-buttons .fl-button-group-buttons .fl-button-group-button:first-child a.fl-button:hover {
  background-color: #a2b61d;
  animation: swing;
  animation-duration: 0.5s;
}
#content_main .restaurant-buttons.reservieren-weg {
  position: relative;
  left: -20px;
}
#content_main .restaurant-buttons.reservieren-weg .fl-button-group-buttons .fl-button-group-button:first-child a.fl-button {
  display: none;
}
.netzwerk {
  /* overlay at start */
  /* overlay animate in */
  /* overlay animate out */
}
.netzwerk .mfp-bg {
  animation: fadIn;
  animation-duration: 1s;
  background-color: #6b744d;
  -webkit-opacity: 0.97;
  -moz-opacity: 0.97;
  opacity: 0.97;
  background-image: url("../_IMAGES/basic/nav.svg");
  background-repeat: no-repeat;
  background-position: right 25px bottom 25px;
  background-size: 402px auto;
}
.netzwerk .mfp-bg.mfp-ready {
  animation: fadIn;
  animation-duration: 1s;
}
.netzwerk .mfp-bg.mfp-removing {
  animation: fadeOut;
  animation-duration: 1s;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer_5 {
  color: #a4af7f;
  font-weight: 400;
  line-height: 1.2em;
}
#footer_5 h4 {
  font-weight: 300;
  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: 500;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
#footer_5 p {
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
}
#footer_5 ul {
  font-weight: 300;
  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;
}
#footer_5 a {
  color: #a4af7f;
  font-weight: 400;
}
#footer_5 a:hover {
  color: #9db608;
}
#footer_5 a[aria-current]:not([aria-current="false"]) {
  color: #9db608;
}
#footer_5 .fc1 {
  float: left;
  display: inline;
  padding-right: 125px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer_5 .fc1 {
    float: none;
    display: block;
    padding-right: 0px;
  }
}
#footer_5 .fc2 {
  float: left;
  display: inline;
  padding-right: 125px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer_5 .fc2 {
    float: none;
    display: block;
    padding-right: 0px;
  }
}
#footer_5 .fc3 {
  clear: both;
  text-align: right;
}
#footer_5 .fc3 a {
  margin-left: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer_5 .fc3 {
    text-align: left;
  }
  #footer_5 .fc3 a {
    margin: 0 10px 0 0;
  }
}
