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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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: #0d6a63;
  background-color: #ffffff;
  min-width: 100%;
  min-height: 100%;
  background-image: url("../_IMAGES/basic/body.png");
  background-repeat: no-repeat;
  background-position: center 540px;
  background-size: auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  body {
    background-image: url("../_IMAGES/basic/body.png");
    background-repeat: no-repeat;
    background-position: center 540px;
    background-size: 200% auto;
  }
}
.svg body {
  background-image: url("../_IMAGES/basic/body.svg");
  background-repeat: no-repeat;
  background-position: center 540px;
  background-size: auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .svg body {
    background-image: url("../_IMAGES/basic/body.svg");
    background-repeat: no-repeat;
    background-position: center 540px;
    background-size: 200% auto;
  }
}
a {
  color: #0d6a63;
  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: #0fb2ab;
  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: #0d6a63;
  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%;
    height: auto;*/
}
/* ----------------------------------------------------------

    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: source_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.18181818em;
  /*26*/
}
@media (min-width: 0px) and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 20px;
    line-height: 1.2em;
  }
}
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;
}
#contact {
  font-size: 1.04545455em;
}
@media (min-width: 768px) and (max-width: 979px) {
  #contact {
    /*font-size: unit(20 / @rem, em);*/
  }
}
#footer {
  font-size: 0.90909091em;
}
/* ----------------------------------------------------------

    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%;
}
#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;
  padding: 30px 25px 0 50px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_1 #center_1 #head {
    padding: 30px 25px 0 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #head {
    padding: 60px 0 0 0;
  }
}
#row_1 #center_1 #head #head_info {
  width: 372px;
  height: 125px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_1 #center_1 #head #head_info {
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #head #head_info {
    width: 100%;
    max-width: 372px;
    margin-bottom: 25px;
  }
}
#row_1 #center_1 #head #contact {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #head #contact {
    /*position: relative;*/
  }
}
#row_1 #center_1 #head #nav_main {
  margin-bottom: 5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #head #nav_main {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
  }
}
#row_2 {
  width: 100%;
  background-color: #f6ee7c;
}
#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 {
  position: relative;
}
#row_2 #center_2 #impression #header .header_img {
  position: relative;
  z-index: 1;
}
#row_2 #center_2 #impression #header .header_quote {
  position: absolute;
  right: 25px;
  bottom: 25px;
  z-index: 2;
  width: 29.16666667%;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #row_2 #center_2 #impression #header .header_quote {
    display: inline;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_2 #center_2 #impression #header .header_quote {
    /* width: unit( 2/3*100 ,%);*/
    display: inline;
    width: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_2 #center_2 #impression #header .header_quote {
    position: static;
    width: 100%;
  }
}
#row_3 {
  width: 100%;
}
#row_3 #center_3 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
#row_3 #center_3 #mmain {
  margin-left: 20px;
  margin-right: 20px;
  border-top: 25px #0fb2ab solid;
  padding: 30px 25px 30px 50px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_3 #center_3 #mmain {
    padding: 30px 25px 30px 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #mmain {
    padding: 30px 0px 30px 0px;
  }
}
#row_3 #center_3 #mmain #content_main {
  width: 61.33333333%;
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_3 #center_3 #mmain #content_main {
    width: 85%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_3 #center_3 #mmain #content_main {
    width: 100%;
  }
}
#row_4 {
  width: 100%;
  border-top: 2px #d3de76 solid;
}
#row_4 #center_4 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
#row_4 #center_4 #foot {
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px 25px 90px 50px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_4 #center_4 #foot {
    padding: 15px 25px 90px 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 #foot {
    padding: 15px 0px 90px 0px;
  }
}
#sitemap {
  background-color: #0d6a63;
  background-image: none;
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.fl-builder #main {
  /*.fl-photo {
        padding: 45px 0;
    }
    .fl-module-separator {
        padding: 30px 0;
    }*/
}
.fl-builder #main .fl-photo {
  padding: 0 0 30px 0;
}
.fl-builder #main .fl-map {
  margin-bottom: 30px;
}
/* ----------------------------------------------------------

    Head Info Elemente

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

    Contact Elemente

------------------------------------------------------------*/
#contact {
  background-color: #0fb2ab;
  color: #ffffff;
  padding: 10px 25px 10px 25px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #contact {
    padding: 5px 10px 5px 10px;
    /*background-color: @gelb;*/
  }
}
#contact .small_device {
  display: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  #contact .small_device {
    display: block;
    cursor: pointer;
    text-align: right;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #contact .small_device {
    display: block;
    cursor: pointer;
    text-align: right;
  }
}
#contact .contact_original {
  position: relative;
}
@media (min-width: 768px) and (max-width: 979px) {
  #contact .contact_original {
    display: none;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  #contact .contact_original.show {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #contact .contact_original {
    display: none;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
  }
  #contact .contact_original.show {
    display: block;
  }
}
#contact p {
  line-height: inherit;
  margin: 0;
  padding: 0;
}
#contact p span.phone {
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #contact p span.phone {
    display: block;
    margin: 0 0 10px 0;
  }
}
#contact a {
  color: #ffffff;
}
#contact a:hover {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 0px) and (max-width: 767px) {
  #contact a {
    display: block;
    margin: 0 0 10px 0;
  }
}
.contact_original.moved {
  position: relative;
  color: #ffffff;
  background-color: #0fb2ab;
  padding: 10px 25px 10px 25px;
  text-align: center;
  display: none;
}
@media (min-width: 0px) and (max-width: 320px) {
  .contact_original.moved {
    text-align: left;
  }
}
.contact_original.moved p {
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.contact_original.moved p span.phone {
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .contact_original.moved p span.phone {
    display: block;
    margin: 0 0 10px 0;
  }
}
.contact_original.moved a {
  color: #ffffff;
}
.contact_original.moved a:hover {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 0px) and (max-width: 767px) {
  .contact_original.moved a {
    display: block;
    margin: 0 0 10px 0;
  }
}
/* ----------------------------------------------------------

    Header Elemente

------------------------------------------------------------*/
#header .header_img {
  /*width: 1200px;
       height: 372px;*/
}
#header .header_quote {
  background-color: #67bd9b;
  color: #ffffff;
  padding: 6px 15px;
}
#header .header_quote blockquote,
#header .header_quote p {
  margin: 0;
  padding: 0;
  border: 0 transparent none;
  line-height: 1.35em;
  font-style: italic;
  font-size: 1em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #header .header_quote br {
    display: none;
  }
}
/* ----------------------------------------------------------

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main p,
#nav_main hr {
  display: none;
}
#nav_main h3 {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main h3 {
    display: block;
    text-align: right;
    padding: 0 10px 0 10px;
    margin: 10px 0;
  }
}
#nav_main ul {
  text-align: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: inherit;
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main ul {
    display: none;
  }
}
#nav_main ul li {
  display: inline;
  list-style-type: none;
  margin-left: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#nav_main ul li:first-child {
  margin-left: 0;
}
#nav_main ul li a {
  color: #0d6a63;
}
#nav_main ul li a:hover,
#nav_main ul li a.nav_act,
#nav_main ul li a[aria-current="page"] {
  color: #0fb2ab;
}
#nav_main ul li span.nav_act {
  color: #0fb2ab;
}
#nav_main ul li.current_page_item a {
  color: #0fb2ab;
}
#sitemap span.nav_act,
#sitemap a.nav_act,
#menu-primary .current-menu-item a,
#sitemap a[aria-current="page"] {
  background-color: #108178;
}
/* ----------------------------------------------------------

    Content Main Elemente     

------------------------------------------------------------*/
#content_main h1,
#content_main h2,
#content_main h3,
#content_main p,
#content_main ul,
#content_main li {
  margin: 0;
  padding: 0;
}
#content_main h1 {
  font-weight: bold;
  line-height: 1.3em;
}
#content_main h2 {
  color: #0fb2ab;
  line-height: 1.3em;
  margin-bottom: 30px;
}
#content_main h3 {
  color: #0fb2ab;
  line-height: inherit;
  font-weight: bold;
  margin-bottom: 3px;
}
#content_main h3.space_bottom {
  margin-bottom: 30px;
  display: inline-block;
}
#content_main h4 {
  color: #0d6a63;
  line-height: inherit;
  font-weight: bold;
  margin-bottom: 3px;
}
#content_main p {
  font-weight: 300;
  line-height: inherit;
  margin-bottom: 30px;
}
#content_main p.attention {
  border-left: 25px #f6ee7c solid;
  padding-left: 10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main p {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
#content_main a {
  border-bottom: 1px #0d6a63 dotted;
}
#content_main a:hover {
  border-bottom: 1px #0d6a63 dotted;
}
#content_main ul {
  font-weight: 300;
  line-height: inherit;
  margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main ul {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
#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;
  color: #0fb2ab;
  top: 0;
  left: 1px;
  content: "\2022";
  display: inline-block;
}
#content_main .green {
  color: #0fb2ab;
}
#content_main .green_dark {
  color: #0d6a63;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer {
  font-weight: 300;
}
#footer p span.nav_act {
  color: #0fb2ab;
}
#footer p i.trenner {
  margin: 0 5px;
  font-style: normal;
}
