body {
  font-family: Raleway-Regular;
}
.display-1 {
  font-family: 'FiraSansCondensed-Bold';
  font-size: 2.4rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-2 {
  font-family: 'FiraSansExtraCondensed-Regular';
  font-size: 1.63rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.608rem;
}
.display-4 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-6 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  font-display: swap;
}
.display-6 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-7 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-11 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-11 > .mbr-iconfont {
  font-size: 2rem;
}
.display-12 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-12 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-13 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 0.85rem;
  line-height: 1.4;
}
.display-13 > .mbr-iconfont {
  font-size: 1.36rem;
}
.display-14 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 0.85rem;
  line-height: 1.4;
}
.display-14 > .mbr-iconfont {
  font-size: 1.36rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.304rem;
    font-size: calc( 1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #b2ccd2 !important;
}
.bg-info {
  background-color: #e15a00 !important;
}
.bg-warning {
  background-color: #0e5f79 !important;
}
.bg-danger {
  background-color: #6e4506 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dfad10 !important;
  border-color: #dfad10 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #98760b !important;
  border-color: #98760b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #98760b !important;
  border-color: #98760b !important;
}
.btn-info,
.btn-info:active {
  background-color: #e15a00 !important;
  border-color: #e15a00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #943b00 !important;
  border-color: #943b00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #943b00 !important;
  border-color: #943b00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0e5f79 !important;
  border-color: #0e5f79 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #062934 !important;
  border-color: #062934 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #062934 !important;
  border-color: #062934 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #6e4506 !important;
  border-color: #6e4506 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #251702 !important;
  border-color: #251702 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #251702 !important;
  border-color: #251702 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #806309;
  color: #806309;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #dfad10;
  border-color: #dfad10;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dfad10 !important;
  border-color: #dfad10 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #7b3100;
  color: #7b3100;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #e15a00;
  border-color: #e15a00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e15a00 !important;
  border-color: #e15a00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #03171e;
  color: #03171e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0e5f79;
  border-color: #0e5f79;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0e5f79 !important;
  border-color: #0e5f79 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0d0801;
  color: #0d0801;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #6e4506;
  border-color: #6e4506;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6e4506 !important;
  border-color: #6e4506 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #dfad10 !important;
}
.text-success {
  color: #b2ccd2 !important;
}
.text-info {
  color: #e15a00 !important;
}
.text-warning {
  color: #0e5f79 !important;
}
.text-danger {
  color: #6e4506 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #806309 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #72a1ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7b3100 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #03171e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0d0801 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e15a00;
}
.alert-warning {
  background-color: #0e5f79;
}
.alert-danger {
  background-color: #6e4506;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffceae;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #21b6e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e7910d;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dfad10 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23149dcc' %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.3;
}
.cid-uh73cAKzZ5 {
  min-height: 70px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 80px;
}
.cid-uh73cAKzZ5 .nav-item,
.cid-uh73cAKzZ5 .nav-link,
.cid-uh73cAKzZ5 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uh73cAKzZ5 .nav-item:hover,
.cid-uh73cAKzZ5 .nav-link:hover,
.cid-uh73cAKzZ5 .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uh73cAKzZ5 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uh73cAKzZ5 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uh73cAKzZ5 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uh73cAKzZ5 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uh73cAKzZ5 .container-fluid,
.cid-uh73cAKzZ5 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uh73cAKzZ5 .navbar-brand {
  padding: 0;
}
.cid-uh73cAKzZ5 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uh73cAKzZ5 .nav-link:hover:before {
  width: 100%;
}
.cid-uh73cAKzZ5 .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uh73cAKzZ5 .nav-link {
    margin: 0 !important;
  }
}
.cid-uh73cAKzZ5 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uh73cAKzZ5 .widget p,
.cid-uh73cAKzZ5 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uh73cAKzZ5 .widget p a,
.cid-uh73cAKzZ5 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uh73cAKzZ5 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uh73cAKzZ5 .icons__wrap:hover {
  color: #ffffff;
  background-color: #6e4506;
  border-color: #6e4506;
}
.cid-uh73cAKzZ5 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uh73cAKzZ5 .block__phone,
  .cid-uh73cAKzZ5 .icons-menu {
    display: none;
  }
  .cid-uh73cAKzZ5 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uh73cAKzZ5 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #6e4506 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uh73cAKzZ5 .mbr-section-btn .btn-secondary:hover {
  background-color: #6e4506 !important;
  color: #ffffff !important;
}
.cid-uh73cAKzZ5 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uh73cAKzZ5 .navbar > .container,
.cid-uh73cAKzZ5 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uh73cAKzZ5 .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uh73cAKzZ5 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #efefef;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #0f7699;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uh73cAKzZ5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uh73cAKzZ5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uh73cAKzZ5 .dropdown-toggle::after,
  .cid-uh73cAKzZ5 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uh73cAKzZ5 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uh73cAKzZ5 .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uh73cAKzZ5 .dropdown-menu .dropdown-item:hover {
  color: #6e4506 !important;
}
.cid-uh73cAKzZ5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uh73cAKzZ5 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uh73cAKzZ5 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uh73cAKzZ5 .nav-item:focus,
.cid-uh73cAKzZ5 .nav-link:focus {
  outline: none;
}
.cid-uh73cAKzZ5 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-uh73cAKzZ5 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uh73cAKzZ5 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uh73cAKzZ5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh73cAKzZ5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uh73cAKzZ5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh73cAKzZ5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uh73cAKzZ5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh73cAKzZ5 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-uh73cAKzZ5 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-uh73cAKzZ5 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uh73cAKzZ5 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uh73cAKzZ5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh73cAKzZ5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh73cAKzZ5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-uh73cAKzZ5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uh73cAKzZ5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh73cAKzZ5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uh73cAKzZ5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uh73cAKzZ5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh73cAKzZ5 .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-uh73cAKzZ5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh73cAKzZ5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uh73cAKzZ5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uh73cAKzZ5 .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-uh73cAKzZ5 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uh73cAKzZ5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uh73cAKzZ5 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uh73cAKzZ5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uh73cAKzZ5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh73cAKzZ5 .dropdown-item.active,
.cid-uh73cAKzZ5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uh73cAKzZ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uh73cAKzZ5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uh73cAKzZ5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh73cAKzZ5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-uh73cAKzZ5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh73cAKzZ5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh73cAKzZ5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh73cAKzZ5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh73cAKzZ5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh73cAKzZ5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh73cAKzZ5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh73cAKzZ5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh73cAKzZ5 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uh73cAKzZ5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uh73cAKzZ5 a.nav-link:hover {
  color: #6e4506 !important;
}
@media (max-width: 991px) {
  .cid-uh73cAKzZ5 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uh73cAKzZ5 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-uh73cAKzZ5 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uh73cAKzZ5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uh73cAKzZ5 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uh73cAKzZ5 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uh73cAKzZ5 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uh73cAKzZ5 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uh73cAKzZ5 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uh73cAKzZ5 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uh73cAKzZ5 a.nav-link {
    justify-content: flex-start;
  }
  .cid-uh73cAKzZ5 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uh73cAKzZ5 .navbar-brand {
    padding: 0;
  }
  .cid-uh73cAKzZ5 .block__phone,
  .cid-uh73cAKzZ5 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uh73cAKzZ5 .widget {
    flex-direction: column;
  }
  .cid-uh73cAKzZ5 .widget p,
  .cid-uh73cAKzZ5 .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uh73cAKzZ5 .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uh73cAKzZ5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh73cAKzZ5 .navbar {
    height: 97px;
  }
  .cid-uh73cAKzZ5 .navbar.opened {
    height: auto;
  }
  .cid-uh73cAKzZ5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh73cAKzZ5 ora {
  color: #ff6600;
}
.cid-uh6Rbux2G6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uh6Rbux2G6 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uh6Rbux2G6 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uh6Rbux2G6 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uh6Rbux2G6 .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uh6Rbux2G6 .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uQJEAWlWGR {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/kombi77-2000x1333.jpg");
  position: relative;
}
.cid-uQJEAWlWGR::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(50deg, #7f9cb5 40%, transparent 90%, #7f9cb5 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uQJEAWlWGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJEAWlWGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJEAWlWGR .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uQJEAWlWGR .content-wrapper {
    margin-top: 0;
  }
}
.cid-uQJEAWlWGR .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #232323, #149dcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQJEAWlWGR .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQJEAWlWGR .mbr-section-title {
  color: #ffffff;
}
.cid-uQJEAWlWGR .mbr-text {
  color: #ffffff;
}
.cid-uQJEAWlWGR black {
  color: #000000;
}
.cid-uQJEAWlWGR .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 270px;
}
.cid-uQJEAWlWGR .mbr-section-title,
.cid-uQJEAWlWGR .mbr-section-btn {
  text-align: left;
}
.cid-uQJW0mYa62 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #f1f4f5;
}
.cid-uQJW0mYa62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJW0mYa62 .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-uQJW0mYa62 .container {
    padding: 0 30px;
  }
}
.cid-uQJW0mYa62 .row {
  position: relative;
}
.cid-uQJW0mYa62 .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 60%;
  height: 690px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #08aebf;
  border-right: 1px solid #08aebf;
  border-bottom: 1px solid #08aebf;
  border-left: 1px solid #08aebf;
  padding: 0.5em;
}
@media (max-width: 768px) {
  .cid-uQJW0mYa62 .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uQJW0mYa62 .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
  opacity: 0.83;
  height: 900px;
}
@media (max-width: 768px) {
  .cid-uQJW0mYa62 .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uQJW0mYa62 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uQJW0mYa62 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQJW0mYa62 .mbr-text {
  color: #232323;
}
.cid-uQJW0mYa62 .mbr-link,
.cid-uQJW0mYa62 .mbr-iconfont {
  color: #212529;
}
.cid-uQJW0mYa62 gro {
  text-align: left;
  font-size: 35px;
  color: #08aebf;
}
.cid-uQJW0mYa62 strich {
  text-decoration: underline;
}
.cid-uQJW0mYa62 .mbr-section-title {
  color: #08aebf;
}
.cid-uQK1kYC5g8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQK1kYC5g8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQK1kYC5g8 .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-uQK1kYC5g8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uQK1kYC5g8 .container {
    padding: 0 24px;
  }
}
.cid-uQK1kYC5g8 .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQK1kYC5g8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQK1kYC5g8 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 5px;
  border: 1px solid #879a9f;
}
.cid-uQK1kYC5g8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uQK1kYC5g8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQK1kYC5g8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uQK1kYC5g8 .item {
  margin-bottom: 32px;
}
.cid-uQK1kYC5g8 .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #0f7699;
  border: 1px solid #b2ccd2;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uQK1kYC5g8 .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQK1kYC5g8 .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uQK1kYC5g8 .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-uQK1kYC5g8 .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #b2ccd2;
  border: 1px solid #879a9f;
}
.cid-uQK1kYC5g8 .item .item-wrapper .card-box .item-price,
.cid-uQK1kYC5g8 .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-uQK1kYC5g8 .item .item-wrapper .card-box .item-text,
.cid-uQK1kYC5g8 .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uQK1kYC5g8 .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-uQK1kYC5g8 .item .item-wrapper .card-box .list-wrapper .list,
.cid-uQK1kYC5g8 .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQK1kYC5g8 .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-uQK1kYC5g8 .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-uQK1kYC5g8 .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-uQK1kYC5g8 .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #b2ccd2;
}
.cid-uQK1kYC5g8 .item .dark-card {
  background-color: #0e5f79;
  border: none;
}
.cid-uQK1kYC5g8 .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-uQK1kYC5g8 .item .dark-card .card-box .desc-wrap .item-desc_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #b2ccd2;
  opacity: .12;
  pointer-events: none;
}
.cid-uQK1kYC5g8 .item .dark-card .card-box .desc-wrap .item-desc_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #b2ccd2;
  opacity: .09;
  pointer-events: none;
}
.cid-uQK1kYC5g8 .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #b2ccd2;
}
.cid-uQK1kYC5g8 .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-uQK1kYC5g8 .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uQK1kYC5g8 .mbr-section-title {
  color: #08aebf;
  text-align: center;
}
.cid-uQK1kYC5g8 .mbr-desc,
.cid-uQK1kYC5g8 .desc-wrapper {
  color: #ff6600;
  text-align: center;
}
.cid-uQK1kYC5g8 .mbr-text,
.cid-uQK1kYC5g8 .text-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uQK1kYC5g8 .item-title {
  color: #18212d;
}
.cid-uQK1kYC5g8 .item-desc {
  color: #18212d;
}
.cid-uQK1kYC5g8 .item-price {
  color: #18212d;
}
.cid-uQK1kYC5g8 .item-text {
  color: #18212d;
}
.cid-uQK1kYC5g8 .list {
  color: #18212d;
}
.cid-uQK1kYC5g8 .item-title_2 {
  color: #ffffff;
}
.cid-uQK1kYC5g8 .item-desc_2 {
  color: #ffffff;
}
.cid-uQK1kYC5g8 .item-price_2 {
  color: #ffffff;
}
.cid-uQK1kYC5g8 .item-text_2 {
  color: #ffffff;
}
.cid-uQK1kYC5g8 .list_2 {
  color: #ffffff;
}
.cid-uQK1kYC5g8 .item-price_2,
.cid-uQK1kYC5g8 .price-wrapper {
  text-align: left;
}
.cid-uQK1kYC5g8 .item-text,
.cid-uQK1kYC5g8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uQK1kYC5g8 .item-text_2,
.cid-uQK1kYC5g8 .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uQK1kYC5g8 .list_2,
.cid-uQK1kYC5g8 .item-wrap,
.cid-uQK1kYC5g8 .list-wrapper {
  text-align: center;
}
.cid-uQK1kYC5g8 .list,
.cid-uQK1kYC5g8 .item-wrap,
.cid-uQK1kYC5g8 .list-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uQK1kYC5g8 .item-price,
.cid-uQK1kYC5g8 .price-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uQK1kYC5g8 gelb {
  color: #e0bf1d;
  text-align: left;
}
.cid-uQK1kYC5g8 .tooltip-window {
  left: 40px;
  top: -10px;
  width: 250px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transform: translateY(-10px);
  max-width: calc(60vw);
  margin-left: -140px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-height: 180px;
  padding: 20px;
  background-color: #ffffff !important;
  border: 2px solid #EBBC00;
  border-radius: 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
  overflow: visible;
  box-sizing: border-box;
}
.cid-uQK1kYC5g8 .tooltip-window::before {
  top: 25px;
  left: -12px;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid #333333;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
.cid-uQK1kYC5g8 .tooltip-window::after {
  top: 27px;
  left: -10px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
.cid-uQK1kYC5g8 .tooltip-container {
  position: relative;
  display: inline-block;
}
.cid-uQK1kYC5g8 .tooltip-window::before,
.cid-uQK1kYC5g8 .tooltip-window::after {
  display: none;
}
.cid-uQK1kYC5g8 .tooltip-content {
  word-break: break-word;
  hyphens: auto;
  color: #333;
  font-size: 13px;
  line-height: 1.1;
}
.cid-uQK1kYC5g8 .tooltip-content p {
  margin: 8px 0;
}
.cid-uQK1kYC5g8 .tooltip-trigger {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.cid-uQK1kYC5g8 .tooltip-trigger:hover {
  transform: scale(1.1);
}
.cid-uQK1kYC5g8 .tooltip-window.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cid-uQK1kYC5g8 .tooltip-title {
  font-weight: normal;
  margin-bottom: 12px;
  color: #c10b02;
  font-size: 14px;
}
.cid-uQK1kYC5g8 .tooltip-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 1;
  border-radius: 50%;
}
.cid-uQK1kYC5g8 .tooltip-close:hover {
  background-color: #f0f0f0;
  color: #c10b02;
}
.cid-uQK1kYC5g8 .tooltip-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.cid-uQK1kYC5g8 .tooltip-overlay.show {
  display: block;
}
.cid-uWMpCNUAnu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWMpCNUAnu .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uWMpCNUAnu .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #08aebf;
}
.cid-uWMpCNUAnu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uWMpCNUAnu .inner-container {
    width: 100% !important;
  }
}
.cid-uWMpDCHhWf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWMpDCHhWf .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uWMpDCHhWf .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
}
.cid-uWMpDCHhWf .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uWMpDCHhWf .underline .line {
  width: 3rem;
  height: 2px;
  background: #444444;
  display: inline-block;
}
.cid-uWMpDCHhWf .process-icon,
.cid-uWMpDCHhWf .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uWMpDCHhWf .wrapper,
.cid-uWMpDCHhWf .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-uWMpDCHhWf .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #444444;
  opacity: .4;
}
.cid-uWMpDCHhWf .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uWMpDCHhWf .icon-container a {
  display: inherit;
}
.cid-uWMpDCHhWf .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #ffbc00 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #000000;
  z-index: 1;
}
.cid-uWMpDCHhWf .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uWMpDCHhWf .icon-main:hover .icon-wrapper {
  background-color: #ffbc00 !important;
}
.cid-uWMpDCHhWf .icon-main:hover .icon-number {
  background-color: #444444 !important;
  color: #ffffff !important;
}
.cid-uWMpDCHhWf .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-uWMpDCHhWf .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-uWMpDCHhWf .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uWMpDCHhWf .third-elem .wrapper:before {
    display: none;
  }
}
.cid-uWMpDCHhWf .mbr-section-title {
  margin: 0;
}
.cid-uWMpDCHhWf .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uWMpDCHhWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWMpDCHhWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWMpDCHhWf .mbr-section-title,
.cid-uWMpDCHhWf .underline {
  text-align: center;
}
.cid-uWMpDCHhWf strich {
  color: #0082c3;
  text-decoration: underline;
}
.cid-uRi2m5l9gI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRi2m5l9gI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRi2m5l9gI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRi2m5l9gI .row {
  justify-content: left;
}
.cid-uRi2m5l9gI .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid #08aebf;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uRi2m5l9gI .content-container {
    flex-wrap: wrap;
  }
}
.cid-uRi2m5l9gI .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uRi2m5l9gI .text-item {
    width: 100%;
  }
}
.cid-uRi2m5l9gI .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uRi2m5l9gI .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uRi2m5l9gI .mbr-section-title {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRi2m5l9gI .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uRi2m5l9gI .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uRi2m5l9gI .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uRi2m5l9gI .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uRi2m5l9gI .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRi2m5l9gI .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #b2ccd2, #149dcc);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uRi2m5l9gI .circle-blur {
    display: none !important;
  }
}
.cid-uRi2m5l9gI .mbr-section-title DIV {
  text-align: left;
}
.cid-uRi2m5l9gI .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 265px;
}
.cid-uRi2m5l9gI klein {
  color: #000000;
  font-size: 18px;
}
.cid-uRi2m5l9gI gruen {
  color: #08bf6b;
  text-align: left;
}
.cid-urRre4Mj7k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-urRre4Mj7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-urRre4Mj7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urRre4Mj7k .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-urRre4Mj7k .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-urRre4Mj7k .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-urRre4Mj7k .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-urRre4Mj7k .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-urRre4Mj7k .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-urRre4Mj7k .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-urRre4Mj7k .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-urRre4Mj7k .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-urRre4Mj7k .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-urRre4Mj7k .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-urRre4Mj7k .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-urRre4Mj7k .items-wrapper .card {
  padding: 0 32px;
}
.cid-urRre4Mj7k .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-urRre4Mj7k .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-urRre4Mj7k .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-urRre4Mj7k .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-urRre4Mj7k .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-urRre4Mj7k .list-wrapper .list .item-wrap:hover,
.cid-urRre4Mj7k .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-urRre4Mj7k .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-urRre4Mj7k .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-urRre4Mj7k .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-urRre4Mj7k .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-urRre4Mj7k .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-urRre4Mj7k .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-urRre4Mj7k .mbr-desc {
  color: #ffffff;
}
.cid-urRre4Mj7k .mbr-text,
.cid-urRre4Mj7k .text-wrapper {
  color: #9aa0a6;
}
.cid-urRre4Mj7k .list {
  color: #9aa0a6;
}
.cid-urRre4Mj7k .mbr-text,
.cid-urRre4Mj7k .mbr-section-btn {
  color: #b2ccd2;
}
.cid-urRre4Mj7k .list,
.cid-urRre4Mj7k .item-wrap {
  color: #b2ccd2;
}
.cid-urRre4Mj7k weis {
  color: #ffffff;
}
.cid-urRre4Mj7k klein {
  font-size: 12px;
}
.cid-urRre4Mj7k blau {
  color: #f4f4f4;
}
.cid-urRre4Mj7k .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-urRre4Mj7k .mbr-desc,
.cid-urRre4Mj7k .content-wrapper {
  color: #ffffff;
}
.cid-us8KZMh5Tn #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-us8KZMh5Tn #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-us8KZMh5Tn #dentauraBttB:hover {
  opacity: 1;
}
.cid-us8KZMh5Tn .hidden {
  display: none;
}
.cid-us7llOfmp7 {
  min-height: 70px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 80px;
}
.cid-us7llOfmp7 .nav-item,
.cid-us7llOfmp7 .nav-link,
.cid-us7llOfmp7 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-us7llOfmp7 .nav-item:hover,
.cid-us7llOfmp7 .nav-link:hover,
.cid-us7llOfmp7 .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-us7llOfmp7 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-us7llOfmp7 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-us7llOfmp7 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-us7llOfmp7 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-us7llOfmp7 .container-fluid,
.cid-us7llOfmp7 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-us7llOfmp7 .navbar-brand {
  padding: 0;
}
.cid-us7llOfmp7 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-us7llOfmp7 .nav-link:hover:before {
  width: 100%;
}
.cid-us7llOfmp7 .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-us7llOfmp7 .nav-link {
    margin: 0 !important;
  }
}
.cid-us7llOfmp7 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-us7llOfmp7 .widget p,
.cid-us7llOfmp7 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-us7llOfmp7 .widget p a,
.cid-us7llOfmp7 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-us7llOfmp7 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-us7llOfmp7 .icons__wrap:hover {
  color: #ffffff;
  background-color: #6e4506;
  border-color: #6e4506;
}
.cid-us7llOfmp7 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-us7llOfmp7 .block__phone,
  .cid-us7llOfmp7 .icons-menu {
    display: none;
  }
  .cid-us7llOfmp7 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-us7llOfmp7 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #6e4506 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-us7llOfmp7 .mbr-section-btn .btn-secondary:hover {
  background-color: #6e4506 !important;
  color: #ffffff !important;
}
.cid-us7llOfmp7 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-us7llOfmp7 .navbar > .container,
.cid-us7llOfmp7 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-us7llOfmp7 .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-us7llOfmp7 .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #efefef;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #0f7699;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-us7llOfmp7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-us7llOfmp7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-us7llOfmp7 .dropdown-toggle::after,
  .cid-us7llOfmp7 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-us7llOfmp7 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-us7llOfmp7 .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-us7llOfmp7 .dropdown-menu .dropdown-item:hover {
  color: #6e4506 !important;
}
.cid-us7llOfmp7 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-us7llOfmp7 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-us7llOfmp7 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-us7llOfmp7 .nav-item:focus,
.cid-us7llOfmp7 .nav-link:focus {
  outline: none;
}
.cid-us7llOfmp7 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-us7llOfmp7 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-us7llOfmp7 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-us7llOfmp7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us7llOfmp7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-us7llOfmp7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us7llOfmp7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-us7llOfmp7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us7llOfmp7 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-us7llOfmp7 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-us7llOfmp7 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-us7llOfmp7 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-us7llOfmp7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us7llOfmp7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us7llOfmp7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-us7llOfmp7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-us7llOfmp7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us7llOfmp7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-us7llOfmp7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us7llOfmp7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us7llOfmp7 .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-us7llOfmp7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us7llOfmp7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-us7llOfmp7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-us7llOfmp7 .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-us7llOfmp7 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-us7llOfmp7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-us7llOfmp7 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-us7llOfmp7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-us7llOfmp7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us7llOfmp7 .dropdown-item.active,
.cid-us7llOfmp7 .dropdown-item:active {
  background-color: transparent;
}
.cid-us7llOfmp7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-us7llOfmp7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-us7llOfmp7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us7llOfmp7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-us7llOfmp7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us7llOfmp7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us7llOfmp7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us7llOfmp7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us7llOfmp7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us7llOfmp7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us7llOfmp7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us7llOfmp7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us7llOfmp7 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-us7llOfmp7 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-us7llOfmp7 a.nav-link:hover {
  color: #6e4506 !important;
}
@media (max-width: 991px) {
  .cid-us7llOfmp7 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-us7llOfmp7 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-us7llOfmp7 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-us7llOfmp7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-us7llOfmp7 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-us7llOfmp7 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-us7llOfmp7 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-us7llOfmp7 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-us7llOfmp7 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-us7llOfmp7 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-us7llOfmp7 a.nav-link {
    justify-content: flex-start;
  }
  .cid-us7llOfmp7 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-us7llOfmp7 .navbar-brand {
    padding: 0;
  }
  .cid-us7llOfmp7 .block__phone,
  .cid-us7llOfmp7 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-us7llOfmp7 .widget {
    flex-direction: column;
  }
  .cid-us7llOfmp7 .widget p,
  .cid-us7llOfmp7 .widget .icons-menu {
    margin-right: 0;
  }
  .cid-us7llOfmp7 .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-us7llOfmp7 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us7llOfmp7 .navbar {
    height: 97px;
  }
  .cid-us7llOfmp7 .navbar.opened {
    height: auto;
  }
  .cid-us7llOfmp7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us7llOfmp7 ora {
  color: #ff6600;
}
.cid-us7llOU5iZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-us7llOU5iZ .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-us7llOU5iZ .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-us7llOU5iZ .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-us7llOU5iZ .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-us7llOU5iZ .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uCZtr1sWL9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uCZtr1sWL9 .card-box {
  padding: 0rem;
}
.cid-uCZtr1sWL9 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uCZtr1sWL9 .card {
  padding: 0;
  margin: auto;
}
.cid-uCZtr1sWL9 .card-img {
  height: 220px;
}
.cid-uCZtr1sWL9 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCZtr1sWL9 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uCZtr1sWL9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uCZtr1sWL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZtr1sWL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCZtr1sWL9 .card-title {
  color: #ffffff;
}
.cid-uCZtr1sWL9 ora {
  color: #7f9cb5;
}
.cid-uCZtngullX {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCZtngullX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZtngullX .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-uCZtngullX .container {
    padding: 0 30px;
  }
}
.cid-uCZtngullX .row {
  position: relative;
}
.cid-uCZtngullX .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 320px;
  height: 320px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
@media (max-width: 768px) {
  .cid-uCZtngullX .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uCZtngullX .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #e2f5fb;
  width: 880px;
  opacity: 0.83;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uCZtngullX .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uCZtngullX .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCZtngullX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCZtngullX .mbr-text {
  color: #000000;
}
.cid-uCZtngullX .mbr-link,
.cid-uCZtngullX .mbr-iconfont {
  color: #212529;
}
.cid-uCZtngullX .mbr-section-title {
  color: #0082c3;
}
.cid-us7llQhKls {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-us7llQhKls .mbr-fallback-image.disabled {
  display: none;
}
.cid-us7llQhKls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us7llQhKls .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-us7llQhKls .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-us7llQhKls .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-us7llQhKls .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-us7llQhKls .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-us7llQhKls .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-us7llQhKls .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-us7llQhKls .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-us7llQhKls .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-us7llQhKls .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-us7llQhKls .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-us7llQhKls .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-us7llQhKls .items-wrapper .card {
  padding: 0 32px;
}
.cid-us7llQhKls .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us7llQhKls .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us7llQhKls .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us7llQhKls .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-us7llQhKls .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-us7llQhKls .list-wrapper .list .item-wrap:hover,
.cid-us7llQhKls .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-us7llQhKls .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-us7llQhKls .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us7llQhKls .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us7llQhKls .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us7llQhKls .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us7llQhKls .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-us7llQhKls .mbr-desc {
  color: #ffffff;
}
.cid-us7llQhKls .mbr-text,
.cid-us7llQhKls .text-wrapper {
  color: #9aa0a6;
}
.cid-us7llQhKls .list {
  color: #9aa0a6;
}
.cid-us7llQhKls .mbr-text,
.cid-us7llQhKls .mbr-section-btn {
  color: #b2ccd2;
}
.cid-us7llQhKls .list,
.cid-us7llQhKls .item-wrap {
  color: #b2ccd2;
}
.cid-us7llQhKls weis {
  color: #ffffff;
}
.cid-us7llQhKls klein {
  font-size: 12px;
}
.cid-us7llQhKls blau {
  color: #f4f4f4;
}
.cid-us7llQhKls .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-us7llQhKls .mbr-desc,
.cid-us7llQhKls .content-wrapper {
  color: #ffffff;
}
.cid-us8KZMh5Tn #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-us8KZMh5Tn #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-us8KZMh5Tn #dentauraBttB:hover {
  opacity: 1;
}
.cid-us8KZMh5Tn .hidden {
  display: none;
}
.cid-us8XPi7eKP {
  min-height: 70px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 80px;
}
.cid-us8XPi7eKP .nav-item,
.cid-us8XPi7eKP .nav-link,
.cid-us8XPi7eKP .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-us8XPi7eKP .nav-item:hover,
.cid-us8XPi7eKP .nav-link:hover,
.cid-us8XPi7eKP .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-us8XPi7eKP .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-us8XPi7eKP .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-us8XPi7eKP .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-us8XPi7eKP .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-us8XPi7eKP .container-fluid,
.cid-us8XPi7eKP .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-us8XPi7eKP .navbar-brand {
  padding: 0;
}
.cid-us8XPi7eKP .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-us8XPi7eKP .nav-link:hover:before {
  width: 100%;
}
.cid-us8XPi7eKP .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-us8XPi7eKP .nav-link {
    margin: 0 !important;
  }
}
.cid-us8XPi7eKP .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-us8XPi7eKP .widget p,
.cid-us8XPi7eKP .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-us8XPi7eKP .widget p a,
.cid-us8XPi7eKP .widget .icons-menu a {
  margin-left: 15px;
}
.cid-us8XPi7eKP .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-us8XPi7eKP .icons__wrap:hover {
  color: #ffffff;
  background-color: #6e4506;
  border-color: #6e4506;
}
.cid-us8XPi7eKP .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-us8XPi7eKP .block__phone,
  .cid-us8XPi7eKP .icons-menu {
    display: none;
  }
  .cid-us8XPi7eKP .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-us8XPi7eKP .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #6e4506 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-us8XPi7eKP .mbr-section-btn .btn-secondary:hover {
  background-color: #6e4506 !important;
  color: #ffffff !important;
}
.cid-us8XPi7eKP .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-us8XPi7eKP .navbar > .container,
.cid-us8XPi7eKP .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-us8XPi7eKP .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-us8XPi7eKP .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #efefef;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #0f7699;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-us8XPi7eKP .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-us8XPi7eKP .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-us8XPi7eKP .dropdown-toggle::after,
  .cid-us8XPi7eKP .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-us8XPi7eKP .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-us8XPi7eKP .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-us8XPi7eKP .dropdown-menu .dropdown-item:hover {
  color: #6e4506 !important;
}
.cid-us8XPi7eKP .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-us8XPi7eKP .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-us8XPi7eKP .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-us8XPi7eKP .nav-item:focus,
.cid-us8XPi7eKP .nav-link:focus {
  outline: none;
}
.cid-us8XPi7eKP .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-us8XPi7eKP .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-us8XPi7eKP .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-us8XPi7eKP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us8XPi7eKP .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-us8XPi7eKP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us8XPi7eKP .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-us8XPi7eKP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us8XPi7eKP .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-us8XPi7eKP .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-us8XPi7eKP .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-us8XPi7eKP .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-us8XPi7eKP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us8XPi7eKP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us8XPi7eKP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-us8XPi7eKP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-us8XPi7eKP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us8XPi7eKP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-us8XPi7eKP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us8XPi7eKP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us8XPi7eKP .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-us8XPi7eKP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us8XPi7eKP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-us8XPi7eKP .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-us8XPi7eKP .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-us8XPi7eKP .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-us8XPi7eKP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-us8XPi7eKP .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-us8XPi7eKP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-us8XPi7eKP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us8XPi7eKP .dropdown-item.active,
.cid-us8XPi7eKP .dropdown-item:active {
  background-color: transparent;
}
.cid-us8XPi7eKP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-us8XPi7eKP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-us8XPi7eKP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us8XPi7eKP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-us8XPi7eKP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us8XPi7eKP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us8XPi7eKP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us8XPi7eKP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us8XPi7eKP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us8XPi7eKP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us8XPi7eKP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us8XPi7eKP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us8XPi7eKP .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-us8XPi7eKP a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-us8XPi7eKP a.nav-link:hover {
  color: #6e4506 !important;
}
@media (max-width: 991px) {
  .cid-us8XPi7eKP .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-us8XPi7eKP .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-us8XPi7eKP .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-us8XPi7eKP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-us8XPi7eKP .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-us8XPi7eKP .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-us8XPi7eKP .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-us8XPi7eKP .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-us8XPi7eKP .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-us8XPi7eKP .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-us8XPi7eKP a.nav-link {
    justify-content: flex-start;
  }
  .cid-us8XPi7eKP ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-us8XPi7eKP .navbar-brand {
    padding: 0;
  }
  .cid-us8XPi7eKP .block__phone,
  .cid-us8XPi7eKP .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-us8XPi7eKP .widget {
    flex-direction: column;
  }
  .cid-us8XPi7eKP .widget p,
  .cid-us8XPi7eKP .widget .icons-menu {
    margin-right: 0;
  }
  .cid-us8XPi7eKP .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-us8XPi7eKP .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us8XPi7eKP .navbar {
    height: 97px;
  }
  .cid-us8XPi7eKP .navbar.opened {
    height: auto;
  }
  .cid-us8XPi7eKP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us8XPi7eKP ora {
  color: #ff6600;
}
.cid-us8XPhEaKU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-us8XPhEaKU .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-us8XPhEaKU .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-us8XPhEaKU .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-us8XPhEaKU .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-us8XPhEaKU .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uCZrHzyO2i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uCZrHzyO2i .card-box {
  padding: 0rem;
}
.cid-uCZrHzyO2i .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uCZrHzyO2i .card {
  padding: 0;
  margin: auto;
}
.cid-uCZrHzyO2i .card-img {
  height: 220px;
}
.cid-uCZrHzyO2i .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCZrHzyO2i .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uCZrHzyO2i .card-wrapper {
    padding: 4rem;
  }
}
.cid-uCZrHzyO2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZrHzyO2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCZrHzyO2i .card-title {
  color: #ffffff;
}
.cid-uCZrHzyO2i ora {
  color: #7f9cb5;
}
.cid-us8XPjm42s {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us8XPjm42s .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-us8XPjm42s .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #0f7699;
}
.cid-us8XPjm42s .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-us8XPjm42s .inner-container {
    width: 100% !important;
  }
}
.cid-us93kNFyNl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us93kNFyNl .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.px;
  margin: 0 auto;
}
.cid-us93kNFyNl .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-us93kNFyNl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-us93kNFyNl .inner-container {
    width: 100% !important;
  }
}
.cid-uCZsdpqTVl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ecf7f9;
}
.cid-uCZsdpqTVl .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.px;
  margin: 0 auto;
}
.cid-uCZsdpqTVl .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uCZsdpqTVl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uCZsdpqTVl .inner-container {
    width: 100% !important;
  }
}
.cid-uCZswgkuXe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uCZswgkuXe .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.px;
  margin: 0 auto;
}
.cid-uCZswgkuXe .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uCZswgkuXe .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uCZswgkuXe .inner-container {
    width: 100% !important;
  }
}
.cid-us8XPk1xQq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-us8XPk1xQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8XPk1xQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us8XPk1xQq .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-us8XPk1xQq .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-us8XPk1xQq .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-us8XPk1xQq .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-us8XPk1xQq .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-us8XPk1xQq .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-us8XPk1xQq .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-us8XPk1xQq .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-us8XPk1xQq .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-us8XPk1xQq .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-us8XPk1xQq .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-us8XPk1xQq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-us8XPk1xQq .items-wrapper .card {
  padding: 0 32px;
}
.cid-us8XPk1xQq .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us8XPk1xQq .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us8XPk1xQq .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us8XPk1xQq .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-us8XPk1xQq .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-us8XPk1xQq .list-wrapper .list .item-wrap:hover,
.cid-us8XPk1xQq .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-us8XPk1xQq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-us8XPk1xQq .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us8XPk1xQq .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us8XPk1xQq .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us8XPk1xQq .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us8XPk1xQq .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-us8XPk1xQq .mbr-desc {
  color: #ffffff;
}
.cid-us8XPk1xQq .mbr-text,
.cid-us8XPk1xQq .text-wrapper {
  color: #9aa0a6;
}
.cid-us8XPk1xQq .list {
  color: #9aa0a6;
}
.cid-us8XPk1xQq .mbr-text,
.cid-us8XPk1xQq .mbr-section-btn {
  color: #b2ccd2;
}
.cid-us8XPk1xQq .list,
.cid-us8XPk1xQq .item-wrap {
  color: #b2ccd2;
}
.cid-us8XPk1xQq weis {
  color: #ffffff;
}
.cid-us8XPk1xQq klein {
  font-size: 12px;
}
.cid-us8XPk1xQq blau {
  color: #f4f4f4;
}
.cid-us8XPk1xQq .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-us8XPk1xQq .mbr-desc,
.cid-us8XPk1xQq .content-wrapper {
  color: #ffffff;
}
.cid-us8XPkwWZ4 #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-us8XPkwWZ4 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-us8XPkwWZ4 #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-us8XPkwWZ4 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-us8XPkwWZ4 #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-us8XPkwWZ4 #dentauraBttB:hover {
  opacity: 1;
}
.cid-us8XPkwWZ4 .hidden {
  display: none;
}
.cid-us8XPSpSXp {
  min-height: 70px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 80px;
}
.cid-us8XPSpSXp .nav-item,
.cid-us8XPSpSXp .nav-link,
.cid-us8XPSpSXp .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-us8XPSpSXp .nav-item:hover,
.cid-us8XPSpSXp .nav-link:hover,
.cid-us8XPSpSXp .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-us8XPSpSXp .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-us8XPSpSXp .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-us8XPSpSXp .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-us8XPSpSXp .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-us8XPSpSXp .container-fluid,
.cid-us8XPSpSXp .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-us8XPSpSXp .navbar-brand {
  padding: 0;
}
.cid-us8XPSpSXp .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-us8XPSpSXp .nav-link:hover:before {
  width: 100%;
}
.cid-us8XPSpSXp .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-us8XPSpSXp .nav-link {
    margin: 0 !important;
  }
}
.cid-us8XPSpSXp .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-us8XPSpSXp .widget p,
.cid-us8XPSpSXp .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-us8XPSpSXp .widget p a,
.cid-us8XPSpSXp .widget .icons-menu a {
  margin-left: 15px;
}
.cid-us8XPSpSXp .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-us8XPSpSXp .icons__wrap:hover {
  color: #ffffff;
  background-color: #6e4506;
  border-color: #6e4506;
}
.cid-us8XPSpSXp .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-us8XPSpSXp .block__phone,
  .cid-us8XPSpSXp .icons-menu {
    display: none;
  }
  .cid-us8XPSpSXp .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-us8XPSpSXp .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #6e4506 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-us8XPSpSXp .mbr-section-btn .btn-secondary:hover {
  background-color: #6e4506 !important;
  color: #ffffff !important;
}
.cid-us8XPSpSXp .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-us8XPSpSXp .navbar > .container,
.cid-us8XPSpSXp .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-us8XPSpSXp .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-us8XPSpSXp .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #efefef;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #0f7699;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-us8XPSpSXp .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-us8XPSpSXp .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-us8XPSpSXp .dropdown-toggle::after,
  .cid-us8XPSpSXp .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-us8XPSpSXp .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-us8XPSpSXp .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-us8XPSpSXp .dropdown-menu .dropdown-item:hover {
  color: #6e4506 !important;
}
.cid-us8XPSpSXp .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-us8XPSpSXp .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-us8XPSpSXp .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-us8XPSpSXp .nav-item:focus,
.cid-us8XPSpSXp .nav-link:focus {
  outline: none;
}
.cid-us8XPSpSXp .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-us8XPSpSXp .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-us8XPSpSXp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-us8XPSpSXp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us8XPSpSXp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-us8XPSpSXp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us8XPSpSXp .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-us8XPSpSXp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us8XPSpSXp .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-us8XPSpSXp .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-us8XPSpSXp .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-us8XPSpSXp .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-us8XPSpSXp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us8XPSpSXp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us8XPSpSXp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-us8XPSpSXp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-us8XPSpSXp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us8XPSpSXp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-us8XPSpSXp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us8XPSpSXp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us8XPSpSXp .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-us8XPSpSXp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us8XPSpSXp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-us8XPSpSXp .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-us8XPSpSXp .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-us8XPSpSXp .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-us8XPSpSXp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-us8XPSpSXp .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-us8XPSpSXp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-us8XPSpSXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us8XPSpSXp .dropdown-item.active,
.cid-us8XPSpSXp .dropdown-item:active {
  background-color: transparent;
}
.cid-us8XPSpSXp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-us8XPSpSXp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-us8XPSpSXp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us8XPSpSXp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-us8XPSpSXp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us8XPSpSXp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us8XPSpSXp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us8XPSpSXp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us8XPSpSXp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us8XPSpSXp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us8XPSpSXp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us8XPSpSXp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us8XPSpSXp .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-us8XPSpSXp a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-us8XPSpSXp a.nav-link:hover {
  color: #6e4506 !important;
}
@media (max-width: 991px) {
  .cid-us8XPSpSXp .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-us8XPSpSXp .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-us8XPSpSXp .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-us8XPSpSXp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-us8XPSpSXp .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-us8XPSpSXp .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-us8XPSpSXp .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-us8XPSpSXp .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-us8XPSpSXp .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-us8XPSpSXp .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-us8XPSpSXp a.nav-link {
    justify-content: flex-start;
  }
  .cid-us8XPSpSXp ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-us8XPSpSXp .navbar-brand {
    padding: 0;
  }
  .cid-us8XPSpSXp .block__phone,
  .cid-us8XPSpSXp .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-us8XPSpSXp .widget {
    flex-direction: column;
  }
  .cid-us8XPSpSXp .widget p,
  .cid-us8XPSpSXp .widget .icons-menu {
    margin-right: 0;
  }
  .cid-us8XPSpSXp .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-us8XPSpSXp .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us8XPSpSXp .navbar {
    height: 97px;
  }
  .cid-us8XPSpSXp .navbar.opened {
    height: auto;
  }
  .cid-us8XPSpSXp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us8XPSpSXp ora {
  color: #ff6600;
}
.cid-us8XPR72Ub {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-us8XPR72Ub .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-us8XPR72Ub .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-us8XPR72Ub .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-us8XPR72Ub .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-us8XPR72Ub .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uCZryjHqmm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uCZryjHqmm .card-box {
  padding: 0rem;
}
.cid-uCZryjHqmm .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uCZryjHqmm .card {
  padding: 0;
  margin: auto;
}
.cid-uCZryjHqmm .card-img {
  height: 220px;
}
.cid-uCZryjHqmm .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCZryjHqmm .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uCZryjHqmm .card-wrapper {
    padding: 4rem;
  }
}
.cid-uCZryjHqmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZryjHqmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCZryjHqmm .card-title {
  color: #ffffff;
}
.cid-uCZryjHqmm ora {
  color: #7f9cb5;
}
.cid-us8YNTSpDe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us8YNTSpDe .line {
  background-color: #d0b111;
  color: #d0b111;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-us8YNTSpDe .section-text {
  padding: 0.1rem 0;
  text-align: left;
  color: #465052;
}
.cid-us8YNTSpDe .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-us8YNTSpDe .inner-container {
    width: 100% !important;
  }
}
.cid-us8YPKElk3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us8YPKElk3 H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-us8YPKElk3 .mbr-text,
.cid-us8YPKElk3 .mbr-section-btn {
  color: #716c80;
}
.cid-us8YPKElk3 H3 {
  color: #716c80;
}
.cid-us8YPKElk3 .row {
  justify-content: space-between;
}
.cid-us8YPKElk3 .col-lg-6 {
  max-width: 500px;
}
.cid-us8YPKElk3 .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-us8YPKElk3 .text2,
.cid-us8YPKElk3 .btn2 {
  text-align: left;
  color: #000000;
}
.cid-us8YPKElk3 .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-us8YPKElk3 .text1,
.cid-us8YPKElk3 .btn1 {
  text-align: left;
  color: #000000;
}
.cid-us8YPKElk3 .title2 DIV {
  text-align: left;
}
.cid-us8Z7WjDp5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us8Z7WjDp5 H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-us8Z7WjDp5 .mbr-text,
.cid-us8Z7WjDp5 .mbr-section-btn {
  color: #716c80;
}
.cid-us8Z7WjDp5 H3 {
  color: #716c80;
}
.cid-us8Z7WjDp5 .row {
  justify-content: space-between;
}
.cid-us8Z7WjDp5 .col-lg-6 {
  max-width: 500px;
}
.cid-us8Z7WjDp5 .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-us8Z7WjDp5 .text2,
.cid-us8Z7WjDp5 .btn2 {
  text-align: left;
  color: #000000;
}
.cid-us8Z7WjDp5 .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-us8Z7WjDp5 .text1,
.cid-us8Z7WjDp5 .btn1 {
  text-align: left;
  color: #000000;
}
.cid-us8Z7WjDp5 .title2 DIV {
  text-align: left;
}
.cid-us920dOQWO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us920dOQWO H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-us920dOQWO .mbr-text,
.cid-us920dOQWO .mbr-section-btn {
  color: #716c80;
}
.cid-us920dOQWO H3 {
  color: #716c80;
}
.cid-us920dOQWO .row {
  justify-content: space-between;
}
.cid-us920dOQWO .col-lg-6 {
  max-width: 500px;
}
.cid-us920dOQWO .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-us920dOQWO .text2,
.cid-us920dOQWO .btn2 {
  text-align: left;
  color: #000000;
}
.cid-us920dOQWO .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-us920dOQWO .text1,
.cid-us920dOQWO .btn1 {
  text-align: left;
  color: #000000;
}
.cid-us920dOQWO .title2 DIV {
  text-align: left;
}
.cid-us8Z9XTpr3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us8Z9XTpr3 H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-us8Z9XTpr3 .mbr-text,
.cid-us8Z9XTpr3 .mbr-section-btn {
  color: #716c80;
}
.cid-us8Z9XTpr3 H3 {
  color: #716c80;
}
.cid-us8Z9XTpr3 .row {
  justify-content: space-between;
}
.cid-us8Z9XTpr3 .col-lg-6 {
  max-width: 500px;
}
.cid-us8Z9XTpr3 .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-us8Z9XTpr3 .text2,
.cid-us8Z9XTpr3 .btn2 {
  text-align: left;
  color: #000000;
}
.cid-us8Z9XTpr3 .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-us8Z9XTpr3 .text1,
.cid-us8Z9XTpr3 .btn1 {
  text-align: left;
  color: #000000;
}
.cid-us8Z9XTpr3 .title2 DIV {
  text-align: left;
}
.cid-us8XPUmow2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-us8XPUmow2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8XPUmow2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us8XPUmow2 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-us8XPUmow2 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-us8XPUmow2 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-us8XPUmow2 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-us8XPUmow2 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-us8XPUmow2 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-us8XPUmow2 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-us8XPUmow2 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-us8XPUmow2 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-us8XPUmow2 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-us8XPUmow2 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-us8XPUmow2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-us8XPUmow2 .items-wrapper .card {
  padding: 0 32px;
}
.cid-us8XPUmow2 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us8XPUmow2 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us8XPUmow2 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us8XPUmow2 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-us8XPUmow2 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-us8XPUmow2 .list-wrapper .list .item-wrap:hover,
.cid-us8XPUmow2 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-us8XPUmow2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-us8XPUmow2 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us8XPUmow2 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us8XPUmow2 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us8XPUmow2 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us8XPUmow2 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-us8XPUmow2 .mbr-desc {
  color: #ffffff;
}
.cid-us8XPUmow2 .mbr-text,
.cid-us8XPUmow2 .text-wrapper {
  color: #9aa0a6;
}
.cid-us8XPUmow2 .list {
  color: #9aa0a6;
}
.cid-us8XPUmow2 .mbr-text,
.cid-us8XPUmow2 .mbr-section-btn {
  color: #b2ccd2;
}
.cid-us8XPUmow2 .list,
.cid-us8XPUmow2 .item-wrap {
  color: #b2ccd2;
}
.cid-us8XPUmow2 weis {
  color: #ffffff;
}
.cid-us8XPUmow2 klein {
  font-size: 12px;
}
.cid-us8XPUmow2 blau {
  color: #f4f4f4;
}
.cid-us8XPUmow2 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-us8XPUmow2 .mbr-desc,
.cid-us8XPUmow2 .content-wrapper {
  color: #ffffff;
}
.cid-us8XPUQx8G #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-us8XPUQx8G #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-us8XPUQx8G #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-us8XPUQx8G #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-us8XPUQx8G #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-us8XPUQx8G #dentauraBttB:hover {
  opacity: 1;
}
.cid-us8XPUQx8G .hidden {
  display: none;
}
.cid-us8XQIvW0O {
  min-height: 70px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 80px;
}
.cid-us8XQIvW0O .nav-item,
.cid-us8XQIvW0O .nav-link,
.cid-us8XQIvW0O .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-us8XQIvW0O .nav-item:hover,
.cid-us8XQIvW0O .nav-link:hover,
.cid-us8XQIvW0O .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-us8XQIvW0O .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-us8XQIvW0O .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-us8XQIvW0O .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-us8XQIvW0O .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-us8XQIvW0O .container-fluid,
.cid-us8XQIvW0O .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-us8XQIvW0O .navbar-brand {
  padding: 0;
}
.cid-us8XQIvW0O .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-us8XQIvW0O .nav-link:hover:before {
  width: 100%;
}
.cid-us8XQIvW0O .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-us8XQIvW0O .nav-link {
    margin: 0 !important;
  }
}
.cid-us8XQIvW0O .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-us8XQIvW0O .widget p,
.cid-us8XQIvW0O .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-us8XQIvW0O .widget p a,
.cid-us8XQIvW0O .widget .icons-menu a {
  margin-left: 15px;
}
.cid-us8XQIvW0O .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-us8XQIvW0O .icons__wrap:hover {
  color: #ffffff;
  background-color: #6e4506;
  border-color: #6e4506;
}
.cid-us8XQIvW0O .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-us8XQIvW0O .block__phone,
  .cid-us8XQIvW0O .icons-menu {
    display: none;
  }
  .cid-us8XQIvW0O .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-us8XQIvW0O .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #6e4506 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-us8XQIvW0O .mbr-section-btn .btn-secondary:hover {
  background-color: #6e4506 !important;
  color: #ffffff !important;
}
.cid-us8XQIvW0O .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-us8XQIvW0O .navbar > .container,
.cid-us8XQIvW0O .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-us8XQIvW0O .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-us8XQIvW0O .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #efefef;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #0f7699;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-us8XQIvW0O .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-us8XQIvW0O .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-us8XQIvW0O .dropdown-toggle::after,
  .cid-us8XQIvW0O .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-us8XQIvW0O .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-us8XQIvW0O .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-us8XQIvW0O .dropdown-menu .dropdown-item:hover {
  color: #6e4506 !important;
}
.cid-us8XQIvW0O .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-us8XQIvW0O .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-us8XQIvW0O .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-us8XQIvW0O .nav-item:focus,
.cid-us8XQIvW0O .nav-link:focus {
  outline: none;
}
.cid-us8XQIvW0O .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-us8XQIvW0O .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-us8XQIvW0O .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-us8XQIvW0O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us8XQIvW0O .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-us8XQIvW0O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us8XQIvW0O .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-us8XQIvW0O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us8XQIvW0O .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-us8XQIvW0O .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-us8XQIvW0O .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-us8XQIvW0O .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-us8XQIvW0O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us8XQIvW0O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us8XQIvW0O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-us8XQIvW0O .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-us8XQIvW0O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us8XQIvW0O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-us8XQIvW0O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us8XQIvW0O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us8XQIvW0O .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-us8XQIvW0O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us8XQIvW0O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-us8XQIvW0O .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-us8XQIvW0O .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-us8XQIvW0O .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-us8XQIvW0O .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-us8XQIvW0O .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-us8XQIvW0O .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-us8XQIvW0O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us8XQIvW0O .dropdown-item.active,
.cid-us8XQIvW0O .dropdown-item:active {
  background-color: transparent;
}
.cid-us8XQIvW0O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-us8XQIvW0O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-us8XQIvW0O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us8XQIvW0O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-us8XQIvW0O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us8XQIvW0O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us8XQIvW0O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us8XQIvW0O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us8XQIvW0O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us8XQIvW0O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us8XQIvW0O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us8XQIvW0O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us8XQIvW0O .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-us8XQIvW0O a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-us8XQIvW0O a.nav-link:hover {
  color: #6e4506 !important;
}
@media (max-width: 991px) {
  .cid-us8XQIvW0O .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-us8XQIvW0O .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-us8XQIvW0O .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-us8XQIvW0O .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-us8XQIvW0O .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-us8XQIvW0O .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-us8XQIvW0O .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-us8XQIvW0O .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-us8XQIvW0O .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-us8XQIvW0O .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-us8XQIvW0O a.nav-link {
    justify-content: flex-start;
  }
  .cid-us8XQIvW0O ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-us8XQIvW0O .navbar-brand {
    padding: 0;
  }
  .cid-us8XQIvW0O .block__phone,
  .cid-us8XQIvW0O .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-us8XQIvW0O .widget {
    flex-direction: column;
  }
  .cid-us8XQIvW0O .widget p,
  .cid-us8XQIvW0O .widget .icons-menu {
    margin-right: 0;
  }
  .cid-us8XQIvW0O .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-us8XQIvW0O .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-us8XQIvW0O .navbar {
    height: 97px;
  }
  .cid-us8XQIvW0O .navbar.opened {
    height: auto;
  }
  .cid-us8XQIvW0O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us8XQIvW0O ora {
  color: #ff6600;
}
.cid-us8XQI2sz5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-us8XQI2sz5 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-us8XQI2sz5 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-us8XQI2sz5 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-us8XQI2sz5 .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-us8XQI2sz5 .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-us8XQJ1AbX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-us8XQJ1AbX .card-box {
  padding: 0rem;
}
.cid-us8XQJ1AbX .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-us8XQJ1AbX .card {
  padding: 0;
  margin: auto;
}
.cid-us8XQJ1AbX .card-img {
  height: 220px;
}
.cid-us8XQJ1AbX .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-us8XQJ1AbX .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-us8XQJ1AbX .card-wrapper {
    padding: 4rem;
  }
}
.cid-us8XQJ1AbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8XQJ1AbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us8XQJ1AbX .card-title {
  color: #ffffff;
}
.cid-us8XQJ1AbX ora {
  color: #7f9cb5;
}
.cid-uCZkqnfD3M {
  overflow: visible !important;
  padding-top: 7.7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uCZkqnfD3M {
    padding-top: 21px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uCZkqnfD3M {
    padding-top: 2.1rem;
    padding-bottom: 0rem;
  }
}
.cid-uCZkqnfD3M .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uCZkqnfD3M .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-uCZkqnfD3M .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-uCZkqnfD3M .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
@media (min-width: 992px) {
  .cid-uCZkqnfD3M .text {
    min-width: 615px;
    transform: translate(-25%, 19rem);
  }
}
.cid-uCZkqnfD3M .text-wrapper {
  background: #b2ccd2;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-uCZkqnfD3M .text-wrapper {
    padding: 10px 100px 2px;
    opacity: 0.85;
  }
}
.cid-uCZkqnfD3M .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-uCZkqnfD3M .display-1 {
    font-size: 65px;
  }
  .cid-uCZkqnfD3M .display-5 {
    font-size: 29px;
  }
}
.cid-uCZkqnfD3M .mbr-section-btn {
  background: #b2ccd2;
  margin-left: 0;
  margin-right: 0;
}
.cid-uCZkqnfD3M .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-uCZkqnfD3M .btn:hover {
  background: #E1A900!important;
  border-color: #E1A900 !important;
  color: #18293D !important;
}
.cid-uCZkqnfD3M .mbr-section-title {
  color: #465052;
  text-align: left;
}
.cid-uCZkqnfD3M .mbr-section-subtitle {
  color: #232323;
}
.cid-uCZkqnfD3M .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-us98tL0gZz {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us98tL0gZz .line {
  background-color: #801f95;
  color: #801f95;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-us98tL0gZz .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #e15a00;
}
.cid-us98tL0gZz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-us98tL0gZz .inner-container {
    width: 100% !important;
  }
}
.cid-us98tL0gZz magenta {
  color: #ff6600;
  font-family: FiraSansCondensed-Light;
  font-size: 22px;
  font-weight: bold;
}
.cid-us98tL0gZz klein {
  color: #8c8c8c;
  font-family: FiraSansCondensed-Light;
  font-size: 13px;
}
.cid-us98tL0gZz gruen {
  color: #00875a;
  font-family: FiraSansCondensed-Light;
  font-weight: bold;
}
.cid-us98tL0gZz gruen1 {
  color: #00875a;
  font-family: FiraSansCondensed-Light;
  font-weight: bold;
  font-size: 24px;
}
.cid-us8XQKyJcx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-us8XQKyJcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8XQKyJcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us8XQKyJcx .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-us8XQKyJcx .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-us8XQKyJcx .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-us8XQKyJcx .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-us8XQKyJcx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-us8XQKyJcx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-us8XQKyJcx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-us8XQKyJcx .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-us8XQKyJcx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-us8XQKyJcx .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-us8XQKyJcx .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-us8XQKyJcx .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-us8XQKyJcx .items-wrapper .card {
  padding: 0 32px;
}
.cid-us8XQKyJcx .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us8XQKyJcx .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us8XQKyJcx .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us8XQKyJcx .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-us8XQKyJcx .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-us8XQKyJcx .list-wrapper .list .item-wrap:hover,
.cid-us8XQKyJcx .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-us8XQKyJcx .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-us8XQKyJcx .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us8XQKyJcx .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us8XQKyJcx .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us8XQKyJcx .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us8XQKyJcx .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-us8XQKyJcx .mbr-desc {
  color: #ffffff;
}
.cid-us8XQKyJcx .mbr-text,
.cid-us8XQKyJcx .text-wrapper {
  color: #9aa0a6;
}
.cid-us8XQKyJcx .list {
  color: #9aa0a6;
}
.cid-us8XQKyJcx .mbr-text,
.cid-us8XQKyJcx .mbr-section-btn {
  color: #b2ccd2;
}
.cid-us8XQKyJcx .list,
.cid-us8XQKyJcx .item-wrap {
  color: #b2ccd2;
}
.cid-us8XQKyJcx weis {
  color: #ffffff;
}
.cid-us8XQKyJcx klein {
  font-size: 12px;
}
.cid-us8XQKyJcx blau {
  color: #f4f4f4;
}
.cid-us8XQKyJcx .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-us8XQKyJcx .mbr-desc,
.cid-us8XQKyJcx .content-wrapper {
  color: #ffffff;
}
.cid-us8XQL7uym #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-us8XQL7uym #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-us8XQL7uym #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-us8XQL7uym #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-us8XQL7uym #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-us8XQL7uym #dentauraBttB:hover {
  opacity: 1;
}
.cid-us8XQL7uym .hidden {
  display: none;
}
.cid-uIIqf2jL9G {
  min-height: 70px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 80px;
}
.cid-uIIqf2jL9G .nav-item,
.cid-uIIqf2jL9G .nav-link,
.cid-uIIqf2jL9G .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIIqf2jL9G .nav-item:hover,
.cid-uIIqf2jL9G .nav-link:hover,
.cid-uIIqf2jL9G .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uIIqf2jL9G .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uIIqf2jL9G .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uIIqf2jL9G .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uIIqf2jL9G .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uIIqf2jL9G .container-fluid,
.cid-uIIqf2jL9G .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uIIqf2jL9G .navbar-brand {
  padding: 0;
}
.cid-uIIqf2jL9G .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uIIqf2jL9G .nav-link:hover:before {
  width: 100%;
}
.cid-uIIqf2jL9G .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uIIqf2jL9G .nav-link {
    margin: 0 !important;
  }
}
.cid-uIIqf2jL9G .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIIqf2jL9G .widget p,
.cid-uIIqf2jL9G .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uIIqf2jL9G .widget p a,
.cid-uIIqf2jL9G .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uIIqf2jL9G .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uIIqf2jL9G .icons__wrap:hover {
  color: #ffffff;
  background-color: #6e4506;
  border-color: #6e4506;
}
.cid-uIIqf2jL9G .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uIIqf2jL9G .block__phone,
  .cid-uIIqf2jL9G .icons-menu {
    display: none;
  }
  .cid-uIIqf2jL9G .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uIIqf2jL9G .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #6e4506 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uIIqf2jL9G .mbr-section-btn .btn-secondary:hover {
  background-color: #6e4506 !important;
  color: #ffffff !important;
}
.cid-uIIqf2jL9G .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uIIqf2jL9G .navbar > .container,
.cid-uIIqf2jL9G .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uIIqf2jL9G .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uIIqf2jL9G .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #efefef;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #0f7699;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uIIqf2jL9G .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uIIqf2jL9G .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uIIqf2jL9G .dropdown-toggle::after,
  .cid-uIIqf2jL9G .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uIIqf2jL9G .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uIIqf2jL9G .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uIIqf2jL9G .dropdown-menu .dropdown-item:hover {
  color: #6e4506 !important;
}
.cid-uIIqf2jL9G .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uIIqf2jL9G .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uIIqf2jL9G .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uIIqf2jL9G .nav-item:focus,
.cid-uIIqf2jL9G .nav-link:focus {
  outline: none;
}
.cid-uIIqf2jL9G .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-uIIqf2jL9G .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uIIqf2jL9G .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uIIqf2jL9G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIIqf2jL9G .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uIIqf2jL9G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIIqf2jL9G .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uIIqf2jL9G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIIqf2jL9G .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-uIIqf2jL9G .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-uIIqf2jL9G .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uIIqf2jL9G .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uIIqf2jL9G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIIqf2jL9G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIIqf2jL9G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-uIIqf2jL9G .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uIIqf2jL9G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIIqf2jL9G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uIIqf2jL9G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIIqf2jL9G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIIqf2jL9G .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-uIIqf2jL9G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIIqf2jL9G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uIIqf2jL9G .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uIIqf2jL9G .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-uIIqf2jL9G .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uIIqf2jL9G .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uIIqf2jL9G .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uIIqf2jL9G .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uIIqf2jL9G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIIqf2jL9G .dropdown-item.active,
.cid-uIIqf2jL9G .dropdown-item:active {
  background-color: transparent;
}
.cid-uIIqf2jL9G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uIIqf2jL9G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uIIqf2jL9G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIIqf2jL9G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-uIIqf2jL9G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIIqf2jL9G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIIqf2jL9G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIIqf2jL9G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIIqf2jL9G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIIqf2jL9G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIIqf2jL9G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIIqf2jL9G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIIqf2jL9G .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uIIqf2jL9G a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uIIqf2jL9G a.nav-link:hover {
  color: #6e4506 !important;
}
@media (max-width: 991px) {
  .cid-uIIqf2jL9G .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uIIqf2jL9G .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-uIIqf2jL9G .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uIIqf2jL9G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uIIqf2jL9G .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uIIqf2jL9G .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uIIqf2jL9G .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uIIqf2jL9G .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uIIqf2jL9G .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uIIqf2jL9G .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uIIqf2jL9G a.nav-link {
    justify-content: flex-start;
  }
  .cid-uIIqf2jL9G ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uIIqf2jL9G .navbar-brand {
    padding: 0;
  }
  .cid-uIIqf2jL9G .block__phone,
  .cid-uIIqf2jL9G .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uIIqf2jL9G .widget {
    flex-direction: column;
  }
  .cid-uIIqf2jL9G .widget p,
  .cid-uIIqf2jL9G .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uIIqf2jL9G .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uIIqf2jL9G .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIIqf2jL9G .navbar {
    height: 97px;
  }
  .cid-uIIqf2jL9G .navbar.opened {
    height: auto;
  }
  .cid-uIIqf2jL9G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIIqf2jL9G ora {
  color: #ff6600;
}
.cid-uQKC1fvX34 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uQKC1fvX34 .card-box {
  padding: 0rem;
}
.cid-uQKC1fvX34 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uQKC1fvX34 .card {
  padding: 0;
  margin: auto;
}
.cid-uQKC1fvX34 .card-img {
  height: 220px;
}
.cid-uQKC1fvX34 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uQKC1fvX34 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uQKC1fvX34 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uQKC1fvX34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQKC1fvX34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQKC1fvX34 .card-title {
  color: #ffffff;
}
.cid-uQKC1fvX34 ora {
  color: #7f9cb5;
}
.cid-uK1Df94pCr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uK1Df94pCr .mbr-section-title {
  text-align: center;
  color: #e15a00;
}
.cid-uK1Df94pCr .mbr-section-text {
  text-align: center;
  color: #000000;
}
.cid-uK1Df94pCr a[type="submit"],
.cid-uK1Df94pCr button[type="submit"] {
  margin-top: 0;
}
.cid-uK1Df94pCr .wsSearchError {
  text-align: center;
  background-color: #ff4a52;
}
.cid-uK1Df94pCr mark {
  padding: 0;
  color: inherit;
  background-color: #ffe161;
}
.cid-uK1Df94pCr .row .spinner-border,
.cid-uK1Df94pCr .row .spinner-grow {
  width: 32px;
  color: #4479d9;
}
.cid-uK1Df94pCr .gdpr-block {
  display: none;
}
.cid-uIIqfATs12 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIIqfATs12 .line {
  background-color: #6592e6;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uIIqfATs12 .mbr-text {
  text-align: left;
  color: #12687f;
}
.cid-uIIqfATs12 rot {
  color: #8f0505;
}
.cid-uIIqfBrZwP {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIIqfBrZwP .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uIIqfBrZwP .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #0f7699;
}
.cid-uIIqfBrZwP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uIIqfBrZwP .inner-container {
    width: 100% !important;
  }
}
.cid-uIIqfBUcJ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-uIIqfBUcJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIqfBUcJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIqfBUcJ9 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uIIqfBUcJ9 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uIIqfBUcJ9 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIIqfBUcJ9 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uIIqfBUcJ9 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIIqfBUcJ9 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIIqfBUcJ9 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIIqfBUcJ9 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uIIqfBUcJ9 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uIIqfBUcJ9 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uIIqfBUcJ9 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uIIqfBUcJ9 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIIqfBUcJ9 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uIIqfBUcJ9 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIIqfBUcJ9 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uIIqfBUcJ9 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uIIqfBUcJ9 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uIIqfBUcJ9 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uIIqfBUcJ9 .list-wrapper .list .item-wrap:hover,
.cid-uIIqfBUcJ9 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uIIqfBUcJ9 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uIIqfBUcJ9 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uIIqfBUcJ9 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uIIqfBUcJ9 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uIIqfBUcJ9 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uIIqfBUcJ9 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uIIqfBUcJ9 .mbr-desc {
  color: #ffffff;
}
.cid-uIIqfBUcJ9 .mbr-text,
.cid-uIIqfBUcJ9 .text-wrapper {
  color: #9aa0a6;
}
.cid-uIIqfBUcJ9 .list {
  color: #9aa0a6;
}
.cid-uIIqfBUcJ9 .mbr-text,
.cid-uIIqfBUcJ9 .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uIIqfBUcJ9 .list,
.cid-uIIqfBUcJ9 .item-wrap {
  color: #b2ccd2;
}
.cid-uIIqfBUcJ9 weis {
  color: #ffffff;
}
.cid-uIIqfBUcJ9 klein {
  font-size: 12px;
}
.cid-uIIqfBUcJ9 blau {
  color: #f4f4f4;
}
.cid-uIIqfBUcJ9 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-uIIqfBUcJ9 .mbr-desc,
.cid-uIIqfBUcJ9 .content-wrapper {
  color: #ffffff;
}
.cid-uIIqfCwUR6 #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uIIqfCwUR6 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uIIqfCwUR6 #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uIIqfCwUR6 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uIIqfCwUR6 #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uIIqfCwUR6 #dentauraBttB:hover {
  opacity: 1;
}
.cid-uIIqfCwUR6 .hidden {
  display: none;
}
.cid-uDVjoNDGbL {
  min-height: 70px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 80px;
}
.cid-uDVjoNDGbL .nav-item,
.cid-uDVjoNDGbL .nav-link,
.cid-uDVjoNDGbL .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uDVjoNDGbL .nav-item:hover,
.cid-uDVjoNDGbL .nav-link:hover,
.cid-uDVjoNDGbL .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uDVjoNDGbL .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uDVjoNDGbL .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uDVjoNDGbL .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uDVjoNDGbL .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uDVjoNDGbL .container-fluid,
.cid-uDVjoNDGbL .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uDVjoNDGbL .navbar-brand {
  padding: 0;
}
.cid-uDVjoNDGbL .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uDVjoNDGbL .nav-link:hover:before {
  width: 100%;
}
.cid-uDVjoNDGbL .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uDVjoNDGbL .nav-link {
    margin: 0 !important;
  }
}
.cid-uDVjoNDGbL .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDVjoNDGbL .widget p,
.cid-uDVjoNDGbL .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uDVjoNDGbL .widget p a,
.cid-uDVjoNDGbL .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uDVjoNDGbL .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uDVjoNDGbL .icons__wrap:hover {
  color: #ffffff;
  background-color: #6e4506;
  border-color: #6e4506;
}
.cid-uDVjoNDGbL .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uDVjoNDGbL .block__phone,
  .cid-uDVjoNDGbL .icons-menu {
    display: none;
  }
  .cid-uDVjoNDGbL .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uDVjoNDGbL .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #6e4506 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uDVjoNDGbL .mbr-section-btn .btn-secondary:hover {
  background-color: #6e4506 !important;
  color: #ffffff !important;
}
.cid-uDVjoNDGbL .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uDVjoNDGbL .navbar > .container,
.cid-uDVjoNDGbL .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uDVjoNDGbL .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uDVjoNDGbL .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #efefef;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #0f7699;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uDVjoNDGbL .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uDVjoNDGbL .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uDVjoNDGbL .dropdown-toggle::after,
  .cid-uDVjoNDGbL .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uDVjoNDGbL .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uDVjoNDGbL .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uDVjoNDGbL .dropdown-menu .dropdown-item:hover {
  color: #6e4506 !important;
}
.cid-uDVjoNDGbL .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uDVjoNDGbL .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uDVjoNDGbL .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uDVjoNDGbL .nav-item:focus,
.cid-uDVjoNDGbL .nav-link:focus {
  outline: none;
}
.cid-uDVjoNDGbL .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-uDVjoNDGbL .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uDVjoNDGbL .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uDVjoNDGbL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDVjoNDGbL .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uDVjoNDGbL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVjoNDGbL .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uDVjoNDGbL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDVjoNDGbL .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-uDVjoNDGbL .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-uDVjoNDGbL .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uDVjoNDGbL .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uDVjoNDGbL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVjoNDGbL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDVjoNDGbL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-uDVjoNDGbL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uDVjoNDGbL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVjoNDGbL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uDVjoNDGbL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVjoNDGbL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVjoNDGbL .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-uDVjoNDGbL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVjoNDGbL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uDVjoNDGbL .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uDVjoNDGbL .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-uDVjoNDGbL .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uDVjoNDGbL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uDVjoNDGbL .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uDVjoNDGbL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uDVjoNDGbL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVjoNDGbL .dropdown-item.active,
.cid-uDVjoNDGbL .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVjoNDGbL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uDVjoNDGbL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uDVjoNDGbL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDVjoNDGbL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-uDVjoNDGbL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVjoNDGbL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVjoNDGbL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVjoNDGbL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVjoNDGbL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVjoNDGbL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVjoNDGbL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVjoNDGbL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVjoNDGbL .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uDVjoNDGbL a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uDVjoNDGbL a.nav-link:hover {
  color: #6e4506 !important;
}
@media (max-width: 991px) {
  .cid-uDVjoNDGbL .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uDVjoNDGbL .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-uDVjoNDGbL .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uDVjoNDGbL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uDVjoNDGbL .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uDVjoNDGbL .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uDVjoNDGbL .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uDVjoNDGbL .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uDVjoNDGbL .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uDVjoNDGbL .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uDVjoNDGbL a.nav-link {
    justify-content: flex-start;
  }
  .cid-uDVjoNDGbL ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uDVjoNDGbL .navbar-brand {
    padding: 0;
  }
  .cid-uDVjoNDGbL .block__phone,
  .cid-uDVjoNDGbL .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uDVjoNDGbL .widget {
    flex-direction: column;
  }
  .cid-uDVjoNDGbL .widget p,
  .cid-uDVjoNDGbL .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uDVjoNDGbL .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uDVjoNDGbL .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uDVjoNDGbL .navbar {
    height: 97px;
  }
  .cid-uDVjoNDGbL .navbar.opened {
    height: auto;
  }
  .cid-uDVjoNDGbL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDVjoNDGbL ora {
  color: #ff6600;
}
.cid-uDVjoO7gKi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uDVjoO7gKi .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uDVjoO7gKi .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uDVjoO7gKi .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uDVjoO7gKi .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uDVjoO7gKi .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uDVjoOl2BD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uDVjoOl2BD .card-box {
  padding: 0rem;
}
.cid-uDVjoOl2BD .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uDVjoOl2BD .card {
  padding: 0;
  margin: auto;
}
.cid-uDVjoOl2BD .card-img {
  height: 220px;
}
.cid-uDVjoOl2BD .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uDVjoOl2BD .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uDVjoOl2BD .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDVjoOl2BD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVjoOl2BD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVjoOl2BD .card-title {
  color: #ffffff;
}
.cid-uDVjoOl2BD ora {
  color: #7f9cb5;
}
.cid-uDVpLrZWdm {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #fbfbfb;
}
.cid-uDVpLrZWdm .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uDVpLrZWdm .section-text {
  padding: 1rem 0;
  text-align: center;
  color: #08aebf;
}
.cid-uDVpLrZWdm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uDVpLrZWdm .inner-container {
    width: 100% !important;
  }
}
.cid-uDVpTgcQme {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fbfbfb;
}
.cid-uDVpTgcQme .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uDVpTgcQme .section-text {
  padding: 1rem 0;
  text-align: center;
}
.cid-uDVpTgcQme .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uDVpTgcQme .inner-container {
    width: 100% !important;
  }
}
.cid-uDVpTgcQme strich {
  color: #232323;
  text-align: left;
  line-height: 22px;
  text-decoration: underline ;
}
.cid-uQRO3lO2x9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fbfbfb;
}
.cid-uQRO3lO2x9 .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-uQRO3lO2x9 .container {
    max-width: 1400px;
  }
}
.cid-uQRO3lO2x9 img {
  width: 100%;
}
.cid-uQRO3lO2x9 .link-wrap {
  width: 100%;
}
.cid-uQRO3lO2x9 .link {
  display: inline-block;
}
.cid-uQRO3lO2x9 .card {
  transition: all 0.3s;
}
.cid-uQRO3lO2x9 .card:hover {
  transform: translateY(-10px);
}
.cid-uQRO3lO2x9 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ebfafb;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uQRO3lO2x9 .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uQRO3lO2x9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQRO3lO2x9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQRO3lO2x9 gelb {
  color: #e15a00;
  text-align: left;
}
.cid-uQRO3lO2x9 blau {
  color: #08aebf;
  text-align: left;
}
.cid-uQRO3lO2x9 gruen {
  color: #33a6f1;
  text-align: left;
}
.cid-uR7k1b0i5k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fbfbfb;
}
.cid-uR7k1b0i5k .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-uR7k1b0i5k .container {
    max-width: 1400px;
  }
}
.cid-uR7k1b0i5k img {
  width: 100%;
}
.cid-uR7k1b0i5k .link-wrap {
  width: 100%;
}
.cid-uR7k1b0i5k .link {
  display: inline-block;
}
.cid-uR7k1b0i5k .card {
  transition: all 0.3s;
}
.cid-uR7k1b0i5k .card:hover {
  transform: translateY(-10px);
}
.cid-uR7k1b0i5k .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ebfafb;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uR7k1b0i5k .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uR7k1b0i5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7k1b0i5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7k1b0i5k gelb {
  color: #e15a00;
  text-align: left;
}
.cid-uR7k1b0i5k blau {
  color: #08aebf;
  text-align: left;
}
.cid-uR7k1b0i5k gruen {
  color: #08bf6b;
  text-align: left;
}
.cid-uRi2q4c2EY {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRi2q4c2EY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRi2q4c2EY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRi2q4c2EY .row {
  justify-content: left;
}
.cid-uRi2q4c2EY .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid #08aebf;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uRi2q4c2EY .content-container {
    flex-wrap: wrap;
  }
}
.cid-uRi2q4c2EY .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uRi2q4c2EY .text-item {
    width: 100%;
  }
}
.cid-uRi2q4c2EY .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uRi2q4c2EY .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uRi2q4c2EY .mbr-section-title {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRi2q4c2EY .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uRi2q4c2EY .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uRi2q4c2EY .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uRi2q4c2EY .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uRi2q4c2EY .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRi2q4c2EY .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #b2ccd2, #149dcc);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uRi2q4c2EY .circle-blur {
    display: none !important;
  }
}
.cid-uRi2q4c2EY .mbr-section-title DIV {
  text-align: left;
}
.cid-uRi2q4c2EY .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 265px;
}
.cid-uRi2q4c2EY klein {
  color: #000000;
  font-size: 18px;
}
.cid-uRi2q4c2EY gruen {
  color: #08bf6b;
  text-align: left;
}
.cid-uDVjoOUHBu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-uDVjoOUHBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVjoOUHBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVjoOUHBu .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uDVjoOUHBu .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uDVjoOUHBu .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uDVjoOUHBu .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uDVjoOUHBu .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uDVjoOUHBu .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uDVjoOUHBu .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uDVjoOUHBu .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uDVjoOUHBu .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uDVjoOUHBu .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uDVjoOUHBu .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uDVjoOUHBu .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uDVjoOUHBu .items-wrapper .card {
  padding: 0 32px;
}
.cid-uDVjoOUHBu .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDVjoOUHBu .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDVjoOUHBu .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDVjoOUHBu .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uDVjoOUHBu .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uDVjoOUHBu .list-wrapper .list .item-wrap:hover,
.cid-uDVjoOUHBu .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uDVjoOUHBu .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uDVjoOUHBu .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDVjoOUHBu .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDVjoOUHBu .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uDVjoOUHBu .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uDVjoOUHBu .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uDVjoOUHBu .mbr-desc {
  color: #ffffff;
}
.cid-uDVjoOUHBu .mbr-text,
.cid-uDVjoOUHBu .text-wrapper {
  color: #9aa0a6;
}
.cid-uDVjoOUHBu .list {
  color: #9aa0a6;
}
.cid-uDVjoOUHBu .mbr-text,
.cid-uDVjoOUHBu .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uDVjoOUHBu .list,
.cid-uDVjoOUHBu .item-wrap {
  color: #b2ccd2;
}
.cid-uDVjoOUHBu weis {
  color: #ffffff;
}
.cid-uDVjoOUHBu klein {
  font-size: 12px;
}
.cid-uDVjoOUHBu blau {
  color: #f4f4f4;
}
.cid-uDVjoOUHBu .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-uDVjoOUHBu .mbr-desc,
.cid-uDVjoOUHBu .content-wrapper {
  color: #ffffff;
}
.cid-uDVjoPioBi #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uDVjoPioBi #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uDVjoPioBi #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uDVjoPioBi #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uDVjoPioBi #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uDVjoPioBi #dentauraBttB:hover {
  opacity: 1;
}
.cid-uDVjoPioBi .hidden {
  display: none;
}
.cid-uQJdXmehHz {
  min-height: 70px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 80px;
}
.cid-uQJdXmehHz .nav-item,
.cid-uQJdXmehHz .nav-link,
.cid-uQJdXmehHz .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uQJdXmehHz .nav-item:hover,
.cid-uQJdXmehHz .nav-link:hover,
.cid-uQJdXmehHz .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uQJdXmehHz .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uQJdXmehHz .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uQJdXmehHz .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uQJdXmehHz .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uQJdXmehHz .container-fluid,
.cid-uQJdXmehHz .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uQJdXmehHz .navbar-brand {
  padding: 0;
}
.cid-uQJdXmehHz .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uQJdXmehHz .nav-link:hover:before {
  width: 100%;
}
.cid-uQJdXmehHz .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-uQJdXmehHz .nav-link {
    margin: 0 !important;
  }
}
.cid-uQJdXmehHz .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQJdXmehHz .widget p,
.cid-uQJdXmehHz .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uQJdXmehHz .widget p a,
.cid-uQJdXmehHz .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uQJdXmehHz .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 25px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-uQJdXmehHz .icons__wrap:hover {
  color: #ffffff;
  background-color: #6e4506;
  border-color: #6e4506;
}
.cid-uQJdXmehHz .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uQJdXmehHz .block__phone,
  .cid-uQJdXmehHz .icons-menu {
    display: none;
  }
  .cid-uQJdXmehHz .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uQJdXmehHz .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #6e4506 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uQJdXmehHz .mbr-section-btn .btn-secondary:hover {
  background-color: #6e4506 !important;
  color: #ffffff !important;
}
.cid-uQJdXmehHz .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uQJdXmehHz .navbar > .container,
.cid-uQJdXmehHz .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uQJdXmehHz .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uQJdXmehHz .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #efefef;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #0f7699;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-uQJdXmehHz .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uQJdXmehHz .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uQJdXmehHz .dropdown-toggle::after,
  .cid-uQJdXmehHz .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uQJdXmehHz .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uQJdXmehHz .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-uQJdXmehHz .dropdown-menu .dropdown-item:hover {
  color: #6e4506 !important;
}
.cid-uQJdXmehHz .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uQJdXmehHz .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uQJdXmehHz .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uQJdXmehHz .nav-item:focus,
.cid-uQJdXmehHz .nav-link:focus {
  outline: none;
}
.cid-uQJdXmehHz .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-uQJdXmehHz .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uQJdXmehHz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uQJdXmehHz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQJdXmehHz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQJdXmehHz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQJdXmehHz .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uQJdXmehHz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQJdXmehHz .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-uQJdXmehHz .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-uQJdXmehHz .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uQJdXmehHz .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uQJdXmehHz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQJdXmehHz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQJdXmehHz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 65px - 1rem);
  }
}
.cid-uQJdXmehHz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQJdXmehHz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQJdXmehHz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uQJdXmehHz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQJdXmehHz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQJdXmehHz .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-uQJdXmehHz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQJdXmehHz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQJdXmehHz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uQJdXmehHz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-uQJdXmehHz .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uQJdXmehHz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQJdXmehHz .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uQJdXmehHz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uQJdXmehHz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQJdXmehHz .dropdown-item.active,
.cid-uQJdXmehHz .dropdown-item:active {
  background-color: transparent;
}
.cid-uQJdXmehHz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uQJdXmehHz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uQJdXmehHz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQJdXmehHz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-uQJdXmehHz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQJdXmehHz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQJdXmehHz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQJdXmehHz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQJdXmehHz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQJdXmehHz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQJdXmehHz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQJdXmehHz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQJdXmehHz .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uQJdXmehHz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uQJdXmehHz a.nav-link:hover {
  color: #6e4506 !important;
}
@media (max-width: 991px) {
  .cid-uQJdXmehHz .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uQJdXmehHz .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-uQJdXmehHz .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uQJdXmehHz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-uQJdXmehHz .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uQJdXmehHz .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uQJdXmehHz .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uQJdXmehHz .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uQJdXmehHz .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uQJdXmehHz .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uQJdXmehHz a.nav-link {
    justify-content: flex-start;
  }
  .cid-uQJdXmehHz ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uQJdXmehHz .navbar-brand {
    padding: 0;
  }
  .cid-uQJdXmehHz .block__phone,
  .cid-uQJdXmehHz .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uQJdXmehHz .widget {
    flex-direction: column;
  }
  .cid-uQJdXmehHz .widget p,
  .cid-uQJdXmehHz .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uQJdXmehHz .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uQJdXmehHz .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQJdXmehHz .navbar {
    height: 97px;
  }
  .cid-uQJdXmehHz .navbar.opened {
    height: auto;
  }
  .cid-uQJdXmehHz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQJdXmehHz ora {
  color: #ff6600;
}
.cid-uQJdXmDEqU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uQJdXmDEqU .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uQJdXmDEqU .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uQJdXmDEqU .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uQJdXmDEqU .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uQJdXmDEqU .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uQL5VZIfxj {
  padding-top: 4rem;
  padding-bottom: 20rem;
  overflow: hidden;
  background-color: #f3eee9;
}
.cid-uQL5VZIfxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQL5VZIfxj .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-uQL5VZIfxj .container {
    padding: 0 30px;
  }
}
.cid-uQL5VZIfxj .row {
  position: relative;
}
.cid-uQL5VZIfxj .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 70%;
  height: 690px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #08aebf;
  border-right: 1px solid #08aebf;
  border-bottom: 1px solid #08aebf;
  border-left: 1px solid #08aebf;
  padding: 0.5em;
}
@media (max-width: 768px) {
  .cid-uQL5VZIfxj .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uQL5VZIfxj .text-wrapper {
  padding: 0.5em;
  background-color: #ffffff;
  position: relative;
  height: 580px;
  width: 530px;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #EBB000;
  border-right: 1px solid #EBB000;
  border-bottom: 1px solid #EBB000;
  border-left: 1px solid #EBB000;
}
@media (max-width: 768px) {
  .cid-uQL5VZIfxj .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uQL5VZIfxj .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uQL5VZIfxj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQL5VZIfxj .mbr-text {
  color: #232323;
}
.cid-uQL5VZIfxj .mbr-link,
.cid-uQL5VZIfxj .mbr-iconfont {
  color: #212529;
}
.cid-uQL5VZIfxj gro {
  text-align: left;
  font-size: 35px;
  color: #08aebf;
}
.cid-uQL5VZIfxj strich {
  text-decoration: underline;
}
.cid-uQL5VZIfxj .mbr-section-title {
  color: #08aebf;
}
.cid-uRTrDA8SXl {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uRTrDA8SXl .mcrone {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uRTrDA8SXl p {
  line-height: 36px;
}
@media (min-width: 992px) {
  .cid-uRTrDA8SXl .mfone {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRTrDA8SXl .mfone {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uRTrDA8SXl .mftwo {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRTrDA8SXl .mftwo {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uRTrDA8SXl .mbr-text {
    text-align: center;
    line-height: 32px;
  }
}
.cid-uRTrDA8SXl H2 {
  color: #ba6305;
}
.cid-uRTrDA8SXl .mbr-text,
.cid-uRTrDA8SXl .mbr-section-btn {
  color: #232323;
  line-height: 1.5;
  text-align: left;
}
.cid-uRTrDA8SXl H3 {
  color: #232323;
}
.cid-uRTrDA8SXl H5 {
  color: #ff3366;
}
@media (max-width: 767px) {
  .cid-uRTrDA8SXl H5 {
    text-align: center;
  }
}
.cid-uRTrDA8SXl .panel-text {
  color: #001d4a;
  text-align: left;
  line-height: 28px;
}
.cid-uRTrDA8SXl .panel-body {
  background-color: #f0ecde;
}
@media (min-width: 992px) {
  .cid-uRTrDA8SXl .panel-body {
    width: 100%;
  }
}
.cid-uRTrDA8SXl .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 2px;
  border-color: #b2ccd2;
}
.cid-uRTrDA8SXl rand {
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #ff7300;
  border-right: 1px solid #ff7300;
  border-bottom: 1px solid #ff7300;
  border-left: 1px solid #ff3300;
  padding: 0.5em;
}
.cid-uRTyLAG1Qt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f8f1e9;
}
.cid-uRTyLAG1Qt .mcrone {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uRTyLAG1Qt p {
  line-height: 36px;
}
@media (min-width: 992px) {
  .cid-uRTyLAG1Qt .mfone {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRTyLAG1Qt .mfone {
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uRTyLAG1Qt .mftwo {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRTyLAG1Qt .mftwo {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uRTyLAG1Qt .mbr-text {
    text-align: center;
    line-height: 32px;
  }
}
.cid-uRTyLAG1Qt H2 {
  color: #cc2952;
}
.cid-uRTyLAG1Qt .mbr-text,
.cid-uRTyLAG1Qt .mbr-section-btn {
  color: #232323;
  line-height: 1.5;
  text-align: left;
}
.cid-uRTyLAG1Qt H3 {
  color: #232323;
}
.cid-uRTyLAG1Qt H5 {
  color: #ff3366;
}
@media (max-width: 767px) {
  .cid-uRTyLAG1Qt H5 {
    text-align: center;
  }
}
.cid-uRTyLAG1Qt .panel-text {
  color: #001d4a;
  text-align: left;
  line-height: 28px;
}
.cid-uRTyLAG1Qt .panel-body {
  background-color: #f0ecde;
}
@media (min-width: 992px) {
  .cid-uRTyLAG1Qt .panel-body {
    width: 100%;
  }
}
.cid-uRTyLAG1Qt .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 2px;
  border-color: #b2ccd2;
}
.cid-uRTyLAG1Qt rand {
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #ff7300;
  border-right: 1px solid #ff7300;
  border-bottom: 1px solid #ff7300;
  border-left: 1px solid #ff3300;
  padding: 0.5em;
}
.cid-uRTzIWUEwe {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRTzIWUEwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTzIWUEwe .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-uRTzIWUEwe .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRTzIWUEwe .container {
    padding: 0 24px;
  }
}
.cid-uRTzIWUEwe .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRTzIWUEwe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRTzIWUEwe .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 5px;
  border: 1px solid #879a9f;
}
.cid-uRTzIWUEwe .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRTzIWUEwe .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRTzIWUEwe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRTzIWUEwe .item {
  margin-bottom: 32px;
}
.cid-uRTzIWUEwe .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #0f7699;
  border: 1px solid #b2ccd2;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uRTzIWUEwe .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRTzIWUEwe .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uRTzIWUEwe .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-uRTzIWUEwe .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #b2ccd2;
  border: 1px solid #879a9f;
}
.cid-uRTzIWUEwe .item .item-wrapper .card-box .item-price,
.cid-uRTzIWUEwe .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-uRTzIWUEwe .item .item-wrapper .card-box .item-text,
.cid-uRTzIWUEwe .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uRTzIWUEwe .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-uRTzIWUEwe .item .item-wrapper .card-box .list-wrapper .list,
.cid-uRTzIWUEwe .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRTzIWUEwe .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-uRTzIWUEwe .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-uRTzIWUEwe .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-uRTzIWUEwe .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #b2ccd2;
}
.cid-uRTzIWUEwe .item .dark-card {
  background-color: #0e5f79;
  border: none;
}
.cid-uRTzIWUEwe .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-uRTzIWUEwe .item .dark-card .card-box .desc-wrap .item-desc_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #b2ccd2;
  opacity: .12;
  pointer-events: none;
}
.cid-uRTzIWUEwe .item .dark-card .card-box .desc-wrap .item-desc_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #b2ccd2;
  opacity: .09;
  pointer-events: none;
}
.cid-uRTzIWUEwe .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #b2ccd2;
}
.cid-uRTzIWUEwe .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-uRTzIWUEwe .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uRTzIWUEwe .mbr-section-title {
  color: #08aebf;
  text-align: center;
}
.cid-uRTzIWUEwe .mbr-desc,
.cid-uRTzIWUEwe .desc-wrapper {
  color: #ff6600;
  text-align: center;
}
.cid-uRTzIWUEwe .mbr-text,
.cid-uRTzIWUEwe .text-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uRTzIWUEwe .item-title {
  color: #18212d;
}
.cid-uRTzIWUEwe .item-desc {
  color: #18212d;
}
.cid-uRTzIWUEwe .item-price {
  color: #18212d;
}
.cid-uRTzIWUEwe .item-text {
  color: #18212d;
}
.cid-uRTzIWUEwe .list {
  color: #18212d;
}
.cid-uRTzIWUEwe .item-title_2 {
  color: #ffffff;
}
.cid-uRTzIWUEwe .item-desc_2 {
  color: #ffffff;
}
.cid-uRTzIWUEwe .item-price_2 {
  color: #ffffff;
}
.cid-uRTzIWUEwe .item-text_2 {
  color: #ffffff;
}
.cid-uRTzIWUEwe .list_2 {
  color: #ffffff;
}
.cid-uRTzIWUEwe .item-price_2,
.cid-uRTzIWUEwe .price-wrapper {
  text-align: left;
}
.cid-uRTzIWUEwe .item-text,
.cid-uRTzIWUEwe .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uRTzIWUEwe .item-text_2,
.cid-uRTzIWUEwe .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uRTzIWUEwe .list_2,
.cid-uRTzIWUEwe .item-wrap,
.cid-uRTzIWUEwe .list-wrapper {
  text-align: center;
}
.cid-uRTzIWUEwe .list,
.cid-uRTzIWUEwe .item-wrap,
.cid-uRTzIWUEwe .list-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uRTzIWUEwe .item-price,
.cid-uRTzIWUEwe .price-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uRTzIWUEwe gelb {
  color: #e0bf1d;
  text-align: left;
}
.cid-uRTAhxis0t {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uRTAhxis0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTAhxis0t .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-uRTAhxis0t .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uRTAhxis0t .container {
    padding: 0 24px;
  }
}
.cid-uRTAhxis0t .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uRTAhxis0t .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRTAhxis0t .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 5px;
  border: 1px solid #879a9f;
}
.cid-uRTAhxis0t .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRTAhxis0t .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRTAhxis0t .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRTAhxis0t .item {
  margin-bottom: 32px;
}
.cid-uRTAhxis0t .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #82786e;
  border: 1px solid #b2ccd2;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uRTAhxis0t .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uRTAhxis0t .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uRTAhxis0t .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-uRTAhxis0t .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #b2ccd2;
  border: 1px solid #879a9f;
}
.cid-uRTAhxis0t .item .item-wrapper .card-box .item-price,
.cid-uRTAhxis0t .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-uRTAhxis0t .item .item-wrapper .card-box .item-text,
.cid-uRTAhxis0t .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uRTAhxis0t .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-uRTAhxis0t .item .item-wrapper .card-box .list-wrapper .list,
.cid-uRTAhxis0t .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uRTAhxis0t .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-uRTAhxis0t .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-uRTAhxis0t .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-uRTAhxis0t .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #b2ccd2;
}
.cid-uRTAhxis0t .item .dark-card {
  background-color: #4f4943;
  border: none;
}
.cid-uRTAhxis0t .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-uRTAhxis0t .item .dark-card .card-box .desc-wrap .item-desc_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #b2ccd2;
  opacity: .12;
  pointer-events: none;
}
.cid-uRTAhxis0t .item .dark-card .card-box .desc-wrap .item-desc_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #b2ccd2;
  opacity: .09;
  pointer-events: none;
}
.cid-uRTAhxis0t .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #b2ccd2;
}
.cid-uRTAhxis0t .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-uRTAhxis0t .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uRTAhxis0t .mbr-section-title {
  color: #cc2952;
  text-align: center;
}
.cid-uRTAhxis0t .mbr-desc,
.cid-uRTAhxis0t .desc-wrapper {
  color: #ff6600;
  text-align: center;
}
.cid-uRTAhxis0t .mbr-text,
.cid-uRTAhxis0t .text-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uRTAhxis0t .item-title {
  color: #18212d;
}
.cid-uRTAhxis0t .item-desc {
  color: #18212d;
}
.cid-uRTAhxis0t .item-price {
  color: #18212d;
}
.cid-uRTAhxis0t .item-text {
  color: #18212d;
}
.cid-uRTAhxis0t .list {
  color: #18212d;
}
.cid-uRTAhxis0t .item-title_2 {
  color: #ffffff;
}
.cid-uRTAhxis0t .item-desc_2 {
  color: #ffffff;
}
.cid-uRTAhxis0t .item-price_2 {
  color: #ffffff;
}
.cid-uRTAhxis0t .item-text_2 {
  color: #ffffff;
}
.cid-uRTAhxis0t .list_2 {
  color: #ffffff;
}
.cid-uRTAhxis0t .item-price_2,
.cid-uRTAhxis0t .price-wrapper {
  text-align: left;
}
.cid-uRTAhxis0t .item-text,
.cid-uRTAhxis0t .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uRTAhxis0t .item-text_2,
.cid-uRTAhxis0t .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uRTAhxis0t .list_2,
.cid-uRTAhxis0t .item-wrap,
.cid-uRTAhxis0t .list-wrapper {
  text-align: center;
}
.cid-uRTAhxis0t .list,
.cid-uRTAhxis0t .item-wrap,
.cid-uRTAhxis0t .list-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uRTAhxis0t .item-price,
.cid-uRTAhxis0t .price-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uRTAhxis0t gelb {
  color: #e0bf1d;
  text-align: left;
}
.cid-uRhWkPTvQJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRhWkPTvQJ {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-uRhWkPTvQJ .line {
  background-color: #08aebf;
  color: #08aebf;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uRhWkPTvQJ .section-text {
  padding: 1rem 0;
  color: #08aebf;
}
.cid-uRhWkPTvQJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRhWkPTvQJ .inner-container {
    width: 100% !important;
  }
}
.cid-uRhVJrWaE3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRhVJrWaE3 {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (min-width: 992px) {
  .cid-uRhVJrWaE3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRhVJrWaE3 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-uRhVJrWaE3 .mbr-text {
  color: #232323;
}
.cid-uRhVJrWaE3 h22 {
  font-size: 20px;
  color: #08aebf;
}
.cid-uRd7QL59Eh {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRd7QL59Eh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRd7QL59Eh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRd7QL59Eh .row {
  justify-content: left;
}
.cid-uRd7QL59Eh .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 1px solid #08aebf;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uRd7QL59Eh .content-container {
    flex-wrap: wrap;
  }
}
.cid-uRd7QL59Eh .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uRd7QL59Eh .text-item {
    width: 100%;
  }
}
.cid-uRd7QL59Eh .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uRd7QL59Eh .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uRd7QL59Eh .mbr-section-title {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRd7QL59Eh .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uRd7QL59Eh .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uRd7QL59Eh .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uRd7QL59Eh .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uRd7QL59Eh .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRd7QL59Eh .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #b2ccd2, #149dcc);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-uRd7QL59Eh .circle-blur {
    display: none !important;
  }
}
.cid-uRd7QL59Eh .mbr-section-title DIV {
  text-align: left;
}
.cid-uRd7QL59Eh .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 265px;
}
.cid-uRd7QL59Eh klein {
  color: #000000;
  font-size: 18px;
}
.cid-uRd7QL59Eh gruen {
  color: #08bf6b;
  text-align: left;
}
.cid-uQJdXrT0Up {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-uQJdXrT0Up .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQJdXrT0Up .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQJdXrT0Up .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uQJdXrT0Up .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uQJdXrT0Up .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQJdXrT0Up .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uQJdXrT0Up .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQJdXrT0Up .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uQJdXrT0Up .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQJdXrT0Up .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uQJdXrT0Up .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uQJdXrT0Up .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uQJdXrT0Up .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uQJdXrT0Up .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uQJdXrT0Up .items-wrapper .card {
  padding: 0 32px;
}
.cid-uQJdXrT0Up .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQJdXrT0Up .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQJdXrT0Up .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQJdXrT0Up .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uQJdXrT0Up .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uQJdXrT0Up .list-wrapper .list .item-wrap:hover,
.cid-uQJdXrT0Up .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uQJdXrT0Up .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uQJdXrT0Up .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQJdXrT0Up .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uQJdXrT0Up .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uQJdXrT0Up .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uQJdXrT0Up .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uQJdXrT0Up .mbr-desc {
  color: #ffffff;
}
.cid-uQJdXrT0Up .mbr-text,
.cid-uQJdXrT0Up .text-wrapper {
  color: #9aa0a6;
}
.cid-uQJdXrT0Up .list {
  color: #9aa0a6;
}
.cid-uQJdXrT0Up .mbr-text,
.cid-uQJdXrT0Up .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uQJdXrT0Up .list,
.cid-uQJdXrT0Up .item-wrap {
  color: #b2ccd2;
}
.cid-uQJdXrT0Up weis {
  color: #ffffff;
}
.cid-uQJdXrT0Up klein {
  font-size: 12px;
}
.cid-uQJdXrT0Up blau {
  color: #f4f4f4;
}
.cid-uQJdXrT0Up .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-uQJdXrT0Up .mbr-desc,
.cid-uQJdXrT0Up .content-wrapper {
  color: #ffffff;
}
.cid-uQJdXs5KuB #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uQJdXs5KuB #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uQJdXs5KuB #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uQJdXs5KuB #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uQJdXs5KuB #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uQJdXs5KuB #dentauraBttB:hover {
  opacity: 1;
}
.cid-uQJdXs5KuB .hidden {
  display: none;
}
