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

    VARS + Mixin + Import

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

    Global Reset

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

    Clearfix

------------------------------------------------------------*/
.clearfix,
#row_1 #center_1,
#row_1 #center_1 #header_a,
#row_2 #center_2,
#row_3 #center_3,
#row_4 #center_4,
.error404 #row_4 #center_4,
#row_5 #center_5,
#row_5 #center_5 #foot #footer,
#nav_main_desc #nav_main_container ul {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
#row_1 #center_1:before,
#row_1 #center_1:after,
#row_1 #center_1 #header_a:before,
#row_1 #center_1 #header_a: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,
.error404 #row_4 #center_4:before,
.error404 #row_4 #center_4:after,
#row_5 #center_5:before,
#row_5 #center_5:after,
#row_5 #center_5 #foot #footer:before,
#row_5 #center_5 #foot #footer:after,
#nav_main_desc #nav_main_container ul:before,
#nav_main_desc #nav_main_container ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
#row_1 #center_1:after,
#row_1 #center_1 #header_a:after,
#row_2 #center_2:after,
#row_3 #center_3:after,
#row_4 #center_4:after,
.error404 #row_4 #center_4:after,
#row_5 #center_5:after,
#row_5 #center_5 #foot #footer:after,
#nav_main_desc #nav_main_container ul: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: #0b1075;
  background-color: #ffffff;
  min-width: 100%;
  min-height: 100%;
}
a {
  color: #0b1075;
  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;
  transition: all 0.5s linear;
}
a:hover {
  color: #42a6b9;
  text-decoration: none;
}
a:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  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;
  transition: all 0.5s linear;
}
a:visited,
a:active,
a:focus {
  color: #0b1075;
  text-decoration: none;
  border-style: none;
  border-width: 0;
  outline-style: none;
  outline-width: 0;
}
a:visited:hover,
a:active:hover,
a:focus:hover {
  color: #42a6b9;
  text-decoration: none;
}
strong,
b {
  font-weight: 500;
}
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: 'Nunito Sans', Arial, Helvetica, Verdana, sans-serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
#nav_main,
#footer p.follow_us,
#sitemap,
#breadcrumbs,
#content_main .fl-tabs-labels,
#content_main .accordion-standard.label-blue .fl-accordion-button-label {
  font-family: 'Montserrat', Arial, Helvetica, Verdana, sans-serif;
}
/* ----------------------------------------------------------

    Schriftgrößen  (Bootstrap Basis 14px)

------------------------------------------------------------*/
/*  Root em ------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 28px;
  /*x*/
  line-height: 1.2em;
  /*x*/
}
@media (min-width: 0px) and (max-width: 1280px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 24px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 20px;
  }
}
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.64285714em;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #content_main h1 {
    font-size: 1.47857143em;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h1 {
    font-size: 1.31428571em;
  }
}
#content_main h2,
#content_main p.big-blue,
#content_main .accordion-standard.label-blue .fl-accordion-button-label {
  font-size: 1.28571429em;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #content_main h2,
  #content_main p.big-blue,
  #content_main .accordion-standard.label-blue .fl-accordion-button-label {
    font-size: 1.15714286em;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h2,
  #content_main p.big-blue,
  #content_main .accordion-standard.label-blue .fl-accordion-button-label {
    font-size: 1.02857143em;
  }
}
#content_main h3 {
  font-size: 1.28571429em;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #content_main h3 {
    font-size: 1.15714286em;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h3 {
    font-size: 1.02857143em;
  }
}
#content_main h4 {
  font-size: 1.14285714em;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #content_main h4 {
    font-size: 1.02857143em;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main h4 {
    font-size: 0.91428571em;
  }
}
#content_main h5 {
  font-size: 0.85714286em;
}
#content_main h6 {
  font-size: 0.75em;
}
#content_main .maps-list ul {
  font-size: 1.14285714em;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #content_main .maps-list ul {
    font-size: 1.02857143em;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .maps-list ul {
    font-size: 0.91428571em;
  }
}
#nav_main ul {
  font-size: 0.85714286em;
}
@media (min-width: 0px) and (max-width: 1499px) {
  #nav_main ul {
    font-size: 0.78571429em;
  }
}
#nav_main ul ul {
  font-size: 0.875em;
}
@media (min-width: 0px) and (max-width: 1499px) {
  #nav_main ul ul {
    font-size: 0.86363636em;
  }
}
#footer p,
#content_main .hoverbox .fl-col-content .fl-module-rich-text p {
  font-size: 0.78571429em;
}
#footer h3,
#footer p.follow_us,
#breadcrumbs,
#content_main .board .fl-callout p,
#content_main .members p {
  font-size: 0.71428571em;
}
#content_main .fl-tabs-labels {
  font-size: 0.92857143em;
}
/* ----------------------------------------------------------

    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%;
  z-index: 999;
  background-color: #ffffff;
}
#row_1 #center_1 {
  width: 100%;
  position: relative;
}
#row_1 #center_1 #header_a {
  padding: 36px;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #row_1 #center_1 #header_a {
    padding: 36px 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_1 #center_1 #header_a {
    padding: 26px 20px;
  }
}
#row_1 #center_1 #header_a #head_info {
  /*position: absolute;
              left: 36px;
              top: 36px;*/
  float: left;
  position: relative;
  z-index: 99;
}
#row_1 #center_1 #header_a #nav_main {
  width: 100%;
  position: absolute;
  right: 36px;
  bottom: 0;
  z-index: 20;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #row_1 #center_1 #header_a #nav_main {
    width: auto;
    position: static;
    right: 0px;
    bottom: 0;
  }
}
#row_1 #center_1 #header_a #nav_main #nav_main_desc {
  float: right;
}
#row_1 #center_1 #header_a #nav_main #nav_main_mobil {
  float: right;
}
#row_2 {
  width: 100%;
}
#row_2 #center_2 #header_b #header_img_container {
  position: relative;
  overflow: hidden;
}
#row_2 #center_2 #header_b #header_img_container #header_img {
  width: 100%;
  height: 588px;
  position: relative;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #row_2 #center_2 #header_b #header_img_container #header_img {
    height: 470.4px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_2 #center_2 #header_b #header_img_container #header_img {
    height: 352.8px;
  }
}
#row_2 #center_2 #header_b #header_img_container #gallon {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 612px;
  height: 256px;
  z-index: 2;
  -moz-transform: translateX(-576px);
  -ms-transform: translateX(-576px);
  -o-transform: translateX(-576px);
  -webkit-transform: translateX(-576px);
  transform: translateX(-576px);
}
@media (min-width: 0px) and (max-width: 1280px) {
  #row_2 #center_2 #header_b #header_img_container #gallon {
    left: 20px;
    bottom: 0;
    width: 489.6px;
    height: 204.8px;
    z-index: 2;
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #row_2 #center_2 #header_b #header_img_container #gallon {
    width: 367.2px;
    height: 153.6px;
  }
}
#row_2 #center_2 #header_b #header_img_container #gallon #bow_1,
#row_2 #center_2 #header_b #header_img_container #gallon #bow_2,
#row_2 #center_2 #header_b #header_img_container #gallon #bow_3,
#row_2 #center_2 #header_b #header_img_container #gallon #stars {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#row_2 #center_2 #header_b #header_img_container #gallon #bow_1 {
  background-image: url("../_IMAGES/basic/bow_1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
#row_2 #center_2 #header_b #header_img_container #gallon #bow_2 {
  background-image: url("../_IMAGES/basic/bow_2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
#row_2 #center_2 #header_b #header_img_container #gallon #bow_3 {
  background-image: url("../_IMAGES/basic/bow_3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
#row_2 #center_2 #header_b #header_img_container #gallon #stars {
  background-image: url("../_IMAGES/basic/stars.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
#row_3 {
  width: 100%;
}
#row_3 #center_3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_3 #center_3 #header_c {
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
  margin-bottom: 25px;
}
#row_3 #center_3 #header_c #breadcrumbs {
  position: absolute;
  top: 25px;
  left: 0;
}
#row_3 #center_3 #header_c #breadcrumbs a {
  color: #a2a2a2;
  font-weight: 300;
}
#row_3 #center_3 #header_c #breadcrumbs a:hover {
  color: #0b1075;
}
#row_3 #center_3 #header_c #breadcrumbs a:before {
  font-family: 'icofont';
  content: "\eaa0";
  font-size: inherit;
  margin-right: 0px;
}
#row_3 #center_3 #header_c #breadcrumbs a:last-child {
  font-weight: 500;
}
#row_3 #center_3 #header_c #breadcrumbs a:first-child:before {
  content: none;
}
.home #row_3 {
  display: none;
}
#row_4 {
  width: 100%;
}
#row_4 #center_4 #mmain {
  padding: 36px 0 36px 0;
}
.parent-pageid-31 #row_4 #center_4 #mmain,
.page-id-35 #row_4 #center_4 #mmain,
.page-id-27 #row_4 #center_4 #mmain {
  padding-bottom: 0;
}
.error404 #row_4 {
  width: 100%;
}
.error404 #row_4 #center_4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.error404 #row_4 #center_4 #mmain {
  margin-left: 24px;
  margin-right: 24px;
  padding: 60px 0 60px 0;
}
#row_5 {
  width: 100%;
  background: #0b1075;
  background: -moz-linear-gradient(0deg, #0b1075 0%, #2c80a8 100%);
  background: -webkit-linear-gradient(0deg, #0b1075 0%, #2c80a8 100%);
  background: linear-gradient(0deg, #0b1075 0%, #2c80a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b1075", endColorstr="#2c80a8", GradientType=1);
}
#row_5 #center_5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#row_5 #center_5 #foot {
  margin-left: 24px;
  margin-right: 24px;
  padding: 36px 0;
}
#sitemap {
  font-weight: 400;
}
#sitemap .mm-panel {
  /*-webkit-overflow-scrolling:auto;
         overflow:scroll;
         overflow-x:hidden;
         overflow-y:auto;*/
}
#sitemap.mm-menu {
  --mm-color-background: transparent;
  --mm-color-text: #ffffff;
  --mm-color-border: transparent;
  --mm-color-text-dimmed: transparent;
  --mm-color-background-highlight: transparent;
  --mm-color-background-emphasis: transparent;
  background-color: #0b1075;
  --mm-listitem-size: 50px;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #sitemap.mm-menu {
    --mm-listitem-size: 40px;
  }
}
#sitemap .mm-navbar {
  --mm-navbar-size: 50px;
}
#sitemap.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#sitemap.mm-menu_tip-bottom:before,
#sitemap.mm-menu_tip-left:before,
#sitemap.mm-menu_tip-right:before,
#sitemap.mm-menu_tip-top:before {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap.mm-menu_tip-bottom:before,
  #sitemap.mm-menu_tip-left:before,
  #sitemap.mm-menu_tip-right:before,
  #sitemap.mm-menu_tip-top:before {
    width: 30px;
    height: 30px;
  }
}
#sitemap.mm-menu_tip-right::before {
  right: 53px;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #sitemap.mm-menu_tip-right::before {
    right: 8px;
  }
}
#sitemap .mm-panels {
  /*background: @blue; */
  border-color: transparent;
  color: #ffffff;
}
#sitemap .mm-panel {
  /*--mm-color-background: @blue;*/
  --mm-color-text: #ffffff;
  --mm-color-button: transparent;
  /*padding-top: 40px;*/
}
#sitemap .mm-listitem .mm-listitem__text:hover {
  /*color: @lila-lighter;*/
  color: #ffc106;
}
#sitemap .mm-listitem.current-menu-item .mm-listitem__text,
#sitemap .mm-listitem.current-menu-parent .mm-listitem__text,
#sitemap .mm-listitem.current_page_item .mm-listitem__text {
  /*color: @lila-lighter;*/
  color: #ffc106;
}
#sitemap .mm-btn::after,
#sitemap .mm-btn_prev::before {
  --mm-color-button: #ffffff;
  width: 16px;
  height: 16px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #sitemap .mm-btn::after,
  #sitemap .mm-btn_prev::before {
    width: 13px;
    height: 13px;
  }
}
#sitemap .mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 2px;
}
#sitemap .mm-listitem__btn {
  border: none;
}
#sitemap .mm-navbar__title span {
  /*display:none;*/
  text-transform: uppercase;
  color: #ffffff;
}
.netzwerk.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-opacity: 0.76;
  -moz-opacity: 0.76;
  opacity: 0.76;
}
.netzwerk .mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #ffffff;
}
/* ----------------------------------------------------------

    Preload + Effects

------------------------------------------------------------*/
.js body {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.js body.loaded {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.js body #row_2 #center_2 #header_b #header_img_container #gallon #bow_1 {
  -moz-transform: rotateZ(180deg) translateY(-100%) skewX(0deg);
  -ms-transform: rotateZ(180deg) translateY(-100%) skewX(0deg);
  -o-transform: rotateZ(180deg) translateY(-100%) skewX(0deg);
  -webkit-transform: rotateZ(180deg) translateY(-100%) skewX(0deg);
  transform: rotateZ(180deg) translateY(-100%) skewX(0deg);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: 0.8s;
}
.js body #row_2 #center_2 #header_b #header_img_container #gallon #bow_2 {
  -moz-transform: rotateZ(-180deg) translateY(-100%) skewX(0deg);
  -ms-transform: rotateZ(-180deg) translateY(-100%) skewX(0deg);
  -o-transform: rotateZ(-180deg) translateY(-100%) skewX(0deg);
  -webkit-transform: rotateZ(-180deg) translateY(-100%) skewX(0deg);
  transform: rotateZ(-180deg) translateY(-100%) skewX(0deg);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: 1s;
}
.js body #row_2 #center_2 #header_b #header_img_container #gallon #bow_3 {
  -moz-transform: rotateZ(0deg) translateY(100%);
  -ms-transform: rotateZ(0deg) translateY(100%);
  -o-transform: rotateZ(0deg) translateY(100%);
  -webkit-transform: rotateZ(0deg) translateY(100%);
  transform: rotateZ(0deg) translateY(100%);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  transition-delay: 1.2s;
}
.js body #row_2 #center_2 #header_b #header_img_container #gallon #stars {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  transition-delay: 0.5s;
}
.js body.loaded #row_2 #center_2 #header_b #header_img_container #gallon #bow_1 {
  -moz-transform: rotateZ(0deg) translateY(0) skewX(0deg);
  -ms-transform: rotateZ(0deg) translateY(0) skewX(0deg);
  -o-transform: rotateZ(0deg) translateY(0) skewX(0deg);
  -webkit-transform: rotateZ(0deg) translateY(0) skewX(0deg);
  transform: rotateZ(0deg) translateY(0) skewX(0deg);
}
.js body.loaded #row_2 #center_2 #header_b #header_img_container #gallon #bow_2 {
  -moz-transform: rotateZ(0deg) translateY(0) skewX(0deg);
  -ms-transform: rotateZ(0deg) translateY(0) skewX(0deg);
  -o-transform: rotateZ(0deg) translateY(0) skewX(0deg);
  -webkit-transform: rotateZ(0deg) translateY(0) skewX(0deg);
  transform: rotateZ(0deg) translateY(0) skewX(0deg);
}
.js body.loaded #row_2 #center_2 #header_b #header_img_container #gallon #bow_3 {
  -moz-transform: rotateZ(0deg) translateY(0);
  -ms-transform: rotateZ(0deg) translateY(0);
  -o-transform: rotateZ(0deg) translateY(0);
  -webkit-transform: rotateZ(0deg) translateY(0);
  transform: rotateZ(0deg) translateY(0);
}
.js body.loaded #row_2 #center_2 #header_b #header_img_container #gallon #stars {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
.js body #row_1 #center_1 #header_a #head_info {
  -webkit-transition: all 0.8s linear;
  -moz-transition: all 0.8s linear;
  -ms-transition: all 0.8s linear;
  -o-transition: all 0.8s linear;
  transition: all 0.8s linear;
  transition-delay: 1.7s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.js body.loaded #row_1 #center_1 #header_a #head_info {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* ----------------------------------------------------------

    Scrolled

------------------------------------------------------------*/
.logged-in #row_1.is_stuck {
  /*margin-top: 32px;
      top: 32px;*/
}
#row_1.is_stuck {
  /*.background-image("canvas.jpg", no-repeat, bottom center, auto auto); */
  /*background-color: fade(@white, 80%);*/
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
/* ----------------------------------------------------------

    Beaver Builder

------------------------------------------------------------*/
.fl-builder.netzwerk .fl-builder-content .fl-rich-text strong {
  font-weight: 500;
}
/* ----------------------------------------------------------

    Head Info Elemente

------------------------------------------------------------*/
#head_info {
  width: 216px;
  max-width: 100%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #head_info {
    width: 172.8px;
  }
}
#head_info 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;
}
#head_info h2 a {
  background-image: url("../_IMAGES/basic/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  height: 0;
  padding-top: calc(60.18518519%);
  display: block;
  position: relative;
}
#head_info h2 a:hover {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#head_info h2 a span {
  display: none;
}
#head_info h3 {
  display: none;
}
/* ----------------------------------------------------------

    Header Elemente

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

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main_desc #nav_main_container .sf-arrows .sf-with-ul:after {
  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;
  font-family: 'icofont';
  content: "\ea99";
  position: static;
  margin-left: 2px;
  font-size: inherit;
  vertical-align: middle;
}
#nav_main_desc #nav_main_container .sub-menu.sf-arrows .sf-with-ul:after {
  content: "\eaa0";
}
#nav_main_desc #nav_main_container 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;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #nav_main_desc #nav_main_container ul {
    display: none;
  }
}
#nav_main_desc #nav_main_container ul li {
  float: left;
  margin-right: 44px;
  font-weight: 400;
  position: static;
}
@media (min-width: 0px) and (max-width: 1499px) {
  #nav_main_desc #nav_main_container ul li {
    margin-right: 22px;
  }
}
#nav_main_desc #nav_main_container ul li:last-child {
  margin-right: 0;
}
#nav_main_desc #nav_main_container ul li a {
  color: #0b1075;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 40px 0 40px 0;
  bottom: 0px;
}
#nav_main_desc #nav_main_container ul li a:before {
  content: '';
  display: block;
  height: 12px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: -100%;
  background-color: #ffc106;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#nav_main_desc #nav_main_container ul li a:hover {
  color: #ffc106;
}
#nav_main_desc #nav_main_container ul li a:hover:before {
  left: 0;
}
#nav_main_desc #nav_main_container ul li a.sf-with-ul:after {
  /*font-family: 'icofont';
                          content: '\ea7d';
                          font-size: 120%;*/
}
#nav_main_desc #nav_main_container ul li a:not(.sf-with-ul) {
  padding-bottom: 42px;
}
#nav_main_desc #nav_main_container ul li.current_page_item a,
#nav_main_desc #nav_main_container ul li.current-menu-parent a,
#nav_main_desc #nav_main_container ul li.current-menu-item a,
#nav_main_desc #nav_main_container ul li.current_page_ancestor a {
  color: #ffc106;
}
#nav_main_desc #nav_main_container ul li.current_page_item a:before,
#nav_main_desc #nav_main_container ul li.current-menu-parent a:before,
#nav_main_desc #nav_main_container ul li.current-menu-item a:before,
#nav_main_desc #nav_main_container ul li.current_page_ancestor a:before {
  left: 0;
}
#nav_main_desc #nav_main_container ul ul,
#nav_main_desc #nav_main_container ul .current_page_item ul,
#nav_main_desc #nav_main_container ul .current-menu-parent ul,
#nav_main_desc #nav_main_container ul .current_page_ancestor ul {
  position: absolute;
  top: 100%;
  left: 36px;
  background-color: #0b1075;
  padding: 30px 0px 30px 0px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding-right: -webkit-calc(50% - 576px);
  padding-right: -moz-calc(50% - 576px);
  padding-right: calc(50% - 576px);
  padding-left: -webkit-calc(50% - 576px);
  padding-left: -moz-calc(50% - 576px);
  padding-left: calc(50% - 576px);
  -webkit-columns: 4;
  columns: 4;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  /*ul, .current_page_item ul, .current-menu-parent ul  {
                   top: 100%;
                   left:0;
                   z-index: -1;
                   .columns(6);
                  //.translate(0,0);
                  .column-gap(32px);
                  .column-rule(1px solid @blue);
                   li {
                      float: none;
                      padding: 0;
                      white-space: nowrap;
                      a {
                          color: @blue;
                          padding: 0;
                          text-transform: none;
                          font-weight: 700;
                          &:before {
                              content: none;
                          }

                          &:hover {
                              color: fade(@blue, 45%);
                          }

                      }
                      &.current_page_item {
                          a {
                             color: fade(@blue, 45%);
                          }

                      }

                  }
               }*/
}
#nav_main_desc #nav_main_container ul ul li,
#nav_main_desc #nav_main_container ul .current_page_item ul li,
#nav_main_desc #nav_main_container ul .current-menu-parent ul li,
#nav_main_desc #nav_main_container ul .current_page_ancestor ul li {
  float: none;
  padding: 0;
  white-space: nowrap;
}
#nav_main_desc #nav_main_container ul ul li a,
#nav_main_desc #nav_main_container ul .current_page_item ul li a,
#nav_main_desc #nav_main_container ul .current-menu-parent ul li a,
#nav_main_desc #nav_main_container ul .current_page_ancestor ul li a {
  color: #ffffff;
  padding: 0;
  text-transform: none;
  font-weight: 400;
  padding-left: 12px;
  border-left: 2px #ffffff solid;
}
#nav_main_desc #nav_main_container ul ul li a:before,
#nav_main_desc #nav_main_container ul .current_page_item ul li a:before,
#nav_main_desc #nav_main_container ul .current-menu-parent ul li a:before,
#nav_main_desc #nav_main_container ul .current_page_ancestor ul li a:before {
  content: none;
}
#nav_main_desc #nav_main_container ul ul li a:hover,
#nav_main_desc #nav_main_container ul .current_page_item ul li a:hover,
#nav_main_desc #nav_main_container ul .current-menu-parent ul li a:hover,
#nav_main_desc #nav_main_container ul .current_page_ancestor ul li a:hover {
  color: #ffc106;
  padding-left: 20px;
  border-left: 2px #ffc106 solid;
}
#nav_main_desc #nav_main_container ul ul li a:not(.sf-with-ul),
#nav_main_desc #nav_main_container ul .current_page_item ul li a:not(.sf-with-ul),
#nav_main_desc #nav_main_container ul .current-menu-parent ul li a:not(.sf-with-ul),
#nav_main_desc #nav_main_container ul .current_page_ancestor ul li a:not(.sf-with-ul) {
  padding-bottom: 0px;
}
#nav_main_desc #nav_main_container ul ul li.current_page_item a,
#nav_main_desc #nav_main_container ul .current_page_item ul li.current_page_item a,
#nav_main_desc #nav_main_container ul .current-menu-parent ul li.current_page_item a,
#nav_main_desc #nav_main_container ul .current_page_ancestor ul li.current_page_item a,
#nav_main_desc #nav_main_container ul ul li.current-menu-ancestor a,
#nav_main_desc #nav_main_container ul .current_page_item ul li.current-menu-ancestor a,
#nav_main_desc #nav_main_container ul .current-menu-parent ul li.current-menu-ancestor a,
#nav_main_desc #nav_main_container ul .current_page_ancestor ul li.current-menu-ancestor a,
#nav_main_desc #nav_main_container ul ul li.current-menu-parent a,
#nav_main_desc #nav_main_container ul .current_page_item ul li.current-menu-parent a,
#nav_main_desc #nav_main_container ul .current-menu-parent ul li.current-menu-parent a,
#nav_main_desc #nav_main_container ul .current_page_ancestor ul li.current-menu-parent a {
  color: #ffc106;
}
/* ----------------------------------------------------------

    Nav Main Elemente

------------------------------------------------------------*/
#nav_main_mobil {
  display: none;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #nav_main_mobil {
    display: block;
  }
}
#nav_main_mobil #nav_burger .mburger_container {
  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;
  /*text-align: right;*/
  /*padding-top: 10px; */
}
#nav_main_mobil #nav_burger .mburger_container .mburger {
  width: 66px;
  height: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 0px;
  background-clip: padding-box;
  color: #0b1075;
  background-color: transparent;
  border: none;
  padding: 0;
  --mb-button-size: 66px;
  --mb-bar-width: 1;
  --mb-bar-height: 5px;
  --mb-bar-spacing: 17px;
  --mb-animate-timeout: 0.4s;
}
@media (min-width: 0px) and (max-width: 1280px) {
  #nav_main_mobil #nav_burger .mburger_container .mburger {
    width: 55px;
    height: 40px;
    --mb-button-size: 55px;
    --mb-bar-height: 4px;
    --mb-bar-spacing: 13px;
  }
}
#nav_main_mobil #nav_burger .mburger_container .mburger b {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  border-radius: 7px;
  background-clip: padding-box;
}
/* ----------------------------------------------------------

    Content Main Elemente

------------------------------------------------------------*/
#content_main {
  /* a.fl-accordion-button-icon,
    {
       &:visited, &:active, &:focus{
         border: none !important;
         outline: none !important;
       }
    }*/
}
#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: #0b1075;
  font-weight: 500;
  margin-bottom: 1em;
}
#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;
  color: #42a6b9;
  font-weight: 500;
  margin-bottom: 0.8em;
}
#content_main h2.line {
  border-bottom: 2px #0b1075 solid;
  margin-bottom: 1.2em;
  padding-bottom: 0.4em;
}
#content_main h2.space_top {
  padding-top: 0.8em;
}
#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;
  font-weight: 500;
  margin-bottom: 0.4em;
}
#content_main h5 {
  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;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.5em;
}
#content_main h6 {
  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;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1.5em;
}
#content_main h6 em {
  font-weight: 300;
  font-style: normal;
}
#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: 1.2em;
}
#content_main p.big-blue {
  color: #42a6b9;
  font-weight: 500;
  line-height: 1.2em;
}
#content_main p.flag-eu {
  font-size: 80%;
  font-weight: 400;
  line-height: 1.2em;
  background-image: url("../_IMAGES/basic/logo-eu.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 120px auto;
  padding: 36px 0 36px 145px;
  min-height: 81px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main p.flag-eu {
    background-image: url("../_IMAGES/basic/logo-eu.svg");
    background-repeat: no-repeat;
    background-position: top 16px left;
    background-size: 120px auto;
    padding: 117px 0 16px 0px;
  }
}
#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: 1.2em;
}
#content_main ul li {
  position: relative;
  padding: 1px 0px 1px 35px;
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 0.4em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main ul li {
    padding: 1px 0px 1px 25px;
  }
}
#content_main ul li:before {
  font-family: 'icofont';
  color: #42a6b9;
  font-size: inherit;
  position: absolute;
  top: 2px;
  left: 0;
  content: "\ea69";
  display: inline-block;
}
#content_main ul li ul {
  margin-bottom: 0;
}
#content_main ul li ul li {
  margin-bottom: 0;
}
#content_main ul li ul li:before {
  font-family: 'Nunito Sans';
  content: "\00B7";
  top: 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main ul li ul li {
    padding: 1px 0px 1px 15px;
  }
}
#content_main ul.ulpdf li {
  margin-bottom: 1.2em;
}
#content_main ul.ulpdf li:before {
  content: none;
}
#content_main ul.ulpdf li a {
  font-weight: 500;
}
#content_main ul.ulpdf li a:before {
  font-family: 'icofont';
  content: "\eb1e";
  font-size: inherit;
  margin-right: 5px;
  position: absolute;
  top: 2px;
  left: 0;
}
#content_main ul.fl-builder-submenu {
  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 ul.fl-builder-submenu li {
  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 ul.fl-builder-submenu li:before {
  content: none;
}
#content_main ol {
  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;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 1.2em;
}
#content_main ol li {
  margin-bottom: 0.4em;
  margin-left: 1.2em;
  padding: 1px 0 1px 35px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main ol li {
    padding: 1px 0 1px 25px;
  }
}
#content_main ol ol {
  margin-bottom: 0;
  list-style-type: lower-alpha;
}
#content_main ol ol li {
  margin-bottom: 0;
  padding: 1px 0px 1px 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main ol ol li {
    padding: 1px 0px 1px 10px;
  }
}
#content_main .fl-rich-text hr {
  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;
  /*border-bottom: 2px @blue-light solid;*/
  padding: 0.2em 0 1em 0;
  border: none;
}
#content_main .fl-rich-text hr:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #42a6b9;
}
@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 .envelope a:before,
#content_main a .envelope:before {
  font-family: 'icofont';
  content: "\ef14";
  font-size: inherit;
  margin-right: 5px;
}
#content_main .www a:before,
#content_main a .www:before {
  font-family: 'icofont';
  content: "\ec44";
  font-size: inherit;
  margin-right: 5px;
}
#content_main .pdf a,
#content_main a .pdf {
  font-weight: 500;
}
#content_main .pdf a:before,
#content_main a .pdf:before {
  font-family: 'icofont';
  content: "\eb1e";
  font-size: inherit;
  margin-right: 5px;
}
#content_main .link-arrow a,
#content_main a .link-arrow {
  font-weight: 500;
}
#content_main .link-arrow a:before,
#content_main a .link-arrow:before {
  font-family: 'icofont';
  content: "\eaa0";
  font-size: inherit;
  margin-right: 5px;
}
#content_main .link-x a,
#content_main a .link-x {
  font-weight: 500;
}
#content_main .link-x a:before,
#content_main a .link-x:before {
  font-family: 'icofont';
  content: "\f03d";
  font-size: inherit;
  margin-right: 5px;
}
#content_main .no_space {
  margin-bottom: 0.4em;
}
#content_main .teaser-start .fl-row-content-wrap {
  padding: 36px 0;
  margin-bottom: 2.4em;
}
#content_main .teaser-start .fl-callout .fl-callout-photo {
  position: relative;
  margin-bottom: 1.2em;
}
#content_main .teaser-start .fl-callout .fl-callout-photo:hover:before {
  left: 100%;
}
#content_main .teaser-start h4.fl-callout-title {
  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;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
#content_main .maps-list 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;
  font-weight: 400;
  position: relative;
}
#content_main .maps-list ul li {
  float: left;
  padding: 0;
  margin-bottom: 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;
  transition: all 0.5s linear;
  line-height: 1.2em;
}
#content_main .maps-list ul li:before {
  content: none;
}
#content_main .maps-list ul li:after {
  content: "\00a0|\00a0";
  color: #42a6b9;
}
#content_main .maps-list ul li:last-child:after {
  content: none;
}
#content_main .maps-list ul li:hover {
  color: #42a6b9;
}
#content_main .maps-card {
  position: relative;
}
#content_main .blue-row .fl-row-content-wrap {
  padding: 18px 0 0 0;
  margin-bottom: 2.4em;
}
#content_main .blue-row.adress .fl-row-content-wrap {
  padding: 18px 0 0 0;
  margin-bottom: 0;
}
#content_main .blue-row.adress h2 {
  color: #0b1075;
}
#content_main .blue-row.news .fl-row-content-wrap {
  padding: 36px 0;
  margin-bottom: 0;
}
#content_main .blue-row.news h2 {
  color: #0b1075;
}
#content_main .office {
  margin-bottom: 1.2em;
}
#content_main .office .fl-photo .fl-photo-content {
  position: relative;
}
#content_main .office .fl-photo .fl-photo-content:before {
  content: '';
  width: 100%;
  height: 17px;
  background-color: #ffc106;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
#content_main .office .fl-photo .fl-photo-content img {
  position: relative;
  z-index: 1;
}
#content_main .office .fl-rich-text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .office .fl-rich-text p:last-child {
    margin-bottom: 1.2em;
  }
}
#content_main .board .fl-callout .fl-callout-photo {
  border-bottom: 2px #0b1075 solid;
  padding-bottom: 30px;
  margin-bottom: 25px;
}
#content_main .board .fl-callout-text p {
  line-height: 1.2em;
  margin-bottom: 1em !important;
}
#content_main .board .fl-callout-text p a:before {
  font-family: 'icofont';
  content: "\ef14";
  font-size: inherit;
  margin-right: 5px;
}
#content_main .members h5 {
  color: #42a6b9;
  text-transform: uppercase;
  border-bottom: 2px #0b1075 solid;
}
#content_main .members p {
  line-height: 1.2em;
  margin-bottom: 1em !important;
}
#content_main .logos .fl-module-content {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  min-height: 200px;
  position: relative;
}
#content_main .logos .fl-module-content .fl-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 0px) and (max-width: 1280px) {
  #content_main .logos .fl-module-content .fl-photo {
    max-width: 80%;
  }
}
#content_main .logos .fl-module-content .fl-photo a {
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#content_main .logos .fl-module-content .fl-photo a:hover {
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
@media (min-width: 0px) and (max-width: 1280px) {
  #content_main .logos .fl-module-content .fl-photo a:hover {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
#content_main .logos .fl-module-content .fl-photo a:hover img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#content_main .logo-project-start .fl-module-content {
  margin-bottom: 0;
}
#content_main .logo-project-start .fl-photo {
  border-bottom: 2px #0b1075 solid;
  padding: 36px 0 48px 0;
}
#content_main .tabs-standard .fl-tabs-labels {
  font-weight: 400;
  border-bottom: 2px #ffc106 solid;
}
#content_main .tabs-standard .fl-tabs-labels a {
  color: #a2a2a2;
  padding-bottom: 7px;
  padding-right: 20px;
  position: relative;
}
#content_main .tabs-standard .fl-tabs-labels a:last-child {
  padding-right: 0px;
}
#content_main .tabs-standard .fl-tabs-labels a:after {
  content: '';
  display: block;
  height: 12px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#content_main .tabs-standard .fl-tabs-labels a:hover {
  color: #0b1075;
}
#content_main .tabs-standard .fl-tabs-labels a:hover:after {
  background-color: #0b1075;
}
#content_main .tabs-standard .fl-tabs-labels a.fl-tab-active {
  color: #0b1075;
}
#content_main .tabs-standard .fl-tabs-labels a.fl-tab-active:after {
  background-color: #ffc106;
}
#content_main .tabs-standard .fl-tabs-panel-content {
  padding: 48px 0 0 0;
}
#content_main .tabs-standard .fl-tabs-panel-content h2 {
  color: #0b1075;
  font-size: 140%;
  margin-bottom: 1.2em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .tabs-standard .fl-tabs-panel-content h2 {
    font-size: 112%;
  }
}
#content_main .tabs-standard .fl-tabs-panel-content h3 {
  margin-bottom: 1.2em;
}
#content_main .tabs-standard .fl-tabs-panel-content h4 {
  color: #42a6b9;
  font-weight: 500;
}
#content_main .tabs-standard .fl-tabs-panel-content p a,
#content_main .tabs-standard .fl-tabs-panel-content ul a {
  font-weight: 500;
}
#content_main .tabs-standard .fl-tabs-panel-content p a:before,
#content_main .tabs-standard .fl-tabs-panel-content ul a:before {
  font-family: 'icofont';
  content: "\eaa0";
  font-size: inherit;
  margin-right: 0;
}
#content_main .tabs-standard .fl-tabs-panel-content p .envelope a:before,
#content_main .tabs-standard .fl-tabs-panel-content ul .envelope a:before,
#content_main .tabs-standard .fl-tabs-panel-content p a .envelope:before,
#content_main .tabs-standard .fl-tabs-panel-content ul a .envelope:before {
  font-family: 'icofont';
  content: "\ef14";
  font-size: inherit;
  margin-right: 5px;
}
#content_main .tabs-standard .fl-tabs-panel-content hr {
  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;
  /*border-bottom: 2px @blue-light solid;*/
  padding: 0.2em 0 1em 0;
  border: none;
}
#content_main .tabs-standard .fl-tabs-panel-content hr:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0b1075;
}
@media (min-width: 0px) and (max-width: 1080px) {
  #content_main .tabs-standard .fl-tabs {
    margin-bottom: 1.2em;
  }
  #content_main .tabs-standard .fl-tabs-label {
    font-weight: 400;
    border-bottom: 2px #ffc106 solid !important;
    padding-right: 0;
    margin-bottom: 12px;
  }
  #content_main .tabs-standard .fl-tabs-label span {
    color: #a2a2a2;
    padding: 10px 0;
    padding-right: 20px;
    position: relative;
  }
  #content_main .tabs-standard .fl-tabs-label span:after {
    content: '';
    display: block;
    height: 12px;
    width: 95%;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  #content_main .tabs-standard .fl-tabs-label span:hover {
    color: #0b1075;
  }
  #content_main .tabs-standard .fl-tabs-label span:hover:after {
    background-color: #0b1075;
  }
  #content_main .tabs-standard .fl-tabs-label i:before {
    color: #a2a2a2;
  }
  #content_main .tabs-standard .fl-tabs-label.fl-tab-active {
    cursor: auto;
  }
  #content_main .tabs-standard .fl-tabs-label.fl-tab-active span {
    color: #0b1075;
  }
  #content_main .tabs-standard .fl-tabs-label.fl-tab-active span:after {
    background-color: #ffc106;
  }
}
#content_main .row-tabs-standard .fl-module-rich-text .fl-rich-text h2 {
  color: #0b1075;
  font-size: 140%;
  margin-bottom: 1.2em;
}
@media (min-width: 0px) and (max-width: 767px) {
  #content_main .row-tabs-standard .fl-module-rich-text .fl-rich-text h2 {
    font-size: 112%;
  }
}
#content_main .row-tabs-standard .fl-module-rich-text .fl-rich-text h3 {
  margin-bottom: 1.2em;
}
#content_main .row-tabs-standard .fl-module-rich-text .fl-rich-text h4 {
  color: #42a6b9;
  font-weight: 500;
}
#content_main .row-tabs-standard .fl-module-rich-text .fl-rich-text p a,
#content_main .row-tabs-standard .fl-module-rich-text .fl-rich-text ul a {
  font-weight: 500;
}
#content_main .row-tabs-standard .fl-module-rich-text .fl-rich-text p a:before,
#content_main .row-tabs-standard .fl-module-rich-text .fl-rich-text ul a:before {
  font-family: 'icofont';
  content: "\eaa0";
  font-size: inherit;
  margin-right: 0;
}
#content_main .row-tabs-standard .fl-module-rich-text .fl-rich-text hr {
  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;
  /*border-bottom: 2px @blue-light solid;*/
  padding: 0.2em 0 1em 0;
  border: none;
}
#content_main .row-tabs-standard .fl-module-rich-text .fl-rich-text hr:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0b1075;
}
#content_main .fl-accordion-button-icon-left,
#content_main .fl-accordion-button-icon-right {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#content_main .fl-accordion-button-label:focus,
#content_main .fl-accordion-button-label:active,
#content_main .fl-accordion-button-icon:focus,
#content_main .fl-accordion-button-icon:active {
  border: none !important;
  outline: none !important;
  outline-style: none;
  outline-width: 0;
  outline-color: transparent !important;
}
#content_main .fl-accordion-button-label:focus,
#content_main .fl-accordion-button-label:active,
#content_main .fl-accordion-button-icon:focus,
#content_main .fl-accordion-button-icon:active {
  border: none !important;
  outline: none !important;
  outline-width: 0;
  box-shadow: none;
  border-color: transparent;
  background: none;
  outline-color: transparent !important;
  outline-style: none;
  text-decoration: none;
}
#content_main .accordion-standard .fl-accordion {
  margin-bottom: 1.2em;
}
#content_main .accordion-standard .fl-accordion-button-icon {
  color: #42a6b9;
  line-height: 1.2em;
  position: relative;
  bottom: -2px;
}
#content_main .accordion-standard .fl-accordion-button-label {
  font-weight: 500;
}
#content_main .accordion-standard.label-blue .fl-accordion-button-label {
  color: #42a6b9;
}
#content_main .accordion-standard.label-blue .fl-accordion-button-label:hover {
  color: #0b1075;
}
#content_main .hoverbox .fl-module-photo .fl-module-content {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  min-height: 200px;
  position: relative;
}
#content_main .hoverbox .fl-module-photo .fl-module-content .fl-photo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 0px) and (max-width: 1280px) {
  #content_main .hoverbox .fl-module-photo .fl-module-content .fl-photo {
    max-width: 80%;
  }
}
#content_main .hoverbox .fl-module-photo .fl-module-content .fl-photo a {
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#content_main .hoverbox .fl-module-photo .fl-module-content .fl-photo a:hover {
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
@media (min-width: 0px) and (max-width: 1280px) {
  #content_main .hoverbox .fl-module-photo .fl-module-content .fl-photo a:hover {
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
#content_main .hoverbox .fl-module-photo .fl-module-content .fl-photo a:hover img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
#content_main .hoverbox .fl-col-content {
  position: relative;
}
#content_main .hoverbox .fl-col-content .fl-module-photo {
  background-color: #ffffff;
}
#content_main .hoverbox .fl-col-content .fl-module-rich-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  /* display: none;*/
}
#content_main .hoverbox .fl-col-content .fl-module-rich-text p {
  margin-bottom: 0;
  padding: 20px;
  line-height: 1.2em;
  background-color: #d9edf1;
  min-height: 248px;
}
#content_main .hoverbox .fl-col-content:hover .fl-module-rich-text {
  top: 200px;
  left: 0;
  z-index: 99;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  /*display: block;*/
}
.fl-builder-edit #content_main .hoverbox .fl-col-content .fl-module-rich-text {
  position: static;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  /*display: block;*/
}
/* ----------------------------------------------------------

    Footer Elemente

------------------------------------------------------------*/
#footer 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;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}
#footer 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;
  color: #ffffff;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
#footer p a {
  color: #ffffff;
}
#footer p a:hover {
  color: #ffc106;
}
#footer p.flag {
  background-image: url("../_IMAGES/basic/logo-eu.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 120px auto;
  padding: 10px 0 0 145px;
  min-height: 81px;
  margin-top: 50px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer p.flag {
    margin: 40px 0;
    padding: 10px 0 0 125px;
    background-image: url("../_IMAGES/basic/logo-eu.svg");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100px auto;
  }
}
#footer p.follow_us {
  font-weight: 500;
  text-transform: uppercase;
  margin: 50px 0 50px 0;
}
#footer p.follow_us a:before {
  font-family: 'icofont';
  content: "\ed4d";
  font-size: 210%;
  margin-right: 10px;
}
#footer p.download {
  margin-bottom: 0;
}
#footer p.download a:before {
  font-family: 'icofont';
  content: "\eb1e";
  margin-right: 5px;
}
#footer p.links a:after {
  content: "\00a0|";
}
#footer p.links a:last-child:after {
  content: none;
}
#footer .fc1 {
  width: 45%;
  float: left;
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer .fc1 {
    width: 100%;
    float: none;
  }
}
#footer .fc2 {
  width: 55%;
  float: right;
  padding-left: 115px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #footer .fc2 {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
