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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#row_1 #center_1,
#row_1 #center_1 #header_a,
#row_3 #center_3,
#row_3_contact #center_3_contact,
.error404 #row_4 #center_4,
#row_4 #center_4,
#row_5 #center_5,
#row_5 #center_5 #foot #footer {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#row_1 #center_1:before,
#row_1 #center_1:after,
#row_1 #center_1 #header_a:before,
#row_1 #center_1 #header_a:after,
#row_3 #center_3:before,
#row_3 #center_3:after,
#row_3_contact #center_3_contact:before,
#row_3_contact #center_3_contact:after,
.error404 #row_4 #center_4:before,
.error404 #row_4 #center_4:after,
#row_4 #center_4:before,
#row_4 #center_4:after,
#row_5 #center_5:before,
#row_5 #center_5:after,
#row_5 #center_5 #foot #footer:before,
#row_5 #center_5 #foot #footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
#row_1 #center_1:after,
#row_1 #center_1 #header_a:after,
#row_3 #center_3:after,
#row_3_contact #center_3_contact:after,
.error404 #row_4 #center_4:after,
#row_4 #center_4:after,
#row_5 #center_5:after,
#row_5 #center_5 #foot #footer:after {
  clear: both;
}
/* ----------------------------------------------------------

        Elements

------------------------------------------------------------*/
html {
  font-size: 100%;
  line-height: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  color: #102d69;
  background-color: #ffffff;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #102d69;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  color: #aba795;
  text-decoration: none;
}
a:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:visited,
a:active,
a:focus {
  color: #102d69;
  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: #aba795;
  text-decoration: none;
}
strong {
  font-weight: 400;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
iframe {
  /*max-width: 100%;*/
}
/* ----------------------------------------------------------

    Allgemeine Klassen

------------------------------------------------------------*/
.none {
  display: none;
}
.clear {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.lazy_hidden {
  visibility: hidden;
}
.lazy_visible {
  visibility: visible;
}
.align_left {
  text-align: left;
}
.align_center {
  text-align: center;
}
.align_right {
  text-align: right;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* ----------------------------------------------------------

    Schriftarten

------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: '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: 28px;
  /*x*/
  line-height: 1.2em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 1199px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 26px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 21px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  clear: both;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  font-weight: 500;
}
#content_main h1 {
  font-size: 1.42857143em;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #content_main h1 {
    font-size: 1.28571429em;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h1 {
    font-size: 1.14285714em;
  }
}
#footer {
  font-size: 0.85714286em;
}
#content_main .teaser-start h3.fl-callout-title {
  font-size: 0.85714286em;
}
#content_main .team .fl-callout .fl-callout-text {
  font-size: 0.85714286em;
}
#content_main .team .fl-rich-text {
  font-size: 0.85714286em;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 20px;
  margin-right: 20px;
}
/* Grid ---------------------------------------------------*/
#row_1 {
  width: 100%;
}
#row_1 #center_1 #header_a {
  padding: 35px 84px 30px 84px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_1 #center_1 #header_a {
    padding: 35px 37px 30px 37px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a {
    padding: 35px 20px 30px 20px;
  }
}
#row_1 #center_1 #header_a #head_info {
  float: left;
}
#row_1 #center_1 #header_a #nav_main {
  float: right;
}
#row_3 {
  width: 100%;
}
#row_3 #center_3 #header_c #header_img_container {
  position: relative;
  width: 100%;
  /*&:before {
                  content: '';
                  height: 100%;
                  width: 67px;
                  .background-image("line-header.svg", no-repeat, center center, 100% auto);
                  position: absolute;
                  left: 0;
                  top: 0;
                  z-index: 2;
              }*/
  padding-left: 84px;
}
#row_3 #center_3 #header_c #header_img_container .l_container {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#row_3 #center_3 #header_c #header_img_container .l_container .l1,
#row_3 #center_3 #header_c #header_img_container .l_container .l2,
#row_3 #center_3 #header_c #header_img_container .l_container .l3 {
  width: 100%;
  position: absolute;
  left: 0;
  width: 67px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_3 #center_3 #header_c #header_img_container .l_container .l1,
  #row_3 #center_3 #header_c #header_img_container .l_container .l2,
  #row_3 #center_3 #header_c #header_img_container .l_container .l3 {
    width: 20px;
  }
}
#row_3 #center_3 #header_c #header_img_container .l_container .l1 {
  height: 28%;
  background-color: #dcd5be;
  top: 0;
}
#row_3 #center_3 #header_c #header_img_container .l_container .l2 {
  height: 54%;
  background-color: #c5c0ac;
  top: 28%;
}
#row_3 #center_3 #header_c #header_img_container .l_container .l3 {
  height: 18%;
  background-color: #aba795;
  bottom: 0;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_3 #center_3 #header_c #header_img_container {
    padding-left: 37px;
  }
}
#row_3 #center_3 #header_c #header_img_container #header_img {
  position: relative;
  width: 100%;
  height: 446px;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_3 #center_3 #header_c #header_img_container #header_img {
    height: 40vh;
  }
}
#row_3 #center_3 #header_c #header_img_container #contact_link {
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: 3;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #contact_link {
    bottom: 10%;
  }
}
#row_3 #center_3 #header_c #header_img_container #contact_link a {
  display: inline-block;
  background-color: #928f80;
  color: #ffffff;
  margin-bottom: 10px;
  width: 130px;
  padding: 10px 20px;
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_3 #center_3 #header_c #header_img_container #contact_link a {
    width: 104px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #header_c #header_img_container #contact_link a {
    width: auto;
  }
}
#row_3 #center_3 #header_c #header_img_container #contact_link a:hover {
  background-color: #aba795;
}
#row_3 #center_3 #header_c #header_img_container #contact_link a i {
  font-size: 43px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_3 #center_3 #header_c #header_img_container #contact_link a i {
    font-size: 34.4px;
  }
}
.home #row_3 #center_3 #header_c #header_img_container #header_img {
  height: 100vh;
}
#row_3_contact {
  width: 100%;
}
#row_3_contact #center_3_contact {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_3_contact #center_3_contact #header_c_contact {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_3_contact #center_3_contact #header_c_contact {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3_contact #center_3_contact #header_c_contact {
    display: none;
  }
}
#row_3_contact #center_3_contact #header_c_contact #contact {
  background-color: #dcd5be;
  text-align: center;
  margin: 10px 0 10px 0;
  padding: 15px 0px;
}
#row_3_contact #center_3_contact #header_c_contact #contact 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;
  color: #928f80;
  font-weight: 400;
}
#row_3_contact #center_3_contact #header_c_contact #contact p a {
  color: #928f80;
}
#row_3_contact #center_3_contact #header_c_contact #contact p a:hover {
  color: #ffffff;
}
#row_3_contact #center_3_contact #header_c_contact #contact p span.s {
  margin: 0 30px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #row_3_contact #center_3_contact #header_c_contact #contact p span.s {
    margin: 0 15px;
  }
}
.error404 #row_4 {
  width: 100%;
}
.error404 #row_4 #center_4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.error404 #row_4 #center_4 #mmain {
  margin-left: 20px;
  margin-right: 20px;
  padding: 68px 0 68px 0;
}
#row_4 {
  width: 100%;
}
#row_4 #center_4 #mmain {
  padding: 48px 0 48px 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 #mmain {
    padding: 28px 0 48px 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .home #row_4 #center_4 #mmain {
    padding: 48px 0 48px 0;
  }
}
#row_5 {
  width: 100%;
  background-color: #dcd5be;
  position: relative;
}
#row_5:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -10px;
  background-color: #102d69;
}
#row_5 #center_5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_5 #center_5 #foot {
  margin-left: 20px;
  margin-right: 20px;
}
#sitemap {
  font-weight: 400;
}
#sitemap .mm-panel {
  /*-webkit-overflow-scrolling:auto;
         overflow:scroll;
         overflow-x:hidden;
         overflow-y:auto;*/
}
#sitemap.mm-menu {
  --mm-color-background: transparent;
  --mm-color-text: #ffffff;
  --mm-color-border: transparent;
  --mm-color-text-dimmed: transparent;
  --mm-color-background-highlight: transparent;
  --mm-color-background-emphasis: transparent;
  background-image: url("../_IMAGES/basic/wappen-weiss.svg");
  background-repeat: no-repeat;
  background-position: left 87px top 35px;
  background-size: auto 123px;
  background-color: #d0cbbb;
  --mm-listitem-size: 50px;
  padding-left: 67px;
  padding-top: 148px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #sitemap.mm-menu {
    --mm-listitem-size: 40px;
    background-image: url("../_IMAGES/basic/wappen-weiss.svg");
    background-repeat: no-repeat;
    background-position: left 40px top 35px;
    background-size: auto 73.8px;
    padding-left: 20px;
    padding-top: 93.8px;
  }
}
#sitemap .mm-navbar {
  --mm-navbar-size: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap .mm-navbar {
    --mm-navbar-size: 40px;
  }
}
#sitemap.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#sitemap.mm-menu_tip-bottom:before,
#sitemap.mm-menu_tip-left:before,
#sitemap.mm-menu_tip-right:before,
#sitemap.mm-menu_tip-top:before {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap.mm-menu_tip-bottom:before,
  #sitemap.mm-menu_tip-left:before,
  #sitemap.mm-menu_tip-right:before,
  #sitemap.mm-menu_tip-top:before {
    width: 30px;
    height: 30px;
  }
}
#sitemap.mm-menu_tip-right::before {
  right: 53px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #sitemap.mm-menu_tip-right::before {
    right: 8px;
  }
}
#sitemap .mm-panels {
  /*background: @blue; */
  border-color: transparent;
  color: #ffffff;
}
#sitemap .mm-panel {
  /*--mm-color-background: @blue;*/
  --mm-color-text: #ffffff;
  --mm-color-button: transparent;
  /*padding-top: 40px;*/
}
#sitemap .mm-listitem .mm-listitem__text:hover {
  /*color: @lila-lighter;*/
  color: #928f80;
}
#sitemap .mm-listitem.current-menu-item .mm-listitem__text,
#sitemap .mm-listitem.current-menu-parent .mm-listitem__text,
#sitemap .mm-listitem.current_page_item .mm-listitem__text {
  /*color: @lila-lighter;*/
  color: #928f80;
}
#sitemap .mm-btn::after,
#sitemap .mm-btn_prev::before {
  --mm-color-button: #ffffff;
  width: 16px;
  height: 16px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap .mm-btn::after,
  #sitemap .mm-btn_prev::before {
    width: 13px;
    height: 13px;
  }
}
#sitemap .mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 2px;
}
#sitemap .mm-listitem__btn {
  border: none;
}
#sitemap .mm-navbar__title span {
  /*display:none;*/
  text-transform: uppercase;
  color: #ffffff;
}
.netzwerk.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-opacity: 0.76;
  -moz-opacity: 0.76;
  opacity: 0.76;
}
.netzwerk .mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #ffffff;
}
/* ----------------------------------------------------------

    Preload + Effects

------------------------------------------------------------*/
.js body {
  -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;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  /*#row_3 #center_3 #header_c #header_img_container .l_container {
      .l1 {
        left: 84px;
        .transition(all 0.2s linear);
        .transition-delay(1.0s);
        background-color: spin(@l1, 180);
        @media @sd {
           left: 37px;
        }

      }
      .l2 {
        left:  84px;
        .transition(all 0.2s linear);
        .transition-delay(1.2s);
        background-color: spin(@l2, 180);
        @media @sd {
           left: 37px;
        }
      }
      .l3 {
        left:  84px;
        .transition(all 0.2s linear);
        .transition-delay(1.4s);
        background-color: spin(@l3, 180);
        @media @sd {
           left: 37px;
        }
      }
    }*/
  /*&.loaded  #row_3 #center_3 #header_c #header_img_container .l_container {
       .l1 {
            left: 0px;
            background-color: @l1;
        }
        .l2 {
            left: 0px;
            background-color: @l2;
        }
        .l3 {
            left: 0px;
            background-color: @l3;
        }
    }*/
}
.js body #row_3 #center_3 #header_c #header_img_container .l_container .l1 {
  width: 100%;
  -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;
  transition-delay: 1s;
  background-color: #ffffff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.js body #row_3 #center_3 #header_c #header_img_container .l_container .l2 {
  width: 100%;
  -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;
  transition-delay: 1.2s;
  background-color: #ffffff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.js body #row_3 #center_3 #header_c #header_img_container .l_container .l3 {
  width: 100%;
  -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;
  transition-delay: 1.4s;
  background-color: #ffffff;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.js body.loaded {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container .l_container .l1 {
  width: 67px;
  background-color: #dcd5be;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .js body.loaded #row_3 #center_3 #header_c #header_img_container .l_container .l1 {
    width: 20px;
  }
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container .l_container .l2 {
  width: 67px;
  background-color: #c5c0ac;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .js body.loaded #row_3 #center_3 #header_c #header_img_container .l_container .l2 {
    width: 20px;
  }
}
.js body.loaded #row_3 #center_3 #header_c #header_img_container .l_container .l3 {
  width: 67px;
  background-color: #aba795;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .js body.loaded #row_3 #center_3 #header_c #header_img_container .l_container .l3 {
    width: 20px;
  }
}
/* ----------------------------------------------------------

    Scrolled

------------------------------------------------------------*/
.logged-in #row_1.is_stuck {
  margin-top: 32px;
  top: 32px;
}
#row_1.is_stuck {
  /*.background-image("canvas.jpg", no-repeat, bottom center, auto auto); */
  /*background-color: fade(@white, 80%);*/
  -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);
  background-color: #ffffff;
}
/* ----------------------------------------------------------

    Beaver Builder

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

    Beaver Builder

------------------------------------------------------------*/
.fl-builder.netzwerk .fl-builder-content .fl-rich-text strong {
  font-weight: 400;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info {
  width: 253px;
  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: 202.4px;
  }
}
#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(38.73517787%);
  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: 66px;
  height: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 0px;
  background-clip: padding-box;
  color: #102d69;
  background-color: transparent;
  border: none;
  --mb-button-size: 66px;
  --mb-bar-width: 1;
  --mb-bar-height: 5px;
  --mb-bar-spacing: 17px;
  --mb-animate-timeout: 0.4s;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #nav_main #nav_burger .mburger_container .mburger {
    width: 52px;
    height: 40px;
    --mb-button-size: 40px;
    --mb-bar-height: 4px;
    --mb-bar-spacing: 13px;
  }
}
#nav_main #nav_burger .mburger_container .mburger b {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 7px;
  background-clip: padding-box;
}
/* ----------------------------------------------------------

    Content Main Elemente     

------------------------------------------------------------*/
#content_main {
  /* a.fl-accordion-button-icon,
    {
       &:visited, &:active, &:focus{
         border: none !important;
         outline: none !important;
       }
    }*/
}
#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;
  color: #aba795;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
#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;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.2em;
}
#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;
}
#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: -1px;
  left: 0;
  content: "\2012";
  display: inline-block;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #content_main p,
  #content_main ul,
  #content_main h1,
  #content_main h2,
  #content_main h3 {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
#content_main a.mail {
  font-weight: 400;
}
#content_main a.mail:before {
  content: "\ef14";
  font-family: 'icofont';
  margin-right: 10px;
}
#content_main .teaser-start .fl-callout .fl-callout-photo {
  position: relative;
  padding-left: 22px;
}
#content_main .teaser-start .fl-callout .fl-callout-photo:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 100%;
  background-image: url("../_IMAGES/basic/line-header.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
  -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;
}
#content_main .teaser-start .fl-callout .fl-callout-photo:hover:before {
  left: 100%;
}
#content_main .teaser-start h3.fl-callout-title {
  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: center;
  text-transform: uppercase;
  font-weight: 400;
}
#content_main .full-row-beige {
  margin: 20px 0;
}
#content_main .full-row-beige .fl-row-content-wrap {
  padding: 20px 0;
}
#content_main .full-row-beige h1 {
  margin-bottom: 0.5em;
}
#content_main .full-row-beige p {
  color: #ffffff;
  font-weight: 400;
}
#content_main .full-row-beige p a {
  color: #ffffff;
}
#content_main .full-row-beige p a:before {
  content: "\eca7";
  font-family: 'icofont';
  margin-right: 10px;
}
#content_main .full-row-beige p a:hover {
  color: #928f80;
}
#content_main .team .fl-module-content {
  margin-bottom: 0;
}
#content_main .team .fl-callout .fl-callout-photo {
  position: relative;
  /*&:hover {
                  &:before {
                     left: 100%;
                  }
               }*/
  padding-left: 22px;
}
#content_main .team .fl-callout .fl-callout-photo:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 100%;
  background-image: url("../_IMAGES/basic/line-header.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
  -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;
}
#content_main .team .fl-callout .fl-callout-text h3 {
  color: #9d9987;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.2em;
}
#content_main .team .fl-callout .fl-callout-text p {
  margin-bottom: 0.8em !important;
  line-height: 1.2em;
}
#content_main .team .fl-callout .fl-callout-text p em {
  color: #9d9987;
  font-weight: 400;
  display: inline-block;
  font-style: normal;
}
#content_main .team .fl-callout .fl-callout-text p a.mail {
  font-weight: 400;
}
#content_main .team .fl-callout .fl-callout-text p a.mail:before {
  content: "\ef14";
  font-family: 'icofont';
  margin-right: 10px;
}
#content_main .team .fl-callout .fl-callout-text span.phone {
  font-weight: 400;
}
#content_main .team .fl-callout .fl-callout-text span.phone:before {
  content: "\efbb";
  font-family: 'icofont';
  margin-right: 10px;
}
#content_main .team .fl-rich-text h3 {
  color: #9d9987;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.2em;
}
#content_main .team .fl-rich-text h4 {
  margin-bottom: 0;
}
#content_main .team .fl-rich-text p {
  margin-bottom: 1.2em !important;
  line-height: 1.2em;
}
#content_main .team .fl-rich-text p em {
  color: #9d9987;
  font-weight: 400;
  display: inline-block;
  font-style: normal;
}
#content_main .team .fl-rich-text p a.mail {
  font-weight: 400;
}
#content_main .team .fl-rich-text p a.mail:before {
  content: "\ef14";
  font-family: 'icofont';
  margin-right: 10px;
}
#content_main .team .fl-rich-text span.phone {
  font-weight: 400;
}
#content_main .team .fl-rich-text span.phone:before {
  content: "\efbb";
  font-family: 'icofont';
  margin-right: 10px;
}
#content_main .fl-accordion-button-icon-left,
#content_main .fl-accordion-button-icon-right {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#content_main .fl-accordion-button-label:focus,
#content_main .fl-accordion-button-label:active,
#content_main .fl-accordion-button-icon:focus,
#content_main .fl-accordion-button-icon:active {
  border: none !important;
  outline: none !important;
  outline-style: none;
  outline-width: 0;
  outline-color: transparent !important;
}
#content_main .fl-accordion-button-label:focus,
#content_main .fl-accordion-button-label:active,
#content_main .fl-accordion-button-icon:focus,
#content_main .fl-accordion-button-icon:active {
  border: none !important;
  outline: none !important;
  outline-width: 0;
  box-shadow: none;
  border-color: transparent;
  background: none;
  outline-color: transparent !important;
  outline-style: none;
  text-decoration: none;
}
#content_main .accordion-standard .fl-accordion-button-label {
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .accordion-standard .fl-accordion-button-label {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
#content_main input,
#content_main textarea {
  /*border: 1px lighten(#000000, 94%) solid;*/
  background-color: #fafafa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 5px;
  border: 2px #aba795 solid;
  color: #102d69;
}
#content_main input:focus,
#content_main textarea:focus {
  border: 2px #102d69 solid;
}
#content_main input {
  margin-bottom: 5px;
}
#content_main textarea {
  margin-bottom: 20px;
}
#content_main label {
  font-weight: 400;
}
#content_main label:after {
  content: '*';
}
#content_main textarea:focus,
#content_main input:focus {
  outline: none;
}
#content_main .fl-contact-error {
  color: #694c10;
  font-weight: 500;
}
/* ----------------------------------------------------------

    Footer Elemente

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

    Footer Elemente

------------------------------------------------------------*/
#footer {
  background-image: url("../_IMAGES/basic/wappen-weiss.svg");
  background-repeat: no-repeat;
  background-position: left 42px;
  background-size: 76px auto;
  padding: 40px 0px 40px 76px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #footer {
    background-image: url("../_IMAGES/basic/wappen-weiss.svg");
    background-repeat: no-repeat;
    background-position: left 42px;
    background-size: 68.4px auto;
    padding: 40px 0px 40px 68.4px;
  }
}
#footer p {
  color: #ffffff;
  line-height: 1.2em;
  font-weight: 400;
}
#footer p a {
  color: #ffffff;
}
#footer p a:hover {
  color: #928f80;
}
#footer p a[aria-current="page"] {
  color: #928f80;
}
#footer .fc1,
#footer .fc2,
#footer .fc3 {
  /*width: 33%;*/
  /*float: left; */
  padding: 0 30px 0 30px;
}
#footer .fc1 {
  width: 33%;
  float: left;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #footer .fc1 {
    width: 100%;
    float: none;
  }
}
#footer .fc2 {
  width: 40%;
  float: left;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #footer .fc2 {
    width: 100%;
    float: none;
  }
}
#footer .fc3 {
  width: 20%;
  float: right;
  padding-right: 0;
}
@media (min-width: 0px) and (max-width: 1199px) {
  #footer .fc3 {
    width: 100%;
    float: none;
  }
}
#footer .fc3 a {
  display: block;
}
