@charset "UTF-8";
/* Change Selection Text Color When Highlighting */
::-moz-selection {
  background-color: #49AD3D;
  color: #fff;
}
::selection {
  background-color: #49AD3D;
  color: #fff;
}
body, header, h1, h2, h3, h4, p {
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}
.wp-block-column {
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}
.big-text {
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .big-text {
    font-size: 20px;
    line-height: 25px;
  }
}
h1 {
  margin-bottom: 48px !important;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
}
h1.home-heading {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  h1.home-heading {
    font-size: 36px;
    line-height: 53px;
  }
}
@media (max-width: 575px) {
  h1.home-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
}
h1.home-heading .sechseck:before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../img/sechseck.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 575px) {
  h1.home-heading .sechseck:before {
    margin-left: 0px;
  }
}
.h1-sub {
  font-weight: 200 !important;
}
.icon-heading .wp-block-group__inner-container {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .icon-heading .wp-block-group__inner-container {
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.icon-heading .wp-block-group__inner-container h1 {
  margin-bottom: 0 !important;
  margin-top: 30px;
  margin-left: 32px;
}
@media (max-width: 767px) {
  .icon-heading .wp-block-group__inner-container h1 {
    margin-left: 0px;
    margin-top: 16px;
  }
}
.icon-heading .wp-block-group__inner-container h1.kontakt {
  margin-top: 8px !important;
}
.icon-heading .wp-block-group__inner-container figure {
  margin-bottom: 0;
}
h2 {
  margin-bottom: 32px !important;
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}
h2.special {
  display: flex;
}
h2.special::before {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  min-width: 41px;
  background-image: url("../img/lebewesen.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 24px;
}
@media (max-width: 767px) {
  h2.special::before {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 8px;
    margin-top: 6px;
  }
}
h3 {
  margin-bottom: 24px !important;
  margin-top: 32px !important;
}
@media (max-width: 575px) {
  h3 {
    margin-top: 24px !important;
    margin-bottom: 16px !important;
  }
}
h2.mikroskop:before {
  content: "";
  background-image: url("../img/mikroskop.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 77px;
  width: 63px;
  margin-right: 24px;
  vertical-align: middle;
  margin-top: -15px;
}
@media (max-width: 767px) {
  h2.mikroskop:before {
    margin-top: 0;
    margin-right: 0;
  }
}
.site-content ul:not(.splide__list):not(.splide__pagination):not(.pagination) {
  list-style-type: none;
  padding: 40px 0px 20px 66px;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .site-content ul:not(.splide__list):not(.splide__pagination):not(.pagination) {
    padding: 20px 0px 10px 0px !important;
  }
}
.site-content ul:not(.splide__list):not(.splide__pagination):not(.pagination) > .wp-block-list, .site-content ul:not(.splide__list):not(.splide__pagination):not(.pagination) ul {
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 575px) {
  .site-content ul:not(.splide__list):not(.splide__pagination):not(.pagination) > .wp-block-list, .site-content ul:not(.splide__list):not(.splide__pagination):not(.pagination) ul {
    margin-left: -16px;
  }
}
.site-content ul:not(.splide__list):not(.splide__pagination):not(.pagination) > .wp-block-list li:before, .site-content ul:not(.splide__list):not(.splide__pagination):not(.pagination) ul li:before {
  background-image: url("../img/sechseck-fett-green.svg");
}
.site-content ul:not(.splide__list):not(.splide__pagination):not(.pagination) li {
  margin-bottom: 14px;
  display: flex;
  width: 100%;
}
.site-content ul:not(.splide__list):not(.splide__pagination):not(.pagination) li:before {
  content: "";
  width: 10px;
  min-width: 10px;
  height: 10px;
  display: block;
  background-color: transparent;
  margin-right: 18px;
  margin-top: 10px;
  background-image: url("../img/sechseck-fett.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.site-content a {
  color: #000 !important;
  text-decoration: underline;
  transition: all 0.2s;
  font-weight: 400;
}
.site-content a:hover {
  color: #49AD3D !important;
  text-decoration: underline;
}
.kontakt-icons i {
  margin-right: 10px;
}
.icon-text .wp-block-group__inner-container {
  display: flex;
}
.icon-text .wp-block-group__inner-container a {
  color: #000 !important;
}
.icon-text .wp-block-group__inner-container p {
  margin-bottom: 6px;
}
.icon-text i {
  margin-right: 12px;
  color: #000;
}
.custom-footer-wrapper .icon-text {
  display: flex;
}
.custom-footer-wrapper .icon-text a {
  color: #000 !important;
  text-decoration: none;
}
.custom-footer-wrapper .icon-text a:hover {
  text-decoration: underline;
}
.custom-footer-wrapper .icon-text p {
  margin-bottom: 6px;
}
.custom-footer-wrapper .icon-text i {
  margin-right: 12px;
  color: #000;
}
.alert {
  border-radius: 20px !important;
  background-color: #fde6e0 !important;
  border: none !important;
  color: #000 !important;
}
.wp-block-quote {
  border-radius: 20px;
  background-color: rgba(240, 130, 25, 0.15);
  padding: 24px 32px;
}
.wp-block-quote:before {
  display: none;
}
.wp-block-quote cite {
  font-style: normal;
}
.wp-block-quote p {
  font-weight: 700;
}
@media (max-width: 575px) {
  .wp-block-spacer {
    max-height: 60px;
  }
}
@media (max-width: 575px) {
  .page-id-2 .wp-block-spacer, .page-id-325 .wp-block-spacer {
    max-height: 270px;
  }
}
#masthead #nav-main-starter.navbar-root.navbar.hupa-box-shadow.navbar-small {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}
.search #nav-main-starter .menu-extras .lupe {
  background-color: #000;
  background-image: url("../img/lupe-menu-white.svg");
}
#nav-main-starter {
  border-bottom: none !important;
  padding-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#nav-main-starter.navbar-root.navbar.hupa-box-shadow {
  box-shadow: none !important;
}
#nav-main-starter > .container-lg {
  position: relative;
  padding-top: 47px;
  padding-bottom: 32px;
  transition: all 250ms;
}
@media (max-width: 991px) {
  #nav-main-starter > .container-lg {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (max-width: 575px) {
  #nav-main-starter > .container-lg {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
#nav-main-starter.navbar-small {
  padding-top: 16px;
  padding-bottom: 16px;
}
#nav-main-starter.navbar-small > .container-lg {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 991px) {
  #nav-main-starter.navbar-small > .container-lg {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 575px) {
  #nav-main-starter.navbar-small > .container-lg {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
#nav-main-starter.navbar-small .navbar-brand {
  width: 200px;
}
#nav-main-starter .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  transition: all 350ms;
  width: 264px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1399px) {
  #nav-main-starter .navbar-brand {
    width: 200px;
  }
}
@media (max-width: 991px) {
  #nav-main-starter .navbar-brand {
    width: 200px;
  }
}
@media (max-width: 379px) {
  #nav-main-starter .navbar-brand {
    width: 150px;
  }
}
#nav-main-starter .navbar-brand .logo {
  transition: all 350ms;
}
@media (max-width: 991px) {
  #nav-main-starter .navbar-brand .logo {
    width: 200px !important;
  }
}
@media (max-width: 379px) {
  #nav-main-starter .navbar-brand .logo {
    width: 150px !important;
  }
}
#nav-main-starter .navbar-brand .logo.sm {
  max-width: none !important;
  padding: 0;
}
#nav-main-starter .menu-extras {
  margin-left: 12px;
  display: flex;
}
@media (max-width: 1199px) {
  #nav-main-starter .menu-extras {
    margin-left: auto;
  }
}
#nav-main-starter .menu-extras .lupe {
  width: 60px;
  height: 60px;
  background-image: url("../img/lupe-menu.svg");
  background-position: center;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  display: block;
  border-radius: 60px;
  transition: all 250ms;
}
#nav-main-starter .menu-extras .lupe:hover {
  background-color: #000;
  background-image: url("../img/lupe-menu-white.svg");
}
@media (max-width: 1399px) {
  #nav-main-starter .menu-extras .lupe {
    width: 46px;
    height: 46px;
  }
}
#nav-main-starter #mobile-footer {
  background-color: #49AD3D !important;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 40px;
}
#nav-main-starter #mobile-footer a {
  padding: 18px 24px !important;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 25px;
  font-weight: 700 !important;
  color: #fff;
  text-align: center;
  border: none !important;
}
#nav-main-starter #mobile-footer a:hover {
  color: #fff;
}
@media (min-width: 1199px) {
  #nav-main-starter #mobile-footer {
    display: none;
  }
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar {
    padding-top: 44.7px;
    padding-bottom: 32px;
  }
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar > li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 12px;
  }
}
#nav-main-starter #bootscore-navbar > li > a {
  padding: 18px 26px;
  color: #000;
  position: relative;
  border-radius: 99px;
}
@media (max-width: 1399px) {
  #nav-main-starter #bootscore-navbar > li > a {
    padding-left: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar > li > a {
    padding: 19px 24px !important;
    font-size: 18px;
    text-align: center;
    background-color: #000;
    width: auto !important;
    display: inline-block;
    border-radius: 15px;
    font-weight: 700;
    color: #fff;
  }
  #nav-main-starter #bootscore-navbar > li > a:hover {
    background-color: #fff;
    color: #000;
  }
}
#nav-main-starter #bootscore-navbar > li > a:hover {
  background-color: #000;
  color: #fff;
}
#nav-main-starter #bootscore-navbar > li > a:hover:before {
  opacity: 1;
}
#nav-main-starter #bootscore-navbar > li > a.dropdown-toggle {
  padding-right: 40px;
  position: relative;
}
#nav-main-starter #bootscore-navbar > li > a.dropdown-toggle.show {
  background-color: #000;
  color: #fff !important;
}
#nav-main-starter #bootscore-navbar > li > a.dropdown-toggle.show:before {
  opacity: 1;
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar > li > a.dropdown-toggle.show {
    background-color: #fff;
    color: #000 !important;
  }
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar > li > a.dropdown-toggle {
    padding-right: 50px !important;
  }
}
#nav-main-starter #bootscore-navbar > li > a.dropdown-toggle:after {
  display: none;
}
#nav-main-starter #bootscore-navbar > li > a.dropdown-toggle:before {
  content: "";
  display: block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  vertical-align: -0.125em;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar > li > a.dropdown-toggle:before {
    border: none !important;
  }
}
#nav-main-starter #bootscore-navbar > li > a.active {
  border: none;
  position: relative;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar > li > a.active {
    background-color: #fff;
    color: #000;
  }
}
#nav-main-starter #bootscore-navbar > li.imp {
  margin-top: 0;
}
#nav-main-starter #bootscore-navbar .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  left: 0px;
  border-color: transparent !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
  border-radius: 0;
  border: none;
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar .dropdown-menu {
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #000;
    margin-top: 4px !important;
  }
}
#nav-main-starter #bootscore-navbar .dropdown-menu li {
  border-color: transparent;
  border: none;
}
#nav-main-starter #bootscore-navbar .dropdown-menu li:hover a {
  color: #000;
  background-color: #e5e7ea;
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar .dropdown-menu li:hover a {
    color: #fff;
    background-color: #000;
    border: 2px solid #fff;
  }
}
#nav-main-starter #bootscore-navbar .dropdown-menu li.current_page_item {
  background-color: #49AD3D;
}
#nav-main-starter #bootscore-navbar .dropdown-menu li.current_page_item a {
  font-weight: 700;
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar .dropdown-menu li {
    border-color: #fff;
    padding: 0;
    background-color: #000 !important;
    color: #fff !important;
  }
}
#nav-main-starter #bootscore-navbar .dropdown-menu li a {
  padding: 18px 24px;
  background-color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  border: none;
}
#nav-main-starter #bootscore-navbar .dropdown-menu li a.active {
  color: #000;
  background-color: #e5e7ea;
}
#nav-main-starter #bootscore-navbar .dropdown-menu li a.active:hover {
  color: #49AD3D;
}
@media (max-width: 1199px) {
  #nav-main-starter #bootscore-navbar .dropdown-menu li a {
    padding: 19px 24px !important;
    font-weight: 300 !important;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: 2px solid #000;
  }
  #nav-main-starter #bootscore-navbar .dropdown-menu li a.active {
    border: 2px solid #fff;
    background-color: #000 !important;
    color: #fff;
    font-weight: 400 !important;
  }
}
#nav-main-starter .navbar-toggler {
  width: 24px;
  height: 20px;
  padding: 0 !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 34px;
  margin-bottom: 34px;
  margin-right: 4px;
}
@media (max-width: 1199px) {
  #nav-main-starter .navbar-toggler {
    display: flex;
    margin-left: 28px !important;
  }
}
@media (max-width: 575px) {
  #nav-main-starter .navbar-toggler {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
#nav-main-starter .navbar-toggler span {
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  border-radius: 99px;
  overflow: hidden;
}
#nav-main-starter .navbar-toggler span.line-2 {
  margin-top: auto;
  margin-bottom: 0;
}
#nav-main-starter #offcanvas-navbar {
  border: none;
}
#nav-main-starter #offcanvas-navbar .offcanvas-header {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 12px;
}
#nav-main-starter #offcanvas-navbar .offcanvas-header .menu {
  margin-right: 0px;
  margin-top: 12px;
}
#nav-main-starter #offcanvas-navbar .offcanvas-header .icon:before {
  background-color: #000;
  width: 24px;
  height: 3px;
}
#nav-main-starter #offcanvas-navbar .offcanvas-header .icon:after {
  background-color: #000;
  width: 24px;
  height: 3px;
}
#nav-main-starter #offcanvas-navbar .offcanvas-header #logoPlaceholder {
  position: absolute;
  left: 0;
  top: 12px;
}
#nav-main-starter #offcanvas-navbar .offcanvas-header #logoPlaceholder img {
  max-height: none;
  width: 227px;
  max-width: 227px;
  padding: 0;
  padding-right: 10px;
  margin-left: 24px;
}
#nav-main-starter #offcanvas-navbar .offcanvas-body {
  padding: 0 !important;
  background-color: #000;
}
.onpage-nav-outer {
  height: 103px;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.onpage-nav {
  margin-bottom: 60px;
  display: flex;
}
.onpage-nav.fixed {
  top: 116px;
  position: fixed;
  z-index: 60;
}
.onpage-nav.fixed a {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.onpage-nav a {
  color: #fff !important;
  background-color: #49AD3D;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 8px 26px;
  line-height: 1.5;
  text-decoration: none !important;
  border-radius: 99px;
  margin-left: 8px;
  margin-right: 8px;
}
.onpage-nav a:hover {
  color: #fff !important;
  background-color: #000;
}
@media (max-width: 575px) {
  .site-content .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.container-fullwidth {
  width: calc(100vw - var(--scrollbar-width)) !important;
  margin-left: calc(-50vw + var(--scrollbar-width) / 2) !important;
}
.container-fullwidth .container {
  margin-left: auto;
  margin-right: auto;
}
.custom-footer-wrapper .is-layout-constrained > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.double-text.wp-block-columns {
  gap: 0;
}
@media (max-width: 1199px) {
  .double-text.wp-block-columns .wp-block-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.double-text.wp-block-columns .wp-block-column:first-child {
  padding-right: 67px;
}
.double-text.wp-block-columns .wp-block-column:last-child {
  padding-left: 67px;
}
.container-fullwidth.fifty-container {
  display: flex;
}
@media (max-width: 991px) {
  .container-fullwidth.fifty-container {
    flex-direction: column;
    gap: 0;
  }
}
.container-fullwidth.fifty-container > .wp-block-column {
  padding-top: 128px;
  padding-bottom: 128px;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .container-fullwidth.fifty-container > .wp-block-column {
    padding: 90px 24px !important;
  }
}
.container-fullwidth.fifty-container > .wp-block-column:first-child {
  padding-left: calc((100vw - 1308px)/2);
}
@media (max-width: 1399px) {
  .container-fullwidth.fifty-container > .wp-block-column:first-child {
    padding-left: calc((100vw - 1100px)/2);
  }
}
@media (max-width: 1199px) {
  .container-fullwidth.fifty-container > .wp-block-column:first-child {
    padding-left: calc((100vw - 920px)/2);
  }
}
.container-fullwidth.fifty-container > .wp-block-column:last-child {
  padding-right: calc((100vw - 1308px)/2);
}
@media (max-width: 1399px) {
  .container-fullwidth.fifty-container > .wp-block-column:last-child {
    padding-right: calc((100vw - 1100px)/2);
  }
}
@media (max-width: 1199px) {
  .container-fullwidth.fifty-container > .wp-block-column:last-child {
    padding-right: calc((100vw - 920px)/2);
  }
}
.container-fullwidth.fifty-container > .wp-block-column > .wp-block-group {
  max-width: 417px;
  padding: 38px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .container-fullwidth.fifty-container > .wp-block-column > .wp-block-group {
    margin: auto;
    padding: 38px 24px;
  }
}
@media (max-width: 575px) {
  .container-fullwidth.fifty-container > .wp-block-column > .wp-block-gallery {
    flex-direction: column;
    margin-bottom: 0;
  }
  .container-fullwidth.fifty-container > .wp-block-column > .wp-block-gallery figure {
    margin: auto !important;
    width: 264px !important;
  }
  .container-fullwidth.fifty-container > .wp-block-column > .wp-block-gallery figure img {
    width: 264px !important;
  }
  .container-fullwidth.fifty-container > .wp-block-column > .wp-block-gallery figure:first-child {
    margin-bottom: 20px;
  }
}
.hupa-shadow {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}
.overlap {
  position: relative;
  border-top-left-radius: 20px;
  overflow: hidden;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.pageback {
  margin-bottom: 60px;
  display: inline-block;
}
.pageback:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 9px;
  background-image: url("../img/left-arrow.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.left-padding-box {
  padding-left: 60px;
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .left-padding-box {
    padding-left: 0px;
  }
}
.left-padding-box p, .left-padding-box h3, .left-padding-box .wp-block-table, .left-padding-box .wp-block-gallery {
  padding-left: 64px;
}
@media (max-width: 991px) {
  .left-padding-box p, .left-padding-box h3, .left-padding-box .wp-block-table, .left-padding-box .wp-block-gallery {
    padding-left: 0px;
  }
}
.left-padding-box ul {
  padding-bottom: 0 !important;
}
.left-padding-box .wp-block-pb-accordion-item {
  margin-left: 64px !important;
}
@media (max-width: 767px) {
  .left-padding-box .wp-block-pb-accordion-item {
    margin-left: 32px !important;
  }
}
@media (max-width: 575px) {
  .left-padding-box .wp-block-pb-accordion-item {
    margin-left: 12px !important;
  }
}
.left-padding-box .wp-block-gallery figure {
  border-radius: 10px;
  overflow: hidden;
}
.left-padding-box .wp-block-gallery figure figcaption {
  font-weight: 400;
  background: rgba(0, 0, 0, 0.5) !important;
  padding-top: 8px !important;
}
.intro-row {
  gap: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .intro-row {
    flex-direction: column;
  }
}
.intro-row .wp-block-column {
  flex-basis: auto !important;
}
.intro-row .wp-block-column:first-child {
  padding: 40px 110px 30px 40px;
}
@media (max-width: 767px) {
  .intro-row .wp-block-column:first-child {
    padding: 25px;
  }
}
.intro-row .wp-block-cover {
  height: 100%;
  min-height: 1px;
}
@media (max-width: 991px) {
  .intro-row .wp-block-cover {
    min-height: 300px;
  }
}
@media (max-width: 575px) {
  .intro-row .wp-block-cover {
    min-height: 250px;
  }
}
.intro-row.bereich {
  margin-top: 65px;
  border-radius: 20px;
}
.fade-row {
  padding: 0 !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.fade-row > .wp-block-column {
  display: flex;
}
.fade-row > .wp-block-column h2 {
  width: 100%;
  text-align: center;
  border-left: 40px solid #71BF68;
  border-right: 40px solid #71BF68;
  margin-bottom: 0 !important;
  padding-top: 42px;
  padding-bottom: 29px;
}
@media (max-width: 767px) {
  .fade-row > .wp-block-column h2 {
    border: none;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.fade-row > .wp-block-column .fade-left {
  width: 155px;
  background-color: #AEDAA8;
  border-right: 40px solid #85C87D;
}
@media (max-width: 767px) {
  .fade-row > .wp-block-column .fade-left {
    display: none;
  }
}
.fade-row > .wp-block-column .fade-right {
  width: 155px;
  background-color: #AEDAA8;
  border-left: 40px solid #85C87D;
}
@media (max-width: 767px) {
  .fade-row > .wp-block-column .fade-right {
    display: none;
  }
}
.icon-kachel-row {
  gap: 24px;
  margin-top: 48px;
  margin-bottom: 77px;
}
.icon-kachel {
  padding-top: 53px;
  border-bottom: 24px solid #32B6C7;
  border-top: 24px solid #fff;
  border-radius: 20px;
  transition: all 250ms;
  cursor: pointer;
}
.icon-kachel:hover {
  background-color: #32B6C7 !important;
}
.icon-kachel:hover h3 {
  color: #fff;
}
.icon-kachel:hover .white {
  display: block;
}
.icon-kachel:hover .dark {
  display: none;
}
.icon-kachel a {
  display: none;
}
.icon-kachel h3 {
  margin-top: 49px;
  margin-bottom: 24px;
}
.icon-kachel .white {
  display: none;
}
.icon-kachel .wp-block-image {
  height: 103px;
}
.icon-kachel.verfahren {
  border-bottom: 24px solid #49AD3D;
}
.icon-kachel.verfahren:hover {
  background-color: #49AD3D !important;
}
.icon-kachel.forschung {
  border-bottom: 24px solid #F08219;
}
.icon-kachel.forschung:hover {
  background-color: #F08219 !important;
}
.icon-kachel.unternehmen {
  border-bottom: 24px solid #D81A88;
}
.icon-kachel.unternehmen:hover {
  background-color: #D81A88 !important;
}
.kachelrow-einfach {
  margin-top: 50px;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .kachelrow-einfach {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 40px;
    margin-top: 38px;
  }
}
.kachelrow-einfach > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
}
.kachelrow-einfach > .wp-block-group__inner-container a {
  display: none;
}
.kachelrow-einfach .kachel-einfach {
  padding: 12px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 575px) {
  .kachelrow-einfach .kachel-einfach {
    padding: 8px;
  }
}
.kachelrow-einfach .kachel-einfach.gruen .wp-block-group__inner-container {
  border-bottom: 24px solid #49AD3D;
}
.kachelrow-einfach .kachel-einfach.gruen .wp-block-group__inner-container:hover {
  background-color: #49AD3D;
}
.kachelrow-einfach .kachel-einfach.orange .wp-block-group__inner-container {
  border-bottom: 24px solid #F08219;
}
.kachelrow-einfach .kachel-einfach.orange .wp-block-group__inner-container:hover {
  background-color: #F08219;
}
.kachelrow-einfach .kachel-einfach.red .wp-block-group__inner-container {
  border-bottom: 24px solid #D81A88;
}
.kachelrow-einfach .kachel-einfach.red .wp-block-group__inner-container:hover {
  background-color: #D81A88;
}
.kachelrow-einfach .kachel-einfach .wp-block-group__inner-container {
  background-color: #fff;
  min-height: 196px;
  text-align: center;
  border-bottom: 24px solid #32B6C7;
  border-top: 24px solid #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  cursor: pointer;
  transition: all 250ms;
}
@media (max-width: 575px) {
  .kachelrow-einfach .kachel-einfach .wp-block-group__inner-container {
    min-height: 146px;
  }
}
.kachelrow-einfach .kachel-einfach .wp-block-group__inner-container h3 {
  transition: all 250ms;
  width: 100%;
}
.kachelrow-einfach .kachel-einfach .wp-block-group__inner-container:hover {
  background-color: #32B6C7;
}
.kachelrow-einfach .kachel-einfach .wp-block-group__inner-container:hover h3 {
  color: #fff;
}
.wave {
  background-image: url("../img/home-wave.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  height: 318px;
  margin-bottom: -190px;
}
@media (max-width: 767px) {
  .wave {
    background-size: 200% 100%;
  }
}
.search .result h2 a {
  color: #000 !important;
  font-weight: 300;
}
.search .result .read-more {
  color: #000 !important;
  text-decoration: underline;
  font-weight: 600;
}
.team-container {
  margin-bottom: 56px;
}
.team-container .team-member h3 {
  text-align: center;
  margin-bottom: 24px;
}
.team-container .team-member .inner {
  cursor: pointer;
  position: relative;
  min-height: 196px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.team-container .team-member .inner .overlayimage {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.team-container .team-member .inner .overlay {
  height: 100%;
  width: 100%;
  background-color: #49AD3D;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/mikroskop_light.svg");
  background-size: 63px 77px;
  background-position: center;
  background-repeat: no-repeat;
}
.team-container .team-member .inner .content {
  opacity: 0;
  transition: all 0.25s;
  z-index: 10;
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.team-container .team-member .inner .content .trenn-symbol {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../img/sechseck-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 16px;
  margin-bottom: 16px;
}
.team-container .team-member .inner:hover .content {
  opacity: 1;
}
.zeitstrahl {
  position: relative;
  margin-bottom: 60px;
  margin-top: 70px;
}
.zeitstrahl .zeitstrahl-element {
  width: 50%;
  position: relative;
}
.zeitstrahl .zeitstrahl-element:not(:first-child) {
  margin-top: -20px;
}
@media (max-width: 767px) {
  .zeitstrahl .zeitstrahl-element:not(:first-child) {
    margin-top: 24px;
  }
}
.zeitstrahl .zeitstrahl-element.imaged .content {
  display: flex;
  padding: 0;
  flex-direction: row;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .zeitstrahl .zeitstrahl-element.imaged .content {
    flex-direction: column;
  }
}
.zeitstrahl .zeitstrahl-element.imaged .content .left {
  width: 60%;
  display: block;
  transform: none;
  padding: 24px;
}
@media (max-width: 1199px) {
  .zeitstrahl .zeitstrahl-element.imaged .content .left {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .zeitstrahl .zeitstrahl-element.imaged .content .left {
    padding: 18px;
  }
}
.zeitstrahl .zeitstrahl-element.imaged .content .right {
  width: 40%;
  display: block;
  transform: none;
}
@media (max-width: 1199px) {
  .zeitstrahl .zeitstrahl-element.imaged .content .right {
    width: 100%;
    height: 200px;
  }
}
.zeitstrahl .zeitstrahl-element.imaged .content figure {
  margin-bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zeitstrahl .zeitstrahl-element.imaged .content figure img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .zeitstrahl .zeitstrahl-element {
    width: 100%;
  }
}
.zeitstrahl .zeitstrahl-element > .wp-block-group__inner-container {
  display: flex;
}
.zeitstrahl .zeitstrahl-element:after {
  content: "";
  width: 86px;
  height: 86px;
  background-color: #49AD3D;
  border-radius: 9999px;
  display: block;
  position: absolute;
  background-image: url("../img/mikroskop.svg");
  background-position: center;
  background-size: 40px 49px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .zeitstrahl .zeitstrahl-element:after {
    right: auto !important;
    left: 0px !important;
  }
}
@media (max-width: 575px) {
  .zeitstrahl .zeitstrahl-element:after {
    width: 60px;
    height: 60px;
    background-size: 25px 34px;
  }
}
.zeitstrahl .zeitstrahl-element:before {
  content: "";
  width: 20px;
  height: 17px;
  display: block;
  position: absolute;
  opacity: 0.2;
  background-image: url("../img/arrowdown.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .zeitstrahl .zeitstrahl-element:before {
    right: auto !important;
    left: 33px !important;
  }
}
@media (max-width: 575px) {
  .zeitstrahl .zeitstrahl-element:before {
    left: 20px !important;
    top: 70px !important;
  }
}
.zeitstrahl .zeitstrahl-element .content {
  max-width: 526px;
  min-height: 159px;
  padding: 24px;
  border: none;
  border-radius: 20px;
  background-color: #e5e7ea;
  width: 100%;
}
@media (max-width: 1399px) {
  .zeitstrahl .zeitstrahl-element .content {
    max-width: 476px;
  }
}
@media (max-width: 1199px) {
  .zeitstrahl .zeitstrahl-element .content {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .zeitstrahl .zeitstrahl-element .content {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .zeitstrahl .zeitstrahl-element .content {
    max-width: none;
    margin-left: 120px !important;
  }
}
@media (max-width: 575px) {
  .zeitstrahl .zeitstrahl-element .content {
    padding: 18px;
    margin-left: 70px !important;
  }
}
.zeitstrahl .zeitstrahl-element .content .wp-block-group__inner-container {
  width: 100%;
}
.zeitstrahl .zeitstrahl-element .content .datum {
  font-weight: 900;
  margin-bottom: 18px !important;
}
.zeitstrahl .zeitstrahl-element .content .text {
  margin-bottom: 0 !important;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .zeitstrahl .zeitstrahl-element:nth-child(odd) {
    margin-left: 0;
  }
}
.zeitstrahl .zeitstrahl-element:nth-child(odd):after {
  right: -43px;
  top: 0;
}
.zeitstrahl .zeitstrahl-element:nth-child(odd):before {
  right: -10px;
  top: 92px;
}
.zeitstrahl .zeitstrahl-element:nth-child(odd) > .wp-block-group__inner-container {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .zeitstrahl .zeitstrahl-element:nth-child(odd) > .wp-block-group__inner-container {
    flex-direction: row;
  }
}
.zeitstrahl .zeitstrahl-element:nth-child(odd) .content {
  margin-right: auto;
}
.zeitstrahl .zeitstrahl-element:nth-child(even) {
  margin-left: auto;
}
@media (max-width: 767px) {
  .zeitstrahl .zeitstrahl-element:nth-child(even) {
    margin-left: 0;
  }
}
.zeitstrahl .zeitstrahl-element:nth-child(even):after {
  left: -43px;
  top: 0;
}
.zeitstrahl .zeitstrahl-element:nth-child(even):before {
  left: -10px;
  top: 92px;
}
.zeitstrahl .zeitstrahl-element:nth-child(even) > .wp-block-group__inner-container {
  flex-direction: row;
}
.zeitstrahl .zeitstrahl-element:nth-child(even) .content {
  margin-left: auto;
}
.zeitstrahl .zeitstrahl-element:last-child:before {
  display: none;
}
.fallbeispiele-table th:nth-child(1) {
  width: 200px;
}
.fallbeispiele-table th:nth-child(2) {
  width: 200px;
}
.fallbeispiele-table tr:nth-child(1) td:nth-child(1) {
  background-color: #e5e5e5;
}
.fallbeispiele-table tr:nth-child(1) td:nth-child(2) {
  background-color: #e5e5e5;
}
.fallbeispiele-table tr:nth-child(2) td:nth-child(1) {
  background-color: #ffff99;
}
.fallbeispiele-table tr:nth-child(2) td:nth-child(2) {
  background-color: #ffff99;
}
.fallbeispiele-table tr:nth-child(3) td:nth-child(1) {
  background-color: #ffb2b2;
}
.fallbeispiele-table tr:nth-child(3) td:nth-child(2) {
  background-color: #b2ffb2;
}
.fallbeispiele-table tr:nth-child(4) td:nth-child(1) {
  background-color: #ff4c4c;
}
.fallbeispiele-table tr:nth-child(4) td:nth-child(2) {
  background-color: #33cc33;
}
@media (max-width: 575px) {
  .wp-block-table {
    font-size: 12px;
  }
}
.wp-block-button {
  margin-top: 12px;
}
.wp-block-button a {
  background-color: transparent;
  font-family: "Lato", sans-serif;
  text-decoration: none !important;
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 22px;
  transition: all 0.2s;
  border-radius: 99px;
  border: 3px solid #000;
  padding: 17px 24px;
  margin-bottom: 50px;
  margin-top: 24px;
}
@media (max-width: 575px) {
  .wp-block-button a {
    font-size: 12px !important;
    padding: 8px 29px !important;
  }
}
.wp-block-button a:hover {
  color: #fff !important;
  background-color: #000 !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.wp-block-button a:visited {
  color: #fff;
  background-color: #49AD3D;
}
.wp-block-button a:visited:hover {
  box-shadow: -5px -5px #49AD3D;
  transform: scale(0.95);
}
.wp-block-button a.active {
  color: #fff !important;
}
.wp-block-button.neg a {
  background-color: #fff;
  color: #000;
}
.wp-block-button.neg a:hover {
  color: #fff !important;
  background-color: #000 !important;
}
a.btn:not(.btn-scroll-to-top), button.btn:not(.input-group-text) {
  margin-top: 12px;
  background-color: transparent;
  font-family: "Lato", sans-serif;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 22px;
  transition: all 0.2s;
  border-radius: 99px;
  border: 3px solid #fff !important;
  padding: 17px 24px;
  margin-bottom: 50px;
  margin-top: 24px;
  display: inline-block;
}
@media (max-width: 575px) {
  a.btn:not(.btn-scroll-to-top), button.btn:not(.input-group-text) {
    font-size: 12px !important;
    padding: 8px 29px !important;
  }
}
a.btn:not(.btn-scroll-to-top):hover, button.btn:not(.input-group-text):hover {
  color: #fff !important;
  background-color: #000 !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
a.btn:not(.btn-scroll-to-top):visited, button.btn:not(.input-group-text):visited {
  color: #fff;
  background-color: #49AD3D;
}
a.btn:not(.btn-scroll-to-top):visited:hover, button.btn:not(.input-group-text):visited:hover {
  box-shadow: -5px -5px #49AD3D;
  transform: scale(0.95);
}
a.btn:not(.btn-scroll-to-top).active, button.btn:not(.input-group-text).active {
  color: #fff !important;
}
a.btn:not(.btn-scroll-to-top).neg a, button.btn:not(.input-group-text).neg a {
  background-color: #fff;
  color: #000;
}
a.btn:not(.btn-scroll-to-top).neg a:hover, button.btn:not(.input-group-text).neg a:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.bs-btn-wrapper {
  flex-direction: column;
}
.bs-btn-wrapper .btn {
  display: inline-block;
  margin-top: 12px;
  background-color: transparent;
  font-family: "Lato", sans-serif;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 22px;
  transition: all 0.2s;
  border-radius: 99px;
  border: 3px solid #000 !important;
  padding: 17px 24px;
  margin-bottom: 50px;
  margin-top: 24px;
  width: 200px;
}
@media (max-width: 575px) {
  .bs-btn-wrapper .btn {
    font-size: 12px !important;
    padding: 8px 29px !important;
  }
}
.bs-btn-wrapper .btn:hover {
  color: #fff !important;
  background-color: #000 !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-color: #000 !important;
}
.bs-btn-wrapper .btn:visited {
  color: #fff;
  background-color: #49AD3D;
}
.bs-btn-wrapper .btn:visited:hover {
  box-shadow: -5px -5px #49AD3D;
  transform: scale(0.95);
}
.bs-btn-wrapper .btn.active {
  color: #fff !important;
}
.bs-btn-wrapper .btn.neg a {
  background-color: #fff;
  color: #000;
}
.bs-btn-wrapper .btn.neg a:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.hupa-iframe-gmaps-container form {
  max-width: none;
}
form {
  margin-left: auto;
  margin-right: auto;
}
form .hidden-field {
  display: none !important;
}
form .left-side {
  padding-right: 134px;
}
@media (max-width: 1199px) {
  form .left-side {
    padding-right: 12px;
  }
}
form input[type=text], form input[type=email] {
  border-radius: 10px;
  border: none;
  padding: 14px 28px 14px 18px;
  margin-bottom: 24px;
  background-color: #fff;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
}
form input[type=text]:focus, form input[type=email]:focus {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
}
form textarea.form-control {
  border: none;
  border-radius: 10px;
  padding: 14px 28px 14px 18px;
  margin-bottom: 14px;
  resize: none;
  height: 160px;
  background-color: #fff;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
}
form textarea.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
}
form label.form-label {
  color: #fff;
  font-size: 18px;
  line-height: 19px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 13px;
}
form .text-danger {
  color: #fff !important;
}
form .form-check {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 24px;
}
form .form-check .form-check-input {
  border-color: transparent;
  width: 24px;
  height: 24px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 5px !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
}
form .form-check .form-check-label {
  padding-top: 6px;
  padding-left: 10px;
  color: #fff;
  font-weight: 400;
}
form .form-check .form-check-label a {
  color: #fff !important;
  text-decoration: underline !important;
}
form .form-check .form-check-label a:hover {
  color: #49AD3D !important;
}
form input[type=checkbox].form-check-input {
  border-radius: 0;
}
form input[type=checkbox].form-check-input:focus {
  box-shadow: none;
}
form input[type=checkbox].form-check-input:checked {
  background-color: #49AD3D;
  border-color: #49AD3D;
}
form .invalid-feedback {
  display: none !important;
}
form .pflicht {
  margin-top: 20px;
  color: #fff;
  font-weight: 400;
}
form .info-box {
  padding: 24px;
  background-color: #49AD3D;
  margin-bottom: 22px;
}
form .info-box .highlight {
  font-weight: 600;
  color: #49AD3D;
}
form .info-box a {
  font-weight: 400;
}
.search-form-content {
  padding-top: 303px !important;
  padding-bottom: 303px !important;
}
.search-form-content.with-result:not(.normal) {
  background-image: url("../img/micropro_BG.jpg");
  background-position: center;
  background-size: cover;
  margin-bottom: 64px;
}
.search-form-content .searchform input {
  border-radius: 20px;
  font-size: 46px;
  line-height: 53px;
  font-weight: 300;
  padding: 28px 40px;
}
.search-form-content .searchform input:focus {
  background-color: #fff;
}
.search-form-content .searchform button {
  margin-bottom: 24px;
  margin-top: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff !important;
  border-left: 2px solid #e5e7ea !important;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  border-top: none;
  border-bottom: none;
}
.search-form-content .searchform button:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: 0;
  height: 8px;
  width: 3px;
  background-color: #fff;
  z-index: 2;
}
.search-form-content .searchform button:after {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  bottom: 0;
  height: 8px;
  width: 3px;
  background-color: #fff;
  z-index: 2;
}
.search-form-content .searchform button .lupe {
  width: 42px;
  height: 42px;
  display: inline-block;
  background-image: url("../img/lupe.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 250ms;
}
.search-form-content .searchform button:hover i {
  color: #49AD3D;
}
.search-form-content .searchform button:hover .lupe {
  transform: scale(1.2);
}
.wp-block-pb-accordion-item {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
}
.wp-block-pb-accordion-item h3 {
  padding-right: 50px !important;
}
.wp-block-pb-accordion-item ul {
  padding-left: 30px !important;
}
.wp-block-pb-accordion-item .c-accordion__title {
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #49AD3D;
  color: white;
  padding: 32px 0px 32px 32px;
  transition: all 350ms ease;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.wp-block-pb-accordion-item .c-accordion__title:after {
  right: 32px;
  font-family: "bootstrap-icons", sans-serif !important;
  content: " ";
  color: white;
}
.wp-block-pb-accordion-item .c-accordion__title:hover {
  background-color: #000;
  color: white;
}
.wp-block-pb-accordion-item.is-open {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}
.wp-block-pb-accordion-item.is-open .c-accordion__title {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #000;
}
.wp-block-pb-accordion-item.is-open .c-accordion__title:after {
  content: " ";
  color: #000;
}
.wp-block-pb-accordion-item .c-accordion__content {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0px 135px 18px 35px;
}
@media (max-width: 991px) {
  .wp-block-pb-accordion-item .c-accordion__content {
    padding: 0px 35px 18px 35px;
  }
}
@media (max-width: 575px) {
  .wp-block-pb-accordion-item .c-accordion__content {
    padding: 0px 24px 18px 24px;
  }
}
.wp-block-pb-accordion-item .c-accordion__content p {
  padding-left: 0 !important;
}
.otgs-development-site-front-end {
  display: none;
}
.wpml-outer {
  display: none;
}
@media (max-width: 1199px) {
  .wpml-outer {
    display: block;
    background-color: #fff;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 95px;
    margin-top: auto;
  }
  .wpml-outer .wpml-ls-sub-menu {
    box-shadow: none !important;
  }
}
.wpml-custom-language-switcher {
  width: 44px;
  position: relative;
  border-bottom: 0 !important;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 31px;
}
@media (max-width: 1399px) {
  .wpml-custom-language-switcher {
    margin-left: 12px;
  }
}
@media (max-width: 1199px) {
  .wpml-custom-language-switcher {
    display: none;
  }
}
.wpml-custom-language-switcher.mobile {
  display: none;
}
@media (max-width: 1199px) {
  .wpml-custom-language-switcher.mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.wpml-custom-language-switcher:before {
  content: "";
  display: block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 13px;
  vertical-align: -0.125em;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.wpml-custom-language-switcher .wpml-ls-item, .wpml-custom-language-switcher .wpml-ls-sub-menu {
  border: none !important;
}
.wpml-custom-language-switcher .wpml-ls-sub-menu {
  background-color: #fff !important;
  left: -50%;
  transform: translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
  margin-top: 48px;
}
.wpml-custom-language-switcher .wpml-ls-sub-menu li {
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}
.wpml-custom-language-switcher .wpml-ls-sub-menu li:first-child {
  padding-top: 12px;
}
.wpml-custom-language-switcher .wpml-ls-sub-menu li:last-child {
  padding-bottom: 12px;
}
.wpml-custom-language-switcher .wpml-ls-sub-menu li a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 250ms;
  transition: visibility 0ms;
}
.wpml-custom-language-switcher .wpml-ls-sub-menu li a:hover {
  transform: scale(1.2);
}
.wpml-custom-language-switcher a {
  padding: 0 !important;
  width: 23px;
  height: 23px;
  border: none;
  border-radius: 99px;
  overflow: hidden;
  position: relative;
}
.wpml-custom-language-switcher a.wpml-ls-item-toggle:after {
  display: none;
}
.wpml-custom-language-switcher a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.wpml-custom-language-switcher .wpml-ls-item-legacy-dropdown-click {
  cursor: pointer;
}
#loadingDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loadingDiv .loader {
  display: flex;
  gap: 12px;
}
#loadingDiv .loader .circle-one {
  width: 30px;
  height: 30px;
  background-color: #49AD3D;
  border-radius: 5px;
  position: relative;
  text-indent: -9999em;
  animation: load8 5s infinite;
}
#loadingDiv .loader .circle-two {
  width: 30px;
  height: 30px;
  background-color: #49AD3D;
  border-radius: 5px;
  position: relative;
  text-indent: -9999em;
  animation: load9 5s infinite;
}
#loadingDiv .loader .circle-three {
  width: 30px;
  height: 30px;
  background-color: #49AD3D;
  border-radius: 5px;
  position: relative;
  text-indent: -9999em;
  animation: load10 5s infinite;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load9 {
  2% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load9 {
  2% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load10 {
  4% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load10 {
  4% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes load11 {
  6% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load11 {
  6% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.home-header-img {
  margin-top: 123px;
  margin-bottom: 123px;
}
@media (max-width: 991px) {
  .home-header-img {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .home-header-img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.featured-full-width-img {
  height: 725px !important;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .featured-full-width-img {
    height: 250px !important;
  }
}
@media (max-width: 767px) {
  .featured-full-width-img {
    height: 180px !important;
    margin-bottom: 40px;
  }
}
.post-title-container {
  padding-left: 24px !important;
  padding-right: 24px !important;
  margin-bottom: 64px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-title-container .inner {
  padding-top: 320px;
  padding-bottom: 40px;
  z-index: 50;
  position: relative;
}
.post-title-container .entry-title {
  margin-bottom: 0;
}
.home .post-title-container {
  display: none;
}
.page-id-17 .post-title-container, .page-id-8 .post-title-container, .page-id-14 .post-title-container, .page-id-16 .post-title-container, .page-id-32 .post-title-container, page-id-22 .post-title-container {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .site-main > .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
body.noscroll {
  overflow: hidden !important;
}
#content {
  min-height: auto !important;
}
#content, .mobile-padding {
  padding-top: 0 !important;
}
@media (max-width: 575px) {
  #content, .mobile-padding {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.site-content {
  overflow: hidden;
  padding-bottom: 0px;
  position: relative;
}
.home .site-content {
  margin-top: 40px !important;
  padding-bottom: 0;
  background-image: url("../img/micropro_BG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-bg {
  padding-bottom: 0;
  background-image: url("../img/micropro_BG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-id-9 .page-bg, .page-id-3 .page-bg, .page-id-1139 .page-bg, .page-id-1144 .page-bg {
  background-image: none;
}
.search.search-no-results .site-content, .site-content.normal {
  padding-bottom: 0;
  background-image: url("../img/micropro_BG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.search.search-results .site-content {
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  #page {
    overflow: hidden !important;
  }
}
.top-button {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
  right: 20px;
  bottom: 40px;
  border-radius: 5px;
}
.top-button .btn.btn-scroll-to-top {
  background-color: #000;
  border: none !important;
}
@media (max-width: 767px) {
  .top-button {
    bottom: 10px;
    right: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.top-button a {
  border-radius: 5px;
}
@media (max-width: 767px) {
  .top-button a {
    width: 50px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.bootscore-info {
  z-index: 7;
  position: relative;
}
.bootscore-info.border-top {
  border-top: 2px solid #e5e7ea !important;
}
.bootscore-info.py-2 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.bootscore-info .container {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  height: 100%;
  display: flex;
}
@media (max-width: 991px) {
  .bootscore-info .container {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .bootscore-info .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.bootscore-info .footer-left {
  text-align: left;
}
@media (max-width: 575px) {
  .bootscore-info .footer-left {
    margin-left: 24px;
    margin-right: 24px;
  }
}
.bootscore-info .footer-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bootscore-info .footer-right a:not(first-child), .bootscore-info .footer-right p {
  margin-left: 32px !important;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .bootscore-info .footer-right a:not(first-child), .bootscore-info .footer-right p {
    margin-bottom: 16px !important;
    margin-left: 0 !important;
    margin-right: 32px !important;
  }
}
@media (max-width: 991px) {
  .bootscore-info .footer-right {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .bootscore-info .footer-right {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 24px;
    margin-right: 24px;
  }
}
.bootscore-info a:not(.hupa-link) {
  display: block;
  color: #000 !important;
  position: relative;
  transition: all 0.2s;
  font-style: normal;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 30px;
  font-size: 18px !important;
}
@media (max-width: 991px) {
  .bootscore-info a:not(.hupa-link) {
    padding-left: 0;
    margin-bottom: 16px;
  }
}
.bootscore-info a:not(.hupa-link):hover {
  color: #49AD3D !important;
}
.bootscore-info a:not(.hupa-link):first-child {
  padding-left: 0;
}
.bootscore-info a:not(.hupa-link).imp-link {
  margin-top: 17px;
}
.bootscore-info .website-title {
  padding-left: 0;
}
@media (max-width: 991px) {
  .bootscore-info .footer-datenschutz {
    margin-right: auto;
    margin-bottom: 48px !important;
  }
}
.bootscore-info .footer-contact {
  display: flex;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .bootscore-info .footer-contact {
    margin-left: 0;
    margin-top: 64px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .bootscore-info .footer-contact {
    flex-direction: column;
  }
}
.bootscore-info .footer-contact .fax-link {
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 575px) {
  .bootscore-info .footer-contact .fax-link {
    margin-top: 40px;
    margin-bottom: 64px;
  }
}
.bootscore-info .footer-contact .fax-link:before {
  content: "" !important;
}
.bootscore-info .footer-contact .tel-link {
  color: #000 !important;
  text-decoration: none;
  line-height: 1.5;
  margin-right: 40px;
}
@media (max-width: 575px) {
  .bootscore-info .footer-contact .tel-link {
    margin-right: 0px;
  }
}
.bootscore-info .footer-contact .mail-link {
  line-height: 1.5;
  padding-left: 0;
  margin-left: 40px;
}
@media (max-width: 575px) {
  .bootscore-info .footer-contact .mail-link {
    margin-left: 0px;
  }
}
.bootscore-info .footer-contact .mail-link:before {
  content: "";
}
.bootscore-info .footer-contact a:before, .bootscore-info .footer-contact .fax-link:before {
  content: "";
  font-family: "bootstrap-icons";
  font-size: 16px;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
  color: #49AD3D;
}
.bootscore-info .footer-contact a:hover, .bootscore-info .footer-contact .fax-link:hover {
  color: #49AD3D !important;
}
.bootscore-info .footer-links {
  display: flex;
  margin-left: 0;
  margin-right: auto;
}
.bootscore-info .footer-links .dat-link {
  padding-left: 124px;
  position: relative;
}
@media (max-width: 575px) {
  .bootscore-info .footer-links .dat-link {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .bootscore-info .footer-links {
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .bootscore-info .footer-links {
    display: flex;
    flex-direction: column;
  }
}
.bootscore-info .footer-socials {
  display: flex;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 991px) {
  .bootscore-info .footer-socials {
    margin-right: auto;
    margin-top: 40px;
  }
}
.bootscore-info .footer-socials a {
  margin-left: 26px;
  padding-left: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #49AD3D !important;
  background-color: #000;
  border-radius: 99px;
  line-height: 30px;
  font-size: 18px !important;
}
@media (max-width: 991px) {
  .bootscore-info .footer-socials a:first-child {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .bootscore-info .footer-socials a {
    margin-left: 0;
  }
}
.bootscore-info .footer-socials a:hover {
  color: #49AD3D !important;
  background-color: #49AD3D;
}
@media (max-width: 575px) {
  .bootscore-info .footer-socials {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .bootscore-info .footer-impressum {
    margin-right: auto;
    margin-left: auto;
  }
}
.bootscore-info span {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .bootscore-info span {
    padding-left: 0;
  }
}
.bootscore-info .hupa-link {
  display: block;
  position: absolute;
  right: 12px;
  width: 17px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .bootscore-info .hupa-link {
    right: 50%;
    transform: translate(50%, 0%);
    top: auto;
    bottom: 30px;
  }
}
.bootscore-info .hupa-link svg {
  fill: #fff;
  transition: all 0.2s;
  overflow: visible;
}
.bootscore-info .hupa-link:hover svg {
  fill: #49AD3D;
}
.cta-contact {
  position: absolute;
  right: 0px;
  top: 68px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 99;
}
@media (max-width: 767px) {
  .cta-contact {
    gap: 10px;
  }
}
.cta-contact.fixed {
  position: fixed;
  top: 240px;
}
@media (max-width: 1199px) {
  .cta-contact.fixed {
    top: 160px;
  }
}
@media (max-width: 991px) {
  .cta-contact.fixed {
    top: 140px;
  }
}
@media (max-width: 767px) {
  .cta-contact.fixed {
    top: auto;
    bottom: 55px;
  }
}
.cta-contact i {
  color: #000;
  font-size: 57px;
  width: 56px;
  height: 56px;
  display: block;
  line-height: 85px;
  text-align: center;
  margin: auto;
}
@media (max-width: 1199px) {
  .cta-contact i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .cta-contact i {
    font-size: 24px;
    line-height: 36px;
  }
}
.cta-contact a {
  color: #fff !important;
  font-size: 30px;
  padding-left: 24px;
  padding-right: 24px;
  height: 89px;
  display: block;
  line-height: 85px;
  text-align: center;
  text-decoration: none !important;
}
@media (max-width: 1199px) {
  .cta-contact a {
    font-size: 24px;
    height: 54px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .cta-contact a {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
  }
}
.cta-contact .icon {
  background-color: #49AD3D;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 98px;
  height: 89px;
  margin-left: auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (max-width: 1199px) {
  .cta-contact .icon {
    width: 60px;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .cta-contact .icon {
    width: 50px;
    height: 36px;
  }
}
.cta-contact .icon a {
  display: none;
}
.cta-contact .icon:hover {
  width: auto;
  background-color: #000;
  color: #fff;
}
.cta-contact .icon:hover a {
  display: block;
}
.cta-contact .icon:hover i {
  display: none;
}
.wp-block-gallery {
  --gap: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: var(--gap) !important;
  padding-top: 60px !important;
  padding-bottom: 12px !important;
}
.wp-block-gallery .wp-block-image {
  aspect-ratio: 1;
  box-sizing: border-box;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wp-block-gallery .wp-block-image {
    max-width: calc((100% - var(--gap)) / 2) !important;
  }
}
@media (min-width: 992px) {
  .wp-block-gallery .wp-block-image {
    max-width: calc((100% - 2*var(--gap))/3) !important;
  }
}
.wp-block-gallery .wp-block-image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* zentriert & schneidet gleichmäßig */
  display: block;
}
/* Caption-Styling */
figcaption {
  line-height: 1.5 !important;
  background-color: #000000 !important;
  font-family: inherit !important;
  padding: 12px;
}
/*# sourceMappingURL=https://micropro.de/wp-content/themes/starter-theme-v2-child/assets/css/child-style.css.map */