.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'jost-v14-latin-regular';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'jost-v14-latin-regular';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'jost-v14-latin-regular';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'jost-v14-latin-regular';
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'jost-v14-latin-regular';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #67d892 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #d82442 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #67d892 !important;
  border-color: #67d892 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2fb964 !important;
  border-color: #2fb964 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2fb964 !important;
  border-color: #2fb964 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #168655 !important;
  border-color: #168655 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a3c26 !important;
  border-color: #0a3c26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a3c26 !important;
  border-color: #0a3c26 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d82442 !important;
  border-color: #d82442 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8e182b !important;
  border-color: #8e182b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8e182b !important;
  border-color: #8e182b !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #67d892;
  color: #67d892;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2fb964 !important;
  background-color: transparent!important;
  border-color: #2fb964 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #67d892 !important;
  border-color: #67d892 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #168655;
  color: #168655;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a3c26 !important;
  background-color: transparent!important;
  border-color: #0a3c26 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #168655 !important;
  border-color: #168655 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d82442;
  color: #d82442;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8e182b !important;
  background-color: transparent!important;
  border-color: #8e182b !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d82442 !important;
  border-color: #d82442 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #67d892 !important;
}
.text-secondary {
  color: #168655 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #d82442 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2cad5d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #082e1d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #811527 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #67d892;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #d82442;
}
.mbr-gallery-filter li.active .btn {
  background-color: #67d892;
  border-color: #67d892;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #67d892;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d1d7;
}
/* Scroll to top button*/
.form-control {
  font-family: 'jost-v14-latin-regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #67d892 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'jost-v14-latin-regular';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #67d892;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #67d892;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #67d892;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #67d892;
  border-bottom-color: #67d892;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #67d892 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #168655 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2367d892' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-s48OLK6784 {
  z-index: 1000;
  width: 100%;
}
.cid-s48OLK6784 nav.navbar {
  position: fixed;
}
.cid-s48OLK6784 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown-menu {
  padding: 0;
}
.cid-s48OLK6784 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .dropdown-item:hover,
.cid-s48OLK6784 .dropdown-item:focus {
  background: #67d892 !important;
  color: white !important;
}
.cid-s48OLK6784 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-s48OLK6784 .nav-link {
  position: relative;
}
.cid-s48OLK6784 .container {
  display: flex;
  margin: auto;
}
.cid-s48OLK6784 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-s48OLK6784 .navbar-caption {
  padding-right: 4rem;
}
.cid-s48OLK6784 .dropdown-menu,
.cid-s48OLK6784 .navbar.opened {
  background: #67d892 !important;
}
.cid-s48OLK6784 .nav-item:focus,
.cid-s48OLK6784 .nav-link:focus {
  outline: none;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s48OLK6784 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-s48OLK6784 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s48OLK6784 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-s48OLK6784 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 216, 146, 0.6);
}
.cid-s48OLK6784 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-s48OLK6784 .navbar.opened {
  transition: all .3s;
}
.cid-s48OLK6784 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-s48OLK6784 .navbar .navbar-logo img {
  width: auto;
}
.cid-s48OLK6784 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-s48OLK6784 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s48OLK6784 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s48OLK6784 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-s48OLK6784 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-s48OLK6784 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-s48OLK6784 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-s48OLK6784 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s48OLK6784 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s48OLK6784 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s48OLK6784 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s48OLK6784 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s48OLK6784 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-s48OLK6784 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-s48OLK6784 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s48OLK6784 .navbar.navbar-short {
  min-height: 60px;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s48OLK6784 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s48OLK6784 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s48OLK6784 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s48OLK6784 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s48OLK6784 .dropdown-item.active,
.cid-s48OLK6784 .dropdown-item:active {
  background-color: transparent;
}
.cid-s48OLK6784 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s48OLK6784 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #67d892;
}
.cid-s48OLK6784 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s48OLK6784 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s48OLK6784 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-s48OLK6784 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-s48OLK6784 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s48OLK6784 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s48OLK6784 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s48OLK6784 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s48OLK6784 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-s48OLK6784 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s48OLK6784 .navbar {
    height: 77px;
  }
  .cid-s48OLK6784 .navbar.opened {
    height: auto;
  }
  .cid-s48OLK6784 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s48MCQYojq {
  background-image: url("../../../assets/images/waermepumpe-2-1080x756.jpg");
}
.cid-s48MCQYojq .mbr-section-title {
  text-align: center;
  color: #168655;
}
.cid-s48MCQYojq .mbr-text,
.cid-s48MCQYojq .mbr-section-btn {
  color: #d82442;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-s48MCQYojq .mbr-section-title,
  .cid-s48MCQYojq .mbr-section-btn,
  .cid-s48MCQYojq .mbr-text {
    text-align: center;
  }
}
.cid-tGiPRLPaMS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGiPRLPaMS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGiPRLPaMS .row {
  flex-direction: row-reverse;
}
.cid-tGiPRLPaMS img {
  width: 100%;
}
.cid-s48udlf8KU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-s48udlf8KU .mbr-section-title {
  text-align: center;
  color: #d82442;
}
.cid-s48udlf8KU .mbr-section-subtitle {
  text-align: center;
  color: #168655;
}
.cid-tGiP4sqXuj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGiP4sqXuj img,
.cid-tGiP4sqXuj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tGiP4sqXuj .item:focus,
.cid-tGiP4sqXuj span:focus {
  outline: none;
}
.cid-tGiP4sqXuj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGiP4sqXuj .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #adfaca;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGiP4sqXuj .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGiP4sqXuj .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGiP4sqXuj .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGiP4sqXuj .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGiP4sqXuj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGiP4sqXuj .mbr-section-title {
  color: #007928;
}
.cid-tGiP4sqXuj .mbr-text,
.cid-tGiP4sqXuj .mbr-section-btn {
  text-align: left;
  color: #024d00;
}
.cid-tGiP4sqXuj .item-title {
  text-align: left;
  color: #168655;
}
.cid-tGiP4sqXuj .item-subtitle {
  text-align: left;
  color: #ff6666;
}
.cid-tGiUZ7tpo5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGiUZ7tpo5 img,
.cid-tGiUZ7tpo5 .item-img {
  width: 100%;
}
.cid-tGiUZ7tpo5 .item:focus,
.cid-tGiUZ7tpo5 span:focus {
  outline: none;
}
.cid-tGiUZ7tpo5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGiUZ7tpo5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #adfaca;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGiUZ7tpo5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tGiUZ7tpo5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGiUZ7tpo5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tGiUZ7tpo5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tGiUZ7tpo5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGiUZ7tpo5 .mbr-section-title {
  color: #024d00;
}
.cid-tGiUZ7tpo5 .mbr-text,
.cid-tGiUZ7tpo5 .mbr-section-btn {
  text-align: left;
  color: #024d00;
}
.cid-tGiUZ7tpo5 .item-title {
  text-align: left;
  color: #168655;
}
.cid-tGiUZ7tpo5 .item-subtitle {
  text-align: left;
  color: #e43f3f;
}
.cid-tPns3SekbX {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPns3SekbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPns3SekbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPns3SekbX .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tPns3SekbX .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tPns3SekbX .mbr-section-title {
  color: #d82442;
}
.cid-tPns3SekbX .mbr-text,
.cid-tPns3SekbX .mbr-section-btn {
  color: #0f612a;
}
.cid-tHIyu19J05 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/logo-background-jpg-1920x1080.jpg");
}
.cid-tGjogD5VmD {
  z-index: 1000;
  width: 100%;
}
.cid-tGjogD5VmD nav.navbar {
  position: fixed;
}
.cid-tGjogD5VmD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGjogD5VmD .dropdown-menu {
  padding: 0;
}
.cid-tGjogD5VmD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGjogD5VmD .dropdown-item:hover,
.cid-tGjogD5VmD .dropdown-item:focus {
  background: #67d892 !important;
  color: white !important;
}
.cid-tGjogD5VmD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGjogD5VmD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGjogD5VmD .nav-link {
  position: relative;
}
.cid-tGjogD5VmD .container {
  display: flex;
  margin: auto;
}
.cid-tGjogD5VmD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGjogD5VmD .navbar-caption {
  padding-right: 4rem;
}
.cid-tGjogD5VmD .dropdown-menu,
.cid-tGjogD5VmD .navbar.opened {
  background: #67d892 !important;
}
.cid-tGjogD5VmD .nav-item:focus,
.cid-tGjogD5VmD .nav-link:focus {
  outline: none;
}
.cid-tGjogD5VmD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGjogD5VmD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGjogD5VmD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGjogD5VmD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGjogD5VmD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGjogD5VmD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGjogD5VmD .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 216, 146, 0.6);
}
.cid-tGjogD5VmD .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGjogD5VmD .navbar.opened {
  transition: all .3s;
}
.cid-tGjogD5VmD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGjogD5VmD .navbar .navbar-logo img {
  width: auto;
}
.cid-tGjogD5VmD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGjogD5VmD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGjogD5VmD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGjogD5VmD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGjogD5VmD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGjogD5VmD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGjogD5VmD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGjogD5VmD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGjogD5VmD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGjogD5VmD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGjogD5VmD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGjogD5VmD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGjogD5VmD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGjogD5VmD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGjogD5VmD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGjogD5VmD .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGjogD5VmD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGjogD5VmD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGjogD5VmD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGjogD5VmD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGjogD5VmD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGjogD5VmD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGjogD5VmD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGjogD5VmD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGjogD5VmD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGjogD5VmD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGjogD5VmD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGjogD5VmD .dropdown-item.active,
.cid-tGjogD5VmD .dropdown-item:active {
  background-color: transparent;
}
.cid-tGjogD5VmD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGjogD5VmD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGjogD5VmD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGjogD5VmD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #67d892;
}
.cid-tGjogD5VmD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGjogD5VmD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGjogD5VmD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGjogD5VmD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGjogD5VmD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGjogD5VmD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGjogD5VmD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGjogD5VmD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGjogD5VmD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGjogD5VmD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGjogD5VmD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGjogD5VmD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGjogD5VmD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGjogD5VmD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGjogD5VmD .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tGjogD5VmD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGjogD5VmD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGjogD5VmD .navbar {
    height: 77px;
  }
  .cid-tGjogD5VmD .navbar.opened {
    height: auto;
  }
  .cid-tGjogD5VmD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGGpZS9ArH {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGGpZS9ArH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGpZS9ArH .container-fluid {
  padding: 0;
}
.cid-tGGpZS9ArH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGGpZS9ArH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGGpZS9ArH .row {
  flex-direction: row-reverse;
}
.cid-tGGpZS9ArH img {
  width: 100%;
}
.cid-tGjoFm2sqa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGjoFm2sqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjoFm2sqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjoFm2sqa .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tGjoFm2sqa .card {
    margin-bottom: 2rem!important;
  }
  .cid-tGjoFm2sqa .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGjoFm2sqa .link-wrap {
    align-items: center;
  }
}
.cid-tGjoFm2sqa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGjoFm2sqa .card-title,
.cid-tGjoFm2sqa .card-box {
  color: #d82442;
}
.cid-tGjoFm2sqa .mbr-text,
.cid-tGjoFm2sqa .link-wrap,
.cid-tGjoFm2sqa .mbr-section-btn {
  color: #168655;
}
.cid-tGGu0l2hik {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGGu0l2hik .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGGu0l2hik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGGu0l2hik .item {
  padding-bottom: 2rem;
}
.cid-tGGu0l2hik .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tGGu0l2hik .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tGGu0l2hik .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tGGu0l2hik .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tGGu0l2hik .carousel-control,
.cid-tGGu0l2hik .close {
  background: #1b1b1b;
}
.cid-tGGu0l2hik .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tGGu0l2hik .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tGGu0l2hik .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tGGu0l2hik .carousel-control-next span {
  margin-left: 5px;
}
.cid-tGGu0l2hik .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tGGu0l2hik .close::before {
  content: '\e91a';
}
.cid-tGGu0l2hik .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tGGu0l2hik .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tGGu0l2hik .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGGu0l2hik .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tGGu0l2hik .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tGGu0l2hik .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tGGu0l2hik .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tGGu0l2hik .carousel-indicators li.active,
.cid-tGGu0l2hik .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tGGu0l2hik .carousel-indicators li::after,
.cid-tGGu0l2hik .carousel-indicators li::before {
  content: none;
}
.cid-tGGu0l2hik .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tGGu0l2hik .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tGGu0l2hik .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tGGu0l2hik .carousel-indicators {
    display: none;
  }
}
.cid-tGGu0l2hik .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tGGu0l2hik .carousel-inner > .active {
  display: block;
}
.cid-tGGu0l2hik .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tGGu0l2hik .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tGGu0l2hik .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tGGu0l2hik .carousel-control,
  .cid-tGGu0l2hik .carousel-indicators,
  .cid-tGGu0l2hik .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tGGu0l2hik .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tGGu0l2hik .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tGGu0l2hik .carousel-indicators .active,
.cid-tGGu0l2hik .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tGGu0l2hik .carousel-indicators .active {
  background: #fff;
}
.cid-tGGu0l2hik .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tGGu0l2hik .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tGGu0l2hik .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tGGu0l2hik .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tGGu0l2hik .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tGGu0l2hik .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tGGu0l2hik .carousel {
  width: 100%;
}
.cid-tGGu0l2hik .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tGGu0l2hik .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tGGu0l2hik .modal.fade .modal-dialog,
.cid-tGGu0l2hik .modal.in .modal-dialog {
  transform: none;
}
.cid-tGGu0l2hik .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tGGu0l2hik H6 {
  text-align: center;
}
.cid-tGGu0l2hik H3 {
  color: #007928;
}
.cid-tGjogCFNPz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/waermepumpe-aussen-1280x576.jpg");
}
@media (max-width: 991px) {
  .cid-tGjogCFNPz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGjogCFNPz .row {
  flex-direction: row-reverse;
}
.cid-tGjogCFNPz img {
  width: 100%;
}
.cid-tGjogCSECN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #adfaca;
}
.cid-tGjogCSECN .mbr-section-title {
  text-align: center;
  color: #d82442;
}
.cid-tGjogCSECN .mbr-section-subtitle {
  text-align: center;
  color: #168655;
}
.cid-tHIyu19J05 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/logo-background-jpg-1920x1080.jpg");
}
.cid-tGjsV8lIUH {
  z-index: 1000;
  width: 100%;
}
.cid-tGjsV8lIUH nav.navbar {
  position: fixed;
}
.cid-tGjsV8lIUH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGjsV8lIUH .dropdown-menu {
  padding: 0;
}
.cid-tGjsV8lIUH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGjsV8lIUH .dropdown-item:hover,
.cid-tGjsV8lIUH .dropdown-item:focus {
  background: #67d892 !important;
  color: white !important;
}
.cid-tGjsV8lIUH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGjsV8lIUH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGjsV8lIUH .nav-link {
  position: relative;
}
.cid-tGjsV8lIUH .container {
  display: flex;
  margin: auto;
}
.cid-tGjsV8lIUH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGjsV8lIUH .navbar-caption {
  padding-right: 4rem;
}
.cid-tGjsV8lIUH .dropdown-menu,
.cid-tGjsV8lIUH .navbar.opened {
  background: #67d892 !important;
}
.cid-tGjsV8lIUH .nav-item:focus,
.cid-tGjsV8lIUH .nav-link:focus {
  outline: none;
}
.cid-tGjsV8lIUH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGjsV8lIUH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGjsV8lIUH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGjsV8lIUH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGjsV8lIUH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGjsV8lIUH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGjsV8lIUH .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 216, 146, 0.6);
}
.cid-tGjsV8lIUH .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGjsV8lIUH .navbar.opened {
  transition: all .3s;
}
.cid-tGjsV8lIUH .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGjsV8lIUH .navbar .navbar-logo img {
  width: auto;
}
.cid-tGjsV8lIUH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGjsV8lIUH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGjsV8lIUH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGjsV8lIUH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGjsV8lIUH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGjsV8lIUH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGjsV8lIUH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGjsV8lIUH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGjsV8lIUH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGjsV8lIUH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGjsV8lIUH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGjsV8lIUH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGjsV8lIUH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGjsV8lIUH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGjsV8lIUH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGjsV8lIUH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGjsV8lIUH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGjsV8lIUH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGjsV8lIUH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGjsV8lIUH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGjsV8lIUH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGjsV8lIUH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGjsV8lIUH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGjsV8lIUH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGjsV8lIUH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGjsV8lIUH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGjsV8lIUH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGjsV8lIUH .dropdown-item.active,
.cid-tGjsV8lIUH .dropdown-item:active {
  background-color: transparent;
}
.cid-tGjsV8lIUH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGjsV8lIUH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGjsV8lIUH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGjsV8lIUH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #67d892;
}
.cid-tGjsV8lIUH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGjsV8lIUH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGjsV8lIUH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGjsV8lIUH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGjsV8lIUH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGjsV8lIUH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGjsV8lIUH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGjsV8lIUH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGjsV8lIUH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGjsV8lIUH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGjsV8lIUH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGjsV8lIUH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGjsV8lIUH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGjsV8lIUH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGjsV8lIUH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tGjsV8lIUH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGjsV8lIUH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGjsV8lIUH .navbar {
    height: 77px;
  }
  .cid-tGjsV8lIUH .navbar.opened {
    height: auto;
  }
  .cid-tGjsV8lIUH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGjsV7oOIl {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGjsV7oOIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjsV7oOIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjsV7oOIl .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tGjsV7oOIl .card {
    margin-bottom: 2rem!important;
  }
  .cid-tGjsV7oOIl .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGjsV7oOIl .link-wrap {
    align-items: center;
  }
}
.cid-tGjsV7oOIl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGjsV7oOIl .card-title,
.cid-tGjsV7oOIl .card-box {
  color: #d82442;
}
.cid-tGjsV7oOIl .mbr-text,
.cid-tGjsV7oOIl .link-wrap,
.cid-tGjsV7oOIl .mbr-section-btn {
  color: #168655;
}
.cid-tGvJBTikdK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tGvJBTikdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGvJBTikdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGvJBTikdK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGvJBTikdK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGvJBTikdK .text-wrapper {
    padding: 2rem;
  }
}
.cid-tGvJBTikdK .mbr-text {
  color: #007928;
}
.cid-tGMUqRKOrU {
  background-color: #ffffff;
}
.cid-tGMUqRKOrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGMUqRKOrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGMUqRKOrU .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tGMUqRKOrU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGMUqRKOrU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tGMUqRKOrU .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGMUqRKOrU .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGMUqRKOrU .mbr-section-title {
  color: #007928;
}
.cid-tGMUqRKOrU .mbr-text,
.cid-tGMUqRKOrU .mbr-section-btn {
  color: #007928;
}
.cid-tGY7XPA2Ps {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tGY7XPA2Ps .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGY7XPA2Ps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGY7XPA2Ps .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGY7XPA2Ps .row {
  flex-direction: row-reverse;
}
.cid-tGY7XPA2Ps img {
  width: 100%;
}
.cid-tGY7XPA2Ps .mbr-description {
  color: #007928;
}
.cid-tH3osVJqQr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tH3osVJqQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH3osVJqQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tH3osVJqQr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tH3osVJqQr .row {
  flex-direction: row-reverse;
}
.cid-tH3osVJqQr img {
  width: 100%;
}
.cid-tH3osVJqQr .mbr-description {
  color: #007928;
}
.cid-tInk7dCMqQ {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/waermepumpe-1-1080x756.jpg");
}
@media (max-width: 991px) {
  .cid-tInk7dCMqQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tInk7dCMqQ .row {
  flex-direction: row-reverse;
}
.cid-tInk7dCMqQ img {
  width: 100%;
}
.cid-tGjsV86ZaO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #adfaca;
}
.cid-tGjsV86ZaO .mbr-section-title {
  text-align: center;
  color: #d82442;
}
.cid-tGjsV86ZaO .mbr-section-subtitle {
  text-align: center;
  color: #168655;
}
.cid-tHIyu19J05 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/logo-background-jpg-1920x1080.jpg");
}
.cid-tGjt3LSzm8 {
  z-index: 1000;
  width: 100%;
}
.cid-tGjt3LSzm8 nav.navbar {
  position: fixed;
}
.cid-tGjt3LSzm8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGjt3LSzm8 .dropdown-menu {
  padding: 0;
}
.cid-tGjt3LSzm8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGjt3LSzm8 .dropdown-item:hover,
.cid-tGjt3LSzm8 .dropdown-item:focus {
  background: #67d892 !important;
  color: white !important;
}
.cid-tGjt3LSzm8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGjt3LSzm8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGjt3LSzm8 .nav-link {
  position: relative;
}
.cid-tGjt3LSzm8 .container {
  display: flex;
  margin: auto;
}
.cid-tGjt3LSzm8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGjt3LSzm8 .navbar-caption {
  padding-right: 4rem;
}
.cid-tGjt3LSzm8 .dropdown-menu,
.cid-tGjt3LSzm8 .navbar.opened {
  background: #67d892 !important;
}
.cid-tGjt3LSzm8 .nav-item:focus,
.cid-tGjt3LSzm8 .nav-link:focus {
  outline: none;
}
.cid-tGjt3LSzm8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGjt3LSzm8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGjt3LSzm8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGjt3LSzm8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGjt3LSzm8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGjt3LSzm8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGjt3LSzm8 .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 216, 146, 0.6);
}
.cid-tGjt3LSzm8 .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGjt3LSzm8 .navbar.opened {
  transition: all .3s;
}
.cid-tGjt3LSzm8 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGjt3LSzm8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tGjt3LSzm8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGjt3LSzm8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGjt3LSzm8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGjt3LSzm8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGjt3LSzm8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGjt3LSzm8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGjt3LSzm8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGjt3LSzm8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGjt3LSzm8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGjt3LSzm8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGjt3LSzm8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGjt3LSzm8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGjt3LSzm8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGjt3LSzm8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGjt3LSzm8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGjt3LSzm8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGjt3LSzm8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGjt3LSzm8 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGjt3LSzm8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGjt3LSzm8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGjt3LSzm8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGjt3LSzm8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGjt3LSzm8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGjt3LSzm8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGjt3LSzm8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGjt3LSzm8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGjt3LSzm8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGjt3LSzm8 .dropdown-item.active,
.cid-tGjt3LSzm8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGjt3LSzm8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGjt3LSzm8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGjt3LSzm8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGjt3LSzm8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #67d892;
}
.cid-tGjt3LSzm8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGjt3LSzm8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGjt3LSzm8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGjt3LSzm8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGjt3LSzm8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGjt3LSzm8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGjt3LSzm8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGjt3LSzm8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGjt3LSzm8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGjt3LSzm8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGjt3LSzm8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGjt3LSzm8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGjt3LSzm8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGjt3LSzm8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGjt3LSzm8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tGjt3LSzm8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGjt3LSzm8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGjt3LSzm8 .navbar {
    height: 77px;
  }
  .cid-tGjt3LSzm8 .navbar.opened {
    height: auto;
  }
  .cid-tGjt3LSzm8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGjt3KWQ1r {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGjt3KWQ1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjt3KWQ1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjt3KWQ1r .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tGjt3KWQ1r .card {
    margin-bottom: 2rem!important;
  }
  .cid-tGjt3KWQ1r .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGjt3KWQ1r .link-wrap {
    align-items: center;
  }
}
.cid-tGjt3KWQ1r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGjt3KWQ1r .card-title,
.cid-tGjt3KWQ1r .card-box {
  color: #d82442;
}
.cid-tGjt3KWQ1r .mbr-text,
.cid-tGjt3KWQ1r .link-wrap,
.cid-tGjt3KWQ1r .mbr-section-btn {
  color: #168655;
}
.cid-tOYVB1jTWK {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOYVB1jTWK img,
.cid-tOYVB1jTWK .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tOYVB1jTWK .item:focus,
.cid-tOYVB1jTWK span:focus {
  outline: none;
}
.cid-tOYVB1jTWK .item-wrapper {
  position: relative;
}
.cid-tOYVB1jTWK .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tOYVB1jTWK .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOYVB1jTWK .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tOYVB1jTWK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOYVB1jTWK .mbr-section-title {
  color: #d82442;
}
.cid-tOYVB1jTWK .mbr-text,
.cid-tOYVB1jTWK .mbr-section-btn {
  text-align: center;
}
.cid-tOYVB1jTWK .item-title {
  text-align: center;
  color: #0f612a;
}
.cid-tOYVB1jTWK .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-tOYVB1jTWK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tOYVB1jTWK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tOYVB1jTWK .embla__button--next,
.cid-tOYVB1jTWK .embla__button--prev {
  display: flex;
}
.cid-tOYVB1jTWK .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOYVB1jTWK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOYVB1jTWK .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tOYVB1jTWK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOYVB1jTWK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOYVB1jTWK .embla__button {
    top: auto;
  }
}
.cid-tOYVB1jTWK .embla {
  position: relative;
  width: 100%;
}
.cid-tOYVB1jTWK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tOYVB1jTWK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOYVB1jTWK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOYVB1jTWK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOYVB1jTWK .mbr-section-subtitle {
  color: #0f612a;
}
.cid-tGMqBibUnf {
  background-color: #ffffff;
}
.cid-tGMqBibUnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGMqBibUnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tGMqBibUnf .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGMqBibUnf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tGMqBibUnf .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tGMqBibUnf .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tGMqBibUnf .mbr-section-title {
  color: #007928;
}
.cid-tGMqBibUnf .mbr-text,
.cid-tGMqBibUnf .mbr-section-btn {
  color: #007928;
}
.cid-tGl44s09oK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/waermepumpe-aussen-1280x576.jpg");
}
@media (max-width: 991px) {
  .cid-tGl44s09oK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGl44s09oK .row {
  flex-direction: row-reverse;
}
.cid-tGl44s09oK img {
  width: 100%;
}
.cid-tGjt3LGQNW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #adfaca;
}
.cid-tGjt3LGQNW .mbr-section-title {
  text-align: center;
  color: #d82442;
}
.cid-tGjt3LGQNW .mbr-section-subtitle {
  text-align: center;
  color: #168655;
}
.cid-tHIyu19J05 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/logo-background-jpg-1920x1080.jpg");
}
.cid-tGjwwcF3cz {
  z-index: 1000;
  width: 100%;
}
.cid-tGjwwcF3cz nav.navbar {
  position: fixed;
}
.cid-tGjwwcF3cz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGjwwcF3cz .dropdown-menu {
  padding: 0;
}
.cid-tGjwwcF3cz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGjwwcF3cz .dropdown-item:hover,
.cid-tGjwwcF3cz .dropdown-item:focus {
  background: #67d892 !important;
  color: white !important;
}
.cid-tGjwwcF3cz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGjwwcF3cz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGjwwcF3cz .nav-link {
  position: relative;
}
.cid-tGjwwcF3cz .container {
  display: flex;
  margin: auto;
}
.cid-tGjwwcF3cz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGjwwcF3cz .navbar-caption {
  padding-right: 4rem;
}
.cid-tGjwwcF3cz .dropdown-menu,
.cid-tGjwwcF3cz .navbar.opened {
  background: #67d892 !important;
}
.cid-tGjwwcF3cz .nav-item:focus,
.cid-tGjwwcF3cz .nav-link:focus {
  outline: none;
}
.cid-tGjwwcF3cz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGjwwcF3cz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGjwwcF3cz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGjwwcF3cz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGjwwcF3cz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGjwwcF3cz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGjwwcF3cz .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 216, 146, 0.6);
}
.cid-tGjwwcF3cz .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGjwwcF3cz .navbar.opened {
  transition: all .3s;
}
.cid-tGjwwcF3cz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGjwwcF3cz .navbar .navbar-logo img {
  width: auto;
}
.cid-tGjwwcF3cz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGjwwcF3cz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGjwwcF3cz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGjwwcF3cz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGjwwcF3cz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGjwwcF3cz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGjwwcF3cz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGjwwcF3cz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGjwwcF3cz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGjwwcF3cz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGjwwcF3cz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGjwwcF3cz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGjwwcF3cz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGjwwcF3cz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGjwwcF3cz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGjwwcF3cz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGjwwcF3cz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGjwwcF3cz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGjwwcF3cz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGjwwcF3cz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGjwwcF3cz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGjwwcF3cz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGjwwcF3cz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGjwwcF3cz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGjwwcF3cz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGjwwcF3cz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGjwwcF3cz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGjwwcF3cz .dropdown-item.active,
.cid-tGjwwcF3cz .dropdown-item:active {
  background-color: transparent;
}
.cid-tGjwwcF3cz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGjwwcF3cz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGjwwcF3cz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGjwwcF3cz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #67d892;
}
.cid-tGjwwcF3cz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGjwwcF3cz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGjwwcF3cz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGjwwcF3cz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGjwwcF3cz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGjwwcF3cz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGjwwcF3cz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGjwwcF3cz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGjwwcF3cz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGjwwcF3cz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGjwwcF3cz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGjwwcF3cz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGjwwcF3cz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGjwwcF3cz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGjwwcF3cz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tGjwwcF3cz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGjwwcF3cz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGjwwcF3cz .navbar {
    height: 77px;
  }
  .cid-tGjwwcF3cz .navbar.opened {
    height: auto;
  }
  .cid-tGjwwcF3cz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGjwwbRDES {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGjwwbRDES .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjwwbRDES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjwwbRDES .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tGjwwbRDES .card {
    margin-bottom: 2rem!important;
  }
  .cid-tGjwwbRDES .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGjwwbRDES .link-wrap {
    align-items: center;
  }
}
.cid-tGjwwbRDES .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGjwwbRDES .card-title,
.cid-tGjwwbRDES .card-box {
  color: #d82442;
}
.cid-tGjwwbRDES .mbr-text,
.cid-tGjwwbRDES .link-wrap,
.cid-tGjwwbRDES .mbr-section-btn {
  color: #168655;
}
.cid-tGBdofIESa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGBdofIESa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGBdofIESa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGBdofIESa .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGBdofIESa .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tGBdofIESa .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGBdofIESa .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGBdofIESa .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tGBdofIESa .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tGBdofIESa .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGBdofIESa .mbr-text,
.cid-tGBdofIESa .mbr-section-btn {
  color: #007928;
}
.cid-tGBdofIESa .card-title {
  color: #d82442;
}
.cid-tOZ5QoSxUx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOZ5QoSxUx .mbr-section-head {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-tOZ5QoSxUx .mbr-section-head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-tOZ5QoSxUx .mbr-section-head {
    margin-bottom: 35px;
  }
}
.cid-tOZ5QoSxUx .mbr-section-title {
  color: #131313;
}
.cid-tOZ5QoSxUx .mbr-section-subtitle {
  margin-top: 16px;
  color: #131313;
}
.cid-tOZ5QoSxUx .items-row {
  column-gap: 120px;
}
@media (min-width: 992px) {
  .cid-tOZ5QoSxUx .items-row {
    margin: 0 !important;
  }
}
.cid-tOZ5QoSxUx .item {
  margin-bottom: 80px;
  width: calc(50% - 60px);
}
@media (min-width: 992px) {
  .cid-tOZ5QoSxUx .item {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tOZ5QoSxUx .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tOZ5QoSxUx .item {
    margin-bottom: 40px;
  }
}
.cid-tOZ5QoSxUx .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.cid-tOZ5QoSxUx .item-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tOZ5QoSxUx .item-content {
  margin-top: 40px;
}
@media (max-width: 1439px) {
  .cid-tOZ5QoSxUx .item-content {
    margin-top: 20px;
  }
}
.cid-tOZ5QoSxUx .item-title {
  color: #131313;
}
.cid-tOZ5QoSxUx .mbr-text {
  margin-top: 14px;
  color: #131313;
}
@media (max-width: 767px) {
  .cid-tOZ5QoSxUx .mbr-text {
    margin-top: 8px;
  }
}
.cid-tOZ5QoSxUx .mbr-section-btn {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .cid-tOZ5QoSxUx .mbr-section-btn {
    margin-top: 4px;
  }
}
.cid-tGBjI30vMX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGBjI30vMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGBjI30vMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tGBjI30vMX .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tGBjI30vMX .container {
    padding: 0 12px;
  }
}
.cid-tGBjI30vMX .row {
  justify-content: center;
}
.cid-tGBjI30vMX .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tGBjI30vMX .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-tGBjI30vMX .image-wrapper img {
  height: 270px;
  width: 270px;
  margin: 0 auto;
  border-radius: 100%;
  border: 3px solid #0f612a;
  box-shadow: 4px 4px #0f612a;
  background-color: #0f612a;
  object-fit: cover;
}
.cid-tGBjI30vMX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGBjI30vMX .mbr-text {
  color: #007928;
  text-align: center;
}
.cid-tH3u3xxcrr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH3u3xxcrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH3u3xxcrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH3u3xxcrr .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.cid-tH3u3xxcrr .card {
  border-right: 0;
}
.cid-tH3u3xxcrr .card .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tH3u3xxcrr .card .image-wrapper {
    margin-bottom: 28px;
  }
}
.cid-tH3u3xxcrr .card .image-wrapper img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1100px) {
  .cid-tH3u3xxcrr .card .image-wrapper img {
    width: 100%;
  }
}
.cid-tH3wkjPUrb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH3wkjPUrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH3wkjPUrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH3wkjPUrb .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.cid-tH3wkjPUrb .card {
  border-right: 0;
}
.cid-tH3wkjPUrb .card .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tH3wkjPUrb .card .image-wrapper {
    margin-bottom: 28px;
  }
}
.cid-tH3wkjPUrb .card .image-wrapper img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1100px) {
  .cid-tH3wkjPUrb .card .image-wrapper img {
    width: 100%;
  }
}
.cid-tH3v7RHy6I {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH3v7RHy6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH3v7RHy6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH3v7RHy6I .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.cid-tH3v7RHy6I .card {
  border-right: 0;
}
.cid-tH3v7RHy6I .card .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tH3v7RHy6I .card .image-wrapper {
    margin-bottom: 28px;
  }
}
.cid-tH3v7RHy6I .card .image-wrapper img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1100px) {
  .cid-tH3v7RHy6I .card .image-wrapper img {
    width: 100%;
  }
}
.cid-tH3vryFOpA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tH3vryFOpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tH3vryFOpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tH3vryFOpA .row {
  margin-top: -3px;
  display: flex;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.cid-tH3vryFOpA .card {
  border-right: 0;
}
.cid-tH3vryFOpA .card .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tH3vryFOpA .card .image-wrapper {
    margin-bottom: 28px;
  }
}
.cid-tH3vryFOpA .card .image-wrapper img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 1100px) {
  .cid-tH3vryFOpA .card .image-wrapper img {
    width: 100%;
  }
}
.cid-tGjwwc8B8s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGjwwc8B8s .line {
  background-color: #024d00;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tGjwwchrxt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGjwwchrxt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGjwwchrxt .row {
  flex-direction: row-reverse;
}
.cid-tGjwwchrxt img {
  width: 100%;
}
.cid-tGjwwctsvH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #adfaca;
}
.cid-tGjwwctsvH .mbr-section-title {
  text-align: center;
  color: #d82442;
}
.cid-tGjwwctsvH .mbr-section-subtitle {
  text-align: center;
  color: #168655;
}
.cid-tHIyu19J05 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/logo-background-jpg-1920x1080.jpg");
}
.cid-tGjthYG4cR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGjthYG4cR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjthYG4cR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjthYG4cR .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tGjthYG4cR .card {
    margin-bottom: 2rem!important;
  }
  .cid-tGjthYG4cR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGjthYG4cR .link-wrap {
    align-items: center;
  }
}
.cid-tGjthYG4cR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGjthYG4cR .card-title,
.cid-tGjthYG4cR .card-box {
  color: #d82442;
}
.cid-tGjthYG4cR .mbr-text,
.cid-tGjthYG4cR .link-wrap,
.cid-tGjthYG4cR .mbr-section-btn {
  color: #168655;
}
.cid-tPntjOuJc7 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #b1ffce;
}
.cid-tPntjOuJc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPntjOuJc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPntjOuJc7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tPntjOuJc7 .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tPntjOuJc7 .mbr-section-title {
  color: #d82442;
}
.cid-tPntjOuJc7 .mbr-text,
.cid-tPntjOuJc7 .mbr-section-btn {
  color: #0f612a;
}
.cid-tKmj8rvLIV {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #baffd4;
}
.cid-tKmj8rvLIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKmj8rvLIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKmj8rvLIV .item {
  padding-bottom: 2rem;
}
.cid-tKmj8rvLIV .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tKmj8rvLIV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tKmj8rvLIV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tKmj8rvLIV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tKmj8rvLIV .carousel-control,
.cid-tKmj8rvLIV .close {
  background: #1b1b1b;
}
.cid-tKmj8rvLIV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tKmj8rvLIV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tKmj8rvLIV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tKmj8rvLIV .carousel-control-next span {
  margin-left: 5px;
}
.cid-tKmj8rvLIV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tKmj8rvLIV .close::before {
  content: '\e91a';
}
.cid-tKmj8rvLIV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tKmj8rvLIV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tKmj8rvLIV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKmj8rvLIV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tKmj8rvLIV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tKmj8rvLIV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tKmj8rvLIV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tKmj8rvLIV .carousel-indicators li.active,
.cid-tKmj8rvLIV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tKmj8rvLIV .carousel-indicators li::after,
.cid-tKmj8rvLIV .carousel-indicators li::before {
  content: none;
}
.cid-tKmj8rvLIV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tKmj8rvLIV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tKmj8rvLIV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tKmj8rvLIV .carousel-indicators {
    display: none;
  }
}
.cid-tKmj8rvLIV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tKmj8rvLIV .carousel-inner > .active {
  display: block;
}
.cid-tKmj8rvLIV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tKmj8rvLIV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tKmj8rvLIV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tKmj8rvLIV .carousel-control,
  .cid-tKmj8rvLIV .carousel-indicators,
  .cid-tKmj8rvLIV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tKmj8rvLIV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tKmj8rvLIV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tKmj8rvLIV .carousel-indicators .active,
.cid-tKmj8rvLIV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tKmj8rvLIV .carousel-indicators .active {
  background: #fff;
}
.cid-tKmj8rvLIV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tKmj8rvLIV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tKmj8rvLIV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tKmj8rvLIV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tKmj8rvLIV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tKmj8rvLIV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tKmj8rvLIV .carousel {
  width: 100%;
}
.cid-tKmj8rvLIV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tKmj8rvLIV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tKmj8rvLIV .modal.fade .modal-dialog,
.cid-tKmj8rvLIV .modal.in .modal-dialog {
  transform: none;
}
.cid-tKmj8rvLIV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tKmj8rvLIV H6 {
  text-align: center;
  color: #0f612a;
}
.cid-tKmj8rvLIV H3 {
  color: #d82442;
}
.cid-tP5eJlxZJs {
  background-image: url("../../../assets/images/vw-bus-gross-1438x730.jpg");
}
.cid-tP5eJlxZJs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5eJlxZJs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP5eJlxZJs .mbr-section-subtitle {
  color: #0f612a;
}
.cid-tP5gXlZjzc {
  background-image: url("../../../assets/images/vw-bus-neu-1438x730.jpg");
}
.cid-tP5gXlZjzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5gXlZjzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP5gXlZjzc .mbr-section-subtitle {
  color: #0f612a;
}
.cid-tGjthZ7STu {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/waermepumpe-1-1080x756.jpg");
}
@media (max-width: 991px) {
  .cid-tGjthZ7STu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGjthZ7STu .row {
  flex-direction: row-reverse;
}
.cid-tGjthZ7STu img {
  width: 100%;
}
.cid-tGjthZiWiC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #adfaca;
}
.cid-tGjthZiWiC .mbr-section-title {
  text-align: center;
  color: #d82442;
}
.cid-tGjthZiWiC .mbr-section-subtitle {
  text-align: center;
  color: #168655;
}
.cid-tHIyu19J05 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/logo-background-jpg-1920x1080.jpg");
}
.cid-v8bjgs14hb {
  z-index: 1000;
  width: 100%;
}
.cid-v8bjgs14hb nav.navbar {
  position: fixed;
}
.cid-v8bjgs14hb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8bjgs14hb .dropdown-menu {
  padding: 0;
}
.cid-v8bjgs14hb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8bjgs14hb .dropdown-item:hover,
.cid-v8bjgs14hb .dropdown-item:focus {
  background: #67d892 !important;
  color: white !important;
}
.cid-v8bjgs14hb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v8bjgs14hb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8bjgs14hb .nav-link {
  position: relative;
}
.cid-v8bjgs14hb .container {
  display: flex;
  margin: auto;
}
.cid-v8bjgs14hb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v8bjgs14hb .navbar-caption {
  padding-right: 4rem;
}
.cid-v8bjgs14hb .dropdown-menu,
.cid-v8bjgs14hb .navbar.opened {
  background: #67d892 !important;
}
.cid-v8bjgs14hb .nav-item:focus,
.cid-v8bjgs14hb .nav-link:focus {
  outline: none;
}
.cid-v8bjgs14hb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8bjgs14hb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8bjgs14hb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v8bjgs14hb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8bjgs14hb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8bjgs14hb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8bjgs14hb .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 216, 146, 0.6);
}
.cid-v8bjgs14hb .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8bjgs14hb .navbar.opened {
  transition: all .3s;
}
.cid-v8bjgs14hb .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-v8bjgs14hb .navbar .navbar-logo img {
  width: auto;
}
.cid-v8bjgs14hb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8bjgs14hb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8bjgs14hb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8bjgs14hb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v8bjgs14hb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8bjgs14hb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8bjgs14hb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v8bjgs14hb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8bjgs14hb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v8bjgs14hb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v8bjgs14hb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8bjgs14hb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8bjgs14hb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8bjgs14hb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8bjgs14hb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v8bjgs14hb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v8bjgs14hb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8bjgs14hb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8bjgs14hb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8bjgs14hb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8bjgs14hb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v8bjgs14hb .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8bjgs14hb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v8bjgs14hb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v8bjgs14hb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8bjgs14hb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8bjgs14hb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8bjgs14hb .dropdown-item.active,
.cid-v8bjgs14hb .dropdown-item:active {
  background-color: transparent;
}
.cid-v8bjgs14hb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8bjgs14hb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8bjgs14hb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8bjgs14hb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #67d892;
}
.cid-v8bjgs14hb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8bjgs14hb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8bjgs14hb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8bjgs14hb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8bjgs14hb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v8bjgs14hb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-v8bjgs14hb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8bjgs14hb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8bjgs14hb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8bjgs14hb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8bjgs14hb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8bjgs14hb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8bjgs14hb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8bjgs14hb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8bjgs14hb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v8bjgs14hb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8bjgs14hb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8bjgs14hb .navbar {
    height: 77px;
  }
  .cid-v8bjgs14hb .navbar.opened {
    height: auto;
  }
  .cid-v8bjgs14hb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8bidw0MKE {
  z-index: 1000;
  width: 100%;
}
.cid-v8bidw0MKE nav.navbar {
  position: fixed;
}
.cid-v8bidw0MKE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8bidw0MKE .dropdown-menu {
  padding: 0;
}
.cid-v8bidw0MKE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8bidw0MKE .dropdown-item:hover,
.cid-v8bidw0MKE .dropdown-item:focus {
  background: #67d892 !important;
  color: white !important;
}
.cid-v8bidw0MKE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-v8bidw0MKE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8bidw0MKE .nav-link {
  position: relative;
}
.cid-v8bidw0MKE .container {
  display: flex;
  margin: auto;
}
.cid-v8bidw0MKE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v8bidw0MKE .navbar-caption {
  padding-right: 4rem;
}
.cid-v8bidw0MKE .dropdown-menu,
.cid-v8bidw0MKE .navbar.opened {
  background: #67d892 !important;
}
.cid-v8bidw0MKE .nav-item:focus,
.cid-v8bidw0MKE .nav-link:focus {
  outline: none;
}
.cid-v8bidw0MKE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8bidw0MKE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8bidw0MKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v8bidw0MKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8bidw0MKE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8bidw0MKE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8bidw0MKE .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 216, 146, 0.6);
}
.cid-v8bidw0MKE .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8bidw0MKE .navbar.opened {
  transition: all .3s;
}
.cid-v8bidw0MKE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-v8bidw0MKE .navbar .navbar-logo img {
  width: auto;
}
.cid-v8bidw0MKE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8bidw0MKE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8bidw0MKE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8bidw0MKE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-v8bidw0MKE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8bidw0MKE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8bidw0MKE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v8bidw0MKE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8bidw0MKE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v8bidw0MKE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v8bidw0MKE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8bidw0MKE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8bidw0MKE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8bidw0MKE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8bidw0MKE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v8bidw0MKE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v8bidw0MKE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8bidw0MKE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8bidw0MKE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v8bidw0MKE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v8bidw0MKE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v8bidw0MKE .navbar.navbar-short {
  min-height: 60px;
}
.cid-v8bidw0MKE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v8bidw0MKE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v8bidw0MKE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v8bidw0MKE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v8bidw0MKE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8bidw0MKE .dropdown-item.active,
.cid-v8bidw0MKE .dropdown-item:active {
  background-color: transparent;
}
.cid-v8bidw0MKE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8bidw0MKE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8bidw0MKE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8bidw0MKE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #67d892;
}
.cid-v8bidw0MKE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8bidw0MKE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8bidw0MKE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8bidw0MKE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v8bidw0MKE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v8bidw0MKE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-v8bidw0MKE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v8bidw0MKE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v8bidw0MKE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v8bidw0MKE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v8bidw0MKE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8bidw0MKE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v8bidw0MKE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v8bidw0MKE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v8bidw0MKE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v8bidw0MKE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8bidw0MKE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8bidw0MKE .navbar {
    height: 77px;
  }
  .cid-v8bidw0MKE .navbar.opened {
    height: auto;
  }
  .cid-v8bidw0MKE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGjtltXNKS {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bus-background-rastered-960x426.jpg");
}
.cid-tGjtltXNKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjtltXNKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjtltXNKS .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tGjtltXNKS .card {
    margin-bottom: 2rem!important;
  }
  .cid-tGjtltXNKS .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGjtltXNKS .link-wrap {
    align-items: center;
  }
}
.cid-tGjtltXNKS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGjtltXNKS .card-title,
.cid-tGjtltXNKS .card-box {
  color: #d82442;
  text-align: left;
}
.cid-tGjtltXNKS .mbr-text,
.cid-tGjtltXNKS .link-wrap,
.cid-tGjtltXNKS .mbr-section-btn {
  color: #168655;
}
.cid-tGq1qHSZBa {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tGq1qHSZBa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tGq1qHSZBa .form-control,
.cid-tGq1qHSZBa .field-input {
  padding: 0.5rem;
  background-color: #adfaca;
  border-color: #024d00;
  color: #024d00;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tGq1qHSZBa .form-control::-webkit-input-placeholder,
.cid-tGq1qHSZBa .field-input::-webkit-input-placeholder,
.cid-tGq1qHSZBa .form-control::-webkit-input-placeholder,
.cid-tGq1qHSZBa .field-input::-webkit-input-placeholder {
  color: #024d00;
}
.cid-tGq1qHSZBa .form-control:-moz-placeholder,
.cid-tGq1qHSZBa .field-input:-moz-placeholder,
.cid-tGq1qHSZBa .form-control:-moz-placeholder,
.cid-tGq1qHSZBa .field-input:-moz-placeholder {
  color: #024d00;
}
.cid-tGq1qHSZBa .form-control:hover,
.cid-tGq1qHSZBa .field-input:hover,
.cid-tGq1qHSZBa .form-control:focus,
.cid-tGq1qHSZBa .field-input:focus {
  background-color: #e8fff1;
  border-color: #024d00;
  color: #024d00;
  box-shadow: none;
  outline: none;
}
.cid-tGq1qHSZBa .form-control:hover::-webkit-input-placeholder,
.cid-tGq1qHSZBa .field-input:hover::-webkit-input-placeholder,
.cid-tGq1qHSZBa .form-control:focus::-webkit-input-placeholder,
.cid-tGq1qHSZBa .field-input:focus::-webkit-input-placeholder,
.cid-tGq1qHSZBa .form-control:hover::-webkit-input-placeholder,
.cid-tGq1qHSZBa .field-input:hover::-webkit-input-placeholder,
.cid-tGq1qHSZBa .form-control:focus::-webkit-input-placeholder,
.cid-tGq1qHSZBa .field-input:focus::-webkit-input-placeholder {
  color: #ff0000;
}
.cid-tGq1qHSZBa .form-control:hover:-moz-placeholder,
.cid-tGq1qHSZBa .field-input:hover:-moz-placeholder,
.cid-tGq1qHSZBa .form-control:focus:-moz-placeholder,
.cid-tGq1qHSZBa .field-input:focus:-moz-placeholder,
.cid-tGq1qHSZBa .form-control:hover:-moz-placeholder,
.cid-tGq1qHSZBa .field-input:hover:-moz-placeholder,
.cid-tGq1qHSZBa .form-control:focus:-moz-placeholder,
.cid-tGq1qHSZBa .field-input:focus:-moz-placeholder {
  color: #ff0000;
}
.cid-tGq1qHSZBa .jq-number__spin:hover,
.cid-tGq1qHSZBa .jq-number__spin:focus {
  background-color: #e8fff1;
  border-color: #024d00;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tGq1qHSZBa .jq-number__spin {
  background-color: #adfaca;
  border-color: #024d00;
  color: #024d00;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tGq1qHSZBa .jq-selectbox li,
.cid-tGq1qHSZBa .jq-selectbox li {
  background-color: #adfaca;
  color: #000000;
}
.cid-tGq1qHSZBa .jq-selectbox li:hover,
.cid-tGq1qHSZBa .jq-selectbox li.selected {
  background-color: #e8fff1;
  color: #000000;
}
.cid-tGq1qHSZBa .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tGq1qHSZBa .jq-number__spin.minus:hover:after,
.cid-tGq1qHSZBa .jq-number__spin.plus:hover:after {
  border-top-color: #adfaca;
  border-bottom-color: #adfaca;
}
.cid-tGq1qHSZBa .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tGq1qHSZBa .jq-number__spin.minus:after,
.cid-tGq1qHSZBa .jq-number__spin.plus:after {
  border-top-color: #e8fff1;
  border-bottom-color: #e8fff1;
}
.cid-tGq1qHSZBa input::-webkit-clear-button {
  display: none;
}
.cid-tGq1qHSZBa input::-webkit-inner-spin-button {
  display: none;
}
.cid-tGq1qHSZBa input::-webkit-outer-spin-button {
  display: none;
}
.cid-tGq1qHSZBa input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tGq1qHSZBa H3 {
  color: #168655;
}
.cid-tPntNcnrDY {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPntNcnrDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPntNcnrDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPntNcnrDY .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tPntNcnrDY .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tPntNcnrDY .mbr-section-title {
  color: #d82442;
}
.cid-tPntNcnrDY .mbr-text,
.cid-tPntNcnrDY .mbr-section-btn {
  color: #0f612a;
}
.cid-tGpWz0lOEk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/vw-bus-transp-1438x730.jpg");
}
.cid-tGpWz0lOEk .mbr-section-title {
  text-align: left;
  color: #e43f3f;
}
.cid-tGpWz0lOEk .mbr-section-subtitle {
  text-align: left;
  color: #08311f;
}
.cid-tGjuHSgGZu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8fff1;
}
.cid-tGjuHSgGZu .mbr-section-title {
  text-align: left;
  color: #d82442;
}
.cid-tGjuHSgGZu .mbr-section-subtitle {
  text-align: left;
  color: #168655;
}
.cid-tGjtlufsSm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #e8fff1;
}
.cid-tGjtlufsSm .line {
  background-color: #024d00;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tGjtluqew4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #adfaca;
}
@media (max-width: 991px) {
  .cid-tGjtluqew4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGjtluqew4 .row {
  flex-direction: row-reverse;
}
.cid-tGjtluqew4 img {
  width: 100%;
}
.cid-tHIyu19J05 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/logo-background-jpg-1920x1080.jpg");
}
.cid-tGjt6lyerZ {
  z-index: 1000;
  width: 100%;
}
.cid-tGjt6lyerZ nav.navbar {
  position: fixed;
}
.cid-tGjt6lyerZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGjt6lyerZ .dropdown-menu {
  padding: 0;
}
.cid-tGjt6lyerZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGjt6lyerZ .dropdown-item:hover,
.cid-tGjt6lyerZ .dropdown-item:focus {
  background: #67d892 !important;
  color: white !important;
}
.cid-tGjt6lyerZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGjt6lyerZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGjt6lyerZ .nav-link {
  position: relative;
}
.cid-tGjt6lyerZ .container {
  display: flex;
  margin: auto;
}
.cid-tGjt6lyerZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tGjt6lyerZ .navbar-caption {
  padding-right: 4rem;
}
.cid-tGjt6lyerZ .dropdown-menu,
.cid-tGjt6lyerZ .navbar.opened {
  background: #67d892 !important;
}
.cid-tGjt6lyerZ .nav-item:focus,
.cid-tGjt6lyerZ .nav-link:focus {
  outline: none;
}
.cid-tGjt6lyerZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGjt6lyerZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGjt6lyerZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tGjt6lyerZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGjt6lyerZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGjt6lyerZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGjt6lyerZ .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(103, 216, 146, 0.6);
}
.cid-tGjt6lyerZ .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGjt6lyerZ .navbar.opened {
  transition: all .3s;
}
.cid-tGjt6lyerZ .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGjt6lyerZ .navbar .navbar-logo img {
  width: auto;
}
.cid-tGjt6lyerZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGjt6lyerZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGjt6lyerZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGjt6lyerZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tGjt6lyerZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGjt6lyerZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGjt6lyerZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tGjt6lyerZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGjt6lyerZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGjt6lyerZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGjt6lyerZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGjt6lyerZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGjt6lyerZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGjt6lyerZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGjt6lyerZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tGjt6lyerZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tGjt6lyerZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGjt6lyerZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGjt6lyerZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGjt6lyerZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGjt6lyerZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGjt6lyerZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGjt6lyerZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tGjt6lyerZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tGjt6lyerZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGjt6lyerZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGjt6lyerZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGjt6lyerZ .dropdown-item.active,
.cid-tGjt6lyerZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tGjt6lyerZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGjt6lyerZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGjt6lyerZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGjt6lyerZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #67d892;
}
.cid-tGjt6lyerZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGjt6lyerZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGjt6lyerZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGjt6lyerZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGjt6lyerZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGjt6lyerZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tGjt6lyerZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGjt6lyerZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGjt6lyerZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGjt6lyerZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGjt6lyerZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGjt6lyerZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGjt6lyerZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGjt6lyerZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGjt6lyerZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tGjt6lyerZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGjt6lyerZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGjt6lyerZ .navbar {
    height: 77px;
  }
  .cid-tGjt6lyerZ .navbar.opened {
    height: auto;
  }
  .cid-tGjt6lyerZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGjt6kG0Fe {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGjt6kG0Fe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGjt6kG0Fe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGjt6kG0Fe .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tGjt6kG0Fe .card {
    margin-bottom: 2rem!important;
  }
  .cid-tGjt6kG0Fe .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tGjt6kG0Fe .link-wrap {
    align-items: center;
  }
}
.cid-tGjt6kG0Fe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGjt6kG0Fe .card-title,
.cid-tGjt6kG0Fe .card-box {
  color: #d82442;
}
.cid-tGjt6kG0Fe .mbr-text,
.cid-tGjt6kG0Fe .link-wrap,
.cid-tGjt6kG0Fe .mbr-section-btn {
  color: #168655;
}
.cid-tHCxC7Qc2D {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/batterie-speicher-585x586.png");
}
.cid-tHCxC7Qc2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHCxC7Qc2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHCxC7Qc2D ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tHCxC7Qc2D li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tHCxC7Qc2D ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tHCxC7Qc2D .list {
  color: #007928;
}
.cid-tHCxC7Qc2D H3 {
  color: #e43f3f;
}
.cid-tHCzJl1WyM {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tHCzJl1WyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHCzJl1WyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHCzJl1WyM .mbr-section-title {
  color: #e43f3f;
}
.cid-tGjt6kZION {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGjt6kZION .line {
  background-color: #024d00;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tGl4b5VuvX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGl4b5VuvX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tGl4b5VuvX .row {
  flex-direction: row-reverse;
}
.cid-tGl4b5VuvX img {
  width: 100%;
}
.cid-tGjt6lkxfd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #adfaca;
}
.cid-tGjt6lkxfd .mbr-section-title {
  text-align: center;
  color: #d82442;
}
.cid-tGjt6lkxfd .mbr-section-subtitle {
  text-align: center;
  color: #168655;
}
.cid-tHIyu19J05 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/logo-background-jpg-1920x1080.jpg");
}
.cid-tKY80gX157 {
  background-color: #baffd4;
}
.cid-tKY80gX157 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKY80gX157 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKY80gX157 .mbr-section-title {
  color: #e43f3f;
}
.cid-tKY80gX157 .mbr-section-subtitle {
  color: #054f2f;
}
.cid-tKY7xC86v5 {
  padding-top: 60px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/logo-background-jpg-1920x1080.jpg");
}
