.blockMargin {
  margin: 5rem 0;
}
@media (max-width:75rem) {
  .blockMargin {
    margin: 4rem 0;
  }
}
@media (max-width:62rem) {
  .blockMargin {
    margin: 3rem 0;
  }
}
@media (max-width:48rem) {
  .blockMargin {
    margin: 2rem 0;
  }
}
.blockMarginP {
  padding: 5rem 0;
}
@media (max-width:75rem) {
  .blockMarginP {
    padding: 4rem 0;
  }
}
@media (max-width:62rem) {
  .blockMarginP {
    padding: 3rem 0;
  }
}
@media (max-width:48rem) {
  .blockMarginP {
    padding: 2rem 0;
  }
}
.bb {
  box-sizing: border-box;
}
.cc {
  justify-content: center;
  align-items: center;
}
.nh_textcenter {
  text-align: center;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.wrap {
  flex-wrap: wrap;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.left {
  float: left;
}
.right {
  float: right;
}
.w100 {
  width: 100%;
}
.w90 {
  width: 90%;
}
.w80 {
  width: 80%;
}
.w75 {
  width: 75%;
}
.w70 {
  width: 70%;
}
.w66 {
  width: 66.6666%;
}
.w60 {
  width: 60%;
}
.w50 {
  width: 50%;
}
.w40 {
  width: 40%;
}
.w33 {
  width: 33.3333%;
}
.w30 {
  width: 30%;
}
.w25 {
  width: 25%;
}
.w20 {
  width: 20%;
}
.w10 {
  width: 10%;
}
.wmax {
  width: 100%;
  max-width: 90em;
}
.wmax1000 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.wmax1000 p {
  font-size: 1.2rem;
}
.height-auto {
  height: auto !important;
}
/*** Schriftgrößen ***/
.fs-s {
  font-size: 1rem;
}
.fs-m {
  font-size: 1.2rem;
  line-height: 1.7;
}
.fs-l {
  font-size: 1.4rem;
}
.radius {
  border-radius: 0.25rem;
}
.bt {
  border-top: 1px solid #eaeaea;
}
.bbo {
  border-bottom: 1px solid #eaeaea;
}
.bt5 {
  border-top: 5px solid #32a546;
}
.bl10 {
  border-left: 10px solid #32a546;
}
.uc {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.h100 {
  height: 100%;
}
.h90 {
  height: 90%;
}
.h80 {
  height: 80%;
}
.h75 {
  height: 75%;
}
.h70 {
  height: 70%;
}
.h66 {
  height: 66%;
}
.h60 {
  height: 60%;
}
.h50 {
  height: 50%;
}
.h40 {
  height: 40%;
}
.h33 {
  height: 33%;
}
.h30 {
  height: 30%;
}
.h25 {
  height: 25%;
}
.h20 {
  height: 20%;
}
.h10 {
  height: 10%;
}
.mp0 {
  margin: 0;
  padding: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mt1 {
  margin-top: 1rem !important;
}
.mb1 {
  margin-bottom: 1rem !important;
}
.ml1 {
  margin-left: 1rem !important;
}
.mr1 {
  margin-right: 1rem !important;
}
.mt2 {
  margin-top: 2rem !important;
}
.mb2 {
  margin-bottom: 2rem !important;
}
.ml2 {
  margin-left: 2rem !important;
}
.mr2 {
  margin-right: 2rem !important;
}
.mt3 {
  margin-top: 3rem !important;
}
.mb3 {
  margin-bottom: 3rem !important;
}
.ml3 {
  margin-left: 3rem !important;
}
.mr3 {
  margin-right: 3rem !important;
}
.mt4 {
  margin-top: 4rem !important;
}
.mb4 {
  margin-bottom: 4rem !important;
}
.ml4 {
  margin-left: 4rem !important;
}
.mr4 {
  margin-right: 4rem !important;
}
.mt5 {
  margin-top: 5rem !important;
}
.mb5 {
  margin-bottom: 5rem !important;
}
.ml5 {
  margin-left: 5rem !important;
}
.mr5 {
  margin-right: 5rem !important;
}
.m0 {
  margin: 0 !important;
}
.p0 {
  padding: 0 !important;
}
.m1 {
  margin: 1rem !important;
}
.p1 {
  padding: 1rem !important;
}
.m2 {
  margin: 2rem !important;
}
.p2 {
  padding: 2rem !important;
}
.m3 {
  margin: 3rem !important;
}
.p3 {
  padding: 3rem !important;
}
.m4 {
  margin: 4rem !important;
}
.p4 {
  padding: 4rem !important;
}
.m5 {
  margin: 5rem !important;
}
.p5 {
  padding: 5rem !important;
}
.m6 {
  margin: 6rem !important;
}
.p6 {
  padding: 6rem !important;
}
.m7 {
  margin: 7rem !important;
}
.p7 {
  padding: 7rem !important;
}
.m8 {
  margin: 8rem !important;
}
.p8 {
  padding: 8rem !important;
}
.m9 {
  margin: 9rem !important;
}
.m9 {
  padding: 9rem !important;
}
.m10 {
  margin: 10rem !important;
}
.p10 {
  padding: 10rem !important;
}
.m11 {
  margin: 11rem !important;
}
.p11 {
  padding: 11rem !important;
}
.m12 {
  margin: 12rem !important;
}
.p12 {
  padding: 12rem !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pt1 {
  padding-top: 1rem !important;
}
.pb1 {
  padding-bottom: 1rem !important;
}
.pl1 {
  padding-left: 1rem !important;
}
.pr1 {
  padding-right: 1rem !important;
}
.pt2 {
  padding-top: 2rem !important;
}
.pb2 {
  padding-bottom: 2rem !important;
}
.pl2 {
  padding-left: 2rem !important;
}
.pr2 {
  padding-right: 2rem !important;
}
.pt3 {
  padding-top: 3rem !important;
}
.pb3 {
  padding-bottom: 3rem !important;
}
.pl3 {
  padding-left: 3rem !important;
}
.pr3 {
  padding-right: 3rem !important;
}
.pt4 {
  padding-top: 4rem !important;
}
.pb4 {
  padding-bottom: 4rem !important;
}
.pl4 {
  padding-left: 4rem !important;
}
.pr4 {
  padding-right: 4rem !important;
}
.pt5 {
  padding-top: 5rem !important;
}
.pb5 {
  padding-bottom: 5rem !important;
}
.pl5 {
  padding-left: 5rem !important;
}
.pr5 {
  padding-right: 5rem !important;
}
.transition {
  transition: all 0.3s ease-in-out;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.last-center {
  text-align-last: center;
}
.box-shadow {
  box-shadow: 0 0 4px #aaaaaa;
}
@media screen and (max-width: 991px) {
  .m3 {
    margin: 1rem !important;
  }
  .mt3 {
    margin-top: 1rem !important;
  }
  .mr3 {
    margin-right: 1rem !important;
  }
  .mb3 {
    margin-bottom: 1rem !important;
  }
  .ml3 {
    margin-left: 1rem !important;
  }
  .p3 {
    padding: 1rem !important;
  }
  .pt3 {
    padding-top: 1rem !important;
  }
  .pr3 {
    padding-right: 1rem !important;
  }
  .pb3 {
    padding-bottom: 1rem !important;
  }
  .pl3 {
    padding-left: 1rem !important;
  }
  .m4 {
    margin: 1rem !important;
  }
  .mt4 {
    margin-top: 1rem !important;
  }
  .mr4 {
    margin-right: 1rem !important;
  }
  .mb4 {
    margin-bottom: 1rem !important;
  }
  .ml4 {
    margin-left: 1rem !important;
  }
  .p4 {
    padding: 1rem !important;
  }
  .pt4 {
    padding-top: 1rem !important;
  }
  .pr4 {
    padding-right: 1rem !important;
  }
  .pb4 {
    padding-bottom: 1rem !important;
  }
  .pl4 {
    padding-left: 1rem !important;
  }
  .m5 {
    margin: 2rem !important;
  }
  .mt5 {
    margin-top: 1rem !important;
  }
  .mr5 {
    margin-right: 1rem !important;
  }
  .mb5 {
    margin-bottom: 1rem !important;
  }
  .ml5 {
    margin-left: 1rem !important;
  }
  .p5 {
    padding: 1rem !important;
  }
  .pt5 {
    padding-top: 1rem !important;
  }
  .pr5 {
    padding-right: 1rem !important;
  }
  .pb5 {
    padding-bottom: 1rem !important;
  }
  .pl5 {
    padding-left: 1rem !important;
  }
  .p6 {
    padding: 1rem !important;
  }
  .pt6 {
    padding-top: 1rem !important;
  }
  .pr6 {
    padding-right: 1rem !important;
  }
  .pb6 {
    padding-bottom: 1rem !important;
  }
  .pl6 {
    padding-left: 1rem !important;
  }
  .p7 {
    padding: 1rem !important;
  }
  .pt7 {
    padding-top: 1rem !important;
  }
  .pr7 {
    padding-right: 1rem !important;
  }
  .pb7 {
    padding-bottom: 1rem !important;
  }
  .pl7 {
    padding-left: 1rem !important;
  }
}
.check-green {
  color: #00d856;
}
.error-red {
  color: #ff0033;
}
.star-yellow {
  color: #ffa800;
}
body.subdomain:before {
  height: 4.5rem;
}
body.subdomain #header .inside #main-navigation .level_1 .li.first {
  display: none;
}
/***** AKQUINET PL *****/
.nh_akquinet-pl.akquinet .ce_bs_tab_start .nav-link {
  font-size: 1.0rem;
  margin: 0 0.2rem;
}
/***** ONE-PAGER (https://o5g-n-iot.de/) *****/
body.simple_layout footer#footer {
  background: none;
}
body.simple_layout .footer-bottom ul {
  margin-bottom: 0 !important;
}
body.simple_layout .ce_text .nh_headline {
  font-size: 1.6rem;
  padding-bottom: 0 !important;
}
body.simple_layout p.nh_headline.nh_headline--h5 {
  margin-bottom: 2rem !important;
}
body.simple_layout .milestone strong {
  color: #05806e;
  font-size: 2.2rem;
  line-height: 1.1;
}
body.simple_layout .milestone .ce_text .nh_headline {
  margin-bottom: 5px;
}
body.simple_layout #header .inside #main-navigation .level_1 > .li > a,
body.simple_layout #header .inside #main-navigation .level_1 > .li > strong {
  letter-spacing: unset;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: unset;
}
body.simple_layout #header .inside #main-navigation .level_1 > .li > a,
body.simple_layout body.simple_layout #header .inside #main-navigation .level_1 > .li > strong {
  font-weight: 500;
}
body.simple_layout.scrolled #header .inside a#main-logo img,
body.simple_layout.scrolled #header .inside a#main-logo picture {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
body.simple_layout.scrolled #header .inside a#main-logo img img,
body.simple_layout.scrolled #header .inside a#main-logo picture img {
  width: 130px;
}
body.simple_layout #above_the_fold figure {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/*********************** MOBILE OPTIMIERUNG ********************************/
@media (max-width: 1600px) {
  body.subdomain .hero-image.darker .hero-text {
    max-width: 60%;
    left: 100px;
  }
  body.subdomain .hero-image img {
    height: 600px;
  }
}
/*** BREAKPOINT EXTRA EXTRA LARGE (xxl) ***/
@media (max-width: 1400px) {
  body.subdomain .hero-image.darker .hero-text {
    max-width: 65%;
    left: 100px;
  }
  body.subdomain .hero-image img {
    height: 600px;
  }
}
/*** BREAKPOINT EXTRA LARGE (xl) ***/
@media (max-width: 1200px) {
  body.subdomain .hero-image .hero-text h2 {
    font-size: 2.0rem;
  }
  body.subdomain .hero-image img {
    height: 500px;
  }
  body.subdomain .hero-image .hero-text {
    top: 100px;
  }
  body.subdomain .nh_headline {
    font-size: 2.0rem;
  }
  body.subdomain #header .inside #main-navigation .level_1 > .li > a {
    font-size: 1.0rem;
  }
}
@media (min-width: 993px) and (max-width: 1499px) {
  .nh_akquinet-pl.akquinet .ce_bs_tab_start .nav-link {
    margin-bottom: 1rem;
  }
}
/*** BREAKPOINT LARGE (lg) ***/
@media (max-width: 992px) {
  body.subdomain #container {
    margin-top: 0 !important;
  }
  body.subdomain:before {
    height: 3.5rem;
  }
  body.subdomain .hero-image .hero-text h2 {
    font-size: 2.0rem;
  }
  body.subdomain .hero-image img {
    height: 300px;
  }
  body.subdomain .hero-image.darker .hero-text {
    max-width: 720px;
    margin: auto;
    left: unset;
    top: unset;
    padding-left: 0 !important;
  }
  body.subdomain .hero-image .hero-text h2 {
    font-size: 1.5rem;
  }
  body.subdomain .container.hero-icons {
    margin-bottom: 0 !important;
  }
  body.subdomain.no_burgermenu #header .inside #toggle-navigation {
    display: none;
  }
  body.subdomain div.col-lg-5:nth-child(1) {
    padding: 0 !important;
  }
  body.subdomain #header .inside a#main-logo img {
    /*padding-top:10px;*/
  }
  body.subdomain.no_burgermenu #header .inside a#main-logo img,
  body.subdomain.no_burgermenu.scrolled #wrapper #header .inside a#main-logo picture img {
    padding-top: 10px !important;
  }
  body.subdomain.scrolled #wrapper #header .inside a#main-logo picture img {
    width: 150px;
    padding: 4px 15px !important;
  }
  body.subdomain #wrapper #header .inside a#main-logo picture img {
    width: 150px;
  }
  body.subdomain .nh_hero_video .hero-image .hero-text {
    top: 0;
  }
}
/*** BREAKPOINT MEDIUM (md) ***/
@media (max-width: 768px) {
  .simple_layout .nh_headline,
  .subdomain .nh_headline,
  .simple_layout .ce_text .nh_headline,
  .subdomain .ce_text .nh_headline,
  .simple_layout .milestone strong,
  .subdomain .milestone strong {
    font-size: 1.2rem;
  }
  .simple_layout .fs-m,
  .subdomain .fs-m {
    padding: 0 !important;
  }
  .simple_layout p.nh_headline.nh_headline--h5,
  .subdomain p.nh_headline.nh_headline--h5 {
    margin-bottom: 1rem !important;
  }
  .simple_layout div.ce_text.block:not(.ce_text.grid-text-image--text),
  .subdomain div.ce_text.block:not(.ce_text.grid-text-image--text) {
    padding: 0 !important;
  }
  .simple_layout #right_mobile_bar a:not(.lang-pl, .lang-en, lang-de):nth-of-type(1),
  .subdomain #right_mobile_bar a:not(.lang-pl, .lang-en, lang-de):nth-of-type(1) {
    display: none;
  }
  .simple_layout .milestone p,
  .subdomain .milestone p {
    margin-bottom: 0 !important;
  }
  .simple_layout .container-fluid,
  .subdomain .container-fluid {
    margin-bottom: 0 !important;
  }
  .simple_layout #footer .footer-bottom li,
  .subdomain #footer .footer-bottom li {
    border-right: none;
    width: 100%;
  }
  .simple_layout #footer .footer-bottom,
  .subdomain #footer .footer-bottom {
    margin-bottom: 0 !important;
  }
  .simple_layout #header .inside a#main-logo picture img,
  .subdomain #header .inside a#main-logo picture img {
    width: 150px;
    padding: 4px 15px!important;
  }
  .simple_layout #header .inside #main-navigation .level_1 > .li:nth-child(2),
  .subdomain #header .inside #main-navigation .level_1 > .li:nth-child(2) {
    border-top: 0;
  }
  .simple_layout #header .inside a#main-logo,
  .subdomain #header .inside a#main-logo {
    padding: 0;
  }
  .simple_layout.scrolled #wrapper #header .inside a#main-logo,
  .subdomain.scrolled #wrapper #header .inside a#main-logo {
    margin-top: 5px;
  }
  .simple_layout.no_burgermenu #header .inside a#main-logo img,
  .subdomain.no_burgermenu #header .inside a#main-logo img,
  .simple_layout.no_burgermenu.scrolled #wrapper #header .inside a#main-logo picture img,
  .subdomain.no_burgermenu.scrolled #wrapper #header .inside a#main-logo picture img {
    padding-top: 15px !important;
  }
  body.subdomain .hero-image.darker .hero-text {
    padding-left: 1rem !important;
  }
  body.subdomain .nh_headline {
    font-size: 1.5rem;
  }
}
/*** BREAKPOINT SMALL (sm) ***/
@media (max-width: 576px) {
  body.subdomain .hero-image img {
    height: 200px;
  }
}
/*** BREAKPOINT XSMALL  ***/
