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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#canvas #row_3 #center_3 #mmain,
#row_4 #center_4 #foot {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#canvas #row_3 #center_3 #mmain:before,
#canvas #row_3 #center_3 #mmain:after,
#row_4 #center_4 #foot:before,
#row_4 #center_4 #foot:after {
  content: " ";
  display: table;
}
.clearfix:after,
#canvas #row_3 #center_3 #mmain:after,
#row_4 #center_4 #foot: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: #006988;
  background-color: #006988;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #006988;
  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: #84d0f5;
  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: #006988;
  text-decoration: none;
  border-style: none;
  border-width: 0;
  outline-style: none;
  outline-width: 0;
}
strong,
b {
  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: source_sans_pro, 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;
  /*x*/
  line-height: 1.2em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 20px;
    /*x*/
  }
}
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.27272727em;
  line-height: inherit;
}
#footer {
  font-size: 0.90909091em;
  line-height: inherit;
}
#nav_main ul li ul {
  font-size: 0.81818182em;
  line-height: inherit;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 25px;
  margin-right: 25px;
}
/* Grid ---------------------------------------------------*/
#canvas {
  background-color: #fff;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #canvas {
    /*background-color: yellow;*/
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #canvas {
    /*background-color: green;*/
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #canvas {
    /*background-color: silver;*/
  }
}
#canvas #row_1 {
  width: 100%;
  border-top: 12px #84d0f5 solid;
}
#canvas #row_1 #center_1 {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
#canvas #row_1 #center_1 #head {
  margin-left: 25px;
  margin-right: 25px;
  padding: 32px 0 40px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  #canvas #row_1 #center_1 #head {
    padding: 72px 0 40px 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #canvas #row_1 #center_1 #head {
    padding: 72px 0 40px 0;
  }
}
#canvas #row_1 #center_1 #head #head_info {
  /*width: 336px;
                 height: 61px;*/
  width: 340px;
  height: 93px;
  max-width: 100%;
}
#canvas #row_2 {
  width: 100%;
}
#canvas #row_2 #center_2 {
  /*.grid-container;*/
}
#canvas #row_2 #center_2 #impression {
  /*.grid-margin;*/
}
#canvas #row_2 #center_2 #impression #header {
  position: relative;
}
#canvas #row_3 {
  width: 100%;
}
#canvas #row_3 #center_3 {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
#canvas #row_3 #center_3 #mmain {
  margin-left: 25px;
  margin-right: 25px;
  padding: 48px 0;
}
#canvas #row_3 #center_3 #mmain #nav_main {
  /*width: 260px;*/
  width: 21.66666667%;
  /*margin: 0 25px;*/
  margin: 0 2.08333333%;
  float: left;
  position: relative;
  /*left: -25px;*/
  left: -2.08333333%;
}
@media (min-width: 768px) and (max-width: 979px) {
  #canvas #row_3 #center_3 #mmain #nav_main {
    width: 100%;
    margin: 0;
    float: none;
    left: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #canvas #row_3 #center_3 #mmain #nav_main {
    width: 100%;
    margin: 0;
    float: none;
    left: 0;
  }
}
#canvas #row_3 #center_3 #mmain #content_main {
  /*width: 840px;*/
  width: 70%;
  /*margin: 0 25px;*/
  margin: 0 2.08333333%;
  float: right;
}
@media (min-width: 768px) and (max-width: 979px) {
  #canvas #row_3 #center_3 #mmain #content_main {
    width: 100%;
    margin: 0;
    float: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #canvas #row_3 #center_3 #mmain #content_main {
    width: 100%;
    margin: 0;
    float: none;
  }
}
#row_4 {
  width: 100%;
}
#row_4 #center_4 {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}
#row_4 #center_4 #foot {
  margin-left: 25px;
  margin-right: 25px;
  padding: 15px 0 45px 0;
}
#row_4 #center_4 #foot #footer {
  width: 70%;
  margin: 0 25px;
  float: right;
}
@media (min-width: 768px) and (max-width: 979px) {
  #row_4 #center_4 #foot #footer {
    width: 100%;
    margin: 0;
    float: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 #foot #footer {
    width: 100%;
    margin: 0;
    float: none;
  }
}
#sitemap {
  background-color: #006988;
}
#sitemap #mm-1 {
  font-weight: bold;
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.fl-builder {
  /*.fl-photo {
        padding: 45px 0;
    }
    .fl-module-separator {
        padding: 30px 0;
    }*/
}
.fl-builder #canvas #row_3 #center_3 #mmain #content_main {
  width: 74.16666667%;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
  .fl-builder #canvas #row_3 #center_3 #mmain #content_main {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder #canvas #row_3 #center_3 #mmain #content_main {
    width: 100%;
    margin: 0;
  }
}
.fl-builder .fl-module-content {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder .fl-module-content {
    margin: 0;
  }
}
.fl-builder .fl-photo {
  padding-bottom: 30px;
}
.fl-builder .fl-map {
  padding-bottom: 30px;
  padding-top: 15px;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info h2 {
  margin: 0;
  padding: 0;
}
#head_info h2 a {
  background-image: url("../_IMAGES/basic/head_info_h2_a-neu.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100% auto;
  width: 100%;
  height: 93px;
  display: block;
}
@media mobil {
  #head_info h2 a {
    /*width: 150px;
                height: 150px;
                .background-image("logo.png", no-repeat, center center, 100% auto);*/
  }
}
#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;
}
.svg #head_info h2 a {
  background-image: url("../_IMAGES/basic/head_info_h2_a-neu.svg");
}
/* ----------------------------------------------------------

    Header Elemente

------------------------------------------------------------*/
#header .header_img {
  width: 100%;
  height: 480px;
  position: relative;
  z-index: 1;
}
#header .gallon_position {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 2;
  overflow: visible;
}
#header .gallon_position .gallon {
  display: block;
  width: 528px;
  height: 480px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-image: url("../_IMAGES/basic/header_gallon.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
}
.svg #header .gallon {
  background-image: url("../_IMAGES/basic/header_gallon.svg");
}
/* ----------------------------------------------------------

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main p,
#nav_main hr {
  display: none;
}
#nav_main h3 {
  display: none;
  font-size: 0.8em;
  line-height: 50px;
  background-color: rgba(0, 105, 136, 0.9);
  text-align: center;
  position: fixed;
  top: -30px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 99999;
}
#nav_main h3 a {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 979px) {
  #nav_main h3 {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main h3 {
    display: block;
  }
}
#nav_main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  #nav_main ul {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main ul {
    display: none;
  }
}
#nav_main ul li {
  border-bottom: 1px #84d0f5 solid;
  padding: 0 25px 6px 25px;
  margin-bottom: 6px;
}
#nav_main ul li a {
  font-weight: bold;
  color: #006988;
}
#nav_main ul li a:hover,
#nav_main ul li a.nav_act {
  color: #71c8f2;
}
#nav_main ul li a.nav_act {
  /*display: inline-block;
                    padding-bottom: 6px;
                    margin-bottom: 6px;*/
}
#nav_main ul li.current-menu-parent a,
#nav_main ul li.current_page_item a {
  font-weight: bold;
  color: #71c8f2;
  /*display: inline-block;
                padding-bottom: 6px;
                margin-bottom: 6px;*/
}
#nav_main ul li.current-menu-parent ul li a,
#nav_main ul li.current_page_item ul li a {
  font-weight: normal;
  color: #006988;
  /*display: inline-block;
                padding-bottom: 6px;
                margin-bottom: 6px;*/
}
#nav_main ul li ul {
  padding-top: 7px;
  display: none;
}
#nav_main ul li ul li {
  border-bottom: 0 transparent none;
  padding: 0 0 3px 0;
  margin-bottom: 3px;
}
#nav_main ul li ul li a {
  font-weight: normal;
  color: #006988;
}
#nav_main ul li ul li span.nav_act {
  font-weight: normal;
  padding-bottom: 0;
  margin-bottom: 0;
}
#nav_main ul li ul li.current_page_item a {
  color: #71c8f2;
}
#nav_main ul li.current_page_item ul,
#nav_main ul li.current-page-ancestor ul {
  display: block;
}
#sitemap span.nav_act,
#sitemap a.nav_act {
  /*background-color: darken(@blue-dark,5%);*/
  color: #84d0f5;
}
#sitemap ul li.current-menu-parent a,
#sitemap ul li.current_page_item a {
  color: #84d0f5;
}
#sitemap ul li.current-menu-parent ul li a,
#sitemap ul li.current_page_item ul li a {
  color: #ffffff;
}
#sitemap ul li ul li.current_page_item a {
  color: #84d0f5;
}
/* ----------------------------------------------------------

    Content Main Elemente     

------------------------------------------------------------*/
#content_main h1,
#content_main h2,
#content_main h3,
#content_main p,
#content_main ul {
  margin: 0;
  padding: 0;
}
#content_main h1 {
  font-weight: bold;
  margin-bottom: 5px;
}
#content_main h2 {
  font-weight: bold;
  color: #84d0f5;
  margin-bottom: 30px;
}
#content_main h3 {
  font-weight: 800;
  margin-bottom: 30px;
}
#content_main h4 {
  font-weight: bold;
  color: #1a93d3;
  margin-bottom: 5px;
}
#content_main p {
  margin-bottom: 30px;
}
#content_main p.pdf a {
  font-weight: bold;
  border: none;
  color: #1a93d3;
}
#content_main p.pdf a:before {
  content: "\f1c1";
  font-family: "FontAwesome";
  font-weight: normal;
  color: #1a93d3;
  margin-right: 10px;
}
#content_main p.pdf a:hover {
  border: none;
  color: #84d0f5;
}
#content_main p.pdf a:hover:before {
  color: #84d0f5;
}
#content_main a {
  border-bottom: 1px #006988 dotted;
}
#content_main a:hover {
  border-bottom: 1px #84d0f5 dotted;
}
#content_main ul {
  margin-bottom: 30px;
}
#content_main ul li {
  position: relative;
  padding: 1px 0px 1px 10px;
  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 .blue {
  color: #1a93d3;
}
#content_main .caps {
  text-transform: uppercase;
}
@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;
  }
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer {
  color: #fff;
  font-weight: bold;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #84d0f5;
}
#footer span.nav_act {
  color: #84d0f5;
}
