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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#row_1 #center_1 #head #nav_main {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#row_1 #center_1 #head #nav_main:before,
#row_1 #center_1 #head #nav_main:after {
  content: " ";
  display: table;
}
.clearfix:after,
#row_1 #center_1 #head #nav_main: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: #6f6f6f;
  background-color: #fffae4;
  background-image: url("../_IMAGES/basic/body.jpg");
  background-repeat: repeat;
  background-position: left top;
  background-size: auto auto;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #6f6f6f;
  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;
}
a:hover {
  color: #63b32e;
  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: #6f6f6f;
  text-decoration: none;
  border-style: none;
  border-width: 0;
  outline-style: none;
  outline-width: 0;
}
strong {
  font-weight: bold;
}
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: pt_sans, Arial, Helvetica, Verdana, sans-serif;
}
#id {
  font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
}
/* ----------------------------------------------------------

    Schriftgrößen  (Bootstrap Basis 14px)

------------------------------------------------------------*/
/*  Root em ------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 22px;
  /*22*/
  line-height: 1.3em;
  /*auto*/
}
@media (min-width: 0px) and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 20px;
    /*22*/
    line-height: 1.4em;
    /*auto*/
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  clear: both;
}
#content_main h1,
#content_main h2 {
  font-size: 1.36363636em;
  line-height: inherit;
}
#content_main blockquote,
#content_main h3,
#content_main p.gruen {
  font-size: 1.09090909em;
  line-height: inherit;
}
#footer {
  font-size: 0.77272727em;
  line-height: inherit;
}
#content_main span.author {
  font-size: 0.70833333em;
  line-height: inherit;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 20px;
  margin-right: 20px;
}
/* Grid ---------------------------------------------------*/
#row_1 {
  width: 100%;
  background-color: #fff;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #row_1 {
    /*background-color: grey;*/
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_1 {
    /*background-color: yellow;*/
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 {
    /*background-color: pink;*/
  }
}
#row_1 #center_1 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
#row_1 #center_1 #head {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  min-height: 145px;
  padding: 37px 25px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #head {
    padding: 74px 0px 37px 0px;
  }
}
#row_1 #center_1 #head #head_info {
  width: 329px;
  height: 72px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #head #head_info {
    max-width: 100%;
  }
}
#row_1 #center_1 #head #nav_main {
  margin: 0 0 0 379px;
  position: absolute;
  right: 25px;
  bottom: 37px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #row_1 #center_1 #head #nav_main {
    position: static;
    margin: 0;
    padding-top: 37px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_1 #center_1 #head #nav_main {
    position: static;
    margin: 0;
    padding-top: 37px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #head #nav_main {
    right: -5px;
    top: -10px;
  }
}
#row_2 {
  width: 100%;
  background-color: #a1d182;
}
#row_2 #center_2 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
#row_2 #center_2 #impression {
  margin-left: 20px;
  margin-right: 20px;
}
#row_2 #center_2 #impression #header {
  /*&:extend(.clearfix all);
              position: relative;
              padding: 0 25px;
             .header_img {
                 float: right;
                 position: relative;
                 z-index: 1;
             }
             .gallon {
                 display: block;
                 width: 100%;
                 height: 100%;
                 position: absolute;
                 top: 0;
                 left: 0;
                 z-index: 2;
                 .background-image("header_gallon.png", no-repeat, right top, auto auto);
                 @media @mobil {
                     background-size: auto 100%;
                 }

                 hr {
                     display:none;
                 }

             }*/
}
#row_3 {
  width: 100%;
  background-color: #fffae4;
}
#row_3 #center_3 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 25px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_3 #center_3 {
    padding: 50px 0px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 {
    padding: 50px 0px;
  }
}
#row_3 #center_3 #mmain {
  margin-left: 20px;
  margin-right: 20px;
}
#row_3 #center_3 #mmain #content_main {
  /*margin: 0 240px 0 95px;*/
  margin: 0 20.86956522% 0 8.26086957%;
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_3 #center_3 #mmain #content_main {
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #mmain #content_main {
    margin: 0;
  }
}
#row_4 {
  width: 100%;
  /*.background-image("body.jpg", repeat, left top, auto auto);*/
}
#row_4 #center_4 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_4 #center_4 {
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 {
    padding: 0;
  }
}
#row_4 #center_4 #foot {
  margin-left: 20px;
  margin-right: 20px;
}
#row_4 #center_4 #foot #footer {
  /*margin: 0 240px 0 95px;*/
  margin: 0 20.86956522% 0 8.26086957%;
  padding: 10px 0 380px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_4 #center_4 #foot #footer {
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 #foot #footer {
    margin: 0;
    padding: 10px 0 190px 0;
  }
}
#sitemap {
  background-color: #63b32e;
  background-image: none;
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.fl-builder #row_3 #center_3 #mmain #content_main {
  /*margin: 0 240px 0 95px;*/
  margin: 0 18.69565217% 0 6.08695652%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .fl-builder #row_3 #center_3 #mmain #content_main {
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder #row_3 #center_3 #mmain #content_main {
    margin: 0;
  }
}
.fl-builder #content_main .fl-module-content {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder #content_main .fl-module-content {
    margin: 0;
  }
}
.fl-builder #content_main .fl-photo {
  padding-bottom: 30px;
}
.fl-builder #content_main .fl-module-map {
  padding-top: 30px;
  padding-bottom: 5px;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info h3,
#head_info p,
#head_info hr {
  display: none;
}
#head_info h2 {
  margin: 0;
  padding: 0;
}
#head_info h2 a {
  background-image: url("../_IMAGES/basic/head_info_h2_a.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 329px;
  height: 72px;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  #head_info h2 a {
    max-width: 100%;
  }
}
#head_info h2 a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#head_info h2 a span {
  display: none;
}
.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;
}
/* ----------------------------------------------------------

    Header Elemente

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

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main p,
#nav_main hr {
  display: none;
}
#nav_main h3 {
  display: none;
}
#nav_main h3 a {
  color: #a2a2a2;
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main h3 {
    display: block;
  }
}
#nav_main ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  position: relative;
  bottom: -1px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main ul {
    display: none;
  }
}
#nav_main ul li {
  display: inline-block;
}
#nav_main ul li:last-child {
  margin-right: 0;
}
#nav_main ul li:last-child:after {
  content: none;
  margin: 0px;
}
#nav_main ul li:after {
  content: "|";
  margin: 0 10px;
  color: #63b32e;
  position: relative;
  right: -1px;
}
#nav_main ul li a {
  color: #6f6f6f;
}
#nav_main ul li a:hover {
  color: #63b32e;
}
#nav_main ul li a.nav_act {
  color: #63b32e;
}
#nav_main ul li a.nav_act:hover {
  color: #6f6f6f;
}
#nav_main ul li span.nav_act {
  color: #63b32e;
}
#sitemap span.nav_act,
#sitemap a.nav_act,
#sitemap .current-menu-item a,
#sitemap .current_page_item a {
  /*background-color: darken(@gruen,5%);*/
  color: rgba(255, 255, 255, 0.5);
}
/* ----------------------------------------------------------

    Content Main Elemente     

------------------------------------------------------------*/
#content_main h1,
#content_main h2,
#content_main h3,
#content_main h4,
#content_main p,
#content_main ul,
#content_main blockquote {
  margin: 0;
  padding: 0;
}
#content_main h1 {
  margin-bottom: 5px;
  color: #63b32e;
}
#content_main h2 {
  margin-bottom: 30px;
  font-style: italic;
}
#content_main h3 {
  margin-bottom: 30px;
  font-style: italic;
  font-weight: bold;
  color: #63b32e;
}
#content_main h3.kein_abstand {
  margin-bottom: 5px;
}
#content_main h4 {
  margin-bottom: 5px;
}
#content_main h4.pfeil {
  position: relative;
  padding: 1px 0px 1px 18px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main h4.pfeil:before {
  font-size: inherit;
  color: #63b32e;
  position: absolute;
  top: 2px;
  left: 0;
  content: ">";
  display: inline-block;
}
#content_main p {
  margin-bottom: 30px;
}
#content_main p.pfeil {
  position: relative;
  padding: 1px 0px 1px 18px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main p.pfeil:before {
  font-size: inherit;
  color: #63b32e;
  position: absolute;
  top: 2px;
  left: 0;
  content: ">";
  display: inline-block;
}
#content_main p.gruen {
  color: #63b32e;
  font-weight: bold;
  font-style: italic;
}
#content_main a {
  color: #6f6f6f;
  border-bottom: 1px #6f6f6f dotted;
}
#content_main a:hover {
  color: #63b32e;
  border-bottom: 1px #63b32e dotted;
}
#content_main blockquote {
  margin-bottom: 30px;
  border: 0px transparent none;
  font-style: italic;
  font-weight: bold;
  color: #63b32e;
}
#content_main span.author {
  color: #6f6f6f;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2em;
  padding-top: 15px;
  display: inline-block;
}
#content_main ul {
  margin-bottom: 30px;
}
#content_main ul li {
  position: relative;
  padding: 1px 0px 1px 15px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main ul li:before {
  font-size: inherit;
  position: absolute;
  top: 2px;
  left: 0;
  content: "\2022";
  display: inline-block;
}
#content_main ul.pfeil li {
  position: relative;
  padding: 1px 0px 1px 18px;
  list-style-type: none;
  list-style-position: inside;
}
#content_main ul.pfeil li:before {
  font-size: inherit;
  color: #63b32e;
  position: absolute;
  top: 2px;
  left: 0;
  content: ">";
  display: inline-block;
}
#content_main :last-child {
  margin-bottom: 5px;
}
@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 .abstand {
  margin-bottom: 30px;
}
#content_main .kein_abstand {
  margin-bottom: 0px;
}
#content_main .gruen {
  color: #63b32e;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer p a {
  color: #6f6f6f;
}
#footer p a:hover {
  color: #63b32e;
}
#footer p span.nav_act {
  color: #63b32e;
}
#footer p .trenner {
  color: #63b32e;
  margin: 0 5px;
}
