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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#row_1 #center_1,
#row_1 #center_1 #head,
#row_2 #center_2,
#row_2 #center_2 #hheader,
#row_3 #center_3,
#row_3 #center_3 #mmain,
#row_4 #center_4,
#foot #prefooter {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#row_1 #center_1:before,
#row_1 #center_1:after,
#row_1 #center_1 #head:before,
#row_1 #center_1 #head:after,
#row_2 #center_2:before,
#row_2 #center_2:after,
#row_2 #center_2 #hheader:before,
#row_2 #center_2 #hheader:after,
#row_3 #center_3:before,
#row_3 #center_3:after,
#row_3 #center_3 #mmain:before,
#row_3 #center_3 #mmain:after,
#row_4 #center_4:before,
#row_4 #center_4:after,
#foot #prefooter:before,
#foot #prefooter:after {
  content: " ";
  display: table;
}
.clearfix:after,
#row_1 #center_1:after,
#row_1 #center_1 #head:after,
#row_2 #center_2:after,
#row_2 #center_2 #hheader:after,
#row_3 #center_3:after,
#row_3 #center_3 #mmain:after,
#row_4 #center_4:after,
#foot #prefooter: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: #957b60;
  background-color: #97bf0d;
  min-width: 100%;
  min-height: 100%;
}
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;
}
a {
  color: #957b60;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
}
a:hover {
  color: #90ba1e;
  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: #957b60;
  text-decoration: none;
  border-style: none;
  border-width: 0;
  outline-style: none;
  outline-width: 0;
}
strong {
  font-weight: 600;
}
dfn,
cite,
em,
i {
  font-style: oblique;
}
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: nunito, Arial, Helvetica,Verdana, sans-serif;*/
  font-family: Nunito, Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
}
#id {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
}
/* ----------------------------------------------------------

    Schriftgrößen  (Bootstrap Basis 14px)

------------------------------------------------------------*/
/*  Root em ------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 26px;
  /*x*/
  line-height: 1.25em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 22px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  clear: both;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}
#content_main h1 {
  font-size: 1.15384615em;
}
#content_main h2 {
  font-size: 1.07692308em;
}
#nav_main ul {
  font-size: 1em;
}
#nav_main ul ul {
  font-size: 0.84615385em;
}
#content_main .small {
  font-size: 0.76923077em;
  line-height: 1.25em;
}
#prefooter {
  font-size: 0.84615385em;
}
#prefooter {
  line-height: 1.125em;
}
#footer {
  font-size: 0.69230769em;
}
#footer {
  line-height: 1.125em;
}
/* ----------------------------------------------------------

    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;
}
/* Grid ---------------------------------------------------*/
#row_1 {
  width: 100%;
  background-color: #e9f0cb;
  /* @media @laptop {
       background-color: white;
    }
    @media @tablet {
       background-color: silver;
    }
    @media @mobil {
        background-color: grey;
    }*/
}
#row_1 #center_1 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_1 #center_1 #head {
  margin-left: 24px;
  margin-right: 24px;
}
#row_1 #center_1 #head #head_info {
  padding: 36px 0 42px 0;
  float: right;
  /*margin-left: -14px;*/
}
@media (min-width: 0px) and (max-width: 500px) {
  #row_1 #center_1 #head #head_info {
    padding: 12px 0 14px 0;
  }
}
#row_2 {
  width: 100%;
  background-color: #c4db77;
  background-image: url("../_IMAGES/basic/row_2.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: auto auto;
  padding-bottom: 60px;
}
#row_2 #center_2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_2 #center_2 #hheader {
  /*.grid-margin;*/
  position: relative;
}
#row_2 #center_2 #hheader #header_hr {
  display: block;
  width: 324px;
  height: 324px;
  /*float: left; */
  position: absolute;
  left: 0;
  top: 0;
}
#row_2 #center_2 #hheader #header {
  display: block;
  width: 876px;
  height: 324px;
  width: 73%;
  height: auto;
  float: right;
}
#row_3 {
  background-color: #fff;
  padding: 40px 0 47px 0;
  width: 100%;
}
#row_3 #center_3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_3 #center_3 #mmain {
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
}
#row_3 #center_3 #mmain #nav_main {
  width: 21.875%;
  float: left;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_3 #center_3 #mmain #nav_main {
    position: absolute;
    top: -88px;
    left: 0;
    width: 100%;
    text-align: right;
  }
  #row_3 #center_3 #mmain #nav_main a {
    color: #dfd7cf;
  }
}
#row_3 #center_3 #mmain #content_main {
  /*width: unit(852/1152*100,%);*/
  width: 75.08680556%;
  float: right;
}
@media (min-width: 0px) and (max-width: 979px) {
  #row_3 #center_3 #mmain #content_main {
    width: 100%;
    float: none;
  }
}
#row_4 {
  width: 100%;
  background-color: #97bf0d;
  padding: 20px 0 220px 0;
}
#row_4 #center_4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_4 #center_4 #foot {
  /*.grid-margin;*/
}
#sitemap {
  background-color: #97bf0d;
}
#sitemap a {
  color: #e0eab6;
}
#sitemap a[aria-current="page"] {
  color: #ffffff;
}
#sitemap li.current-menu-parent > a,
#sitemap li.current-page-parent > a {
  color: #ffffff;
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.netzwerk.fl-builder #row_3 {
  /*padding: 40px 0 47px 0;*/
}
.netzwerk.fl-builder #row_3 #center_3 #mmain {
  /*.grid-margin;*/
}
.netzwerk.fl-builder #row_3 #center_3 #mmain #content_main {
  /*width: unit(852/1152*100,%);*/
  /*float:right;*/
}
@media (min-width: 0px) and (max-width: 979px) {
  .netzwerk.fl-builder #row_3 #center_3 #mmain #content_main {
    /*width: 100%;
                      float:none;*/
  }
}
.netzwerk.fl-builder #row_3 #center_3 #mmain #content_main .fl-photo-content {
  margin-bottom: 30px;
}
.netzwerk.fl-builder #row_3 #center_3 #mmain #content_main .team .fl-photo-content {
  margin-bottom: 8px;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info h2 {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
}
#head_info h2 a {
  /*.background-image("head_info_h2_a.png"); */
  background-image: url("../_IMAGES/basic/head_info_h2_a.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 600px;
  height: 66px;
  display: block;
}
@media (min-width: 0px) and (max-width: 500px) {
  #head_info h2 a {
    background-image: url("../_IMAGES/basic/head_info_h2_a_mobil.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 385px;
    height: 138px;
  }
}
#head_info h2 a:hover {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
#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: 0px) and (max-width: 500px) {
  .svg #head_info h2 a {
    background-image: url("../_IMAGES/basic/head_info_h2_a_mobil.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
  }
}
/* ----------------------------------------------------------

    Hheader Elemente

------------------------------------------------------------*/
#hheader #header_hr {
  background-image: url("../_IMAGES/basic/header_hr.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
#hheader #header_hr hr {
  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;
  visibility: hidden;
}
.svg #hheader #header_hr {
  background-image: url("../_IMAGES/basic/header_hr.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
/* ----------------------------------------------------------

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main p,
#nav_main hr {
  display: none;
}
#nav_main h3 {
  display: none;
  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;
}
@media (min-width: 0px) and (max-width: 979px) {
  #nav_main h3 {
    display: block;
  }
}
#nav_main ul {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
}
@media (min-width: 0px) and (max-width: 979px) {
  #nav_main ul {
    display: none;
  }
}
#nav_main ul li {
  /*float: left;
              margin-right: unit((15/@rem), em);*/
  border-bottom: 1px #97bf0d solid;
  padding: 5px 0;
}
#nav_main ul li:first-child {
  padding-top: 0;
}
#nav_main ul li a {
  color: #957b60;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
}
#nav_main ul li a:hover {
  color: #90ba1e;
}
#nav_main ul li a.nav_act,
#nav_main ul li a[aria-current="page"] {
  color: #90ba1e;
}
#nav_main ul li.current-menu-parent > a,
#nav_main ul li.current-page-parent > a {
  color: #90ba1e;
}
#nav_main ul li span.nav_act {
  color: #90ba1e;
}
#nav_main ul li ul {
  border-top: 1px #97bf0d solid;
  margin-top: 5px;
  padding-top: 5px;
  display: none;
}
#nav_main ul li ul li {
  padding: 0;
  border-bottom: none;
}
#nav_main ul li ul li a {
  color: #b2977a;
}
#nav_main ul li.current_page_item ul,
#nav_main ul li.current_page_item ul,
#nav_main ul li.current-menu-parent ul,
#nav_main ul li.current-page-parent ul {
  display: block;
}
/* ----------------------------------------------------------

    Content Main Elemente     

------------------------------------------------------------*/
#content_main h1 {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  color: #90ba1e;
  margin-bottom: 30px;
  font-weight: 600;
}
#content_main h2 {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  color: #90ba1e;
  padding-top: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}
#content_main h3 {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  color: #90ba1e;
  margin-bottom: 5px;
  font-weight: 600;
}
#content_main p {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border-style: none;
  border-width: 0;
  list-style-type: none;
  margin-bottom: 30px;
}
#content_main a {
  /*border-bottom: 1px @typo dotted;*/
  background-image: url("../_IMAGES/basic/dots_brown.png");
  background-repeat: repeat-x;
  background-position: left 90%;
  background-size: auto auto;
}
#content_main a:hover {
  /*border-bottom: 1px @green-typo dotted;*/
  background-image: url("../_IMAGES/basic/dots_green.png");
  background-repeat: repeat-x;
  background-position: left 90%;
  background-size: auto auto;
}
#content_main a.green {
  /*border-bottom: 1px @green-typo dotted;*/
  background-image: url("../_IMAGES/basic/dots_green.png");
  background-repeat: repeat-x;
  background-position: left 90%;
  background-size: auto auto;
}
#content_main a.green:hover {
  color: #957b60;
  /*border-bottom: 1px @typo dotted;*/
  background-image: url("../_IMAGES/basic/dots_brown.png");
  background-repeat: repeat-x;
  background-position: left 90%;
  background-size: auto auto;
}
#content_main a.pdf {
  border-bottom: none;
  background-image: none;
}
#content_main a.pdf:before {
  font-family: 'FontAwesome';
  font-size: inherit;
  content: "\f1c1";
  display: inline-block;
  margin-right: 10px;
  border-bottom: none;
  background-image: none;
}
#content_main a.pdf:hover,
#content_main a.pdf.hover:before {
  color: #90ba1e;
  border-bottom: none;
  background-image: none;
}
#content_main .green a {
  color: #90ba1e;
  background-image: url("../_IMAGES/basic/dots_green.png");
  background-repeat: repeat-x;
  background-position: left 90%;
  background-size: auto auto;
}
#content_main .green a:hover {
  color: #957b60;
  /*border-bottom: 1px @typo dotted;*/
  background-image: url("../_IMAGES/basic/dots_brown.png");
  background-repeat: repeat-x;
  background-position: left 90%;
  background-size: auto auto;
}
#content_main .pdf {
  border-bottom: none;
  background-image: none;
}
#content_main .pdf:before {
  font-family: 'FontAwesome';
  font-size: inherit;
  color: inherit;
  content: "\f1c1";
  display: inline-block;
  margin-right: 10px;
  border-bottom: none;
  background-image: none;
}
#content_main .pdf a {
  border-bottom: none;
  background-image: none;
}
#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: 30px;
}
#content_main ul li {
  position: relative;
  padding: 1px 0px 1px 20px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main ul li:before {
  /*font-family: Arial;*/
  font-size: 0.6em;
  position: absolute;
  top: 0px;
  left: 0;
  content: "\2022";
  display: inline-block;
}
#content_main ul.space li {
  margin-bottom: 10px;
}
#content_main ul.line li {
  margin-bottom: 10px;
  position: relative;
  padding: 1px 0px 1px 15px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main ul.line li:before {
  /*font-family: Arial;*/
  font-size: inherit;
  position: absolute;
  top: 0px;
  left: 0;
  content: "\2012";
  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 .green {
  color: #90ba1e;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#foot {
  margin: 0;
  color: #e0eab6;
}
#foot a {
  color: #e0eab6;
}
#foot a:hover {
  color: #fff;
}
#foot span.nav_act {
  color: #fff;
}
#foot 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;
}
#foot #prefooter {
  margin-bottom: 35px;
}
#foot #prefooter .left {
  width: 33%;
  float: left;
  padding: 0 24px;
}
#foot #prefooter .left:nth-child(1) {
  width: 36%;
}
#foot #prefooter .left:nth-child(2) {
  width: 32%;
}
#foot #prefooter .left:nth-child(3) {
  width: 32%;
}
@media (min-width: 0px) and (max-width: 979px) {
  #foot #prefooter .left {
    float: none;
    margin-bottom: 17px;
  }
  #foot #prefooter .left:nth-child(1),
  #foot #prefooter .left:nth-child(2),
  #foot #prefooter .left:nth-child(3) {
    width: 100%;
  }
}
#foot #footer {
  padding: 0 24px;
}
