@charset "utf-8";

/* CSS Document */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff2') format('woff2'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype'),
    url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -khtml-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  font-family: 'Arial', sans-serif;
  background: url('../images/bg_body.webp') center bottom fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media (max-width: 991px) {
  body {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
}

h1, h2 {
  font-weight: normal;
  line-height: 1.2em
}

h3, h4, h5, h6 {
  font-family: 'Arial', sans-serif;
  font-weight: 300;
  line-height: 1.2em
}

h1 {
  font-size: 40px;
  color: #0071b9;
  margin: 20px 0 30px;
  text-align: center;
}

.noHome h1 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

h1.hasH2 {
  margin-bottom: 5px;
}

h2 {
  color: #000;
  font-size: 22px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.item-page h2:first-of-type {
  border-bottom: 1px solid #0071b9;
  padding-bottom: 30px;
  margin: 0 auto 60px;
  display: block;
  width: 60%;
}

.alignLeft h2 {
  text-align: left;
}

.auflistung h2 {
  color: #0073bc;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  text-align: left;
}

.auflistung h2 a {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  font-family: 'Arial', sans-serif;
  color: #0073bc;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.item-page .col-md-6 h3 {
  text-align: center;
}

h4 {
  color: #094f81;
  font-size: 17px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal;
}

.item-page h4 {
  text-transform: none;
}

h5 {
  font-size: 15px;
  margin-bottom: 10px;
}

h6 {
  font-size: 14px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 23px;
  }

  h2 {
    font-size: 21px;
  }

  h3, h4 {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 21px;
  }

  h2 {
    font-size: 19px;
  }

  h3, h4 {
    font-size: 16px;
  }
}

p, li, a, td, b, label, input, textarea, legend, button, select, .search dl, main ul {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Arial', sans-serif;
}

b, strong {
  font-weight: bold;
}



.item-page li a {
  font-weight: bold;
}

p, main ul {
  margin-bottom: 15px;
}

.item-page ul li {
  margin-left: 10px;
}

.blue {
  color: #0071b9;
}

.green {
  color: #04a512;
}

a img, img {
  border: none;
  height: auto;
}

.row img {
  max-width: 100%;
}

a {
  color: #0071b9;
  text-decoration: none;
}

a:focus {
  color: inherit;
}

/*
a:hover {
	color: #22365d;
	text-decoration: underline;
}
*/
ul {
  margin: 0;
  padding: 0;
}

.clear, main .search .clearfix {
  clear: both;
  line-height: 0;
}

@media (min-width: 1251px) {
  .container {
    padding: 0;
    width: 1200px;
  }
}

@media (max-width: 1250px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  header .row {
    margin: 0;
  }
}

.padding-right-0 {
  padding-right: 0;
}

.padding-left-0 {
  padding-left: 0;
}

.margin-right-0 {
  margin-right: -1px;
}

.center, .center p {
  text-align: center;
}

.menu-open #usercentrics-button {
  display: none !important;
}
#allgemeines {
  overflow: hidden;
}

.mapstip {
    position: absolute;
    bottom: 25%;
    left: 50%;
    text-align: center;
    padding: 5px 30px;
    color: white;
    max-width: 600px;
    transform: translateX(-50%);
}
.mapstip button {
  background: #fff;
  color: #0073bc;
  margin-top: 20px;
}

.row-reverse {
  flex-direction: row-reverse;
}

.mt-2 {
  margin-top: 15px !important;
}

.mt-5 {
  margin-top: 100px !important;
}

.btn-primary {
  background-color: #0071b9;
  border: 0;
  border-radius: 0;
}

.visually-hidden {
  display: none !important
}

#boxed img,
#open img,
#case img,
#duocase img {
  max-width: 100%;
}

.whiteBG {
  padding: 10px 20px;
  padding-bottom: 50px;
  min-height: 300px;
  position: relative;
}

.whiteBG .moreInfo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.whiteBG a {
  max-width: 200px;
  margin: 0 auto;
}

.blueBG {
  background: #0071b9;
  padding: 20px;
  color: #fff;
}

.blueBG h2,
.blueBG h2:first-of-type {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
  margin: 0 auto 20px;
  display: block;
  width: 100%;
  max-width: max-content;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
}

.blueBG p {
  line-height: 20px;
}

.blueBG p:last-of-type {
  margin-bottom: 0;
}

.hrGreen {
  border-top: 1px solid #04a512;
  margin: 20px -20px;
  opacity: 1;
}

.greenTop {
  border-top: 3px solid #04a512;
}

@media(max-width: 768px) {
  .filterBtn .btn-primary {
    margin-bottom: 10px;
  }

  #boxed img,
  #open img,
  #case img,
  #duocase img {
    margin: 0 auto 10px;
    display: block;
  }
}

/* -----------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------- */
header {
  background-color: #fff;
  width: 100%;
  z-index: 1000;
  border-left: 7px solid #0071b9;
  border-top: 7px solid #0071b9;
  border-top-left-radius: 60px;
  margin-bottom: 30px;
  margin-top: 30px;
  box-shadow: 3px 5px 10px 0px rgba(10, 10, 10, 0.5)
}

header #left, main #left, main #left2 {
  box-shadow: 10px 6px 10px 0px rgba(10, 10, 10, 0.2);
  padding-right: 0;
  padding-left: 47px;
}

header #left {
  padding-bottom: 25px;
}

div.mod-languages ul {
  padding-top: 7px;
  float: right;
  padding-right: 10px;
}

div.mod-languages ul.lang-inline li {
  display: inline-block;
  margin: 0;
}

div.mod-languages ul li.lang-active {
  background: #fff;
}

div.mod-languages a {
  display: block;
  width: 30px;
  text-align: center;
  line-height: 1;
  padding: 0;
}

header #left .headerNav {
  display: none;
}

.headerNav {
  justify-content: flex-end;
}

/* Logo */
header #logo {
  display: block;
  height: 124px;
  left: 0;
  max-width: 100%;
  position: relative;
  top: 15px;
  width: 261px;
  z-index: 9;
}

header #logo img {
  height: auto;
  max-width: 100%;
}

header #right .kontaktTop {
  margin-top: 30px;
}

header #right .kontaktTop .boxInfo {
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9;
  padding: 5px 15px 0;
}

header #right .kontaktTop .headline {
  background: #0071b9;
  color: #fff;
  margin-bottom: 0;
  padding: 3px 15px;
  font-size: 16px;
}

header #right .kontaktTop .headline .fa {
  padding-right: 10px;
}

.fr-fr #mod-custom110 {
  padding-bottom: 30px;
}

/* Navigation */
nav.navbar-default {
  z-index: 999;
  display: block;
  margin-top: 20px;
  padding-bottom: 0;
}

.navbar-default {
  background: #fff;
  box-shadow: none;
  border: none;
}

.navbar-toggle {
  border: none;
  background: #0071b9;
  border-radius: 0;
  padding: 8px 10px 12px;
  z-index: 9999;
  height: 50px;
  margin-top: 10px;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
  height: 2px;
  width: 30px;
  display: block;
  margin-top: 6px;
  transition: 0.3s;
}

.navbar {
  min-height: inherit;
}

.navbar-nav li.item-104 .dropdown-menu {
  left: auto;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0;
}

.dropdown-menu>li>a {
  font-weight: bold;
  line-height: 24px;
  padding-right: 20px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background: transparent none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-default {
  border-radius: 0;
}

.navbar-toggle:hover, .navbar-toggle:focus {
  background-color: #2771b9;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-image: none;
  background-color: #2771b9;
}


@media (min-width: 1201px) {
  .item-1081,
  .item-1082,
  .item-1083,
  .item-1084 {
    display: none !important
  }
  #mainMenue {
    position: relative;
  }

  #mainMenue ul.level-0 > li {
    float: none;
    padding: 0;
    display: block;
    min-height: 38px;
    line-height: 38px;
    position: relative
  }

  #mainMenue ul.level-0 li a,
  #mainMenue ul.level-0 li span {
    color: #606060;
    display: block;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 40px;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #d9d9d9;
    max-width: 330px;
  }
  #mainMenue ul li:last-child>a,
  #mainMenue ul li:last-child span {
    border-bottom: 0;
  }

  #mainMenue ul.level-0 > li:hover > a,
  #mainMenue ul.level-0 > li:focus > a,
  #mainMenue ul.level-0 > li:hover > span,
  #mainMenue ul.level-0 > li:focus > span,
  #mainMenue ul.level-0 > li.active>a,
  #mainMenue ul.level-0 > li.active>span,
  #mainMenue ul.level-0 > li:active>a,
  #mainMenue ul.level-0 > li.active:hover>a,
  #mainMenue ul.level-0 > li.active:hover>span {
    color: #0071b9;
  }


  #mainMenue ul.level-1 > li:hover > a,
  #mainMenue ul.level-0 li li.active a,
  #mainMenue ul.level-0 li li.active:hover>a,
  #mainMenue ul.level-0 li li.active:hover>span {
    color: #fff;
  }

  #mainMenue ul.level-0>li:hover a,
  #mainMenue ul.level-0>li:focus a,
  #mainMenue ul.level-0>li:active a {
    background: none;
  }

  #mainMenue ul.level-1 {
    background-color: #0071b9;
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
    padding: 0;
  }
  #mainMenue ul.level-1 li {
    padding: 0 25px;
  }

  #mainMenue ul.level-1 li a {
    color: #fff;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 15px;
    max-width: 100%;
    background-color: none;
    font-size: 14px;
    white-space: nowrap;
  }
  #mainMenue ul.level-1 > li:last-child a {
    border-bottom: 0;
  }
  #mainMenue ul.level-1 > li:hover a {
    text-decoration: none;
    color: #fafafa;
  }

  #topMenue ul.level-1 > li.active,
  #mainMenue ul.level-1 > li.active,
  #mainMenue ul.level-1 > li:hover {
    background-color: #606060;
  }
  #mainMenue ul.level-1 > li:first-child {
    position: relative;
  }
  #mainMenue ul.level-1 > li:first-child::before {
    content: "";
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 28px 28px 28px 0;
    border-color: transparent #0071b9 transparent transparent;
    position: absolute;
    left: -28px;
    top: 50px;
    margin-top: -50px;
  }
  #mainMenue ul.level-1 > li.active:first-child::before,
  #mainMenue ul.level-1 > li:hover:first-child::before {
    border-color: transparent #606060 transparent transparent !important;
  }

  #mainMenue ul.leve-2 {
    margin-top: 0;
  }
  #mainMenue li:hover ul {
    display: block;
  }

  /*bootrap style ausmachen*/
  .nav>li>a:focus, .nav>li>a:hover {
    background: none;
  }

  .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: transparent;
  }

  .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: transparent;
  }


    /* Navigation Top */

    #topMenue ul li a,
    #topMenue ul li span {
      display: block;
      font-size: 14px;
      font-weight: bold;
      line-height: 24px;
      padding: 9px;
    }
    #topMenue ul.level-0 {
      height: 40px;
      justify-content: flex-end;
      align-items: center;
      flex-direction: row;
    }

    #topMenue ul.level-0 > li {
      position: relative;
    }
    #topMenue ul.level-0 > li > a,
    #topMenue ul.level-0 > li > span {
      color: #000;
      float: left;
      position: relative;
    }
    #topMenue ul.level-0 > li > a::after,
    #topMenue ul.level-0 > li > span::after {
      content: "";
      height: 15px;
      width: 2px;
      background: #000;
      display: block;
      position: absolute;
      top: 13px;
      right: 0;
    }
    #topMenue ul.level-0 > li:last-child > a::after,
    #topMenue ul.level-0 > li :last-child> span::after {
      content: none;
    }


    #topMenue ul.level-0 > li > a:focus,
    #topMenue ul.level-0 > li > a:active,
    #topMenue ul.level-0 > li.active > a,
    #topMenue ul.level-0 > li:hover > a {
      color: #0071b9;
    }
    #topMenue ul.level-1 {
      background-color: transparent;
      display: none;
      height: auto;
      left: 0;
      position: absolute;
      top: 30px;
      z-index: 1000;
      padding: 0;
      padding-top: 20px
    }
    #topMenue ul.level-1 li a,
    #topMenue ul.level-1 li span {
      text-transform: uppercase;
    }
    #topMenue ul.level-1 > li {
      display: block;
      float: none;
      padding: 0 15px;
      position: relative;
      background-color: #0071b9;
    }

    /*blauer pfeil erstes untermenue*/
    #topMenue ul.level-1 > li:first-child::before {
      content: "";
      width: 0px;
      height: 0px;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      border-style: solid;
      border-width: 0 20px 20px 20px;
      border-color: transparent transparent #0071b9 transparent;
      position: absolute;
      left: 0;
      top: 30px;
      margin-top: -50px;
    }
    #topMenue ul.level-1 > li.active:first-child::before,
    #topMenue ul.level-1 > li:first-child:hover::before {
      border-color: transparent transparent #606060 transparent;
    }


    #topMenue ul.level-1 > li a,
    #topMenue ul.level-1 > li span {
      color: #fff;
      border-bottom: 1px solid #ccc;
      white-space: nowrap;
    }

    #topMenue ul.level-1 > li:hover {
      background: #606060;
    }
    #topMenue ul.level-1 > li:hover>a,
    #topMenue ul.level-1 > li:hover>span {
      color: #fff;
    }

    #topMenue ul.level-2 {
      background-color: #fafafa;
      border-right: 0 none;
      border-left: 0 none;
      display: none;
      margin: 0;
      position: absolute;
      top: 0;
      width: auto;
      z-index: 999;
      right: 100%;
      padding: 0;
    }

    #topMenue ul.level-2 > li {
      padding: 0 10px;
    }
    #topMenue ul.level-3 > li:hover,
    #topMenue ul.level-2 > li:hover {
      background: #e9e9e9;
    }
    #topMenue ul.level-2 > li:first-child::before {
      content: "";
      width: 0px;
      height: 0px;
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
      border-style: solid;
      border-width: 17px 0 17px 13px;
      border-color: transparent transparent transparent #fafafa;
      position: absolute;
      right: -13px;
      top: 50px;
      margin-top: -50px;
    }

    #topMenue ul.level-2 > li a,
    #topMenue ul.level-2 > li span {
      color: #606060;
      float: none;
      padding: 10px 25px 10px 0px;
      font-size: 14px;
      border-bottom: 1px solid #ccc;
      line-height: 18px;
      white-space: nowrap;
    }


    #topMenue ul.level-3 > li.active>a,
    #topMenue ul.level-3 > li:hover>a,
    #topMenue ul.level-3 > li:hover>span,
    #topMenue ul.level-2 > li.active>a,
    #topMenue ul.level-2 > li:hover>a,
    #topMenue ul.level-2 > li:hover>span {
      color: #0071b9;
    }

    #topMenue ul.level-2 span {
      min-height: 20px;
    }

    #topMenue ul li:hover > ul {
      display: block;
    }


    /*China*/
    #topMenue ul.level-2 li.item-425 a,
    #topMenue ul.level-2 li.item-426 a,
    #topMenue ul.level-2 li.item-615 a,
    #topMenue ul.level-2 li.item-614 a {
      background: url(../../../media/mod_languages/images/zh.gif) no-repeat 100% center;
    }

    /*Frankreich*/
    #topMenue ul.level-2 li.item-162 a,
    #topMenue ul.level-2 li.item-231 a,
    #topMenue ul.level-2 li.item-312 a,
    #topMenue ul.level-2 li.item-273 a {
      background: url(../../../media/mod_languages/images/fr.gif) no-repeat 100% center;
    }

    /*Holland*/
    #topMenue ul.level-2 li.item-160>a,
    #topMenue ul.level-2 li.item-229>a,
    #topMenue ul.level-2 li.item-310>a,
    #topMenue ul.level-2 li.item-271>a,
    #topMenue ul.level-2 li.item-160 span,
    #topMenue ul.level-2 li.item-229 span,
    #topMenue ul.level-2 li.item-310 span,
    #topMenue ul.level-2 li.item-271 span {
      background: url(../../../media/mod_languages/images/nl.gif) no-repeat 100% center;
    }

    /*Holland*/
    #topMenue ul.level-2 li.item-160,
    #topMenue ul.level-2 li.item-229,
    #topMenue ul.level-2 li.item-310,
    #topMenue ul.level-2 li.item-271 {
      position: relative;
    }

    #topMenue ul.level-2 li.item-160 span,
    #topMenue ul.level-2 li.item-229 span,
    #topMenue ul.level-2 li.item-310 span,
    #topMenue ul.level-2 li.item-271 span {
      padding: 0;
      padding-top: 7px;
    }

    #topMenue ul.level-2 li.item-160 span,
    #topMenue ul.level-2 li.item-229 span,
    #topMenue ul.level-2 li.item-310 span,
    #topMenue ul.level-2 li.item-271 span {
      display: block !important;
      font-weight: normal;
      width: 100%;
      padding-left: 0;
      color: #606060;
    }

    #topMenue ul.level-2 li.item-160:hover span,
    #topMenue ul.level-2 li.item-229:hover span,
    #topMenue ul.level-2 li.item-310:hover span,
    #topMenue ul.level-2 li.item-271:hover span {
      color: #0071b9;
    }

    /*Italien*/
    #topMenue ul.level-2 li.item-161 a,
    #topMenue ul.level-2 li.item-230 a,
    #topMenue ul.level-2 li.item-311 a,
    #topMenue ul.level-2 li.item-272 a {
      background: url(../../../media/mod_languages/images/it.gif) no-repeat 100% center;
    }

    /*Koratien*/
    #topMenue ul.level-2 li.item-130 a,
    #topMenue ul.level-2 li.item-223 a,
    #topMenue ul.level-2 li.item-306 a,
    #topMenue ul.level-2 li.item-268 a {
      background: url(../../../media/mod_languages/images/hr.gif) no-repeat 100% center;
    }

    /*Österreich*/
    #topMenue ul.level-2 li.item-158 a,
    #topMenue ul.level-2 li.item-227 a,
    #topMenue ul.level-2 li.item-307 a,
    #topMenue ul.level-2 li.item-269 a {
      background: url(../../../media/mod_languages/images/at.gif) no-repeat 100% center;
    }

    /*Polen*/
    #topMenue ul.level-2 li.item-131 a,
    #topMenue ul.level-2 li.item-224 a,
    #topMenue ul.level-2 li.item-303 a,
    #topMenue ul.level-2 li.item-265 a {
      background: url(../../../media/mod_languages/images/pl.gif) no-repeat 100% center;
    }

    /*Portugal*/
    #topMenue ul.level-2 li.item-156 a,
    #topMenue ul.level-2 li.item-225 a,
    #topMenue ul.level-2 li.item-304 a,
    #topMenue ul.level-2 li.item-266 a {
      background: url(../../../media/mod_languages/images/pt.gif) no-repeat 100% center;
    }

    /*Rumänien*/
    #topMenue ul.level-2 li.item-157 a,
    #topMenue ul.level-2 li.item-226 a,
    #topMenue ul.level-2 li.item-309 a,
    #topMenue ul.level-2 li.item-267 a {
      background: url(../../../media/mod_languages/images/ro.gif) no-repeat 100% center;
    }

    /*Schweiz*/
    #topMenue ul.level-2 li.item-159 a,
    #topMenue ul.level-2 li.item-228 a,
    #topMenue ul.level-2 li.item-308 a,
    #topMenue ul.level-2 li.item-270 a {
      background: url(../../../media/mod_languages/images/ch.gif) no-repeat 100% center;
    }

    /*Luxemburg*/
    #topMenue ul.level-2 li.item-713 a,
    #topMenue ul.level-2 li.item-715 a,
    #topMenue ul.level-2 li.item-717 a,
    #topMenue ul.level-2 li.item-719 a {
      background: url(../../../media/mod_languages/images/nl_lux.gif) no-repeat 100% center;
    }

    /*Beligen*/
    #topMenue ul.level-2 li.item-714 a,
    #topMenue ul.level-2 li.item-716 a,
    #topMenue ul.level-2 li.item-718 a,
    #topMenue ul.level-2 li.item-720 a {
      background: url(../../../media/mod_languages/images/belg.gif) no-repeat 100% center;
    }

    /*Unganrn*/
    #topMenue ul.level-2 li.item-824 a,
    #topMenue ul.level-2 li.item-825 a,
    #topMenue ul.level-2 li.item-826 a,
    #topMenue ul.level-2 li.item-827 a {
      background: url(../../../media/mod_languages/images/hu_hu.gif) no-repeat 100% center;
    }

    #topMenue ul.level-3 {
    	background-color: #fafafa;
    	border-right: 0 none;
    	border-left: 0 none;
    	display: none;
    	margin: 0;
    	position: absolute;
    	top: 0;
    	width: auto;
    	z-index: 999;
    	right: 100%;
    	padding: 0;
    }
    #topMenue ul.level-3 > li {
      padding: 0 10px;
    }
    #topMenue ul li:last-child > a,
    #topMenue ul li:last-child > span {
      border-bottom: 0;
    }
}


/* -----------------------------------------------------------------------------------
Slider
----------------------------------------------------------------------------------- */
#slider {
  max-height: 360px;
  position: relative;
  width: 100%;
}

#sliderTop .n2-ss-layer {
  text-align: center !important;
}

#sliderTop .slogan {
  font-size: 28px;
  font-weight: bold;
  color: #0071b9;
  background: #fff;
  line-height: 60px;
  display: inline;
  padding: 10px 20px;
  box-shadow: 6px 10px 15px rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: relative;
}
.minislider .n2-ss-align {
  background: #f9f9f9;
}

@media (max-width: 991px) {
  .minislider .n2-ss-slider {
    float: none !important;
    margin: 0 auto !important;
  }

  .col-md-funf {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .minislider {
    float: left;
    margin-bottom: 20px;
    width: 100%;
  }

  .navbar-nav .open .dropdown-menu {
    position: relative;
    float: left;
    margin-top: 1px;
  }
}

/*Map*/
#map-holder {
  height: 360px;
  width: 100%;
  background-color: #0073bc;
}

/*------------------------------------------------------------------------------------
Funktionsprinzip Biofilter
-------------------------------------------------------------------------------------*/
#box {
  border: 1px solid #85badc;
  background-color: #e7f2f8;
  padding: 10px;
}

/*------------------------------------------------------------------------------------
Triofilter
-------------------------------------------------------------------------------------*/
#steps {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#steps .step {
  padding: 15px 30px;
  flex: 0 0 auto;
  width: 33%;
  border-right: 1px solid #0073bc;
  position: relative;
}

#steps .step::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #0073bc;
  position: absolute;
  top: 20px;
  right: -15px;
}

#steps .step:last-child {
  border-right: 0;
}

#steps .step:last-child::after {
  display: none;
}

#steps .step h4 {
  color: #0073bc;
  font-size: 18px;
  text-transform: none;
  font-weight: bold;
  margin-bottom: 30px;
}

#steps .step p {
  line-height: 17px;
}

@media(max-width: 768px) {
  #steps {
    flex-direction: column;
  }

  #steps .step {
    width: 100%;
    border-bottom: 1px solid #0073bc;
    border-right: 0;
  }

  #steps .step:last-child {
    border-bottom: 0;
  }

  #steps .step::after {
    border-top: 15px solid #0073bc;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: auto;
    bottom: -31px;
    right: 40px;
  }
}

@media(max-width: 768px) {
  #steps .step::after {
    right: 50%;
    transform: translateX(50%);
  }
}

/* -----------------------------------------------------------------------------------
Main
----------------------------------------------------------------------------------- */
.page .panel-collapse {
  padding: 30px 60px;
}

@media (min-width: 1025px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
main #left2,
  main #left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
main #left2 #leftBottom,
  main #left #leftBottom {
    margin-left: 15px;
    margin-bottom: 25px;
    width: calc(100% - 15px);
  }
}

main {
  background: #fff;
  display: block;
  padding: 0;
  padding-bottom: 30px;
  position: relative;
  border-left: 7px solid #0071b9;
  box-shadow: 3px 5px 10px 0px rgba(10, 10, 10, 0.5)
}
main a:hover {
  text-decoration: underline;
}
main .contentPage {
  padding: 25px 15px;
}
main #left2,
main #left {
  padding: 0;
  margin-bottom: -30px;
}
main #left2 .inside,
main #left .inside {
  padding: 25px 65px;
}

@media (min-width: 1025px) {
  .isIE9 .inside {
    min-height: 885px;
  }
}

main ul {
  padding-left: 15px;
}

main .ul-headline {
  color: #0071b9;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 0;
  margin-bottom: 45px !important;
  padding-bottom: 45px;
  padding-top: 30px;
}

main ul.list-unstyled li .fa {
  color: #22365d;
  font-size: 12px;
  padding-right: 5px;
}

main .box {
  height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

main .contact .box,
main .box .text {
  border: 1px solid #d9d9d9;
  background: #f9f9f9;
  margin-bottom: 15px;
  padding: 10px;
  flex: 1 1 auto;
}
main .contact .uebersicht .col-md-4 {
  margin-bottom: 15px;
}
main .box img {
  max-width: 100%;
  margin-bottom: 20px;
  width: 100%;
}

main h2.box-headline, main h3.box-headline {
  background: #0071b9;
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #04a512;
  font-size: 16px;
  padding: 20px 15px;
  margin-bottom: 0;
}
main .contact .uebersicht .box  h3 {
    width: 100%;
    margin: -10px -10px 10px;
    width: calc(100% + 20px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
main h2.box-headline {
  font-weight: normal;
}

main .box h3 {
  margin: 0;
}

main .box .pic, main .box .pic2 {
  float: right;
  padding: 5px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

/*
main .box .n2-ss-slider .n2-ss-slider-1 {
  padding: 5px !important;
  border: 1px solid #d9d9d9 !important;
  background: #fff;
}*/
main .box .n2-ss-slider .n2-ss-slider-1 {
  margin-bottom: 20px;
}

main .box .pic2 {
  margin: 20px 0;
}

main .npl {
  padding-left: 0;
}

main .npr {
  padding-right: 0;
}

main p.small {
  font-size: 10px;
  font-style: italic;
  text-align: right;
}

main .home .col-md-2 img {
  max-width: 100%;
  height: auto;
}

main .home .col-md-2:first-child {
  text-align: center;
}

.cat-101 main h1,
.cat-237 main h1,
.cat-277 main h1,
.cat-551 main h1 {
  padding-top: 30px;
}


.contactOverview {
  align-items: center;
}
main .contact .contactOverview  .box {
  background: #0d73bc;
  color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  border: 0;
  height: auto !important;
}
main .contact .contactOverview  .box img {

  margin-bottom: 0px !important;
}
main .contact .contactOverview  .box .box-text {

 padding: 15px;
}
main .contact .contactOverview  .box .box-text h2 {

    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;;
    background: transparent;
    color: #fff;

}
.kontakt-boxen {
  margin-top: 50px;
}
.contactOverview  .box-headline {
  background: #0d73bc;
  color: #fff;
  padding: 30px;
  margin-bottom: 0px;
  position: relative;
max-width: 93%
}
.contactOverview  .box-headline::after {
content: " ";
width: 0;
height: 0;
border-width: 35px 0 35px 40px;
border-color:  transparent transparent transparent #0d73bc;
border-style: solid;
position: absolute;
top: 50%;
right: -20px;
transform: translateY(-50%);
}
.contactOverview  .box-headline .h2,
.contactOverview  .box-headline h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  margin: 0;
  line-height: 1em;
  width: 100%;
  border: 0;
  padding-bottom: 0;
  background-color: transparent !important;
}
.contactOverview  .box-headline .h2 span,
.contactOverview  .box-headline h2 span{
font-size: 20px;
font-weight: 100;
display: block;
line-height: 1.2;
}
.contactOverview h3 {
color: #0d73bc;
font-size: 25px;
background: #fff;
text-align: left !important;
padding-bottom: 10px;
margin-bottom: 20px;
text-transform: uppercase;
border-bottom: 1px solid #0d73bc;
}
.contactOverview .fa {
background-color: #cfe3f2;
color:  #0d73bc;
text-align: center;
width: 30px;
height: 30px;
display: inline-block;
padding: 8px;
margin-right: 15px;;
}
.contactOverview .info span,
.contactOverview .info p {
color: #0d73bc;
}
.contactOverview .info .box span,
.contactOverview .info .box a,
.contactOverview .info .box p {
color: #fff;
}
.contactOverview p span,
.contactOverview .tabstop {
display: inline-block;
vertical-align: top;
position: relative;
top: -2px;
line-height: 1.3;
}
.contact-contactinfo span {
  top: 2px !important
}


/* -----------------------------------------------------------------------------------
Main Home
----------------------------------------------------------------------------------- */
.row.home:first-of-type {
  margin-top: 25px;
}

.row.home {
  margin-left: 0;
  margin-right: 0;
}

.home .hoverBox {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 2px 3px 3px #ccc;
}

.home .hoverBox h3 {
  margin: 0;
  text-align: center;
  border-bottom: 3px solid #04a512;
  padding-bottom: 0;
  width: 100%;
  font-weight: normal;
}

.home .hoverBox h3 a {
  color: #fff;
  background: #0073bc;
  margin: 0;
  padding: 13px 15px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
}

.home .hoverBox h2 a:focus,
.home .hoverBox h2 a:hover {
  text-decoration: underline;
}

.home .hoverBox img {
  max-width: 100%;
  width: 100%;
}

.home .hoverBox .teaser {
  background: #f5f5f5;
  color: #606060;
  font-size: 16px;
  padding: 5px 15px;
  display: block;
  cursor: pointer;
}

.home .hoverBox .teaser .on {
  display: none;
}

.home .hoverBox .teaser .fa {
  float: right;
  padding-top: 3px;
}

@media (min-width: 501px) {
  .home .hoverBox .inner {
    background: #f5f5f5;
    color: #606060;
    font-size: 16px;
    padding: 5px 15px;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    display: none;
  }
  .home .hoverBox.on .inner {
    display: block !important;
  }

  .inner p {
    position: absolute;
    overflow: hidden;
  }

  .home .hoverBox.on .inner {
    height: calc(100% - 90px);
  }
}

.home .item-page h1 {
  margin: 20px 0 3px;
  font-size: 31px;
}

/*-------------------------------
Kontakt Anfrage Visforms
--------------------------------*/
input[type="text"], .select-box {
  height: 32px;
}

input[type="checkbox"] {
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
}

textarea {
  height: 100px !important;
  overflow: auto;
  padding-left: 5px;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  border-radius: 0;
}

.vis_mandatory,
#modvisform248datenschutzlbl,
#modvisform248checkboxenlbl,
#modvisform247datenschutzlbl,
#modvisform247checkboxenlbl,
#modvisform246checkboxenlbl,
#modvisform246datenschutzlbl,
#modvisform212datenschutzlbl,
#modvisform212checkboxenlbl {
  display: none !important;
}

.visforms h3 {
  background: #f9f9f9;
  margin-bottom: 0;
}

.visforms h3 .fa {
  background-color: #0073bc;
  color: #fff;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.visforms h3 .fa-user,
.visforms h3 .fa-cog,
.visforms h3 .fa-info {
  line-height: 30px;
}

.visforms h3 .fa-user {
  padding-left: 8px;
}

.visforms h3 .fa-cog {
  padding-left: 7px;
}

.visforms h3 .fa-info {
  padding-left: 12px;
}

.visforms label {
  width: 40%;
  font-weight: normal;
  font-size: 13px;
  margin: 0;
  height: 32px;
  line-height: 1rem;
  display: inline-flex;
  align-items: center;
  padding-right: 10px;
}

.visforms label a {
    font-size: 13px;
    padding-left: 3px;
    position: relative;
    top: 1px;
}

.visforms .field66 label,
.visforms .field49 label,
.visforms .field32 label,
.visforms .field15 label {
  width: 90%;
  width: calc(100% - 25px);
  float: right;
  height: auto;
  line-height: 1;
}

.visforms textarea,
.visforms input[type="text"],
.visforms input[type="email"] {
  width: 60%;
  margin: 0 0 30px;
  -webkit-appearance: none;
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  padding: 6px;
  border-radius: 0;
}

.visforms textarea:hover,
.visforms textarea:focus,
.visforms textarea:active,
.visforms input[type="text"]:hover,
.visforms input[type="text"]:focus,
.visforms input[type="text"]:active,
.visforms input[type="email"]:hover,
.visforms input[type="email"]:focus,
.visforms input[type="email"]:active {
  border-color: #0073bc;
  outline: none;
}

.visforms input[type="checkbox"] {
  float: left;
}

.visforms div[class^="field"] {
  position: relative;
}
.visforms .errorcontainer {
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
}
.visforms .errorcontainer label {
    margin: 0 !important;
    width: auto !important;
    max-width: none !important;
    height: auto;
    font-size: 14px !important;
}

.visforms .field67 label,
.visforms .field50 label,
.visforms .field33 label,
.visforms .field16 label {
  width: 100%;
  height: auto;
  line-height: 1;
  padding-left: 25px;
}

.visforms .field67 input,
.visforms .field50 input,
.visforms .field33 input,
.visforms .field16 input {
  position: absolute;
  top: 5px;
  left: 0;
  margin-top: 0;
}

.visforms .visBtnCon {
  text-align: right !important;
}

.visforms .visBtnCon input {
  background-color: #04a512;
  padding: 6px 15px 5px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  border-radius: 0;
}

.visforms .visBtnCon:hover input,
.visforms .visBtnCon:focus input,
.visforms .visBtnCon:active input {
  background-color: #0073bc;
}

@media (max-width: 1200px) {
  main #left2 {
    order: 2
  }
    main #right2 {
    order: 1
  }
  .contactOverview  .com-contact__thumbnail {
    max-width: 40%;
    margin-right: 30px;
}
  .visforms label {
    width: 150px;
  }

  .visforms textarea,
  .visforms input[type="text"],
  .visforms input[type="email"] {
    width: 80%;
    width: calc(100% - 150px);
  }
}

.contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*Vertriebspartner Kontaktformualre*/
.btn-toolbar {
  display: none;
}

.contact h1 {
  margin-bottom: 20px;
}

.contact h2 {
  color: #0073bc;
  font-size: 18px;
  background: #f9f9f9;
  margin-bottom: 0;
  text-align: left;
}

.contact h2 .fa {
  background-color: #0073bc;
  color: #fff;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.contact h2 .fa-user {
  line-height: 28px;
  padding-left: 7px;
}

.contact h2 .fa-envelope {
  line-height: 28px;
  padding-left: 6px;
}

main .uebersicht .box h3 {
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
  min-height: 90px;
  background-color: #0073bc;
  color: #fff;
  display: block;
  text-align: center;
  border-bottom: 3px solid #04a512;
  width: 100%;
  font-weight: normal;
}

main .uebersicht .box p {
  padding-left: 20px;
  padding-right: 20px;
}

main .uebersicht .box p a {
  white-space: nowrap;
}

#captchatip {
  width: 100%;
}

#jform_consentbox-lbl {
  display: none !important;
}
.captchaHint {
  display: none;
}

.contact legend {
  border: none;
}

.contact label {
  font-weight: normal;
  color: var(--blau);
  display: block !important;
  margin-top: 15px;
}
.contact .form-check-input[type=checkbox] {
    margin-top: 21px;
}
#jform_consentbox {
  margin-bottom: 20px;
}
.form-horizontal .control-label {
  text-align: left;
}

input.invalid,
.has-danger textarea,
.has-danger input {
  border-color: red !important;
}
address {
  font-size: 14px;
}
address span {
  display: block;
}
.has-danger .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(253 13 13 / 25%) !important;
}

.contact .contact-misc {
  margin-top: 20px;
  padding: 0
}

.contact .contact-position {
  margin-top: 20px;
}

.contact .jicons-icons {
  display: none;
}



.contact input[type="text"],
.contact input[type="email"] {
  padding-left: 5px;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  border-radius: 0;
  width: 50%;
  height: 32px;
}

.contact textarea {
  width: 50%;
}

.contact button {
  background-color: #04a512;
  padding: 6px 15px 5px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  margin-right: 20px;
}

.contact button:hover,
.contact button:active,
.contact button:focus {
  background-color: #0073bc;
}

.contact-category .list-title {
  height: 34px;
}

.contact-category ul {
  margin-bottom: 0;
  padding-left: 0;
}

.contact-category li {
  list-style: none;
}

.contact-category .contact-tel {
  display: block;
}

.contact-category .contact-tel::before {
  content: "\f095";
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  font-size: inherit;
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  transform: translate(0, 0);
}

.contact-category .list-title a {
  background: #0071b9;
  color: #fff;
  text-align: left;
  font-size: 16px;
  padding: 5px 15px;
  margin-bottom: 0;
  display: block;
}

.contact-category .box {
  margin-bottom: 30px;
}

.contact-category .box .fa-envelope {
  padding-right: 6px;
}
#left2 .moduletable ul li,
#left .moduletable ul li {
  margin-bottom: 7%;
}

/* -----------------------------------------------------------------------------------
Teamseite Büro Süd
----------------------------------------------------------------------------------- */

#team .col-xs-12 {
  margin-bottom: 20px;
}

#team .col-md-4 {
  margin-bottom: 40px;
}

#team .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 0px;
  background: none;
  margin-bottom: 0;
  padding: 0;
}

#team .box img {
  margin-bottom: 0px;
}

#team .box .box-text {
  background-color: #0d73bc;
  color: #fff;
  padding: 20px;
  border-bottom: 3px solid #04a512;
  height: 100%
}

#team .box p {
  padding-left: 0;
  padding-right: 0;
}

#team .box a {
  color: #fff;
  text-decoration: none;
}

#team .box a:hover {
  color: #fff;
  text-decoration: underline;
}


#team .box p:first-child {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

#team .box p:nth-child(2) {
  font-size: 12px;
}


#team .box p:last-child {
  margin-bottom: 0;
}


/* -----------------------------------------------------------------------------------
Firmengeschichte
----------------------------------------------------------------------------------- */
#geschichte {
  margin-bottom: 50px;
}

#geschichteZwei h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.page h3 {
  background: #f9f9f9;
  margin-bottom: 0;
}

.page h3 a {
  font-size: 18px;
}

.page h3 .fa {
  background-color: #0073bc;
  color: #fff;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  padding-left: 6px;
  font-size: 26px;
}

.collapsed .fa {
  padding: 0 5px;
}

.kataloge,
.jubilare {
  width: 100%;
  margin: 0 auto 20px;
}

.jubilare th:first-child {
  width: 35%;
}

.jubilare th:nth-child(2) {
  width: 20%;
}

.jubilare th:nth-child(3) {
  width: 20%;
}

.jubilare th:nth-child(5) {
  width: 25%;
}

.kataloge thead tr,
.jubilare thead tr {
  border-bottom: 1px solid #0073bc;
}

.kataloge thead tr th,
.jubilare thead tr th {
  color: #0073bc;
  padding: 5px;
}

.kataloge tbody tr:nth-child(odd),
.jubilare tbody tr:nth-child(odd) {
  background: #eee;
}

.kataloge tr td,
.jubilare tr td {
  padding: 5px;
}

@media(max-width: 575px) {
  .jubilare {
    margin-bottom: 0;
  }

  .kataloge thead,
  .jubilare thead {
    display: none;
  }

  .kataloge tr,
  .jubilare tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #0073bc;
  }

  .kataloge tbody tr:nth-child(odd),
  .jubilare tbody tr:nth-child(odd) {
    background: transparent;
  }

  .kataloge tr td,
  .jubilare tr td {
    display: block;
  }

  .kataloge tr td:nth-child(even),
  .jubilare tr td:nth-child(even) {
    background: #eee;
  }

  .kataloge tr td:last-child,
  .jubilare tr td:last-child {
    border-bottom: 0;
  }

  .kataloge tr td::before,
  .jubilare tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    width: 125px;
    margin: -10px;
    padding: 10px;
    margin-right: 15px;
    color: #0073bc;
  }

  .visforms .visBtnCon input {
    width: 100%;
  }
}

/*
.cat-163 table,
.cat-233 table,
.cat-276 table,
.cat-314 table {
  height: 400px;
  width: 420px;
  margin: 0 auto;
  border: 1px solid #828282;
}
.cat-163 td,
.cat-233 td,
.cat-276 td,
.cat-314 td {
  width: 37.5%;
}
.cat-163 td:first-child,
.cat-233 td:first-child,
.cat-276 td:first-child,
.cat-314 td:first-child {
    width: 25%;
    border-right: 1px solid #828282;
}
.cat-163 td, .cat-163 th,
.cat-233 td, .cat-233 th,
.cat-276 td, .cat-314 th,
.cat-314 td, .cat-233 th {
  padding: 2px 2px 2px 5px;
}
.cat-163 tr:nth-of-type(odd),
.cat-233 tr:nth-of-type(odd),
.cat-276 tr:nth-of-type(odd),
.cat-314 tr:nth-of-type(odd) {
  background: #f9f9f9;
}*/
/* -----------------------------------------------------------------------------------
Box: Module
----------------------------------------------------------------------------------- */
.module-boxen {
  background: #f9f9f9;
  padding-bottom: 30px;
  border-bottom: 7px solid #0071b9;
}

.module-boxen img {
  margin-top: 30px;
}

.module-boxen p {
  font-size: 13px;
  margin-bottom: 0;
}

.module-boxen a {
  /*
    float: right;
    font-family: 'fira_sanslight';
    font-size: 12px;
    text-transform: uppercase;*/
  display: block;
}

.module-boxen .row {
  margin: 0;
}

.panel-group {
  margin: 0;
}

/*-------------------------------------------------------------------------------------
Wartung uns Service
---------------------------------------------------------------------------------------*/
.twentytwenty-wrapper {
  max-width: 70%;
  margin: 0 auto;
}

.twentytwenty-before-label:before {
  content: "Vorher" !important;
}

.twentytwenty-after-label:before {
  content: "Nachher" !important;
}

/*-------------------------------------------------------------------------------------
Partner
---------------------------------------------------------------------------------------*/
#partner {
  background: url('../images/partner.png') no-repeat;
  position: fixed;
  right: 0;
  top: 150px;
  height: 393px;
  width: 105px;
}

#partner a#kuefers {
  display: block;
  height: 137px;
  width: 80px;
  position: relative;
  left: 25px;
  top: 59px;
  cursor: pointer;
}

#partner a#shl {
  display: block;
  height: 137px;
  width: 80px;
  position: relative;
  left: 25px;
  top: 59px;
  cursor: pointer;
}

/* Messe */
.katalog {
  margin-bottom: 10px;
}

.katalog a {
  color: #0071b9;
  background: #f5f5f5;
  text-align: center;
  padding: 30px;
  display: block;
}

.katalog a:hover,
.katalog a:focus,
.katalog a:active {
  text-decoration: none;
}

.katalog a:hover span,
.katalog a:focus span,
.katalog a:active span {
  text-decoration: underline;
}

.katalog .fa {
  font-size: 40px;
  display: block;
  margin-bottom: 5px;
}

.katalog span {
  font-weight: bold;
}

.tuv {
  margin-top: 10px;
}

.partners, .tuv {
  background-color: #f5f5f5;
  padding: 20px 15px;
}

.partners .fa {
  color: #0071b9;
  font-size: 50px;
  display: block;
  text-align: center;
}

.moduletable_partner {
  height: 0;
}

.partners img.messe {
  border-right: 1px solid #e0e0e0;
  float: left;
  margin-right: 5px;
  padding-right: 8px;
}

.partners p, .tuv p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 auto;
  max-width: 60%;
  text-align: center;
}

.partners .headline, .tuv .headline {
  color: #0071b9;
  font-size: 14px;
  font-weight: bold;
}

/* -----------------------------------------------------------------------------------
Engineering Biofilter
----------------------------------------------------------------------------------- */
.cat-563 h1,
.cat-581 h1,
.cat-598 h1 {
  margin-bottom: 60px;
}

.cat-563 .item-page h2:first-of-type,
.cat-581 .item-page h2:first-of-type,
.cat-598 .item-page h2:first-of-type {
  margin: 50px auto 40px;
}

/* -----------------------------------------------------------------------------------
AGB / Datenschutz
----------------------------------------------------------------------------------- */
.cat-127 div[itemprop="articleBody"],
.cat-235 div[itemprop="articleBody"],
.cat-275 div[itemprop="articleBody"],
.cat-828 div[itemprop="articleBody"],
.cat-829 div[itemprop="articleBody"],
.cat-830 div[itemprop="articleBody"],
.cat-831 div[itemprop="articleBody"] {
  padding: 30px 60px;
}

/* -----------------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------------- */
footer {
  background-color: #08548a;
  color: #fff;
  padding: 15px 0;
  margin: 30px 0;
  border-top: 2px solid #04a512;
}



footer .moduletable_seo {
  padding: 10px 15px;
}

footer .row {
  margin: 0;
}

footer p, footer a {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0;
}

footer a:hover, footer .nav>li>a:hover {
  color: #fff;
  text-decoration: underline;
}

footer .nav {
  padding-top: 10px;
}

footer .nav>li {
  float: left;
  border-right: 1px solid #fff;
}

footer .nav>li:last-child {
  border-right: 0;
}

footer .nav>li>a {
  padding: 0 15px;
}
footer .signet {
    max-width: 20px;
    padding-right: 5px;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.contentPage .row {
  margin: 0;
  padding: 0;
}

/* -----------------------------------------------------------------------------------
404
----------------------------------------------------------------------------------- */
.blueSlider {
    background: #0071b9;
    height: 300px;
    z-index: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
.blueSlider h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.blueSlider h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-align: left;
}
.blueSlider .fa {
  font-size: 100px;
}
.page404  {
  max-width: 80%;
  margin: 0 auto;
}
.page404 .btn-primary {
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px 30px;
  border: 1px solid  #0071b9;
}
.page404 .btn-primary:hover,
.page404 .btn-primary:focus,
.page404 .btn-primary:active {
  background: #fff;
  color: #0071b9;
  text-decoration: none;
}
.page404 hr {
  border-color: #0071b9;
  background-color: #0071b9;
  margin: 50px 10px;
}
.page404 .bigger {
font-size: 17px;
}
.page404 .boxBlue {
    background: #0071b9;
    color: #fff;
    text-align: center;
    padding: 30px;
    height: 100%;
    position: relative;
    padding-bottom: 80px;
}
.page404.item-page h2 {
  color: #0071b9;
  font-weight: bold;
  font-size: 30px;
  width: 100%;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.page404 .boxBlue h3 {
  color: #fff;
  margin-top: 0;
}
.page404 .boxBlue .btn-white {
    color: #0071b9;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 30px;
    border-radius: 0;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.page404 .boxBlue .btn-white:hover,
.page404 .boxBlue .btn-white:focus,
.page404 .boxBlue .btn-white:active {
  background: #0071b9;
  color: #fff;
  text-decoration: none;
}
@media(max-width: 991px) {
  .contactOverview .box-headline .h2,
  .contactOverview .box-headline h2 {
    font-size: 30px;
  }
  .page404 .text-end {
    text-align: left !important
  }
  .page404 .btn-primary {
    margin-top: 30px;
  }
}
@media(max-width: 768px) {
  .blueSlider h1,
  .blueSlider h2 {
    text-align: center;
  }
  .contactOverview  .box-headline {
    max-width: 100%;
  }
  .contactOverview  .box-headline::after {
    content: " ";
    width: 0;
    height: 0;
    border-width: 40px 35px 0 35px;
    border-color: #0d73bc transparent transparent transparent;
    border-style: solid;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    right: auto;
    }
}
/* -----------------------------------------------------------------------------------
Scroll Top
----------------------------------------------------------------------------------- */
.scrollToTop {
  background-color: #04a512;
  bottom: 30px;
  color: #fff;
  display: none;
  font-size: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 50px;
}

.scrollToTop i {
  line-height: 44px;
}

.scrollToTop:hover {
  background-color: #0073bc;
  color: #fff;
}

.col-md-funf .btn {
  width: 100%;
}

/* -----------------------------------------------------------------------------------
mobile Endgeräte und kleinere Desktops
----------------------------------------------------------------------------------- */
@media (max-width: 1390px) {
  #partner {
    display: none;
  }
}

@media (max-width: 1250px) {
  .scrollToTop {
    display: none !important;
  }
}




@media (max-width: 1125px) {
  header #left {
    padding-left: 40px;
  }
main #left2 .inside ,
  main #left .inside {
    padding: 25px 40px;
  }
}

@media (min-width: 1025px) and (max-width: 1160px) {
  header #right .kontaktTop .col-4 {
    width: 50%;
  }

  header #right .kontaktTop .col-4:last-child {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1125px) {
  #sliderTop .slogan {
    font-size: 20px;
    line-height: 50px;
  }
}

@media (min-width: 992px) {
  .col-md-funf {
    width: 20%;
    flex: 0 0 20%;
  }

  #mainMenue .nav li.item-101,
  #mainMenue .nav li.item-551,
  #mainMenue .nav li.item-277,
  #mainMenue .nav li.item-237 {
    display: none;
  }

  main .home.col-md-4 {
    width: 34.333%
  }

  main .home .col-md-8 {
    width: 50%;
  }

  main .home .col-md-2 {
    padding-left: 0;
    width: 25%;
  }
}

@media (min-width: 1201px) {
  .navbar-collapse {
    padding-left: 0;
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .item-101,
  .item-551,
  .item-277,
  .item-237 {
    display: none !important
  }
  body>.container {
    max-width: 100%;
  }

  header .row {
    margin: 0;
  }

  header #right .kontaktTop {
    margin-top: 30px;
    padding: 0 0 30px !important;
  }

  header #logo img {
    height: auto;
    max-width: 100%;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  header #left, main #left2, main #left {
    padding-left: 0;
    padding-bottom: 15px;
  }

  header #left .headerNav {
    display: block;
    border-bottom: 1px solid #d9d9d9;
  }

  header #left .pull-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: none;padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }

  header #left .headerNav .moduletable {
    float: left;
  }

  header #right {
    padding: 0;
  }

  header #right .headerNav {
    display: none;
  }

  header #logo {
    left: 0;
    position: relative;
    text-align: center;
    top: 0px;
    margin: 10px auto 0;
    height: 124px;
  }

  .navbar-header {
    position: relative;
    float: left;
  }

  .navbar-toggle {
    display: block;
  }
  .menu-open .navbar-toggle .icon-bar:nth-child(2) {
    display: none;
  }
  .menu-open .navbar-toggle .icon-bar:first-child {
    transform: rotate(30deg);
    position: relative;
    top: 3px
  }
  .menu-open .navbar-toggle .icon-bar:last-child {
    transform: rotate(-30deg);
    position: relative;
    top: -5px
  }

  #mainMenue {
    background-color: #0071b9;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100%;
    width: 350px;
    display: block !important;
    transition: 0.3s;
    overflow: auto;
  }
  .menu-open #mainMenue {
    left: 0;
  }

  #mainMenue .container {
    width: 100%;
    padding: 0;
  }
  #mainMenue ul {
    min-width: 100%;
    padding: 0;
    margin: 0;
  }
  #mainMenue li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    list-style: none;
  }
  #mainMenue li:last-child {
    border-bottom: 0;
  }
  #mainMenue li a,
  #mainMenue li span {
    display: block;
    line-height: 1.5rem;
    color: #fff;
    padding: 10px;
  }
  #mainMenue li.parent {
    display: flex;
    flex-direction: row-reverse;
  }
  #mainMenue li.parent.open,
  #mainMenue li.parent.open li.parent {
    flex-wrap: wrap;
  }
  #mainMenue li.parent > a,
  #mainMenue li.parent > span {
    width: 75%;
    flex: 0 0 75%;
    height: 45px;
  }

  #mainMenue li.parent > .fa {
    width: 25%;
    flex: 0 0 25%;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 45px;
  }
  #mainMenue li.parent.open > .fa {
    transform: rotate(180deg);
  }

  #mainMenue li.open > .dropdown-menu {
    display: block !important;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }


  #mainMenue ul.level-0 > li > a,
  #mainMenue ul.level-0 > li > span {
    padding-left: 20px;
  }

  #mainMenue ul.level-1 {
    background-color: #00568d;
  }

  #mainMenue ul.level-1 > li > a,
  #mainMenue ul.level-1 > li > span {
    font-weight: normal;
    padding-left: 40px;
    text-indent: -5px;
  }
  #mainMenue ul.level-1 > li > a::before,
  #mainMenue ul.level-1 > li > span::before,
  #mainMenue ul.level-2 > li > a::before,
  #mainMenue ul.level-2 > li > span::before,
  #mainMenue ul.level-3 > li > a::before,
  #mainMenue ul.level-3 > li > span::before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
    transform: translate(0, 0);
  }

  #mainMenue ul.level-2 {
    background-color: #004068;
  }
  #mainMenue ul.level-2 > li > a,
  #mainMenue ul.level-2 > li > span {
    padding-left: 40px;
  }

  #mainMenue ul.level-3 {
    background-color: #002a44;
  }
  #mainMenue ul.level-3 > li > a,
  #mainMenue ul.level-3 > li > span {
    padding-left: 50px;
  }


  #mainMenue .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

#mainMenue li.active > a,
#mainMenue li.active > .fa,
#mainMenue li.active > span {
      background: #04a512;
}

  div.mod-languages ul {
    padding-top: 10px;
    padding-right: 15px;
  }
main #left2, main #right2,
  main #left, main #right {
    width: 100%;
    box-shadow: none;
  }

  main #leftBottom {
    padding: 25px 40px;
  }

  main .padding-left-0 {
    padding-left: 15px;
  }

  #left .moduletable ul li {
    margin-bottom: 3%;
  }
  #topMenueMobile {
    margin-top: 60px;
  }
  #topMenueMobile .pull-right {
    border-bottom: 0!important;
  }
}

@media (max-width: 991px) {
  header {
    position: relative;
  }

  .page h3 a {
    font-size: 17px;
  }

  .module-boxen .col-sm-6 {
    height: 420px;
  }

  footer {
    height: auto;
    margin-bottom: 15px;
    padding: 0;
    font-size: 13px;
  }

  .de-de footer {
    height: auto;
  }

  footer .row {
    padding: 10px 0;
  }

  footer .moduletable {
    padding: 15px 0;
  }

  footer .row .moduletable {
    padding: 0;
  }

  footer .nav {
    padding: 9px 0;
  }

  footer .moduletable_footerKontakt {
    background-color: #0071b9;
  }

  .kontaktTop .fa {
    display: block;
    float: left;
    font-size: 35px;
    margin-bottom: 20px;
    margin-right: 15px;
  }

  .contact-category li {
    float: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .partners img {
    width: 100%;
  }

  .partners img.messe {
    width: 28%;
  }

  .partners p {
    padding-left: 2%;
    width: 70%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .page .panel-collapse {
    padding: 30px 0;
  }

  #sliderTop .slogan {
    font-size: 20px;
    line-height: 50px;
  }

  .page h3 a {
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 92%;
  }

  #box {
    margin-bottom: 30px;
  }

  .twentytwenty-wrapper {
    max-width: 100%;
  }

  footer .nav {
    padding: 9px 0;
    display: block;
    text-align: center;
  }

  footer .nav>li {
    float: none;
    border-bottom: 1px solid #fff;
    border-right: 0;
    text-align: center;
    padding: 10px 15px;
  }

  footer .nav>li:last-child {
    border-bottom: 0;
  }

  footer .moduletable_seo {
    text-align: center;
  }
}

@media (max-width: 767px) {
  main .home.npl {
    margin-top: 25px;
  }

  main .home.npr .ul-headline {
    display: none;
  }

  main .box {
    margin-bottom: 20px;
  }

  .contact input[type="text"],
  .contact input[type="email"],
  .contact textarea {
    width: 100%;
  }

  footer>.moduletable {
    text-align: center;
  }

  footer>.moduletable .custom {
    height: 42px;
  }
}

@media (max-width: 735px) and (min-width: 531px) {
  footer .moduletable_footerKontakt .col-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }

  footer .moduletable_footerKontakt .col-4:last-child {
    display: none;
  }
}

@media (max-width: 650px) {
  div[style="padding: 30px 60px;"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  div[style="padding: 30px;"] {
    padding: 10px 20px !important;
  }

  main .box .pic, main .box .pic2 {
    padding: 0;
    border: none;
  }

  main .box .n2-ss-slider .n2-ss-slider-1 {
    padding: 0px !important;
    border: 0 !important;
  }

  main .box {
    border-top: none;
    padding: 0;
  }

  .item-page h2:first-of-type {
    margin: 0 auto 10px;
    width: 90%;
  }

  .box-headline, .box {
    margin-left: -15px;
    margin-right: -15px;
  }
.contactOverview {
  margin-left: -15px !important;
    margin-right: -15px !important;
    width: calc(100% + 30px);
    max-width: none;
}
.contactOverview .box {
    border: 0;
    background: #0d73bc;
    padding: 0;
}
.contactOverview .box-headline {
  margin-left: 0;
  margin-right: 0;
}
.contactOverview h3 {
  font-size: 20px;
  margin-top: 50px !important;
}
  .cat-441 .box,
  .cat-578 .box,
  .cat-595 .box,
  .cat-611 .box {
    padding: 10px 20px;
    margin: 0;
  }

  .cat-441 .box-headline,
  .cat-578 .box-headline,
  .cat-595 .box-headline,
  .cat-611 .box-headline {
    margin-left: 0;
    margin-right: 0;
  }

  .cat-441 .col-md-6,
  .cat-578 .col-md-6,
  .cat-595 .col-md-6,
  .cat-611 .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .minislider {
    padding: 0px;
  }
}

@media (max-width: 580px) {
  .contactOverview .box-headline h2 {
    font-size: 24px;
  }
  #sliderTop .slogan {
    font-size: 16px;
    line-height: 40px;
  }

}

@media (max-width: 530px) {
  .padding-left-0 {
  padding-left: calc(var(--bs-gutter-x) * .5);
  }
  footer .nav {
    padding: 0;
  }

  footer .moduletable_footerKontakt {
    height: auto;
  }

  footer .moduletable_footerKontakt .col-4 {
    text-align: center;
    width: 100%;
  }

  footer .moduletable_footerKontakt .col-4 {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  footer .moduletable_footerKontakt .col-4:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  footer .row .col-xs-12 {
    text-align: center !important;
    font-size: 12px;
  }

  .kontaktTop .fa {
    display: none;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  main .home.npl {
    padding-left: 15px;
  }

  main .col-sm-10.npl {
    padding-left: 15px;
  }

  main .box .pic, main .box .pic2 {
    height: auto;
    width: 50%;
  }
}

@media (max-width: 500px) {
  main .box .pic, main .box .pic2 {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }

  main .npr {
    padding-left: 0;
  }

  .home .hoverBox .teaser {
    display: none;
  }

  .hoverBox .inner p {
    padding: 15px 20px 20px;
  }

  .contact button {
    margin-right: 0;
    width: 100%;
  }

  .tab-content .col-xs-12 {
    padding: 15px;
  }

  .noHome #kategorien .box-small {
    margin-top: 0;
  }

  .cat-163 table,
  .cat-233 table,
  .cat-276 table,
  .cat-314 table {
    width: 100%;
  }
}

@media (max-width: 485px) {
  #mainMenue {
    left: -300px;
    width: 300px;
}
  #sliderTop .slogan {
    font-size: 14px;
    padding: 10px;
  }

  #sliderTop .n2-ss-layer {
    display: none !important;
  }

  .whiteBG a {
    max-width: none;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }

}

@media (min-width: 380px) and (max-width: 767px) {
  .moduletable_partner {
    min-height: 110px;
  }

  .partners img {
    float: left;
    margin-right: 5px;
    padding-right: 8px;
    width: 30%;
  }
}




@media (max-width: 379px) {
  h1.xs-smaller {
    font-size: 20px;
  }

  #sliderTop .slogan {
    display: none;
  }

  #mainMenue .navbar-nav li a, #mainMenue .navbar-nav li span.nav-header, #mainMenue .navbar-nav li span.separator {
    padding-left: 15px;
  }

  #mainMenue .navbar-nav .open .dropdown-menu>li>a {
    padding: 15px 15px 15px 30px;
  }

  .moduletable_partner {
    min-height: 120px;
  }

  .partners img {
    width: 100%;
  }
}
@media (max-width : 320px) {
  .modul-boxen .box {
    min-height: 0;
    ;
  }

  .modul-boxen .blue {
    background: #22365d;
    padding: 0;
  }
}

.switchSlider {
  max-height: 1000px;
}
.switchSlider.quer {
  max-height: 610px !important;
}
.cat-1251 .twentytwenty-wrapper,
.cat-1252 .twentytwenty-wrapper,
.cat-1253 .twentytwenty-wrapper,
.cat-1254 .twentytwenty-wrapper {
  max-width: 100%
}
.boxBlue {
    background: #0071b9;
    padding: 50px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  color: #fff;
   width: 100%
}
.boxBlue h2, .boxBlue h3 {
  color: #fff;
  border-color: #fff !important
}
.boxBlue h2 {
 padding-bottom: 20px !important;
  width: 80% !important
}
@media(min-width: 992px) {
.rein-col-2 {
  flex: 0 0 calc(100% - 372px);
}
  .rein-col-1 {
  flex: 0 0 372px;
}
  .rein3 {
    height: 465px !important;
  }
  }
@media(max-width: 991px) {

  .rein-col-2:has(.boxBlue) {
    margin-bottom: 20px
  }


  }
@media(max-width: 600px) {
  .cat-1251 .com-content-article__body .row,
  .cat-1252 .com-content-article__body .row,
  .cat-1253 .com-content-article__body .row,
.cat-1254 .com-content-article__body .row {
  padding: 0 !important
}
  }
.btn-outline-white {
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
  outline: 0;
  box-shadow: none
}
.btn-outline-white:hover {
  background: #fff;
  color: #0071b9;
}