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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#row_1 #center_1,
#row_2 #center_2,
#row_3 #center_3,
#row_4 #center_4,
#row_5 #center_5 {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#row_1 #center_1:before,
#row_1 #center_1:after,
#row_2 #center_2:before,
#row_2 #center_2:after,
#row_3 #center_3:before,
#row_3 #center_3:after,
#row_4 #center_4:before,
#row_4 #center_4:after,
#row_5 #center_5:before,
#row_5 #center_5:after {
  content: " ";
  display: table;
}
.clearfix:after,
#row_1 #center_1:after,
#row_2 #center_2:after,
#row_3 #center_3:after,
#row_4 #center_4:after,
#row_5 #center_5: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: #3c3c3b;
  background-color: #ffffff;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #d51317;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
a:hover {
  color: #3c3c3b;
  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: #3c3c3b;
  text-decoration: none;
  border-style: none;
  border-width: 0;
  outline-style: none;
  outline-width: 0;
}
strong {
  font-weight: 500;
}
dfn,
cite,
em,
i {
  font-weight: 300;
  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: museo, 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: 24px;
  /*x*/
  line-height: 1.3em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 22px;
    /*x*/
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  clear: both;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}
#content_main h1 {
  font-size: 1.66666667em;
  line-height: 1.3em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h1 {
    font-size: 1.33333333em;
  }
}
#lang_choose,
#nav_main,
#footer {
  font-size: 0.83333333em;
}
/* ----------------------------------------------------------

    Genereller Aufbau

------------------------------------------------------------*/
/* Grid ----------------------------------------------------*/
.grid-row {
  width: 100%;
}
.grid-container {
  width: 100%;
  max-width: 1240px;
  /*min-width: unit(420,px);*/
  margin-left: auto;
  margin-right: auto;
}
.grid-margin {
  margin-left: 20px;
  margin-right: 20px;
}
/* Grid ---------------------------------------------------*/
#row_1 {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  /*tmp*/
  /*background-color: @black;*/
  /*@media @laptop {
       background-color: yellow;
    }
    @media @tablet {
        background-color: grey;
    }
    @media @mobil {
        background-color: silver;
    }*/
}
@media (min-width: 0px) and (max-width: 1300px) {
  #row_1 {
    position: relative;
    background-color: #000000;
  }
}
#row_1 #center_1 {
  width: 100%;
  max-width: 1240px;
  /*min-width: unit(420,px);*/
  margin-left: auto;
  margin-right: auto;
}
#row_1 #center_1 #header_a {
  margin-left: 20px;
  margin-right: 20px;
}
#row_1 #center_1 #header_a #head_info {
  display: inline;
  padding: 0 0 0 24px;
  float: left;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a #head_info {
    padding: 0;
  }
}
#row_1 #center_1 #header_a #lang_choose {
  display: inline;
  padding: 0 40px 0 40px;
  float: right;
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a #lang_choose {
    padding: 0 24px 0 24px;
  }
}
@media (min-width: 0px) and (max-width: 420px) {
  #row_1 #center_1 #header_a #lang_choose {
    padding: 0 0 0 0;
    clear: right;
  }
}
#row_2 {
  width: 100%;
  background-color: #000000;
  position: relative;
  z-index: 0;
  /*tmp*/
  /*background-color: @black;*/
  /*@media @laptop {
       background-color: yellow;
    }
    @media @tablet {
        background-color: grey;
    }
    @media @mobil {
        background-color: silver;
    }*/
}
#row_2 #center_2 {
  width: 100%;
  max-width: 1240px;
  /*min-width: unit(420,px);*/
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}
#row_2 #center_2 #header_b {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 0px) and (max-width: 1300px) {
  #row_2 #center_2 #header_b {
    margin: 0 0 0 0;
  }
}
#row_3 {
  /* ACHTUNG sitzt in row 2 !*/
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /*z-index: 99999;
    position: relative;
    top: -43px;
    left: 0;*/
  z-index: 99999;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
@media (min-width: 0px) and (max-width: 1300px) {
  #row_3 {
    display: none;
  }
}
#row_3 #center_3 {
  /*.grid-container;*/
}
#row_3 #center_3 #header_c {
  margin-left: 20px;
  margin-right: 20px;
}
#row_4 {
  width: 100%;
  /*@media @laptop {
       background-color: yellow;
    }
    @media @tablet {
        background-color: grey;
    }
    @media @mobil {
        background-color: silver;
    }*/
}
#row_4 #center_4 {
  width: 100%;
  max-width: 1240px;
  /*min-width: unit(420,px);*/
  margin-left: auto;
  margin-right: auto;
  padding: 55px 78px 0 120px;
}
@media (min-width: 0px) and (max-width: 1300px) {
  #row_4 #center_4 {
    padding: 44px 40px 0 24px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_4 #center_4 {
    padding: 44px 0px 0 0px;
  }
}
#row_4 #center_4 #mmain {
  margin-left: 20px;
  margin-right: 20px;
}
#row_5 {
  width: 100%;
  border-bottom: 2px #d51317 solid;
  /*padding: 24px 0 0 120px;
    margin-bottom: 55px;
    @media @ttm {
       padding: 24px 24px 0 24px;
    }
    @media @mobil {
       padding: 24px 0 0 0;
    }*/
  margin-bottom: 55px;
}
#row_5 #center_5 {
  width: 100%;
  max-width: 1240px;
  /*min-width: unit(420,px);*/
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0 0 120px;
}
@media (min-width: 0px) and (max-width: 1300px) {
  #row_5 #center_5 {
    padding: 24px 24px 0 24px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_5 #center_5 {
    padding: 24px 0 0 0;
  }
}
#row_5 #center_5 #foot {
  margin-left: 20px;
  margin-right: 20px;
}
#sitemap {
  background-color: #000000;
  text-transform: uppercase;
  font-size: 75%;
}
#sitemap .nav_act {
  color: #d51317;
  border-bottom: 11px #d51317 solid;
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.fl-builder.netzwerk {
  /*#row_3 #center_3 #mmain #content_main {
        margin: 0 240px 0 95px;
        margin: 0 unit((240-25)/1150*100,%) 0 unit((95-25)/1150*100,%);
        @media @tablet {
            margin: 0;
        }
        @media @mobil {
            margin: 0;
        }
    }
    .fl-module-content{
        margin-top: 0;
        margin-bottom: 0;
        @media @mobil {
            margin: 0;
        }
    }
    .fl-photo {
        padding-bottom: 30px;
    }*/
  /*.fl-photo {
        padding: 45px 0;
    }
    .fl-module-separator {
        padding: 30px 0;
    }*/
}
.fl-builder.netzwerk #row_4 #center_4 {
  /*padding: 55px 78px 0 120px;*/
  padding: 55px 54px 0 96px;
}
@media (min-width: 0px) and (max-width: 1300px) {
  .fl-builder.netzwerk #row_4 #center_4 {
    /*padding: 44px 40px 0 24px;*/
    padding: 44px 16px 0 0px;
  }
}
@media (min-width: 0px) and (max-width: 420px) {
  .fl-builder.netzwerk #row_4 #center_4 {
    /*padding: 44px 40px 0 24px;*/
    padding: 44px 0 0 0px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder.netzwerk #row_4 #center_4 {
    /*padding: 44px 0px 0 0px;*/
  }
}
.fl-builder.netzwerk .fl-row:first-child .fl-module-content {
  margin-top: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder.netzwerk .fl-row:first-child .fl-module-content {
    margin-left: 0;
  }
}
.fl-builder.netzwerk .fl-row:last-child .fl-module-content {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .fl-builder.netzwerk .fl-row:last-child .fl-module-content {
    margin-right: 0;
  }
}
.fl-builder.netzwerk .fl-builder-content .fl-rich-text strong {
  font-weight: 400;
}
/* ----------------------------------------------------------

    is_stuck

------------------------------------------------------------*/
#row_1.is_stuck {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 16px 0;
}
#row_1.is_stuck #head_info h2 a {
  /*width: 150px;*/
  /*width: 200px;*/
  /*height: 48px;*/
  /*height: 64px;*/
  /*width: 200px;
    height: 48px;
    .background-image("head_info_h2_a_scrolled.png", no-repeat, center center, 100% auto);*/
  width: 200px;
  height: 49px;
  background-image: url("../_IMAGES/basic/head_info_h2_a_scrolled_new.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
.svg #row_1.is_stuck #head_info h2 a {
  width: 200px;
  height: 49px;
  background-image: url("../_IMAGES/basic/head_info_h2_a_scrolled_new.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
#row_3.is_stuck {
  background-color: transparent;
  position: relative;
  top: 16px;
  left: 0;
  clear: both;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info * {
  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/head_info_h2_a.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 264px;
  height: 85px;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  #head_info h2 a {
    width: 230px;
    /*height: 74px;*/
    height: 76px;
  }
}
@media (min-width: 0px) and (max-width: 420px) {
  #head_info h2 a {
    width: 200px;
    /*height: 64px;*/
    height: 66px;
  }
}
#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: 767px) {
  .svg #head_info h2 a {
    width: 230px;
    /*height: 74px;*/
    height: 76px;
  }
}
@media (min-width: 0px) and (max-width: 420px) {
  .svg #head_info h2 a {
    width: 200px;
    /*height: 64px;*/
    height: 66px;
  }
}
/* ----------------------------------------------------------

    Nav Choose Elemente

------------------------------------------------------------*/
#lang_choose * {
  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;
}
#lang_choose p {
  text-transform: uppercase;
  color: #ffffff;
}
#lang_choose p a {
  color: #ffffff;
}
#lang_choose p a.current {
  color: #d51317;
}
@media (min-width: 0px) and (max-width: 420px) {
  #lang_choose p a.current {
    display: none;
  }
}
#lang_choose p a:hover {
  color: #d51317;
}
#lang_choose p span.nav_act {
  color: #d51317;
}
@media (min-width: 0px) and (max-width: 420px) {
  #lang_choose p .separator {
    display: none;
  }
}
/* ----------------------------------------------------------

    Header Elemente

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

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main * {
  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;
}
@media (min-width: 0px) and (max-width: 1300px) {
  #nav_main {
    display: inline;
    float: right;
    padding: 4px 24px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #nav_main {
    padding: 4px 0 0 0;
  }
}
#nav_main p,
#nav_main hr {
  display: none;
}
#nav_main h3 {
  display: none;
}
#nav_main h3 a {
  color: #ffffff;
}
@media (min-width: 0px) and (max-width: 1300px) {
  #nav_main h3 {
    display: block;
  }
}
#nav_main ul {
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 0px) and (max-width: 1300px) {
  #nav_main ul {
    display: none;
  }
}
#nav_main ul li {
  /*flex: 0 1 auto;*/
  padding: 6px 12px;
  /*position: relative;*/
}
#nav_main ul li a {
  color: #ffffff;
  display: inline-block;
  position: relative;
}
#nav_main ul li a:after {
  /*content: '';
                     position: absolute;
                     top: 100%;
                     left: 0;
                     width: 100%;
                     height: 1px;
                     display: block;
                     border: 0px transparent none;
                     margin-top: 10px;
                     .transition(all 0.5s swing);*/
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  display: block;
  height: 11px;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
#nav_main ul li a:hover {
  color: #d51317;
}
#nav_main ul li a:hover:after {
  /*border: 6px @red solid;*/
  width: 100%;
  background: #d51317;
}
#nav_main ul li span.nav_act {
  display: inline-block;
  color: #d51317;
  position: relative;
}
#nav_main ul li span.nav_act:after {
  /*content: '';
                     position: absolute;
                     top: 100%;
                     left: 0;
                     width: 100%;
                     height: 1px;
                     display: block;
                     border: 6px @red solid;
                     margin-top: 10px;*/
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  width: 100%;
  display: block;
  height: 11px;
  background: #d51317;
}
/* ----------------------------------------------------------

    Content Main Elemente     

------------------------------------------------------------*/
#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: #d51317;
  margin-bottom: 35px;
}
#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;
  margin-bottom: 35px;
}
#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;
}
#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: 35px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main p {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
#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: 35px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main ul {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
#content_main a {
  /*position: relative;
        &:after {
            content:'';
            display: block;
            width: 100%;
            height: 1px;
            border-bottom: 1px @red dotted;
            position: absolute;
            bottom: 0;
            left: 0;
        }*/
  color: #d51317;
  border-bottom: 1px #d51317 dotted;
}
#content_main a:hover {
  border-bottom: 1px #3c3c3b dotted;
  color: #3c3c3b;
}
#content_main .red {
  color: #d51317;
}
#content_main .arrow {
  font-weight: 500;
  color: #d51317;
}
#content_main .arrow:before {
  font-family: 'FontAwesome';
  font-size: inherit;
  color: inherit;
  content: "\f061";
  display: inline-block;
  margin-right: 10px;
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer {
  color: #575756;
}
#footer p.fleft {
  float: left;
  display: inline;
  position: relative;
  z-index: 2;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #footer p.fleft {
    float: none;
    display: block;
    clear: both;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer p.fleft {
    float: none;
    display: block;
    clear: both;
  }
}
#footer p.fright {
  float: right;
  display: inline;
  position: relative;
  z-index: 1;
}
#footer p.fright:before {
  /*content: '';
               display: block;
               width: 40px;
               height: 38px;
               .background-image("footer_line.png", no-repeat, center center, 100% auto);
               position: absolute;
               left: -40px;
               bottom: -21px;*/
  content: '';
  display: block;
  width: 62px;
  height: 62px;
  background-image: url("../_IMAGES/basic/footer_line_big.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  /*left: -62px;*/
  left: -86px;
  bottom: -27px;
}
@media (min-width: 0px) and (max-width: 420px) {
  #footer p.fright:before {
    left: -62px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  #footer p.fright {
    /*float: none;
                display: block;*/
  }
}
#footer p a {
  color: #575756;
}
#footer p a:hover {
  color: #d51317;
}
#footer p span.nav_act {
  color: #d51317;
}
.svg #footer p.fright:before {
  /*.background-image("footer_line.svg", no-repeat, center center, 100% auto);*/
}
