body {
  font-family: Raleway-Regular;
}
.display-1 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 2.7rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.32rem;
}
.display-2 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 2.25rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.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.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-6 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.5rem;
  font-display: swap;
}
.display-6 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 0.88rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.408rem;
}
.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: 1.25rem;
  line-height: 1.4;
}
.display-13 > .mbr-iconfont {
  font-size: 2rem;
}
.display-14 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 0.8rem;
  line-height: 1.4;
}
.display-14 > .mbr-iconfont {
  font-size: 1.28rem;
}
/* ---- 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: 2.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #86c2f5 !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: #86c2f5 !important;
  border-color: #86c2f5 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3f9eef !important;
  border-color: #3f9eef !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f9eef !important;
  border-color: #3f9eef !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: #2893ed;
  color: #2893ed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #86c2f5 !important;
  border-color: #86c2f5 !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: #86c2f5 !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: #2893ed !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: #86c2f5;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'FiraSansCondensed-Light';
  font-size: 0.88rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.408rem;
}
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: 60px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 60px;
}
.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: #000000;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.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: #86c2f5 !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: #86c2f5 !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: #86c2f5 !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 - 70px - 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: #86c2f5 !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;
  font-weight: bold;
}
.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-uRzwGsYbza {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRzwGsYbza {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uRzwGsYbza .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRzwGsYbza .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRzwGsYbza .container {
    padding: 0 25px;
  }
}
.cid-uRzwGsYbza .row {
  margin: 0;
}
.cid-uRzwGsYbza .row .card {
  padding: 0;
}
.cid-uRzwGsYbza .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRzwGsYbza .image-wrapper {
    height: 350px;
  }
}
.cid-uRzwGsYbza .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRzwGsYbza .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #171717;
}
@media (max-width: 768px) {
  .cid-uRzwGsYbza .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uRzwGsYbza .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uRzwGsYbza .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uRzwGsYbza .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uRzwGsYbza .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRzwGsYbza .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRzwGsYbza .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uRzwGsYbza .mbr-section-title {
  color: #ffffff;
}
.cid-uRzwGsYbza .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRzwGsYbza .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRzwGsYbza .mbr-section-title,
.cid-uRzwGsYbza .mbr-section-btn,
.cid-uRzwGsYbza .logo-wrapper {
  text-align: left;
}
.cid-uRzwGsYbza ora {
  color: #e6c63b;
  text-decoration: underline;
  line-height: 22px;
}
.cid-uRzwGsYbza p {
  line-height: 28px;
}
.cid-uRGixC79H5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRGixC79H5 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uRGixC79H5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRGixC79H5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRGixC79H5 .container {
    padding: 0 25px;
  }
}
.cid-uRGixC79H5 .row {
  margin: 0;
}
.cid-uRGixC79H5 .row .card {
  padding: 0;
}
.cid-uRGixC79H5 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRGixC79H5 .image-wrapper {
    height: 350px;
  }
}
.cid-uRGixC79H5 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRGixC79H5 .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #171717;
}
@media (max-width: 768px) {
  .cid-uRGixC79H5 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uRGixC79H5 .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uRGixC79H5 .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uRGixC79H5 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uRGixC79H5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uRGixC79H5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRGixC79H5 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uRGixC79H5 .mbr-section-title {
  color: #ffffff;
}
.cid-uRGixC79H5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uRGixC79H5 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uRGixC79H5 .mbr-section-title,
.cid-uRGixC79H5 .mbr-section-btn,
.cid-uRGixC79H5 .logo-wrapper {
  text-align: left;
}
.cid-uRGixC79H5 ora {
  color: #e6c63b;
  text-decoration: underline;
  line-height: 22px;
}
.cid-uRGixC79H5 p {
  line-height: 28px;
}
.cid-uRGt00pwrE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/900hoch-1385x900.jpg");
}
@media (max-width: 991px) {
  .cid-uRGt00pwrE {
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
.cid-uRGt00pwrE .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uRGt00pwrE .wrap-block {
  padding-left: 2rem;
  padding-right: 2rem;
}
.cid-uRGt00pwrE .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-uRGt00pwrE .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-uRGt00pwrE .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-uRGt00pwrE .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
}
.cid-uRGt00pwrE .wrap-block .contents .mbr-section-text {
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-uRGt00pwrE .info-widget {
  padding: 0.5rem 3rem 1.875rem 2rem;
  display: flex;
}
.cid-uRGt00pwrE .info-widget:nth-child(odd) {
  padding: 0.5rem 3rem 1.875rem 0rem;
}
.cid-uRGt00pwrE .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 16px;
  background-color: #ffffff;
  font-size: 1.5rem;
  color: #4f87fb;
  margin-right: 15px;
  font-weight: bold;
}
.cid-uRGt00pwrE .info-widget .widget-content {
  display: inline-block;
  text-align: left;
  align-self: center;
}
.cid-uRGt00pwrE .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  line-height: 1.5;
  font-weight: 700;
  color: #130947;
}
.cid-uRGt00pwrE .menu-content-right {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-uRGt00pwrE .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0rem !important;
  padding: 12px 40px;
  margin-right: 1rem !important;
}
.cid-uRGt00pwrE .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
}
@media (max-width: 500px) {
  .cid-uRGt00pwrE .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRGt00pwrE .mbr-section-title,
  .cid-uRGt00pwrE .mbr-section-subtitle,
  .cid-uRGt00pwrE .mbr-text {
    text-align: left !important;
  }
  .cid-uRGt00pwrE .social-list {
    text-align: center !important;
  }
  .cid-uRGt00pwrE .info-widget {
    padding: 0.5rem 3rem 1.875rem 0.5rem !important;
  }
}
.cid-uRGt00pwrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRGt00pwrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRGt00pwrE .wrap-block .contents .mbr-section-text {
  color: #ffffff;
}
.cid-uRGt00pwrE .wrap-block .contents .mbr-subtitle {
  color: #ffffff;
}
.cid-uRGt00pwrE .wrap-block .contents .mbr-section-title,
.cid-uRGt00pwrE .mbr-section-btn {
  color: #dfad10;
}
.cid-uRGt00pwrE .info-widget .widget-content .widget-title,
.cid-uRGt00pwrE .widget-icon {
  color: #fefced;
}
.cid-uRGt00pwrE .wrap-block .contents .mbr-section-title,
.cid-uRGt00pwrE .mbr-section-btn DIV {
  text-align: center;
}
.cid-uRzxwJy0mY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fefcf5;
}
.cid-uRzxwJy0mY .card-wrapper {
  border-radius: 1px;
}
.cid-uRzxwJy0mY .card-subtitle {
  color: #0095ff;
  margin-left: 30px;
}
.cid-uRzxwJy0mY .mbr-text,
.cid-uRzxwJy0mY .card-subtitle {
  color: #232323;
  margin-left: 10px;
}
.cid-uRzxwJy0mY img {
  border-radius: 1px;
  width: 100%;
  padding-right: 1rem;
  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-uRzxwJy0mY img {
    margin-bottom: 2rem;
  }
}
.cid-uRzxwJy0mY p {
  line-height: 24px;
}
.cid-uRzxc3UR67 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffef9;
}
.cid-uRzxc3UR67 .card-wrapper {
  border-radius: 1px;
}
.cid-uRzxc3UR67 .card-subtitle {
  color: #0095ff;
  margin-left: 30px;
}
.cid-uRzxc3UR67 .mbr-text,
.cid-uRzxc3UR67 .card-subtitle {
  color: #232323;
  margin-left: 10px;
}
.cid-uRzxc3UR67 img {
  border-radius: 1px;
  width: 100%;
  padding-right: 1rem;
  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-uRzxc3UR67 img {
    margin-bottom: 2rem;
  }
}
.cid-uRzxc3UR67 p {
  line-height: 24px;
}
.cid-uRzxc3UR67 .card .card-wrapper .text-wrapper .mbr-text,
.cid-uRzxc3UR67 .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #1b1b1b;
}
.cid-uRGz98YlZ1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fffef9;
}
.cid-uRGz98YlZ1 .card-wrapper {
  border-radius: 1px;
}
.cid-uRGz98YlZ1 .card-subtitle {
  color: #0095ff;
  margin-left: 30px;
}
.cid-uRGz98YlZ1 .mbr-text,
.cid-uRGz98YlZ1 .card-subtitle {
  color: #232323;
  margin-left: 10px;
}
.cid-uRGz98YlZ1 img {
  border-radius: 1px;
  width: 100%;
  padding-right: 1rem;
  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-uRGz98YlZ1 img {
    margin-bottom: 2rem;
  }
}
.cid-uRGz98YlZ1 p {
  line-height: 24px;
}
.cid-uRGz98YlZ1 .card .card-wrapper .text-wrapper .mbr-text,
.cid-uRGz98YlZ1 .card .card-wrapper .text-wrapper .mbr-section-btn {
  color: #1b1b1b;
}
.cid-uRzwKjGrEh {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #fefcf5;
}
.cid-uRzwKjGrEh .card-wrapper {
  border-radius: 1px;
}
.cid-uRzwKjGrEh .card-subtitle {
  color: #0095ff;
  margin-left: 30px;
}
.cid-uRzwKjGrEh .mbr-text,
.cid-uRzwKjGrEh .card-subtitle {
  color: #232323;
  margin-left: 10px;
}
.cid-uRzwKjGrEh img {
  border-radius: 1px;
  width: 100%;
  padding-right: 1rem;
  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-uRzwKjGrEh img {
    margin-bottom: 2rem;
  }
}
.cid-uRzwKjGrEh p {
  line-height: 24px;
}
.cid-uRzxf084QS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRzxf084QS {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRzxf084QS .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRzxf084QS .social-list,
  .cid-uRzxf084QS .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRzxf084QS h3 {
    margin-bottom: 10px;
  }
}
.cid-uRzxf084QS .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRzxf084QS .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRzxf084QS .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRzxf084QS .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRzxf084QS .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRzxf084QS .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRzxf084QS .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRzxf084QS .input-group-btn {
  padding-left: 0;
}
.cid-uRzxf084QS .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRzxf084QS .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRzxf084QS .mbr-text {
  color: #444;
}
.cid-uRzxf084QS h5 {
  margin-bottom: 0;
}
.cid-uRzxf084QS .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRzxf084QS .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRzxf084QS .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRzxf084QS .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRzxf084QS .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRzxf084QS .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRzxf084QS .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRzxf084QS .social-list a:hover {
  opacity: 0.4;
}
.cid-uRzxf084QS .media-container-row > div {
  padding: 0px;
}
.cid-uRzxf084QS .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRzxf084QS .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRzxf084QS .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRzxf084QS .form-group {
    max-width: 180px;
  }
}
.cid-uRzxf084QS .links span {
  color: #9e9e9e;
}
.cid-uRzxf084QS .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRzxf084QS .logo-title {
  text-align: center;
}
.cid-uRzxf084QS .logo-title,
.cid-uRzxf084QS .logo {
  color: #465665;
  text-align: left;
}
.cid-uRzxf084QS .logo-sub-title DIV {
  text-align: left;
}
.cid-uRzxf084QS normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRzxf084QS orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRzxf084QS ora {
  color: #ff6600;
}
.cid-uRzxf084QS klein {
  color: #8c8c8c;
  font-size: 14px;
}
.cid-uD927FqxIl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uD927FqxIl .line {
  background-color: #6592e6;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uD927FqxIl .mbr-text {
  text-align: left;
  color: #12687f;
}
.cid-uD927FqxIl rot {
  color: #8f0505;
}
.cid-uRzYPjyjRQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRzYPjyjRQ .line {
  background-color: #6592e6;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uRzYPjyjRQ .mbr-text {
  text-align: left;
  color: #12687f;
}
.cid-uRzYPjyjRQ rot {
  color: #8f0505;
}
.cid-uCZGm1IvIG {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCZGm1IvIG .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCZGm1IvIG .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #0f7699;
}
.cid-uCZGm1IvIG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uCZGm1IvIG .inner-container {
    width: 100% !important;
  }
}
.cid-uRzwOerEiP.popup-builder {
  background-color: #ffffff;
}
.cid-uRzwOerEiP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRzwOerEiP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRzwOerEiP .modal-content,
.cid-uRzwOerEiP .modal-dialog {
  height: auto;
}
.cid-uRzwOerEiP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRzwOerEiP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRzwOerEiP .form-wrapper .mbr-form .form-group,
  .cid-uRzwOerEiP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRzwOerEiP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRzwOerEiP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uRzwOerEiP .mbr-text {
  text-align: center;
}
.cid-uRzwOerEiP .pt-0 {
  padding-top: 0 !important;
}
.cid-uRzwOerEiP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRzwOerEiP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRzwOerEiP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRzwOerEiP .modal-open {
  overflow: hidden;
}
.cid-uRzwOerEiP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRzwOerEiP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRzwOerEiP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRzwOerEiP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uRzwOerEiP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRzwOerEiP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRzwOerEiP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRzwOerEiP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uRzwOerEiP .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRzwOerEiP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRzwOerEiP .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRzwOerEiP .modal-backdrop.show {
  opacity: .5;
}
.cid-uRzwOerEiP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uRzwOerEiP .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRzwOerEiP .modal-header {
    padding: 1rem;
  }
}
.cid-uRzwOerEiP .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRzwOerEiP .modal-header .close svg {
  fill: #353535;
}
.cid-uRzwOerEiP .modal-header .close:hover {
  opacity: 1;
}
.cid-uRzwOerEiP .modal-header .close:focus {
  outline: none;
}
.cid-uRzwOerEiP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #149dcc;
}
.cid-uRzwOerEiP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRzwOerEiP .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRzwOerEiP .modal-body {
    padding: 1rem;
  }
}
.cid-uRzwOerEiP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uRzwOerEiP .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRzwOerEiP .modal-footer {
    padding: 1rem;
  }
}
.cid-uRzwOerEiP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRzwOerEiP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRzwOerEiP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRzwOerEiP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRzwOerEiP .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uRzwOerEiP .modal-lg,
  .cid-uRzwOerEiP .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRzwOerEiP .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRzwOerEiP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRzwOerEiP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uRzwOerEiP .form-group {
  margin-bottom: 1rem;
}
.cid-uRzwOerEiP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRzwOerEiP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRzwOerEiP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uRzwOerEiP .mbr-section-btn {
  margin: 0;
}
.cid-uRzwOerEiP .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRzwOerEiP .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;
}
.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-uRAhpsyvbL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRAhpsyvbL {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRAhpsyvbL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRAhpsyvbL .social-list,
  .cid-uRAhpsyvbL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRAhpsyvbL h3 {
    margin-bottom: 10px;
  }
}
.cid-uRAhpsyvbL .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRAhpsyvbL .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRAhpsyvbL .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRAhpsyvbL .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRAhpsyvbL .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRAhpsyvbL .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRAhpsyvbL .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRAhpsyvbL .input-group-btn {
  padding-left: 0;
}
.cid-uRAhpsyvbL .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRAhpsyvbL .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRAhpsyvbL .mbr-text {
  color: #444;
}
.cid-uRAhpsyvbL h5 {
  margin-bottom: 0;
}
.cid-uRAhpsyvbL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRAhpsyvbL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRAhpsyvbL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRAhpsyvbL .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRAhpsyvbL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRAhpsyvbL .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRAhpsyvbL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRAhpsyvbL .social-list a:hover {
  opacity: 0.4;
}
.cid-uRAhpsyvbL .media-container-row > div {
  padding: 0px;
}
.cid-uRAhpsyvbL .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRAhpsyvbL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRAhpsyvbL .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRAhpsyvbL .form-group {
    max-width: 180px;
  }
}
.cid-uRAhpsyvbL .links span {
  color: #9e9e9e;
}
.cid-uRAhpsyvbL .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRAhpsyvbL .logo-title {
  text-align: center;
}
.cid-uRAhpsyvbL .logo-title,
.cid-uRAhpsyvbL .logo {
  color: #465665;
  text-align: left;
}
.cid-uRAhpsyvbL .logo-sub-title DIV {
  text-align: left;
}
.cid-uRAhpsyvbL normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRAhpsyvbL orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRAhpsyvbL ora {
  color: #ff6600;
}
.cid-uRAhpsyvbL klein {
  color: #8c8c8c;
  font-size: 14px;
}
.cid-uRzDHn1JHl {
  min-height: 60px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 60px;
}
.cid-uRzDHn1JHl .nav-item,
.cid-uRzDHn1JHl .nav-link,
.cid-uRzDHn1JHl .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRzDHn1JHl .nav-item:hover,
.cid-uRzDHn1JHl .nav-link:hover,
.cid-uRzDHn1JHl .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uRzDHn1JHl .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uRzDHn1JHl .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uRzDHn1JHl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uRzDHn1JHl .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uRzDHn1JHl .container-fluid,
.cid-uRzDHn1JHl .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uRzDHn1JHl .navbar-brand {
  padding: 0;
}
.cid-uRzDHn1JHl .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uRzDHn1JHl .nav-link:hover:before {
  width: 100%;
}
.cid-uRzDHn1JHl .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-uRzDHn1JHl .nav-link {
    margin: 0 !important;
  }
}
.cid-uRzDHn1JHl .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRzDHn1JHl .widget p,
.cid-uRzDHn1JHl .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uRzDHn1JHl .widget p a,
.cid-uRzDHn1JHl .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uRzDHn1JHl .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-uRzDHn1JHl .icons__wrap:hover {
  color: #000000;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.cid-uRzDHn1JHl .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uRzDHn1JHl .block__phone,
  .cid-uRzDHn1JHl .icons-menu {
    display: none;
  }
  .cid-uRzDHn1JHl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uRzDHn1JHl .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #86c2f5 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uRzDHn1JHl .mbr-section-btn .btn-secondary:hover {
  background-color: #86c2f5 !important;
  color: #ffffff !important;
}
.cid-uRzDHn1JHl .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uRzDHn1JHl .navbar > .container,
.cid-uRzDHn1JHl .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uRzDHn1JHl .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uRzDHn1JHl .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-uRzDHn1JHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uRzDHn1JHl .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uRzDHn1JHl .dropdown-toggle::after,
  .cid-uRzDHn1JHl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uRzDHn1JHl .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uRzDHn1JHl .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-uRzDHn1JHl .dropdown-menu .dropdown-item:hover {
  color: #86c2f5 !important;
}
.cid-uRzDHn1JHl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uRzDHn1JHl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uRzDHn1JHl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uRzDHn1JHl .nav-item:focus,
.cid-uRzDHn1JHl .nav-link:focus {
  outline: none;
}
.cid-uRzDHn1JHl .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-uRzDHn1JHl .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uRzDHn1JHl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uRzDHn1JHl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRzDHn1JHl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uRzDHn1JHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRzDHn1JHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uRzDHn1JHl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRzDHn1JHl .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-uRzDHn1JHl .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-uRzDHn1JHl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uRzDHn1JHl .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uRzDHn1JHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRzDHn1JHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRzDHn1JHl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 70px - 1rem);
  }
}
.cid-uRzDHn1JHl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRzDHn1JHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRzDHn1JHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRzDHn1JHl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRzDHn1JHl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRzDHn1JHl .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-uRzDHn1JHl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRzDHn1JHl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uRzDHn1JHl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uRzDHn1JHl .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-uRzDHn1JHl .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uRzDHn1JHl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRzDHn1JHl .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uRzDHn1JHl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uRzDHn1JHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRzDHn1JHl .dropdown-item.active,
.cid-uRzDHn1JHl .dropdown-item:active {
  background-color: transparent;
}
.cid-uRzDHn1JHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uRzDHn1JHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uRzDHn1JHl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRzDHn1JHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-uRzDHn1JHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRzDHn1JHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRzDHn1JHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRzDHn1JHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRzDHn1JHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRzDHn1JHl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRzDHn1JHl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRzDHn1JHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRzDHn1JHl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uRzDHn1JHl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uRzDHn1JHl a.nav-link:hover {
  color: #86c2f5 !important;
}
@media (max-width: 991px) {
  .cid-uRzDHn1JHl .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uRzDHn1JHl .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-uRzDHn1JHl .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uRzDHn1JHl .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-uRzDHn1JHl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uRzDHn1JHl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uRzDHn1JHl .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-uRzDHn1JHl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uRzDHn1JHl .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uRzDHn1JHl .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uRzDHn1JHl a.nav-link {
    justify-content: flex-start;
  }
  .cid-uRzDHn1JHl ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uRzDHn1JHl .navbar-brand {
    padding: 0;
  }
  .cid-uRzDHn1JHl .block__phone,
  .cid-uRzDHn1JHl .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uRzDHn1JHl .widget {
    flex-direction: column;
  }
  .cid-uRzDHn1JHl .widget p,
  .cid-uRzDHn1JHl .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uRzDHn1JHl .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uRzDHn1JHl .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-uRzDHn1JHl .navbar {
    height: 97px;
  }
  .cid-uRzDHn1JHl .navbar.opened {
    height: auto;
  }
  .cid-uRzDHn1JHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRzDHn1JHl ora {
  color: #ff6600;
  font-weight: bold;
}
.cid-uRFtXjSo9p {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2200-nice-238037-2000x545.jpg");
}
.cid-uRFtXjSo9p .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uRFtXjSo9p .mbr-section-title {
  color: #232323;
}
.cid-uRFtXjSo9p .mbr-section-title span {
  color: #ffbc00;
}
.cid-uRFtXjSo9p .mbr-text {
  color: #331a01;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRFtXjSo9p .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uRFtXjSo9p .mbr-section-title SPAN {
  color: #e15a00;
}
.cid-uRFtXjSo9p .mbr-text B {
  color: #000000;
}
.cid-uRzDRnSyRZ {
  padding-top: 90px;
  padding-bottom: 40px;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uRzDRnSyRZ {
    padding-top: 18px;
    padding-bottom: 8px;
  }
}
.cid-uRzDRnSyRZ .media-content .btn-bgr {
  z-index: 0;
}
.cid-uRzDRnSyRZ .mbr-section-text {
  word-break: break-word;
}
.cid-uRzDRnSyRZ .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-uRzDRnSyRZ .mbr-figure {
    padding-left: 3.5rem;
    padding-right: 4rem;
    padding-left: 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uRzDRnSyRZ .mbr-figure {
    padding-top: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRzDRnSyRZ .mbr-text {
    text-align: center;
  }
}
.cid-uRzDRnSyRZ .media-container-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-uRzDRnSyRZ .mbr-text,
.cid-uRzDRnSyRZ .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uRzDRnSyRZ .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-uRzDRnSyRZ H1 {
  color: #078d01;
  text-align: left;
  font-size: 40px;
}
.cid-uRzDRnSyRZ .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uRzDRnSyRZ .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uRzDRnSyRZ .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uRzDRnSyRZ .photogald-search-icon {
  display: none;
}
.cid-uRzDRnSyRZ .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0rem;
}
.cid-uRzDRnSyRZ .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  border-radius: 6px;
  background-color: #ffffff;
}
.cid-uRzDRnSyRZ .textcover-desc {
  margin-left: 6px;
  margin-right: 6px;
}
.cid-uRzDRnSyRZ .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRzDRnSyRZ .dentaura-photogal-thumb {
    height: 100px;
  }
}
@media (min-width: 769px) {
  .cid-uRzDRnSyRZ .dentaura-photogal-thumb {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .cid-uRzDRnSyRZ .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uRzDRnSyRZ H5 {
  color: #353535;
  text-align: center;
}
.cid-uRzDRnSyRZ H4 {
  color: #078d01;
}
.cid-uRzDRnSyRZ .dentaura-image {
  width: 100%;
  max-width: 47px;
  float: left;
}
@media (min-width: 992px) {
  .cid-uRzDRnSyRZ .dentaura-image {
    margin: 0.3rem 0.3rem 0.5rem 0.3rem;
  }
}
@media (max-width: 991px) {
  .cid-uRzDRnSyRZ .dentaura-image {
    margin: 0.5rem 0.3rem 0.5rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .cid-uRzDRnSyRZ .dentaura-image {
    margin: 0.5rem 0.3rem 0.6rem 0.3rem !important;
  }
}
.cid-uRzDRnSyRZ H2 {
  color: #ff9966;
}
.cid-uRzDRnSyRZ .btn {
  font-weight: 500;
  border-width: 2px;
  width: 250px;
  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.75rem 2rem;
  border-radius: 3px;
  border-color: #0082c3;
}
.cid-uRzDRnSyRZ gruen {
  color: #e15a00;
  text-align: left;
  font-size: 24px;
  line-height: 18px;
}
.cid-uRzDRnSyRZ H3 {
  color: #149dcc;
  text-align: left;
}
.cid-uRzGcGSEMx {
  padding-top: 90px;
  padding-bottom: 40px;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-uRzGcGSEMx {
    padding-top: 18px;
    padding-bottom: 8px;
  }
}
.cid-uRzGcGSEMx .media-content .btn-bgr {
  z-index: 0;
}
.cid-uRzGcGSEMx .mbr-section-text {
  word-break: break-word;
}
.cid-uRzGcGSEMx .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-uRzGcGSEMx .mbr-figure {
    padding-left: 3.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uRzGcGSEMx .mbr-figure {
    padding-top: 2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uRzGcGSEMx .mbr-text {
    text-align: center;
  }
}
.cid-uRzGcGSEMx .mbr-text,
.cid-uRzGcGSEMx .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uRzGcGSEMx .mbr-section-subtitle {
  color: #e1201d;
  text-align: left;
}
.cid-uRzGcGSEMx H1 {
  color: #078d01;
  text-align: left;
  font-size: 40px;
}
.cid-uRzGcGSEMx .content {
  margin: 0rem;
  padding: 0px;
  height: 100%;
}
.cid-uRzGcGSEMx .content:hover .dentaura-photogal-thumb {
  filter: blur(2px);
}
.cid-uRzGcGSEMx .content:hover .photogald-search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 2rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}
.cid-uRzGcGSEMx .photogald-search-icon {
  display: none;
}
.cid-uRzGcGSEMx .column {
  width: 100%;
  margin: 0rem !important;
  padding: 0rem;
}
.cid-uRzGcGSEMx .dentaura-gal-image {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  border-radius: 6px;
  background-color: #ffffff;
}
.cid-uRzGcGSEMx .textcover-desc {
  margin-left: 6px;
  margin-right: 6px;
}
.cid-uRzGcGSEMx .dentaura-photogal-thumb {
  border-radius: 6px;
  width: 100%;
  background-color: inherit;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uRzGcGSEMx .dentaura-photogal-thumb {
    height: 100px;
  }
}
@media (min-width: 769px) {
  .cid-uRzGcGSEMx .dentaura-photogal-thumb {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .cid-uRzGcGSEMx .dentaura-photogal-thumb {
    height: 150px !important;
  }
}
.cid-uRzGcGSEMx H5 {
  color: #353535;
  text-align: center;
}
.cid-uRzGcGSEMx H4 {
  color: #078d01;
}
.cid-uRzGcGSEMx .dentaura-image {
  width: 100%;
  max-width: 47px;
  float: left;
}
@media (min-width: 992px) {
  .cid-uRzGcGSEMx .dentaura-image {
    margin: 0.3rem 0.3rem 0.5rem 0.3rem;
  }
}
@media (max-width: 991px) {
  .cid-uRzGcGSEMx .dentaura-image {
    margin: 0.5rem 0.3rem 0.5rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .cid-uRzGcGSEMx .dentaura-image {
    margin: 0.5rem 0.3rem 0.6rem 0.3rem !important;
  }
}
.cid-uRzGcGSEMx H2 {
  color: #ff9966;
}
.cid-uRzGcGSEMx .btn {
  font-weight: 500;
  border-width: 2px;
  width: 250px;
  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.75rem 2rem;
  border-radius: 3px;
  border-color: #0082c3;
}
.cid-uRzGcGSEMx gruen {
  color: #e15a00;
  text-align: left;
  font-size: 24px;
  line-height: 18px;
}
.cid-uRzGcGSEMx H3 {
  color: #149dcc;
}
.cid-uRzDHnNdTU {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRzDHnNdTU {
    padding-top: 6px;
    padding-bottom: 3px;
  }
}
.cid-uRzDHnNdTU .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRzDHnNdTU .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-uRzDHnNdTU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRzDHnNdTU .inner-container {
    width: 100% !important;
  }
}
.cid-uRzDHnNdTU blau {
  color: #0082c3;
  font-size: 30px;
}
.cid-uRzDHnNdTU hoch {
  line-height: 26px;
}
.cid-uRAhpsyvbL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRAhpsyvbL {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRAhpsyvbL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRAhpsyvbL .social-list,
  .cid-uRAhpsyvbL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRAhpsyvbL h3 {
    margin-bottom: 10px;
  }
}
.cid-uRAhpsyvbL .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRAhpsyvbL .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRAhpsyvbL .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRAhpsyvbL .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRAhpsyvbL .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRAhpsyvbL .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRAhpsyvbL .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRAhpsyvbL .input-group-btn {
  padding-left: 0;
}
.cid-uRAhpsyvbL .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRAhpsyvbL .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRAhpsyvbL .mbr-text {
  color: #444;
}
.cid-uRAhpsyvbL h5 {
  margin-bottom: 0;
}
.cid-uRAhpsyvbL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRAhpsyvbL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRAhpsyvbL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRAhpsyvbL .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRAhpsyvbL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRAhpsyvbL .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRAhpsyvbL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRAhpsyvbL .social-list a:hover {
  opacity: 0.4;
}
.cid-uRAhpsyvbL .media-container-row > div {
  padding: 0px;
}
.cid-uRAhpsyvbL .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRAhpsyvbL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRAhpsyvbL .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRAhpsyvbL .form-group {
    max-width: 180px;
  }
}
.cid-uRAhpsyvbL .links span {
  color: #9e9e9e;
}
.cid-uRAhpsyvbL .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRAhpsyvbL .logo-title {
  text-align: center;
}
.cid-uRAhpsyvbL .logo-title,
.cid-uRAhpsyvbL .logo {
  color: #465665;
  text-align: left;
}
.cid-uRAhpsyvbL .logo-sub-title DIV {
  text-align: left;
}
.cid-uRAhpsyvbL normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRAhpsyvbL orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRAhpsyvbL ora {
  color: #ff6600;
}
.cid-uRAhpsyvbL klein {
  color: #8c8c8c;
  font-size: 14px;
}
.cid-uRzDHnTAfD #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-uRzDHnTAfD #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uRzDHnTAfD #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uRzDHnTAfD #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uRzDHnTAfD #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-uRzDHnTAfD #dentauraBttB:hover {
  opacity: 1;
}
.cid-uRzDHnTAfD .hidden {
  display: none;
}
.cid-uPr0gWGVuZ {
  min-height: 60px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 60px;
}
.cid-uPr0gWGVuZ .nav-item,
.cid-uPr0gWGVuZ .nav-link,
.cid-uPr0gWGVuZ .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPr0gWGVuZ .nav-item:hover,
.cid-uPr0gWGVuZ .nav-link:hover,
.cid-uPr0gWGVuZ .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uPr0gWGVuZ .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uPr0gWGVuZ .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uPr0gWGVuZ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uPr0gWGVuZ .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uPr0gWGVuZ .container-fluid,
.cid-uPr0gWGVuZ .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uPr0gWGVuZ .navbar-brand {
  padding: 0;
}
.cid-uPr0gWGVuZ .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uPr0gWGVuZ .nav-link:hover:before {
  width: 100%;
}
.cid-uPr0gWGVuZ .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-uPr0gWGVuZ .nav-link {
    margin: 0 !important;
  }
}
.cid-uPr0gWGVuZ .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uPr0gWGVuZ .widget p,
.cid-uPr0gWGVuZ .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uPr0gWGVuZ .widget p a,
.cid-uPr0gWGVuZ .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uPr0gWGVuZ .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-uPr0gWGVuZ .icons__wrap:hover {
  color: #000000;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.cid-uPr0gWGVuZ .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uPr0gWGVuZ .block__phone,
  .cid-uPr0gWGVuZ .icons-menu {
    display: none;
  }
  .cid-uPr0gWGVuZ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uPr0gWGVuZ .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #86c2f5 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uPr0gWGVuZ .mbr-section-btn .btn-secondary:hover {
  background-color: #86c2f5 !important;
  color: #ffffff !important;
}
.cid-uPr0gWGVuZ .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uPr0gWGVuZ .navbar > .container,
.cid-uPr0gWGVuZ .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uPr0gWGVuZ .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uPr0gWGVuZ .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-uPr0gWGVuZ .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uPr0gWGVuZ .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uPr0gWGVuZ .dropdown-toggle::after,
  .cid-uPr0gWGVuZ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uPr0gWGVuZ .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uPr0gWGVuZ .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-uPr0gWGVuZ .dropdown-menu .dropdown-item:hover {
  color: #86c2f5 !important;
}
.cid-uPr0gWGVuZ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uPr0gWGVuZ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uPr0gWGVuZ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uPr0gWGVuZ .nav-item:focus,
.cid-uPr0gWGVuZ .nav-link:focus {
  outline: none;
}
.cid-uPr0gWGVuZ .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-uPr0gWGVuZ .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uPr0gWGVuZ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uPr0gWGVuZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPr0gWGVuZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uPr0gWGVuZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPr0gWGVuZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uPr0gWGVuZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPr0gWGVuZ .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-uPr0gWGVuZ .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-uPr0gWGVuZ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uPr0gWGVuZ .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uPr0gWGVuZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPr0gWGVuZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPr0gWGVuZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 70px - 1rem);
  }
}
.cid-uPr0gWGVuZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uPr0gWGVuZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPr0gWGVuZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uPr0gWGVuZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPr0gWGVuZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPr0gWGVuZ .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-uPr0gWGVuZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPr0gWGVuZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uPr0gWGVuZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uPr0gWGVuZ .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-uPr0gWGVuZ .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uPr0gWGVuZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uPr0gWGVuZ .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uPr0gWGVuZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uPr0gWGVuZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPr0gWGVuZ .dropdown-item.active,
.cid-uPr0gWGVuZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uPr0gWGVuZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uPr0gWGVuZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uPr0gWGVuZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPr0gWGVuZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-uPr0gWGVuZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPr0gWGVuZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPr0gWGVuZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPr0gWGVuZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPr0gWGVuZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPr0gWGVuZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPr0gWGVuZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPr0gWGVuZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPr0gWGVuZ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uPr0gWGVuZ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uPr0gWGVuZ a.nav-link:hover {
  color: #86c2f5 !important;
}
@media (max-width: 991px) {
  .cid-uPr0gWGVuZ .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uPr0gWGVuZ .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-uPr0gWGVuZ .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uPr0gWGVuZ .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-uPr0gWGVuZ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uPr0gWGVuZ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uPr0gWGVuZ .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-uPr0gWGVuZ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uPr0gWGVuZ .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uPr0gWGVuZ .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uPr0gWGVuZ a.nav-link {
    justify-content: flex-start;
  }
  .cid-uPr0gWGVuZ ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uPr0gWGVuZ .navbar-brand {
    padding: 0;
  }
  .cid-uPr0gWGVuZ .block__phone,
  .cid-uPr0gWGVuZ .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uPr0gWGVuZ .widget {
    flex-direction: column;
  }
  .cid-uPr0gWGVuZ .widget p,
  .cid-uPr0gWGVuZ .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uPr0gWGVuZ .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uPr0gWGVuZ .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-uPr0gWGVuZ .navbar {
    height: 97px;
  }
  .cid-uPr0gWGVuZ .navbar.opened {
    height: auto;
  }
  .cid-uPr0gWGVuZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPr0gWGVuZ ora {
  color: #ff6600;
  font-weight: bold;
}
.cid-uPr0gWYGLz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uPr0gWYGLz .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uPr0gWYGLz .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uPr0gWYGLz .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uPr0gWYGLz .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uPr0gWYGLz .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uRFvtzHzrg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/feiern-tagen-2000x545.jpg");
}
.cid-uRFvtzHzrg .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uRFvtzHzrg .mbr-section-title {
  color: #232323;
}
.cid-uRFvtzHzrg .mbr-section-title span {
  color: #ffbc00;
}
.cid-uRFvtzHzrg .mbr-text {
  color: #331a01;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRFvtzHzrg .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uRFvtzHzrg .mbr-section-title SPAN {
  color: #e15a00;
}
.cid-uRFvtzHzrg .mbr-text B {
  color: #000000;
}
.cid-uRzGXxmef5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fefcf5;
}
@media (max-width: 991px) {
  .cid-uRzGXxmef5 {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-uRzGXxmef5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRzGXxmef5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRzGXxmef5 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uRzGXxmef5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uRzGXxmef5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRzGXxmef5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-uRzGXxmef5 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uRzGXxmef5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRzGXxmef5 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 520px;
}
@media (max-width: 992px) {
  .cid-uRzGXxmef5 .image-wrapper {
    min-height: auto;
    display: block;
  }
}
.cid-uRzGXxmef5 .image-wrapper .image-wrap {
  position: absolute;
}
@media (max-width: 992px) {
  .cid-uRzGXxmef5 .image-wrapper .image-wrap {
    position: static;
    margin-bottom: 16px;
  }
}
.cid-uRzGXxmef5 .image-wrapper .image-wrap img {
  border: 20px solid #ebead7;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRzGXxmef5 .image-wrapper .image-wrap img {
    border: 10px solid #ebead7;
  }
}
.cid-uRzGXxmef5 .image-wrapper .image_1 {
  top: 0;
  z-index: 3;
}
.cid-uRzGXxmef5 .image-wrapper .image_1 img {
  height: 320px;
  width: 550px;
  transform: rotate(5deg);
}
@media (max-width: 992px) {
  .cid-uRzGXxmef5 .image-wrapper .image_1 img {
    width: 100%;
    height: 300px;
    transform: none;
  }
}
.cid-uRzGXxmef5 .image-wrapper .image_2 {
  left: -7%;
  bottom: 0;
  z-index: 2;
}
.cid-uRzGXxmef5 .image-wrapper .image_2 img {
  height: 250px;
  width: 400px;
  transform: rotate(-5deg);
  box-shadow: 0 35px 50px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uRzGXxmef5 .image-wrapper .image_2 img {
    width: 100%;
    height: 300px;
    transform: none;
  }
}
.cid-uRzGXxmef5 .image-wrapper .image_3 {
  right: 0;
  bottom: 0;
  z-index: 2;
}
.cid-uRzGXxmef5 .image-wrapper .image_3 img {
  height: 320px;
  width: 450px;
  transform: rotate(10deg);
  box-shadow: 0 35px 50px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uRzGXxmef5 .image-wrapper .image_3 img {
    width: 100%;
    height: 300px;
    transform: none;
  }
}
.cid-uRzGXxmef5 .mbr-section-title {
  color: #000c3f;
}
.cid-uRzGXxmef5 .mbr-text,
.cid-uRzGXxmef5 .text-wrapper {
  color: #000c3f;
}
.cid-uRzGXxmef5 ora {
  color: #e15a00;
  font-size: 18px;
  line-height: 22px;
}
.cid-uRzGXxmef5 .mbr-section-title,
.cid-uRzGXxmef5 .mbr-section-btn,
.cid-uRzGXxmef5 .address-wrapper {
  color: #e15a00;
  text-align: left;
}
.cid-uRzGZskhrN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRzGZskhrN {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-uRzGZskhrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRzGZskhrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRzGZskhrN .text-wrap {
  width: 100%;
}
.cid-uRzGZskhrN .mbr-title {
  margin-bottom: 0;
  color: #000000;
}
.cid-uRzGZskhrN .mbr-text {
  padding-top: 10px;
  color: #747474;
}
.cid-uRzGZskhrN .list-wrap {
  margin-top: 52px;
}
.cid-uRzGZskhrN .list-title {
  margin-bottom: 10px;
  color: #000000;
}
.cid-uRzGZskhrN .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 12px;
  width: 100%;
  list-style: none;
  padding-left: 24px;
  margin-bottom: 0;
  color: #c4a10a;
  transition: 0.4s all;
}
.cid-uRzGZskhrN .list li {
  position: relative;
  width: 100%;
  margin: 0 0 8px 0;
  color: inherit !important;
}
.cid-uRzGZskhrN .list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 1px;
  background-color: currentColor;
}
.cid-uRBLqU4aWz {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRBLqU4aWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBLqU4aWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBLqU4aWz .row {
  justify-content: left;
}
.cid-uRBLqU4aWz .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-uRBLqU4aWz .content-container {
    flex-wrap: wrap;
  }
}
.cid-uRBLqU4aWz .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uRBLqU4aWz .text-item {
    width: 100%;
  }
}
.cid-uRBLqU4aWz .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uRBLqU4aWz .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uRBLqU4aWz .mbr-section-title {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRBLqU4aWz .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uRBLqU4aWz .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uRBLqU4aWz .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uRBLqU4aWz .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uRBLqU4aWz .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRBLqU4aWz .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-uRBLqU4aWz .circle-blur {
    display: none !important;
  }
}
.cid-uRBLqU4aWz .mbr-section-title DIV {
  text-align: left;
}
.cid-uRBLqU4aWz .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-uRBLqU4aWz klein {
  color: #000000;
  font-size: 18px;
}
.cid-uRBLqU4aWz gruen {
  color: #08bf6b;
  text-align: left;
}
.cid-uRAhpsyvbL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRAhpsyvbL {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRAhpsyvbL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRAhpsyvbL .social-list,
  .cid-uRAhpsyvbL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRAhpsyvbL h3 {
    margin-bottom: 10px;
  }
}
.cid-uRAhpsyvbL .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRAhpsyvbL .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRAhpsyvbL .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRAhpsyvbL .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRAhpsyvbL .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRAhpsyvbL .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRAhpsyvbL .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRAhpsyvbL .input-group-btn {
  padding-left: 0;
}
.cid-uRAhpsyvbL .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRAhpsyvbL .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRAhpsyvbL .mbr-text {
  color: #444;
}
.cid-uRAhpsyvbL h5 {
  margin-bottom: 0;
}
.cid-uRAhpsyvbL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRAhpsyvbL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRAhpsyvbL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRAhpsyvbL .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRAhpsyvbL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRAhpsyvbL .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRAhpsyvbL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRAhpsyvbL .social-list a:hover {
  opacity: 0.4;
}
.cid-uRAhpsyvbL .media-container-row > div {
  padding: 0px;
}
.cid-uRAhpsyvbL .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRAhpsyvbL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRAhpsyvbL .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRAhpsyvbL .form-group {
    max-width: 180px;
  }
}
.cid-uRAhpsyvbL .links span {
  color: #9e9e9e;
}
.cid-uRAhpsyvbL .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRAhpsyvbL .logo-title {
  text-align: center;
}
.cid-uRAhpsyvbL .logo-title,
.cid-uRAhpsyvbL .logo {
  color: #465665;
  text-align: left;
}
.cid-uRAhpsyvbL .logo-sub-title DIV {
  text-align: left;
}
.cid-uRAhpsyvbL normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRAhpsyvbL orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRAhpsyvbL ora {
  color: #ff6600;
}
.cid-uRAhpsyvbL klein {
  color: #8c8c8c;
  font-size: 14px;
}
.cid-uPr0gZ1TBW #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-uPr0gZ1TBW #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uPr0gZ1TBW #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uPr0gZ1TBW #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uPr0gZ1TBW #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-uPr0gZ1TBW #dentauraBttB:hover {
  opacity: 1;
}
.cid-uPr0gZ1TBW .hidden {
  display: none;
}
.cid-us8XQIvW0O {
  min-height: 60px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 60px;
}
.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: #000000;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.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: #86c2f5 !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: #86c2f5 !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: #86c2f5 !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 - 70px - 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: #86c2f5 !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;
  font-weight: bold;
}
.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-uRFsqbdCrI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/brasserie-1329543-2000x842.jpg");
}
.cid-uRFsqbdCrI .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uRFsqbdCrI .mbr-section-title {
  color: #232323;
}
.cid-uRFsqbdCrI .mbr-section-title span {
  color: #ffbc00;
}
.cid-uRFsqbdCrI .mbr-text {
  color: #331a01;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRFsqbdCrI .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uRFsqbdCrI .mbr-section-title SPAN {
  color: #e15a00;
}
.cid-uRFsqbdCrI .mbr-text B {
  color: #000000;
}
.cid-uRzJGOiXK7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRzJGOiXK7 {
    padding-top: 24px;
    padding-bottom: 0px;
  }
}
.cid-uRzJGOiXK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRzJGOiXK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRzJGOiXK7 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRzJGOiXK7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRzJGOiXK7 .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uRzJGOiXK7 .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uRzJGOiXK7 .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #b2ccd2;
  height: 100%;
  overflow: hidden;
  background-color: #fefced;
}
.cid-uRzJGOiXK7 .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uRzJGOiXK7 .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #0e5f79;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRzJGOiXK7 .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uRzJGOiXK7 .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uRzJGOiXK7 .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uRzJGOiXK7 .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uRzJGOiXK7 .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uRzJGOiXK7 .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uRzJGOiXK7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRzJGOiXK7 .item-number {
  color: #bcfe1e;
}
.cid-uRzJGOiXK7 .item-title {
  color: #ffffff;
}
.cid-uRzJGOiXK7 .item-text {
  color: #232323;
}
.cid-uRzJGOiXK7 line {
  line-height: 30px;
}
.cid-uRApFZPppd {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRApFZPppd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRApFZPppd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRApFZPppd .row {
  justify-content: left;
}
.cid-uRApFZPppd .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-uRApFZPppd .content-container {
    flex-wrap: wrap;
  }
}
.cid-uRApFZPppd .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-uRApFZPppd .text-item {
    width: 100%;
  }
}
.cid-uRApFZPppd .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-uRApFZPppd .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-uRApFZPppd .mbr-section-title {
  color: #232323;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uRApFZPppd .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uRApFZPppd .mbr-section-subtitle {
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uRApFZPppd .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uRApFZPppd .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-uRApFZPppd .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uRApFZPppd .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-uRApFZPppd .circle-blur {
    display: none !important;
  }
}
.cid-uRApFZPppd .mbr-section-title DIV {
  text-align: left;
}
.cid-uRApFZPppd .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-uRApFZPppd klein {
  color: #000000;
  font-size: 18px;
}
.cid-uRApFZPppd gruen {
  color: #08bf6b;
  text-align: left;
}
.cid-uRAhpsyvbL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRAhpsyvbL {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRAhpsyvbL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRAhpsyvbL .social-list,
  .cid-uRAhpsyvbL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRAhpsyvbL h3 {
    margin-bottom: 10px;
  }
}
.cid-uRAhpsyvbL .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRAhpsyvbL .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRAhpsyvbL .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRAhpsyvbL .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRAhpsyvbL .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRAhpsyvbL .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRAhpsyvbL .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRAhpsyvbL .input-group-btn {
  padding-left: 0;
}
.cid-uRAhpsyvbL .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRAhpsyvbL .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRAhpsyvbL .mbr-text {
  color: #444;
}
.cid-uRAhpsyvbL h5 {
  margin-bottom: 0;
}
.cid-uRAhpsyvbL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRAhpsyvbL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRAhpsyvbL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRAhpsyvbL .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRAhpsyvbL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRAhpsyvbL .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRAhpsyvbL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRAhpsyvbL .social-list a:hover {
  opacity: 0.4;
}
.cid-uRAhpsyvbL .media-container-row > div {
  padding: 0px;
}
.cid-uRAhpsyvbL .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRAhpsyvbL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRAhpsyvbL .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRAhpsyvbL .form-group {
    max-width: 180px;
  }
}
.cid-uRAhpsyvbL .links span {
  color: #9e9e9e;
}
.cid-uRAhpsyvbL .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRAhpsyvbL .logo-title {
  text-align: center;
}
.cid-uRAhpsyvbL .logo-title,
.cid-uRAhpsyvbL .logo {
  color: #465665;
  text-align: left;
}
.cid-uRAhpsyvbL .logo-sub-title DIV {
  text-align: left;
}
.cid-uRAhpsyvbL normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRAhpsyvbL orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRAhpsyvbL ora {
  color: #ff6600;
}
.cid-uRAhpsyvbL klein {
  color: #8c8c8c;
  font-size: 14px;
}
.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-us8XPSpSXp {
  min-height: 60px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 60px;
}
.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: #000000;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.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: #86c2f5 !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: #86c2f5 !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: #86c2f5 !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 - 70px - 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: #86c2f5 !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;
  font-weight: bold;
}
.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-uRFsw5Ii7B {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/brasserie-1329543-2000x842.jpg");
}
.cid-uRFsw5Ii7B .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uRFsw5Ii7B .mbr-section-title {
  color: #232323;
}
.cid-uRFsw5Ii7B .mbr-section-title span {
  color: #ffbc00;
}
.cid-uRFsw5Ii7B .mbr-text {
  color: #331a01;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRFsw5Ii7B .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uRFsw5Ii7B .mbr-section-title SPAN {
  color: #e15a00;
}
.cid-uRFsw5Ii7B .mbr-text B {
  color: #000000;
}
.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-uRAhpsyvbL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRAhpsyvbL {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRAhpsyvbL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRAhpsyvbL .social-list,
  .cid-uRAhpsyvbL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRAhpsyvbL h3 {
    margin-bottom: 10px;
  }
}
.cid-uRAhpsyvbL .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRAhpsyvbL .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRAhpsyvbL .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRAhpsyvbL .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRAhpsyvbL .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRAhpsyvbL .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRAhpsyvbL .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRAhpsyvbL .input-group-btn {
  padding-left: 0;
}
.cid-uRAhpsyvbL .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRAhpsyvbL .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRAhpsyvbL .mbr-text {
  color: #444;
}
.cid-uRAhpsyvbL h5 {
  margin-bottom: 0;
}
.cid-uRAhpsyvbL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRAhpsyvbL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRAhpsyvbL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRAhpsyvbL .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRAhpsyvbL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRAhpsyvbL .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRAhpsyvbL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRAhpsyvbL .social-list a:hover {
  opacity: 0.4;
}
.cid-uRAhpsyvbL .media-container-row > div {
  padding: 0px;
}
.cid-uRAhpsyvbL .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRAhpsyvbL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRAhpsyvbL .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRAhpsyvbL .form-group {
    max-width: 180px;
  }
}
.cid-uRAhpsyvbL .links span {
  color: #9e9e9e;
}
.cid-uRAhpsyvbL .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRAhpsyvbL .logo-title {
  text-align: center;
}
.cid-uRAhpsyvbL .logo-title,
.cid-uRAhpsyvbL .logo {
  color: #465665;
  text-align: left;
}
.cid-uRAhpsyvbL .logo-sub-title DIV {
  text-align: left;
}
.cid-uRAhpsyvbL normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRAhpsyvbL orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRAhpsyvbL ora {
  color: #ff6600;
}
.cid-uRAhpsyvbL klein {
  color: #8c8c8c;
  font-size: 14px;
}
.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-us8XPi7eKP {
  min-height: 60px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 60px;
}
.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: #000000;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.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: #86c2f5 !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: #86c2f5 !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: #86c2f5 !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 - 70px - 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: #86c2f5 !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;
  font-weight: bold;
}
.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-uRFsAHBEki {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/brasserie-1329543-2000x842.jpg");
}
.cid-uRFsAHBEki .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uRFsAHBEki .mbr-section-title {
  color: #232323;
}
.cid-uRFsAHBEki .mbr-section-title span {
  color: #ffbc00;
}
.cid-uRFsAHBEki .mbr-text {
  color: #331a01;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRFsAHBEki .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uRFsAHBEki .mbr-section-title SPAN {
  color: #e15a00;
}
.cid-uRFsAHBEki .mbr-text B {
  color: #000000;
}
.cid-us8XPjm42s {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-us8XPjm42s {
    padding-top: 18px;
    padding-bottom: 0px;
  }
}
.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-uRAhpsyvbL {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRAhpsyvbL {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRAhpsyvbL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRAhpsyvbL .social-list,
  .cid-uRAhpsyvbL .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRAhpsyvbL h3 {
    margin-bottom: 10px;
  }
}
.cid-uRAhpsyvbL .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRAhpsyvbL .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRAhpsyvbL .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRAhpsyvbL .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRAhpsyvbL .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRAhpsyvbL .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRAhpsyvbL .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRAhpsyvbL .input-group-btn {
  padding-left: 0;
}
.cid-uRAhpsyvbL .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRAhpsyvbL .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRAhpsyvbL .mbr-text {
  color: #444;
}
.cid-uRAhpsyvbL h5 {
  margin-bottom: 0;
}
.cid-uRAhpsyvbL .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRAhpsyvbL .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRAhpsyvbL .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRAhpsyvbL .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRAhpsyvbL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRAhpsyvbL .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRAhpsyvbL .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRAhpsyvbL .social-list a:hover {
  opacity: 0.4;
}
.cid-uRAhpsyvbL .media-container-row > div {
  padding: 0px;
}
.cid-uRAhpsyvbL .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRAhpsyvbL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRAhpsyvbL .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRAhpsyvbL .form-group {
    max-width: 180px;
  }
}
.cid-uRAhpsyvbL .links span {
  color: #9e9e9e;
}
.cid-uRAhpsyvbL .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRAhpsyvbL .logo-title {
  text-align: center;
}
.cid-uRAhpsyvbL .logo-title,
.cid-uRAhpsyvbL .logo {
  color: #465665;
  text-align: left;
}
.cid-uRAhpsyvbL .logo-sub-title DIV {
  text-align: left;
}
.cid-uRAhpsyvbL normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRAhpsyvbL orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRAhpsyvbL ora {
  color: #ff6600;
}
.cid-uRAhpsyvbL klein {
  color: #8c8c8c;
  font-size: 14px;
}
.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-uRBnAolrvc {
  min-height: 60px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 60px;
}
.cid-uRBnAolrvc .nav-item,
.cid-uRBnAolrvc .nav-link,
.cid-uRBnAolrvc .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRBnAolrvc .nav-item:hover,
.cid-uRBnAolrvc .nav-link:hover,
.cid-uRBnAolrvc .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uRBnAolrvc .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uRBnAolrvc .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uRBnAolrvc .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uRBnAolrvc .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uRBnAolrvc .container-fluid,
.cid-uRBnAolrvc .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uRBnAolrvc .navbar-brand {
  padding: 0;
}
.cid-uRBnAolrvc .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uRBnAolrvc .nav-link:hover:before {
  width: 100%;
}
.cid-uRBnAolrvc .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-uRBnAolrvc .nav-link {
    margin: 0 !important;
  }
}
.cid-uRBnAolrvc .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRBnAolrvc .widget p,
.cid-uRBnAolrvc .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uRBnAolrvc .widget p a,
.cid-uRBnAolrvc .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uRBnAolrvc .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-uRBnAolrvc .icons__wrap:hover {
  color: #000000;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.cid-uRBnAolrvc .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uRBnAolrvc .block__phone,
  .cid-uRBnAolrvc .icons-menu {
    display: none;
  }
  .cid-uRBnAolrvc .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uRBnAolrvc .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #86c2f5 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uRBnAolrvc .mbr-section-btn .btn-secondary:hover {
  background-color: #86c2f5 !important;
  color: #ffffff !important;
}
.cid-uRBnAolrvc .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uRBnAolrvc .navbar > .container,
.cid-uRBnAolrvc .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uRBnAolrvc .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uRBnAolrvc .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-uRBnAolrvc .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uRBnAolrvc .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uRBnAolrvc .dropdown-toggle::after,
  .cid-uRBnAolrvc .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uRBnAolrvc .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uRBnAolrvc .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-uRBnAolrvc .dropdown-menu .dropdown-item:hover {
  color: #86c2f5 !important;
}
.cid-uRBnAolrvc .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uRBnAolrvc .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uRBnAolrvc .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uRBnAolrvc .nav-item:focus,
.cid-uRBnAolrvc .nav-link:focus {
  outline: none;
}
.cid-uRBnAolrvc .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-uRBnAolrvc .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uRBnAolrvc .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uRBnAolrvc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRBnAolrvc .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uRBnAolrvc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRBnAolrvc .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uRBnAolrvc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRBnAolrvc .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-uRBnAolrvc .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-uRBnAolrvc .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uRBnAolrvc .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uRBnAolrvc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRBnAolrvc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRBnAolrvc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 70px - 1rem);
  }
}
.cid-uRBnAolrvc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRBnAolrvc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRBnAolrvc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRBnAolrvc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRBnAolrvc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRBnAolrvc .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-uRBnAolrvc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRBnAolrvc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uRBnAolrvc .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uRBnAolrvc .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-uRBnAolrvc .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uRBnAolrvc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRBnAolrvc .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uRBnAolrvc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uRBnAolrvc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRBnAolrvc .dropdown-item.active,
.cid-uRBnAolrvc .dropdown-item:active {
  background-color: transparent;
}
.cid-uRBnAolrvc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uRBnAolrvc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uRBnAolrvc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRBnAolrvc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-uRBnAolrvc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRBnAolrvc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRBnAolrvc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRBnAolrvc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRBnAolrvc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRBnAolrvc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRBnAolrvc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRBnAolrvc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRBnAolrvc .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uRBnAolrvc a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uRBnAolrvc a.nav-link:hover {
  color: #86c2f5 !important;
}
@media (max-width: 991px) {
  .cid-uRBnAolrvc .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uRBnAolrvc .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-uRBnAolrvc .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uRBnAolrvc .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-uRBnAolrvc .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uRBnAolrvc .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uRBnAolrvc .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-uRBnAolrvc .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uRBnAolrvc .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uRBnAolrvc .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uRBnAolrvc a.nav-link {
    justify-content: flex-start;
  }
  .cid-uRBnAolrvc ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uRBnAolrvc .navbar-brand {
    padding: 0;
  }
  .cid-uRBnAolrvc .block__phone,
  .cid-uRBnAolrvc .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uRBnAolrvc .widget {
    flex-direction: column;
  }
  .cid-uRBnAolrvc .widget p,
  .cid-uRBnAolrvc .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uRBnAolrvc .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uRBnAolrvc .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-uRBnAolrvc .navbar {
    height: 97px;
  }
  .cid-uRBnAolrvc .navbar.opened {
    height: auto;
  }
  .cid-uRBnAolrvc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRBnAolrvc ora {
  color: #ff6600;
  font-weight: bold;
}
.cid-uRLhUVYST3 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRLhUVYST3 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uRLhUVYST3 .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uRLhUVYST3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRLhUVYST3 .inner-container {
    width: 100% !important;
  }
}
.cid-uRGYjLRQkx {
  background: #ffffff;
}
.cid-uRGYjLRQkx .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-uRGYjLRQkx .mbr-figure {
  margin: 0 auto;
}
.cid-uRGYjLRQkx figcaption {
  position: relative;
}
.cid-uRGYjLRQkx figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uRGYjLRQkx .image-block {
    width: 100% !important;
  }
}
.cid-uRGYjLRQkx .mbr-figure-caption div {
  color: #08aebf;
}
.cid-uRLgZsNFcA {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRLgZsNFcA .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uRLgZsNFcA .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uRLgZsNFcA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRLgZsNFcA .inner-container {
    width: 100% !important;
  }
}
.cid-uRFjdUubdB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRFjdUubdB {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-uRFjdUubdB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRFjdUubdB .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-uRFjdUubdB .container {
    padding: 0 30px;
  }
}
.cid-uRFjdUubdB .text-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 152px 0;
}
@media (max-width: 992px) {
  .cid-uRFjdUubdB .text-wrapper {
    padding: 50px 0;
  }
}
.cid-uRFjdUubdB .text-wrapper img {
  position: absolute;
  width: 700px;
  height: 700px;
  object-fit: contain;
  top: -30%;
  opacity: .75;
}
.cid-uRFjdUubdB .text-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.cid-uRFjdUubdB .text-wrapper .mbr-desc {
  width: 100%;
  margin: 40px 0 0 0;
  position: relative;
}
.cid-uRFjdUubdB .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-uRFjdUubdB .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uRH1fXtLNx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRH1fXtLNx {
    padding-top: 6px;
    padding-bottom: 2px;
  }
}
.cid-uRH1fXtLNx .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uRH1fXtLNx .section-text {
  padding: 1rem 0;
  text-align: center;
}
.cid-uRH1fXtLNx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRH1fXtLNx .inner-container {
    width: 100% !important;
  }
}
.cid-uRBnApN1hq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRBnApN1hq {
    padding-top: 6px;
    padding-bottom: 3px;
  }
}
.cid-uRBnApN1hq .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRBnApN1hq .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-uRBnApN1hq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRBnApN1hq .inner-container {
    width: 100% !important;
  }
}
.cid-uRBnApN1hq blau {
  color: #0082c3;
  font-size: 30px;
}
.cid-uRBnApN1hq hoch {
  line-height: 26px;
}
.cid-uRH1UHIMAL {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uRH1UHIMAL .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uRH1UHIMAL .section-text {
  padding: 0.02rem 0;
  text-align: left;
  color: #879a9f;
  line-height: -14px;
}
.cid-uRH1UHIMAL .inner-container {
  margin: 0 auto;
  line-height: 14px;
}
@media (max-width: 768px) {
  .cid-uRH1UHIMAL .inner-container {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .cid-uRH1UHIMAL {
    padding-top: 6px;
    padding-bottom: 3px;
  }
}
.cid-uRH1UHIMAL blau {
  color: #0082c3;
  font-size: 30px;
}
.cid-uRH1UHIMAL hoch {
  line-height: 26px;
}
.cid-uRBnAq2AJQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRBnAq2AJQ {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRBnAq2AJQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRBnAq2AJQ .social-list,
  .cid-uRBnAq2AJQ .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRBnAq2AJQ h3 {
    margin-bottom: 10px;
  }
}
.cid-uRBnAq2AJQ .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRBnAq2AJQ .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRBnAq2AJQ .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRBnAq2AJQ .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRBnAq2AJQ .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRBnAq2AJQ .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRBnAq2AJQ .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRBnAq2AJQ .input-group-btn {
  padding-left: 0;
}
.cid-uRBnAq2AJQ .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRBnAq2AJQ .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRBnAq2AJQ .mbr-text {
  color: #444;
}
.cid-uRBnAq2AJQ h5 {
  margin-bottom: 0;
}
.cid-uRBnAq2AJQ .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRBnAq2AJQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRBnAq2AJQ .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRBnAq2AJQ .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRBnAq2AJQ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRBnAq2AJQ .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRBnAq2AJQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRBnAq2AJQ .social-list a:hover {
  opacity: 0.4;
}
.cid-uRBnAq2AJQ .media-container-row > div {
  padding: 0px;
}
.cid-uRBnAq2AJQ .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRBnAq2AJQ .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRBnAq2AJQ .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRBnAq2AJQ .form-group {
    max-width: 180px;
  }
}
.cid-uRBnAq2AJQ .links span {
  color: #9e9e9e;
}
.cid-uRBnAq2AJQ .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRBnAq2AJQ .logo-title {
  text-align: center;
}
.cid-uRBnAq2AJQ .logo-title,
.cid-uRBnAq2AJQ .logo {
  color: #465665;
  text-align: left;
}
.cid-uRBnAq2AJQ .logo-sub-title DIV {
  text-align: left;
}
.cid-uRBnAq2AJQ normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRBnAq2AJQ orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRBnAq2AJQ ora {
  color: #ff6600;
}
.cid-uRBnAq2AJQ klein {
  color: #8c8c8c;
  font-size: 14px;
}
.cid-uRBnAqw8Ma #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-uRBnAqw8Ma #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uRBnAqw8Ma #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uRBnAqw8Ma #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uRBnAqw8Ma #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-uRBnAqw8Ma #dentauraBttB:hover {
  opacity: 1;
}
.cid-uRBnAqw8Ma .hidden {
  display: none;
}
.cid-uRBnM2fB5p {
  min-height: 60px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 60px;
}
.cid-uRBnM2fB5p .nav-item,
.cid-uRBnM2fB5p .nav-link,
.cid-uRBnM2fB5p .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRBnM2fB5p .nav-item:hover,
.cid-uRBnM2fB5p .nav-link:hover,
.cid-uRBnM2fB5p .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uRBnM2fB5p .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uRBnM2fB5p .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uRBnM2fB5p .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uRBnM2fB5p .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uRBnM2fB5p .container-fluid,
.cid-uRBnM2fB5p .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uRBnM2fB5p .navbar-brand {
  padding: 0;
}
.cid-uRBnM2fB5p .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uRBnM2fB5p .nav-link:hover:before {
  width: 100%;
}
.cid-uRBnM2fB5p .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-uRBnM2fB5p .nav-link {
    margin: 0 !important;
  }
}
.cid-uRBnM2fB5p .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRBnM2fB5p .widget p,
.cid-uRBnM2fB5p .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uRBnM2fB5p .widget p a,
.cid-uRBnM2fB5p .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uRBnM2fB5p .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-uRBnM2fB5p .icons__wrap:hover {
  color: #000000;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.cid-uRBnM2fB5p .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uRBnM2fB5p .block__phone,
  .cid-uRBnM2fB5p .icons-menu {
    display: none;
  }
  .cid-uRBnM2fB5p .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uRBnM2fB5p .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #86c2f5 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uRBnM2fB5p .mbr-section-btn .btn-secondary:hover {
  background-color: #86c2f5 !important;
  color: #ffffff !important;
}
.cid-uRBnM2fB5p .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uRBnM2fB5p .navbar > .container,
.cid-uRBnM2fB5p .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uRBnM2fB5p .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uRBnM2fB5p .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-uRBnM2fB5p .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uRBnM2fB5p .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uRBnM2fB5p .dropdown-toggle::after,
  .cid-uRBnM2fB5p .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uRBnM2fB5p .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uRBnM2fB5p .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-uRBnM2fB5p .dropdown-menu .dropdown-item:hover {
  color: #86c2f5 !important;
}
.cid-uRBnM2fB5p .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uRBnM2fB5p .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uRBnM2fB5p .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uRBnM2fB5p .nav-item:focus,
.cid-uRBnM2fB5p .nav-link:focus {
  outline: none;
}
.cid-uRBnM2fB5p .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-uRBnM2fB5p .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uRBnM2fB5p .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uRBnM2fB5p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRBnM2fB5p .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uRBnM2fB5p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRBnM2fB5p .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uRBnM2fB5p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRBnM2fB5p .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-uRBnM2fB5p .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-uRBnM2fB5p .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uRBnM2fB5p .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uRBnM2fB5p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRBnM2fB5p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRBnM2fB5p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 70px - 1rem);
  }
}
.cid-uRBnM2fB5p .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRBnM2fB5p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRBnM2fB5p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRBnM2fB5p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRBnM2fB5p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRBnM2fB5p .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-uRBnM2fB5p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRBnM2fB5p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uRBnM2fB5p .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uRBnM2fB5p .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-uRBnM2fB5p .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uRBnM2fB5p .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRBnM2fB5p .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uRBnM2fB5p .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uRBnM2fB5p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRBnM2fB5p .dropdown-item.active,
.cid-uRBnM2fB5p .dropdown-item:active {
  background-color: transparent;
}
.cid-uRBnM2fB5p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uRBnM2fB5p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uRBnM2fB5p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRBnM2fB5p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-uRBnM2fB5p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRBnM2fB5p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRBnM2fB5p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRBnM2fB5p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRBnM2fB5p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRBnM2fB5p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRBnM2fB5p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRBnM2fB5p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRBnM2fB5p .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uRBnM2fB5p a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uRBnM2fB5p a.nav-link:hover {
  color: #86c2f5 !important;
}
@media (max-width: 991px) {
  .cid-uRBnM2fB5p .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uRBnM2fB5p .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-uRBnM2fB5p .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uRBnM2fB5p .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-uRBnM2fB5p .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uRBnM2fB5p .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uRBnM2fB5p .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-uRBnM2fB5p .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uRBnM2fB5p .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uRBnM2fB5p .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uRBnM2fB5p a.nav-link {
    justify-content: flex-start;
  }
  .cid-uRBnM2fB5p ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uRBnM2fB5p .navbar-brand {
    padding: 0;
  }
  .cid-uRBnM2fB5p .block__phone,
  .cid-uRBnM2fB5p .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uRBnM2fB5p .widget {
    flex-direction: column;
  }
  .cid-uRBnM2fB5p .widget p,
  .cid-uRBnM2fB5p .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uRBnM2fB5p .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uRBnM2fB5p .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-uRBnM2fB5p .navbar {
    height: 97px;
  }
  .cid-uRBnM2fB5p .navbar.opened {
    height: auto;
  }
  .cid-uRBnM2fB5p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRBnM2fB5p ora {
  color: #ff6600;
  font-weight: bold;
}
.cid-uRLeesMI0Z {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRLeesMI0Z .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uRLeesMI0Z .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uRLeesMI0Z .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRLeesMI0Z .inner-container {
    width: 100% !important;
  }
}
.cid-uRLfOdHHdu {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRLfOdHHdu .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uRLfOdHHdu .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uRLfOdHHdu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRLfOdHHdu .inner-container {
    width: 100% !important;
  }
}
.cid-uRFoIfWCUK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRFoIfWCUK {
    padding-top: 9px;
    padding-bottom: 3px;
  }
}
@media (min-width: 992px) {
  .cid-uRFoIfWCUK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRFoIfWCUK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uRFoIfWCUK .mbr-text {
    text-align: center;
  }
}
.cid-uRFoIfWCUK H1 {
  color: #351b01;
}
.cid-uRFoIfWCUK .mbr-text,
.cid-uRFoIfWCUK .mbr-section-btn {
  color: #351b01;
  text-align: left;
}
.cid-uRFoIfWCUK H3 {
  color: #351b01;
  text-align: left;
}
.cid-uRFoIfWCUK .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.75rem 2rem;
  border-radius: 3px;
}
.cid-uRFoHh2wCL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uRFoHh2wCL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRFoHh2wCL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uRFoHh2wCL .mbr-text {
    text-align: center;
  }
}
.cid-uRFoHh2wCL H1 {
  color: #351b01;
}
.cid-uRFoHh2wCL .mbr-text,
.cid-uRFoHh2wCL .mbr-section-btn {
  color: #351b01;
  text-align: left;
}
.cid-uRFoHh2wCL H3 {
  color: #351b01;
  text-align: left;
}
.cid-uRFoHh2wCL .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.75rem 2rem;
  border-radius: 3px;
}
.cid-uRFoFp97sk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fefced;
}
@media (min-width: 992px) {
  .cid-uRFoFp97sk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uRFoFp97sk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uRFoFp97sk .mbr-text {
    text-align: center;
  }
}
.cid-uRFoFp97sk H1 {
  color: #351b01;
}
.cid-uRFoFp97sk .mbr-text,
.cid-uRFoFp97sk .mbr-section-btn {
  color: #351b01;
  text-align: left;
}
.cid-uRFoFp97sk H3 {
  color: #351b01;
  text-align: left;
}
.cid-uRFoFp97sk .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.75rem 2rem;
  border-radius: 3px;
}
.cid-uRBnM3MNo2 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRBnM3MNo2 {
    padding-top: 6px;
    padding-bottom: 3px;
  }
}
.cid-uRBnM3MNo2 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uRBnM3MNo2 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #879a9f;
}
.cid-uRBnM3MNo2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRBnM3MNo2 .inner-container {
    width: 100% !important;
  }
}
.cid-uRBnM3MNo2 blau {
  color: #0082c3;
  font-size: 30px;
}
.cid-uRBnM3MNo2 hoch {
  line-height: 26px;
}
.cid-uRBnM4fEY0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRBnM4fEY0 {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRBnM4fEY0 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRBnM4fEY0 .social-list,
  .cid-uRBnM4fEY0 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRBnM4fEY0 h3 {
    margin-bottom: 10px;
  }
}
.cid-uRBnM4fEY0 .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRBnM4fEY0 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRBnM4fEY0 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRBnM4fEY0 .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRBnM4fEY0 .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRBnM4fEY0 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRBnM4fEY0 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRBnM4fEY0 .input-group-btn {
  padding-left: 0;
}
.cid-uRBnM4fEY0 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRBnM4fEY0 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRBnM4fEY0 .mbr-text {
  color: #444;
}
.cid-uRBnM4fEY0 h5 {
  margin-bottom: 0;
}
.cid-uRBnM4fEY0 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRBnM4fEY0 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRBnM4fEY0 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRBnM4fEY0 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRBnM4fEY0 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRBnM4fEY0 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRBnM4fEY0 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRBnM4fEY0 .social-list a:hover {
  opacity: 0.4;
}
.cid-uRBnM4fEY0 .media-container-row > div {
  padding: 0px;
}
.cid-uRBnM4fEY0 .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRBnM4fEY0 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRBnM4fEY0 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRBnM4fEY0 .form-group {
    max-width: 180px;
  }
}
.cid-uRBnM4fEY0 .links span {
  color: #9e9e9e;
}
.cid-uRBnM4fEY0 .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRBnM4fEY0 .logo-title {
  text-align: center;
}
.cid-uRBnM4fEY0 .logo-title,
.cid-uRBnM4fEY0 .logo {
  color: #465665;
  text-align: left;
}
.cid-uRBnM4fEY0 .logo-sub-title DIV {
  text-align: left;
}
.cid-uRBnM4fEY0 normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRBnM4fEY0 orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRBnM4fEY0 ora {
  color: #ff6600;
}
.cid-uRBnM4fEY0 klein {
  color: #8c8c8c;
  font-size: 14px;
}
.cid-uRBnM5eMXP #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-uRBnM5eMXP #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uRBnM5eMXP #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uRBnM5eMXP #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uRBnM5eMXP #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-uRBnM5eMXP #dentauraBttB:hover {
  opacity: 1;
}
.cid-uRBnM5eMXP .hidden {
  display: none;
}
.cid-uRBDmHI7GD {
  min-height: 60px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 60px;
}
.cid-uRBDmHI7GD .nav-item,
.cid-uRBDmHI7GD .nav-link,
.cid-uRBDmHI7GD .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRBDmHI7GD .nav-item:hover,
.cid-uRBDmHI7GD .nav-link:hover,
.cid-uRBDmHI7GD .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uRBDmHI7GD .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uRBDmHI7GD .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uRBDmHI7GD .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uRBDmHI7GD .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uRBDmHI7GD .container-fluid,
.cid-uRBDmHI7GD .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uRBDmHI7GD .navbar-brand {
  padding: 0;
}
.cid-uRBDmHI7GD .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uRBDmHI7GD .nav-link:hover:before {
  width: 100%;
}
.cid-uRBDmHI7GD .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-uRBDmHI7GD .nav-link {
    margin: 0 !important;
  }
}
.cid-uRBDmHI7GD .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRBDmHI7GD .widget p,
.cid-uRBDmHI7GD .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uRBDmHI7GD .widget p a,
.cid-uRBDmHI7GD .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uRBDmHI7GD .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-uRBDmHI7GD .icons__wrap:hover {
  color: #000000;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.cid-uRBDmHI7GD .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uRBDmHI7GD .block__phone,
  .cid-uRBDmHI7GD .icons-menu {
    display: none;
  }
  .cid-uRBDmHI7GD .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uRBDmHI7GD .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #86c2f5 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uRBDmHI7GD .mbr-section-btn .btn-secondary:hover {
  background-color: #86c2f5 !important;
  color: #ffffff !important;
}
.cid-uRBDmHI7GD .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uRBDmHI7GD .navbar > .container,
.cid-uRBDmHI7GD .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uRBDmHI7GD .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uRBDmHI7GD .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-uRBDmHI7GD .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uRBDmHI7GD .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uRBDmHI7GD .dropdown-toggle::after,
  .cid-uRBDmHI7GD .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uRBDmHI7GD .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uRBDmHI7GD .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-uRBDmHI7GD .dropdown-menu .dropdown-item:hover {
  color: #86c2f5 !important;
}
.cid-uRBDmHI7GD .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uRBDmHI7GD .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uRBDmHI7GD .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uRBDmHI7GD .nav-item:focus,
.cid-uRBDmHI7GD .nav-link:focus {
  outline: none;
}
.cid-uRBDmHI7GD .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-uRBDmHI7GD .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uRBDmHI7GD .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uRBDmHI7GD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRBDmHI7GD .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uRBDmHI7GD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRBDmHI7GD .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uRBDmHI7GD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRBDmHI7GD .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-uRBDmHI7GD .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-uRBDmHI7GD .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uRBDmHI7GD .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uRBDmHI7GD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRBDmHI7GD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRBDmHI7GD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 70px - 1rem);
  }
}
.cid-uRBDmHI7GD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRBDmHI7GD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRBDmHI7GD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRBDmHI7GD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRBDmHI7GD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRBDmHI7GD .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-uRBDmHI7GD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRBDmHI7GD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uRBDmHI7GD .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uRBDmHI7GD .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-uRBDmHI7GD .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uRBDmHI7GD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRBDmHI7GD .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uRBDmHI7GD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uRBDmHI7GD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRBDmHI7GD .dropdown-item.active,
.cid-uRBDmHI7GD .dropdown-item:active {
  background-color: transparent;
}
.cid-uRBDmHI7GD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uRBDmHI7GD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uRBDmHI7GD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRBDmHI7GD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-uRBDmHI7GD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRBDmHI7GD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRBDmHI7GD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRBDmHI7GD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRBDmHI7GD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRBDmHI7GD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRBDmHI7GD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRBDmHI7GD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRBDmHI7GD .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uRBDmHI7GD a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uRBDmHI7GD a.nav-link:hover {
  color: #86c2f5 !important;
}
@media (max-width: 991px) {
  .cid-uRBDmHI7GD .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uRBDmHI7GD .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-uRBDmHI7GD .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uRBDmHI7GD .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-uRBDmHI7GD .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uRBDmHI7GD .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uRBDmHI7GD .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-uRBDmHI7GD .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uRBDmHI7GD .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uRBDmHI7GD .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uRBDmHI7GD a.nav-link {
    justify-content: flex-start;
  }
  .cid-uRBDmHI7GD ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uRBDmHI7GD .navbar-brand {
    padding: 0;
  }
  .cid-uRBDmHI7GD .block__phone,
  .cid-uRBDmHI7GD .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uRBDmHI7GD .widget {
    flex-direction: column;
  }
  .cid-uRBDmHI7GD .widget p,
  .cid-uRBDmHI7GD .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uRBDmHI7GD .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uRBDmHI7GD .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-uRBDmHI7GD .navbar {
    height: 97px;
  }
  .cid-uRBDmHI7GD .navbar.opened {
    height: auto;
  }
  .cid-uRBDmHI7GD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRBDmHI7GD ora {
  color: #ff6600;
  font-weight: bold;
}
.cid-uRBDmInPiZ {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uRBDmInPiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRBDmInPiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRBDmInPiZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRBDmInPiZ .container {
    padding: 0 15px;
  }
}
.cid-uRBDmInPiZ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRBDmInPiZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uRBDmInPiZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRBDmInPiZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uRBDmInPiZ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uRBDmInPiZ .items-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .cid-uRBDmInPiZ .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uRBDmInPiZ .items-wrapper .item:hover .item-wrapper::before,
.cid-uRBDmInPiZ .items-wrapper .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 6px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uRBDmInPiZ .items-wrapper .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uRBDmInPiZ .items-wrapper .item .item-wrapper {
    height: auto;
  }
}
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #ffffff -20%, #41798c 50%, #1e6bff 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .cid-uRBDmInPiZ .items-wrapper .item .item-wrapper::before {
    display: none;
  }
}
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 15px;
}
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 64px;
  color: #ffffff;
}
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:hover,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:hover,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:hover,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:hover,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:hover,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:hover,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:hover,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:hover,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-primary-outline:focus,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-secondary-outline:focus,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-success-outline:focus,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-info-outline:focus,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-warning-outline:focus,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-danger-outline:focus,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-white-outline:focus,
.cid-uRBDmInPiZ .items-wrapper .item .item-wrapper .mbr-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.cid-uRBDmInPiZ .mbr-section-title {
  color: #dfad10;
  text-align: center;
}
.cid-uRBDmInPiZ .item-title {
  color: #f2ac2b;
}
.cid-uRBDmInPiZ .item-text {
  color: #ffffff;
}
.cid-uRLimyvW4r {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRLimyvW4r .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uRLimyvW4r .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uRLimyvW4r .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRLimyvW4r .inner-container {
    width: 100% !important;
  }
}
.cid-uRBDmJma3i {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fefcf5;
}
@media (max-width: 991px) {
  .cid-uRBDmJma3i {
    padding-top: 12px;
    padding-bottom: 0px;
  }
}
.cid-uRBDmJma3i .main_header {
  margin: 25px 0 4px;
}
.cid-uRBDmJma3i .mbr-section-title {
  color: #af9009;
  margin-bottom: 13px;
  text-align: left;
}
.cid-uRBDmJma3i .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uRBDmJma3i .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRBDmJma3i .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uRBDmJma3i .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uRBDmJma3i .line {
  border-bottom: 1px solid #cdd9bf;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uRBDmJma3i .card_title {
  color: #465052;
  line-height: 1.2727em;
  margin-top: -90px;
}
.cid-uRBDmJma3i .card_price {
  color: #6e5a05;
}
.cid-uRBDmJma3i .card_text {
  color: #465052;
}
.cid-uRBDmJma3i blau {
  color: #eaf6fb;
}
.cid-uRBDmJma3i grau {
  color: #eff1f2;
}
.cid-uRBDmJRlrA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebead7;
}
@media (max-width: 991px) {
  .cid-uRBDmJRlrA {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uRBDmJRlrA .main_header {
  margin: 25px 0 4px;
}
.cid-uRBDmJRlrA .mbr-section-title {
  color: #af9009;
  margin-bottom: 13px;
  text-align: left;
}
.cid-uRBDmJRlrA .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uRBDmJRlrA .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRBDmJRlrA .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uRBDmJRlrA .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uRBDmJRlrA .line {
  border-bottom: 1px solid #cdd9bf;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uRBDmJRlrA .card_title {
  color: #465052;
  line-height: 1.2727em;
}
.cid-uRBDmJRlrA .card_price {
  color: #6e5a05;
}
.cid-uRBDmJRlrA .card_text {
  color: #465052;
}
.cid-uRBDmJRlrA blau {
  color: #eaf6fb;
}
.cid-uRBDmJRlrA grau {
  color: #eff1f2;
}
.cid-uRBDmKmnN7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fefcf5;
}
@media (max-width: 991px) {
  .cid-uRBDmKmnN7 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uRBDmKmnN7 .main_header {
  margin: 25px 0 4px;
}
.cid-uRBDmKmnN7 .mbr-section-title {
  color: #af9009;
  margin-bottom: 13px;
  text-align: left;
}
.cid-uRBDmKmnN7 .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uRBDmKmnN7 .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRBDmKmnN7 .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uRBDmKmnN7 .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uRBDmKmnN7 .line {
  border-bottom: 1px solid #cdd9bf;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uRBDmKmnN7 .card_title {
  color: #465052;
  line-height: 1.2727em;
}
.cid-uRBDmKmnN7 .card_price {
  color: #6e5a05;
}
.cid-uRBDmKmnN7 .card_text {
  color: #465052;
}
.cid-uRBDmKmnN7 blau {
  color: #eaf6fb;
}
.cid-uRBDmKmnN7 grau {
  color: #eff1f2;
}
.cid-uRBDmKV0wK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebead7;
}
@media (max-width: 991px) {
  .cid-uRBDmKV0wK {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uRBDmKV0wK .main_header {
  margin: 25px 0 4px;
}
.cid-uRBDmKV0wK .mbr-section-title {
  color: #af9009;
  margin-bottom: 13px;
  text-align: left;
}
.cid-uRBDmKV0wK .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uRBDmKV0wK .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRBDmKV0wK .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uRBDmKV0wK .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uRBDmKV0wK .line {
  border-bottom: 1px solid #cdd9bf;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uRBDmKV0wK .card_title {
  color: #465052;
  line-height: 1.2727em;
}
.cid-uRBDmKV0wK .card_price {
  color: #6e5a05;
}
.cid-uRBDmKV0wK .card_text {
  color: #465052;
}
.cid-uRBDmKV0wK blau {
  color: #eaf6fb;
}
.cid-uRBDmKV0wK grau {
  color: #eff1f2;
}
.cid-uRBDmKV0wK normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRBDmKV0wK ora {
  color: #e15a00;
  font-size: 18px;
  line-height: 22px;
}
.cid-uRBDmLrCd6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fefcf5;
}
@media (max-width: 991px) {
  .cid-uRBDmLrCd6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uRBDmLrCd6 .main_header {
  margin: 25px 0 4px;
}
.cid-uRBDmLrCd6 .mbr-section-title {
  color: #af9009;
  margin-bottom: 13px;
  text-align: left;
}
.cid-uRBDmLrCd6 .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uRBDmLrCd6 .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRBDmLrCd6 .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uRBDmLrCd6 .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uRBDmLrCd6 .line {
  border-bottom: 1px solid #cdd9bf;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uRBDmLrCd6 .card_title {
  color: #465052;
  line-height: 1.2727em;
}
.cid-uRBDmLrCd6 .card_price {
  color: #6e5a05;
}
.cid-uRBDmLrCd6 .card_text {
  color: #465052;
}
.cid-uRBDmLrCd6 blau {
  color: #eaf6fb;
}
.cid-uRBDmLrCd6 grau {
  color: #eff1f2;
}
.cid-uRBDmLrCd6 normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRBDmLrCd6 ora {
  color: #e15a00;
  font-size: 18px;
  line-height: 22px;
}
.cid-uRGBrdwvtD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebead7;
}
@media (max-width: 991px) {
  .cid-uRGBrdwvtD {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uRGBrdwvtD .main_header {
  margin: 25px 0 4px;
}
.cid-uRGBrdwvtD .mbr-section-title {
  color: #af9009;
  margin-bottom: 13px;
  text-align: left;
}
.cid-uRGBrdwvtD .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uRGBrdwvtD .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRGBrdwvtD .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uRGBrdwvtD .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uRGBrdwvtD .line {
  border-bottom: 1px solid #cdd9bf;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uRGBrdwvtD .card_title {
  color: #465052;
  line-height: 1.2727em;
}
.cid-uRGBrdwvtD .card_price {
  color: #6e5a05;
}
.cid-uRGBrdwvtD .card_text {
  color: #465052;
}
.cid-uRGBrdwvtD blau {
  color: #eaf6fb;
}
.cid-uRGBrdwvtD grau {
  color: #eff1f2;
}
.cid-uRGBrdwvtD normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRGBrdwvtD ora {
  color: #e15a00;
  font-size: 18px;
  line-height: 22px;
}
.cid-uRBDmMrIor {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/getrc3a4nk3-2000x600.png");
}
.cid-uRBDmMrIor .mbr-section-title {
  text-align: left;
  color: #c4a10a;
}
.cid-uRBDmMrIor .mbr-text,
.cid-uRBDmMrIor .mbr-section-btn {
  text-align: left;
}
.cid-uRBDmMrIor .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: 3px;
}
.cid-uRBDmMrIor black {
  color: #333333;
  font-size: 22px;
}
.cid-uRBDmMrIor .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-uRBDmLZsDZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ebead7;
}
@media (max-width: 991px) {
  .cid-uRBDmLZsDZ {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uRBDmLZsDZ .main_header {
  margin: 25px 0 4px;
}
.cid-uRBDmLZsDZ .mbr-section-title {
  color: #af9009;
  margin-bottom: 13px;
  text-align: left;
}
.cid-uRBDmLZsDZ .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uRBDmLZsDZ .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRBDmLZsDZ .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uRBDmLZsDZ .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uRBDmLZsDZ .line {
  border-bottom: 1px solid #cdd9bf;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uRBDmLZsDZ .card_title {
  color: #465052;
  line-height: 1.2727em;
}
.cid-uRBDmLZsDZ .card_price {
  color: #6e5a05;
}
.cid-uRBDmLZsDZ .card_text {
  color: #465052;
}
.cid-uRBDmLZsDZ blau {
  color: #eaf6fb;
}
.cid-uRBDmLZsDZ grau {
  color: #eff1f2;
}
.cid-uRBDmLZsDZ ora {
  color: #e15a00;
  font-size: 18px;
  line-height: 22px;
}
.cid-uRBDmNNQ4n {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fefced;
}
@media (max-width: 991px) {
  .cid-uRBDmNNQ4n {
    padding-top: 9px;
    padding-bottom: 0px;
  }
}
.cid-uRBDmNNQ4n .main_header {
  margin: 25px 0 4px;
}
.cid-uRBDmNNQ4n .mbr-section-title {
  color: #af9009;
  margin-bottom: 13px;
  text-align: left;
}
.cid-uRBDmNNQ4n .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uRBDmNNQ4n .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRBDmNNQ4n .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uRBDmNNQ4n .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uRBDmNNQ4n .line {
  border-bottom: 1px solid #cdd9bf;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uRBDmNNQ4n .card_title {
  color: #465052;
  line-height: 1.2727em;
}
.cid-uRBDmNNQ4n .card_price {
  color: #6e5a05;
}
.cid-uRBDmNNQ4n .card_text {
  color: #465052;
}
.cid-uRBDmNNQ4n blau {
  color: #eaf6fb;
}
.cid-uRBDmNNQ4n grau {
  color: #eff1f2;
}
.cid-uRBDmNNQ4n ora {
  color: #e15a00;
  font-size: 18px;
  line-height: 22px;
}
.cid-uRBDmOh2PL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ebead7;
}
@media (max-width: 991px) {
  .cid-uRBDmOh2PL {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-uRBDmOh2PL .main_header {
  margin: 25px 0 4px;
}
.cid-uRBDmOh2PL .mbr-section-title {
  color: #af9009;
  margin-bottom: 13px;
  text-align: left;
}
.cid-uRBDmOh2PL .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uRBDmOh2PL .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRBDmOh2PL .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uRBDmOh2PL .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uRBDmOh2PL .line {
  border-bottom: 1px solid #cdd9bf;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uRBDmOh2PL .card_title {
  color: #465052;
  line-height: 1.2727em;
}
.cid-uRBDmOh2PL .card_price {
  color: #6e5a05;
}
.cid-uRBDmOh2PL .card_text {
  color: #465052;
}
.cid-uRBDmOh2PL blau {
  color: #eaf6fb;
}
.cid-uRBDmOh2PL grau {
  color: #eff1f2;
}
.cid-uRBDmOh2PL ora {
  color: #e15a00;
  font-size: 18px;
  line-height: 22px;
}
.cid-uRBDmOx5HT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRBDmOx5HT {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRBDmOx5HT .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRBDmOx5HT .social-list,
  .cid-uRBDmOx5HT .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRBDmOx5HT h3 {
    margin-bottom: 10px;
  }
}
.cid-uRBDmOx5HT .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRBDmOx5HT .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRBDmOx5HT .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRBDmOx5HT .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRBDmOx5HT .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRBDmOx5HT .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRBDmOx5HT .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRBDmOx5HT .input-group-btn {
  padding-left: 0;
}
.cid-uRBDmOx5HT .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRBDmOx5HT .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRBDmOx5HT .mbr-text {
  color: #444;
}
.cid-uRBDmOx5HT h5 {
  margin-bottom: 0;
}
.cid-uRBDmOx5HT .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRBDmOx5HT .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRBDmOx5HT .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRBDmOx5HT .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRBDmOx5HT .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRBDmOx5HT .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRBDmOx5HT .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRBDmOx5HT .social-list a:hover {
  opacity: 0.4;
}
.cid-uRBDmOx5HT .media-container-row > div {
  padding: 0px;
}
.cid-uRBDmOx5HT .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRBDmOx5HT .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRBDmOx5HT .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRBDmOx5HT .form-group {
    max-width: 180px;
  }
}
.cid-uRBDmOx5HT .links span {
  color: #9e9e9e;
}
.cid-uRBDmOx5HT .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRBDmOx5HT .logo-title {
  text-align: center;
}
.cid-uRBDmOx5HT .logo-title,
.cid-uRBDmOx5HT .logo {
  color: #465665;
  text-align: left;
}
.cid-uRBDmOx5HT .logo-sub-title DIV {
  text-align: left;
}
.cid-uRBDmOx5HT normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRBDmOx5HT orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRBDmOx5HT ora {
  color: #ff6600;
}
.cid-uRBDmOx5HT klein {
  color: #8c8c8c;
  font-size: 14px;
}
.cid-uRBDmPabXD #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-uRBDmPabXD #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uRBDmPabXD #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uRBDmPabXD #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uRBDmPabXD #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-uRBDmPabXD #dentauraBttB:hover {
  opacity: 1;
}
.cid-uRBDmPabXD .hidden {
  display: none;
}
.cid-uRBDmPoE0n {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRBDmPoE0n {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-uRBDmPoE0n .main_header {
  margin: 25px 0 4px;
}
.cid-uRBDmPoE0n .mbr-section-title {
  color: #af9009;
  margin-bottom: 13px;
  text-align: left;
}
.cid-uRBDmPoE0n .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uRBDmPoE0n .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRBDmPoE0n .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uRBDmPoE0n .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uRBDmPoE0n .line {
  border-bottom: 1px solid #cdd9bf;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uRBDmPoE0n .card_title {
  color: #465052;
  line-height: 1.2727em;
}
.cid-uRBDmPoE0n .card_price {
  color: #6e5a05;
}
.cid-uRBDmPoE0n .card_text {
  color: #465052;
}
.cid-uRBDmPoE0n blau {
  color: #eaf6fb;
}
.cid-uRBDmPoE0n grau {
  color: #eff1f2;
}
.cid-uRBDmPoE0n ora {
  color: #e15a00;
  font-size: 18px;
  line-height: 22px;
}
.cid-uRBGBK6hV7 {
  min-height: 60px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 60px;
}
.cid-uRBGBK6hV7 .nav-item,
.cid-uRBGBK6hV7 .nav-link,
.cid-uRBGBK6hV7 .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRBGBK6hV7 .nav-item:hover,
.cid-uRBGBK6hV7 .nav-link:hover,
.cid-uRBGBK6hV7 .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uRBGBK6hV7 .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uRBGBK6hV7 .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uRBGBK6hV7 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uRBGBK6hV7 .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uRBGBK6hV7 .container-fluid,
.cid-uRBGBK6hV7 .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uRBGBK6hV7 .navbar-brand {
  padding: 0;
}
.cid-uRBGBK6hV7 .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uRBGBK6hV7 .nav-link:hover:before {
  width: 100%;
}
.cid-uRBGBK6hV7 .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-uRBGBK6hV7 .nav-link {
    margin: 0 !important;
  }
}
.cid-uRBGBK6hV7 .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRBGBK6hV7 .widget p,
.cid-uRBGBK6hV7 .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uRBGBK6hV7 .widget p a,
.cid-uRBGBK6hV7 .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uRBGBK6hV7 .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-uRBGBK6hV7 .icons__wrap:hover {
  color: #000000;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.cid-uRBGBK6hV7 .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uRBGBK6hV7 .block__phone,
  .cid-uRBGBK6hV7 .icons-menu {
    display: none;
  }
  .cid-uRBGBK6hV7 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uRBGBK6hV7 .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #86c2f5 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uRBGBK6hV7 .mbr-section-btn .btn-secondary:hover {
  background-color: #86c2f5 !important;
  color: #ffffff !important;
}
.cid-uRBGBK6hV7 .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uRBGBK6hV7 .navbar > .container,
.cid-uRBGBK6hV7 .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uRBGBK6hV7 .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uRBGBK6hV7 .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-uRBGBK6hV7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uRBGBK6hV7 .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uRBGBK6hV7 .dropdown-toggle::after,
  .cid-uRBGBK6hV7 .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uRBGBK6hV7 .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uRBGBK6hV7 .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-uRBGBK6hV7 .dropdown-menu .dropdown-item:hover {
  color: #86c2f5 !important;
}
.cid-uRBGBK6hV7 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uRBGBK6hV7 .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uRBGBK6hV7 .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uRBGBK6hV7 .nav-item:focus,
.cid-uRBGBK6hV7 .nav-link:focus {
  outline: none;
}
.cid-uRBGBK6hV7 .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-uRBGBK6hV7 .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uRBGBK6hV7 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uRBGBK6hV7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRBGBK6hV7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uRBGBK6hV7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRBGBK6hV7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uRBGBK6hV7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRBGBK6hV7 .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-uRBGBK6hV7 .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-uRBGBK6hV7 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uRBGBK6hV7 .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uRBGBK6hV7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRBGBK6hV7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRBGBK6hV7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 70px - 1rem);
  }
}
.cid-uRBGBK6hV7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRBGBK6hV7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRBGBK6hV7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRBGBK6hV7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRBGBK6hV7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRBGBK6hV7 .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-uRBGBK6hV7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRBGBK6hV7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uRBGBK6hV7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uRBGBK6hV7 .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-uRBGBK6hV7 .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uRBGBK6hV7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRBGBK6hV7 .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uRBGBK6hV7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uRBGBK6hV7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRBGBK6hV7 .dropdown-item.active,
.cid-uRBGBK6hV7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uRBGBK6hV7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uRBGBK6hV7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uRBGBK6hV7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRBGBK6hV7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-uRBGBK6hV7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRBGBK6hV7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRBGBK6hV7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRBGBK6hV7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRBGBK6hV7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRBGBK6hV7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRBGBK6hV7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRBGBK6hV7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRBGBK6hV7 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uRBGBK6hV7 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uRBGBK6hV7 a.nav-link:hover {
  color: #86c2f5 !important;
}
@media (max-width: 991px) {
  .cid-uRBGBK6hV7 .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uRBGBK6hV7 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-uRBGBK6hV7 .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uRBGBK6hV7 .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-uRBGBK6hV7 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uRBGBK6hV7 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uRBGBK6hV7 .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-uRBGBK6hV7 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uRBGBK6hV7 .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uRBGBK6hV7 .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uRBGBK6hV7 a.nav-link {
    justify-content: flex-start;
  }
  .cid-uRBGBK6hV7 ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uRBGBK6hV7 .navbar-brand {
    padding: 0;
  }
  .cid-uRBGBK6hV7 .block__phone,
  .cid-uRBGBK6hV7 .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uRBGBK6hV7 .widget {
    flex-direction: column;
  }
  .cid-uRBGBK6hV7 .widget p,
  .cid-uRBGBK6hV7 .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uRBGBK6hV7 .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uRBGBK6hV7 .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-uRBGBK6hV7 .navbar {
    height: 97px;
  }
  .cid-uRBGBK6hV7 .navbar.opened {
    height: auto;
  }
  .cid-uRBGBK6hV7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRBGBK6hV7 ora {
  color: #ff6600;
  font-weight: bold;
}
.cid-uRBGBKrxlU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uRBGBKrxlU .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uRBGBKrxlU .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uRBGBKrxlU .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uRBGBKrxlU .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uRBGBKrxlU .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uRFsGoXxdM {
  padding-top: 90px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/jobs-farbe-2000x545.jpg");
}
.cid-uRFsGoXxdM .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uRFsGoXxdM .mbr-section-title {
  color: #232323;
}
.cid-uRFsGoXxdM .mbr-section-title span {
  color: #ffbc00;
}
.cid-uRFsGoXxdM .mbr-text {
  color: #331a01;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRFsGoXxdM .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uRFsGoXxdM .mbr-section-title SPAN {
  color: #e15a00;
}
.cid-uRFsGoXxdM .mbr-text B {
  color: #000000;
}
.cid-uRBH32uz4K {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRBH32uz4K {
    padding-top: 27px;
    padding-bottom: 4px;
  }
}
.cid-uRBH32uz4K .container {
  max-width: 1120px;
}
.cid-uRBH32uz4K .row {
  background: #82786e;
}
.cid-uRBH32uz4K .img-col {
  padding: 0;
}
.cid-uRBH32uz4K .title-col {
  padding: 4rem 8rem;
}
.cid-uRBH32uz4K img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRBH32uz4K h2 {
  padding: 0;
  margin: 0;
}
.cid-uRBH32uz4K .text-wrap {
  margin: auto;
}
.cid-uRBH32uz4K .mbr-text {
  color: #efeeee;
}
@media (max-width: 1200px) {
  .cid-uRBH32uz4K .row {
    margin: 2rem;
  }
  .cid-uRBH32uz4K .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uRBH32uz4K .row {
    margin: 0rem;
  }
  .cid-uRBH32uz4K .title-col {
    padding: 2rem 1rem;
  }
}
.cid-uRBH32uz4K H2 {
  text-align: left;
}
.cid-uRBH32uz4K DIV {
  text-align: left;
}
.cid-uRBGBLAkNd {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRBGBLAkNd {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRBGBLAkNd .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRBGBLAkNd .social-list,
  .cid-uRBGBLAkNd .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRBGBLAkNd h3 {
    margin-bottom: 10px;
  }
}
.cid-uRBGBLAkNd .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRBGBLAkNd .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRBGBLAkNd .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRBGBLAkNd .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRBGBLAkNd .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRBGBLAkNd .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRBGBLAkNd .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRBGBLAkNd .input-group-btn {
  padding-left: 0;
}
.cid-uRBGBLAkNd .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRBGBLAkNd .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRBGBLAkNd .mbr-text {
  color: #444;
}
.cid-uRBGBLAkNd h5 {
  margin-bottom: 0;
}
.cid-uRBGBLAkNd .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRBGBLAkNd .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRBGBLAkNd .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRBGBLAkNd .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRBGBLAkNd .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRBGBLAkNd .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRBGBLAkNd .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRBGBLAkNd .social-list a:hover {
  opacity: 0.4;
}
.cid-uRBGBLAkNd .media-container-row > div {
  padding: 0px;
}
.cid-uRBGBLAkNd .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRBGBLAkNd .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRBGBLAkNd .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRBGBLAkNd .form-group {
    max-width: 180px;
  }
}
.cid-uRBGBLAkNd .links span {
  color: #9e9e9e;
}
.cid-uRBGBLAkNd .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRBGBLAkNd .logo-title {
  text-align: center;
}
.cid-uRBGBLAkNd .logo-title,
.cid-uRBGBLAkNd .logo {
  color: #465665;
  text-align: left;
}
.cid-uRBGBLAkNd .logo-sub-title DIV {
  text-align: left;
}
.cid-uRBGBLAkNd normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRBGBLAkNd orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRBGBLAkNd ora {
  color: #ff6600;
}
.cid-uRBGBLAkNd klein {
  color: #8c8c8c;
  font-size: 14px;
}
.cid-uRBGBMgyQs #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-uRBGBMgyQs #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uRBGBMgyQs #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uRBGBMgyQs #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uRBGBMgyQs #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-uRBGBMgyQs #dentauraBttB:hover {
  opacity: 1;
}
.cid-uRBGBMgyQs .hidden {
  display: none;
}
.cid-uRAzmMROsb {
  min-height: 60px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 60px;
}
.cid-uRAzmMROsb .nav-item,
.cid-uRAzmMROsb .nav-link,
.cid-uRAzmMROsb .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRAzmMROsb .nav-item:hover,
.cid-uRAzmMROsb .nav-link:hover,
.cid-uRAzmMROsb .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uRAzmMROsb .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uRAzmMROsb .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uRAzmMROsb .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uRAzmMROsb .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uRAzmMROsb .container-fluid,
.cid-uRAzmMROsb .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uRAzmMROsb .navbar-brand {
  padding: 0;
}
.cid-uRAzmMROsb .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uRAzmMROsb .nav-link:hover:before {
  width: 100%;
}
.cid-uRAzmMROsb .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-uRAzmMROsb .nav-link {
    margin: 0 !important;
  }
}
.cid-uRAzmMROsb .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRAzmMROsb .widget p,
.cid-uRAzmMROsb .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uRAzmMROsb .widget p a,
.cid-uRAzmMROsb .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uRAzmMROsb .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-uRAzmMROsb .icons__wrap:hover {
  color: #000000;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.cid-uRAzmMROsb .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uRAzmMROsb .block__phone,
  .cid-uRAzmMROsb .icons-menu {
    display: none;
  }
  .cid-uRAzmMROsb .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uRAzmMROsb .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #86c2f5 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uRAzmMROsb .mbr-section-btn .btn-secondary:hover {
  background-color: #86c2f5 !important;
  color: #ffffff !important;
}
.cid-uRAzmMROsb .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uRAzmMROsb .navbar > .container,
.cid-uRAzmMROsb .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uRAzmMROsb .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uRAzmMROsb .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-uRAzmMROsb .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uRAzmMROsb .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uRAzmMROsb .dropdown-toggle::after,
  .cid-uRAzmMROsb .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uRAzmMROsb .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uRAzmMROsb .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-uRAzmMROsb .dropdown-menu .dropdown-item:hover {
  color: #86c2f5 !important;
}
.cid-uRAzmMROsb .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uRAzmMROsb .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uRAzmMROsb .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uRAzmMROsb .nav-item:focus,
.cid-uRAzmMROsb .nav-link:focus {
  outline: none;
}
.cid-uRAzmMROsb .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-uRAzmMROsb .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uRAzmMROsb .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uRAzmMROsb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRAzmMROsb .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uRAzmMROsb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRAzmMROsb .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uRAzmMROsb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRAzmMROsb .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-uRAzmMROsb .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-uRAzmMROsb .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uRAzmMROsb .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uRAzmMROsb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRAzmMROsb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRAzmMROsb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 70px - 1rem);
  }
}
.cid-uRAzmMROsb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRAzmMROsb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRAzmMROsb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRAzmMROsb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRAzmMROsb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRAzmMROsb .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-uRAzmMROsb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRAzmMROsb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uRAzmMROsb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uRAzmMROsb .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-uRAzmMROsb .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uRAzmMROsb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRAzmMROsb .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uRAzmMROsb .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uRAzmMROsb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRAzmMROsb .dropdown-item.active,
.cid-uRAzmMROsb .dropdown-item:active {
  background-color: transparent;
}
.cid-uRAzmMROsb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uRAzmMROsb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uRAzmMROsb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRAzmMROsb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-uRAzmMROsb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRAzmMROsb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAzmMROsb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRAzmMROsb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRAzmMROsb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAzmMROsb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRAzmMROsb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRAzmMROsb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRAzmMROsb .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uRAzmMROsb a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uRAzmMROsb a.nav-link:hover {
  color: #86c2f5 !important;
}
@media (max-width: 991px) {
  .cid-uRAzmMROsb .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uRAzmMROsb .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-uRAzmMROsb .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uRAzmMROsb .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-uRAzmMROsb .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uRAzmMROsb .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uRAzmMROsb .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-uRAzmMROsb .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uRAzmMROsb .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uRAzmMROsb .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uRAzmMROsb a.nav-link {
    justify-content: flex-start;
  }
  .cid-uRAzmMROsb ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uRAzmMROsb .navbar-brand {
    padding: 0;
  }
  .cid-uRAzmMROsb .block__phone,
  .cid-uRAzmMROsb .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uRAzmMROsb .widget {
    flex-direction: column;
  }
  .cid-uRAzmMROsb .widget p,
  .cid-uRAzmMROsb .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uRAzmMROsb .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uRAzmMROsb .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-uRAzmMROsb .navbar {
    height: 97px;
  }
  .cid-uRAzmMROsb .navbar.opened {
    height: auto;
  }
  .cid-uRAzmMROsb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRAzmMROsb ora {
  color: #ff6600;
  font-weight: bold;
}
.cid-uRAzmN5cmm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uRAzmN5cmm .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uRAzmN5cmm .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uRAzmN5cmm .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uRAzmN5cmm .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uRAzmN5cmm .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uRFwnqeRgQ {
  padding-top: 90px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/tisch222-2000x545.jpg");
}
.cid-uRFwnqeRgQ .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uRFwnqeRgQ .mbr-section-title {
  color: #232323;
}
.cid-uRFwnqeRgQ .mbr-section-title span {
  color: #ffbc00;
}
.cid-uRFwnqeRgQ .mbr-text {
  color: #331a01;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRFwnqeRgQ .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uRFwnqeRgQ .mbr-section-title SPAN {
  color: #e15a00;
}
.cid-uRFwnqeRgQ .mbr-text B {
  color: #000000;
}
.cid-uRFn7fbjpD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRFn7fbjpD {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.cid-uRFn7fbjpD .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uRFn7fbjpD .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-uRFn7fbjpD .card-img img {
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-uRFn7fbjpD .section-text,
.cid-uRFn7fbjpD .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-uRFn7fbjpD .section-text,
  .cid-uRFn7fbjpD .card-text,
  .cid-uRFn7fbjpD .card-title,
  .cid-uRFn7fbjpD .mbr-section-title {
    text-align: left;
  }
}
.cid-uRFn7fbjpD H2 {
  color: #236000;
  text-align: left;
}
.cid-uRFn7fbjpD .section-text {
  color: #444444;
  text-align: left;
}
.cid-uRAzmNGKFD {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRAzmNGKFD {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRAzmNGKFD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRAzmNGKFD .social-list,
  .cid-uRAzmNGKFD .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRAzmNGKFD h3 {
    margin-bottom: 10px;
  }
}
.cid-uRAzmNGKFD .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRAzmNGKFD .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRAzmNGKFD .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRAzmNGKFD .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRAzmNGKFD .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRAzmNGKFD .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRAzmNGKFD .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRAzmNGKFD .input-group-btn {
  padding-left: 0;
}
.cid-uRAzmNGKFD .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRAzmNGKFD .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRAzmNGKFD .mbr-text {
  color: #444;
}
.cid-uRAzmNGKFD h5 {
  margin-bottom: 0;
}
.cid-uRAzmNGKFD .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRAzmNGKFD .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRAzmNGKFD .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRAzmNGKFD .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRAzmNGKFD .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRAzmNGKFD .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRAzmNGKFD .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRAzmNGKFD .social-list a:hover {
  opacity: 0.4;
}
.cid-uRAzmNGKFD .media-container-row > div {
  padding: 0px;
}
.cid-uRAzmNGKFD .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRAzmNGKFD .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRAzmNGKFD .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRAzmNGKFD .form-group {
    max-width: 180px;
  }
}
.cid-uRAzmNGKFD .links span {
  color: #9e9e9e;
}
.cid-uRAzmNGKFD .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRAzmNGKFD .logo-title {
  text-align: center;
}
.cid-uRAzmNGKFD .logo-title,
.cid-uRAzmNGKFD .logo {
  color: #465665;
  text-align: left;
}
.cid-uRAzmNGKFD .logo-sub-title DIV {
  text-align: left;
}
.cid-uRAzmNGKFD normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRAzmNGKFD orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRAzmNGKFD ora {
  color: #ff6600;
}
.cid-uRAzmNGKFD klein {
  color: #8c8c8c;
  font-size: 14px;
}
.cid-uRAzmO7uDj #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-uRAzmO7uDj #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uRAzmO7uDj #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uRAzmO7uDj #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uRAzmO7uDj #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-uRAzmO7uDj #dentauraBttB:hover {
  opacity: 1;
}
.cid-uRAzmO7uDj .hidden {
  display: none;
}
.cid-uRG3ChKX6p {
  min-height: 60px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 60px;
}
.cid-uRG3ChKX6p .nav-item,
.cid-uRG3ChKX6p .nav-link,
.cid-uRG3ChKX6p .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRG3ChKX6p .nav-item:hover,
.cid-uRG3ChKX6p .nav-link:hover,
.cid-uRG3ChKX6p .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uRG3ChKX6p .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uRG3ChKX6p .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uRG3ChKX6p .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uRG3ChKX6p .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uRG3ChKX6p .container-fluid,
.cid-uRG3ChKX6p .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uRG3ChKX6p .navbar-brand {
  padding: 0;
}
.cid-uRG3ChKX6p .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uRG3ChKX6p .nav-link:hover:before {
  width: 100%;
}
.cid-uRG3ChKX6p .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-uRG3ChKX6p .nav-link {
    margin: 0 !important;
  }
}
.cid-uRG3ChKX6p .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRG3ChKX6p .widget p,
.cid-uRG3ChKX6p .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uRG3ChKX6p .widget p a,
.cid-uRG3ChKX6p .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uRG3ChKX6p .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-uRG3ChKX6p .icons__wrap:hover {
  color: #000000;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.cid-uRG3ChKX6p .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uRG3ChKX6p .block__phone,
  .cid-uRG3ChKX6p .icons-menu {
    display: none;
  }
  .cid-uRG3ChKX6p .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uRG3ChKX6p .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #86c2f5 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uRG3ChKX6p .mbr-section-btn .btn-secondary:hover {
  background-color: #86c2f5 !important;
  color: #ffffff !important;
}
.cid-uRG3ChKX6p .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uRG3ChKX6p .navbar > .container,
.cid-uRG3ChKX6p .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uRG3ChKX6p .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uRG3ChKX6p .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-uRG3ChKX6p .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uRG3ChKX6p .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uRG3ChKX6p .dropdown-toggle::after,
  .cid-uRG3ChKX6p .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uRG3ChKX6p .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uRG3ChKX6p .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-uRG3ChKX6p .dropdown-menu .dropdown-item:hover {
  color: #86c2f5 !important;
}
.cid-uRG3ChKX6p .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uRG3ChKX6p .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uRG3ChKX6p .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uRG3ChKX6p .nav-item:focus,
.cid-uRG3ChKX6p .nav-link:focus {
  outline: none;
}
.cid-uRG3ChKX6p .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-uRG3ChKX6p .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uRG3ChKX6p .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uRG3ChKX6p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRG3ChKX6p .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uRG3ChKX6p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRG3ChKX6p .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uRG3ChKX6p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRG3ChKX6p .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-uRG3ChKX6p .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-uRG3ChKX6p .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uRG3ChKX6p .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uRG3ChKX6p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRG3ChKX6p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRG3ChKX6p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 70px - 1rem);
  }
}
.cid-uRG3ChKX6p .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRG3ChKX6p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRG3ChKX6p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRG3ChKX6p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRG3ChKX6p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRG3ChKX6p .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-uRG3ChKX6p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRG3ChKX6p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uRG3ChKX6p .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uRG3ChKX6p .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-uRG3ChKX6p .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uRG3ChKX6p .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRG3ChKX6p .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uRG3ChKX6p .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uRG3ChKX6p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRG3ChKX6p .dropdown-item.active,
.cid-uRG3ChKX6p .dropdown-item:active {
  background-color: transparent;
}
.cid-uRG3ChKX6p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uRG3ChKX6p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uRG3ChKX6p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRG3ChKX6p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-uRG3ChKX6p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRG3ChKX6p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRG3ChKX6p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRG3ChKX6p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRG3ChKX6p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRG3ChKX6p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRG3ChKX6p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRG3ChKX6p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRG3ChKX6p .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uRG3ChKX6p a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uRG3ChKX6p a.nav-link:hover {
  color: #86c2f5 !important;
}
@media (max-width: 991px) {
  .cid-uRG3ChKX6p .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uRG3ChKX6p .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-uRG3ChKX6p .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uRG3ChKX6p .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-uRG3ChKX6p .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uRG3ChKX6p .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uRG3ChKX6p .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-uRG3ChKX6p .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uRG3ChKX6p .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uRG3ChKX6p .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uRG3ChKX6p a.nav-link {
    justify-content: flex-start;
  }
  .cid-uRG3ChKX6p ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uRG3ChKX6p .navbar-brand {
    padding: 0;
  }
  .cid-uRG3ChKX6p .block__phone,
  .cid-uRG3ChKX6p .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uRG3ChKX6p .widget {
    flex-direction: column;
  }
  .cid-uRG3ChKX6p .widget p,
  .cid-uRG3ChKX6p .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uRG3ChKX6p .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uRG3ChKX6p .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-uRG3ChKX6p .navbar {
    height: 97px;
  }
  .cid-uRG3ChKX6p .navbar.opened {
    height: auto;
  }
  .cid-uRG3ChKX6p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRG3ChKX6p ora {
  color: #ff6600;
  font-weight: bold;
}
.cid-uRG3Ci0pyr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uRG3Ci0pyr .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uRG3Ci0pyr .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uRG3Ci0pyr .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uRG3Ci0pyr .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uRG3Ci0pyr .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uRG3Ci6vJ9 {
  padding-top: 90px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/news3-2000x545.jpg");
}
.cid-uRG3Ci6vJ9 .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
  text-align: center;
}
.cid-uRG3Ci6vJ9 .mbr-section-title {
  color: #232323;
}
.cid-uRG3Ci6vJ9 .mbr-section-title span {
  color: #ffbc00;
}
.cid-uRG3Ci6vJ9 .mbr-text {
  color: #331a01;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRG3Ci6vJ9 .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uRG3Ci6vJ9 .mbr-section-title SPAN {
  color: #e15a00;
}
.cid-uRG3Ci6vJ9 .mbr-text B {
  color: #000000;
}
.cid-uRGap1Ekqu {
  display: flex;
  padding-top: 135px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #fefced);
}
@media (max-width: 991px) {
  .cid-uRGap1Ekqu {
    padding-top: 27px;
    padding-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .cid-uRGap1Ekqu {
    align-items: flex-start;
  }
  .cid-uRGap1Ekqu .row {
    justify-content: flex-start;
  }
}
.cid-uRGap1Ekqu .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRGap1Ekqu .mbr-text,
.cid-uRGap1Ekqu .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRGap1Ekqu .mbr-section-title,
.cid-uRGap1Ekqu .line {
  color: #232323;
}
.cid-uRGap1Ekqu h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRGap1Ekqu h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRGap1Ekqu .mbr-section-subtitle,
.cid-uRGap1Ekqu .align {
  text-align: left;
  color: #af9009;
}
.cid-uRGap1Ekqu .mbr-text2 {
  color: #0e5f79;
}
.cid-uRGap1Ekqu .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;
}
.cid-uRGcDjSQZY {
  display: flex;
  padding-top: 30px;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
}
@media (max-width: 991px) {
  .cid-uRGcDjSQZY {
    padding-top: 6px;
    padding-bottom: 1px;
  }
}
@media (min-width: 768px) {
  .cid-uRGcDjSQZY {
    align-items: flex-start;
  }
  .cid-uRGcDjSQZY .row {
    justify-content: flex-start;
  }
}
.cid-uRGcDjSQZY .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uRGcDjSQZY .mbr-text,
.cid-uRGcDjSQZY .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uRGcDjSQZY .mbr-section-title,
.cid-uRGcDjSQZY .line {
  color: #232323;
}
.cid-uRGcDjSQZY h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uRGcDjSQZY h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uRGcDjSQZY .mbr-section-subtitle,
.cid-uRGcDjSQZY .align {
  text-align: left;
  color: #af9009;
}
.cid-uRGcDjSQZY .mbr-text2 {
  color: #0e5f79;
}
.cid-uRGcDjSQZY .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;
}
.cid-uRG3CiowwC {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRG3CiowwC {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRG3CiowwC .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRG3CiowwC .social-list,
  .cid-uRG3CiowwC .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRG3CiowwC h3 {
    margin-bottom: 10px;
  }
}
.cid-uRG3CiowwC .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRG3CiowwC .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRG3CiowwC .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRG3CiowwC .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRG3CiowwC .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRG3CiowwC .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRG3CiowwC .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRG3CiowwC .input-group-btn {
  padding-left: 0;
}
.cid-uRG3CiowwC .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRG3CiowwC .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRG3CiowwC .mbr-text {
  color: #444;
}
.cid-uRG3CiowwC h5 {
  margin-bottom: 0;
}
.cid-uRG3CiowwC .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRG3CiowwC .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRG3CiowwC .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRG3CiowwC .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRG3CiowwC .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRG3CiowwC .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRG3CiowwC .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRG3CiowwC .social-list a:hover {
  opacity: 0.4;
}
.cid-uRG3CiowwC .media-container-row > div {
  padding: 0px;
}
.cid-uRG3CiowwC .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRG3CiowwC .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRG3CiowwC .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRG3CiowwC .form-group {
    max-width: 180px;
  }
}
.cid-uRG3CiowwC .links span {
  color: #9e9e9e;
}
.cid-uRG3CiowwC .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRG3CiowwC .logo-title {
  text-align: center;
}
.cid-uRG3CiowwC .logo-title,
.cid-uRG3CiowwC .logo {
  color: #465665;
  text-align: left;
}
.cid-uRG3CiowwC .logo-sub-title DIV {
  text-align: left;
}
.cid-uRG3CiowwC normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRG3CiowwC orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRG3CiowwC ora {
  color: #ff6600;
}
.cid-uRG3CiowwC klein {
  color: #8c8c8c;
  font-size: 14px;
}
.cid-uRG3CiQ6Jq #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-uRG3CiQ6Jq #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uRG3CiQ6Jq #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uRG3CiQ6Jq #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uRG3CiQ6Jq #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-uRG3CiQ6Jq #dentauraBttB:hover {
  opacity: 1;
}
.cid-uRG3CiQ6Jq .hidden {
  display: none;
}
.cid-uRHM019jKO {
  min-height: 60px !important;
  position: relative;
  background: #efefef;
  overflow: visible;
  height: 60px;
}
.cid-uRHM019jKO .nav-item,
.cid-uRHM019jKO .nav-link,
.cid-uRHM019jKO .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRHM019jKO .nav-item:hover,
.cid-uRHM019jKO .nav-link:hover,
.cid-uRHM019jKO .navbar-caption:hover {
  color: #0082c3 !important;
}
.cid-uRHM019jKO .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-uRHM019jKO .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-uRHM019jKO .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uRHM019jKO .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uRHM019jKO .container-fluid,
.cid-uRHM019jKO .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-uRHM019jKO .navbar-brand {
  padding: 0;
}
.cid-uRHM019jKO .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-uRHM019jKO .nav-link:hover:before {
  width: 100%;
}
.cid-uRHM019jKO .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-uRHM019jKO .nav-link {
    margin: 0 !important;
  }
}
.cid-uRHM019jKO .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uRHM019jKO .widget p,
.cid-uRHM019jKO .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-uRHM019jKO .widget p a,
.cid-uRHM019jKO .widget .icons-menu a {
  margin-left: 15px;
}
.cid-uRHM019jKO .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-uRHM019jKO .icons__wrap:hover {
  color: #000000;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.cid-uRHM019jKO .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uRHM019jKO .block__phone,
  .cid-uRHM019jKO .icons-menu {
    display: none;
  }
  .cid-uRHM019jKO .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uRHM019jKO .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #86c2f5 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-uRHM019jKO .mbr-section-btn .btn-secondary:hover {
  background-color: #86c2f5 !important;
  color: #ffffff !important;
}
.cid-uRHM019jKO .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-uRHM019jKO .navbar > .container,
.cid-uRHM019jKO .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uRHM019jKO .btn {
    white-space: nowrap;
    height: 40px;
  }
  .cid-uRHM019jKO .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-uRHM019jKO .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-uRHM019jKO .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-uRHM019jKO .dropdown-toggle::after,
  .cid-uRHM019jKO .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-uRHM019jKO .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-uRHM019jKO .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-uRHM019jKO .dropdown-menu .dropdown-item:hover {
  color: #86c2f5 !important;
}
.cid-uRHM019jKO .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-uRHM019jKO .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-uRHM019jKO .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-uRHM019jKO .nav-item:focus,
.cid-uRHM019jKO .nav-link:focus {
  outline: none;
}
.cid-uRHM019jKO .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #0f7699;
  border-bottom: 1px solid #0f7699;
}
.cid-uRHM019jKO .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uRHM019jKO .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-uRHM019jKO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRHM019jKO .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uRHM019jKO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRHM019jKO .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uRHM019jKO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRHM019jKO .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #efefef;
}
.cid-uRHM019jKO .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #efefef !important;
}
.cid-uRHM019jKO .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uRHM019jKO .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-uRHM019jKO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRHM019jKO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRHM019jKO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 70px - 1rem);
  }
}
.cid-uRHM019jKO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uRHM019jKO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRHM019jKO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uRHM019jKO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRHM019jKO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRHM019jKO .navbar .dropdown-menu {
    background: #efefef !important;
  }
  .cid-uRHM019jKO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRHM019jKO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uRHM019jKO .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uRHM019jKO .navbar.navbar-short {
  background: #efefef !important;
  min-height: 70px;
  height: 70px;
}
.cid-uRHM019jKO .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uRHM019jKO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uRHM019jKO .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-uRHM019jKO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-uRHM019jKO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRHM019jKO .dropdown-item.active,
.cid-uRHM019jKO .dropdown-item:active {
  background-color: transparent;
}
.cid-uRHM019jKO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uRHM019jKO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-uRHM019jKO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRHM019jKO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e15a00;
}
.cid-uRHM019jKO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRHM019jKO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRHM019jKO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRHM019jKO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRHM019jKO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHM019jKO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRHM019jKO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRHM019jKO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRHM019jKO .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-uRHM019jKO a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-uRHM019jKO a.nav-link:hover {
  color: #86c2f5 !important;
}
@media (max-width: 991px) {
  .cid-uRHM019jKO .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-uRHM019jKO .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #0f7699;
  }
  .cid-uRHM019jKO .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-uRHM019jKO .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-uRHM019jKO .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uRHM019jKO .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-uRHM019jKO .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-uRHM019jKO .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uRHM019jKO .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-uRHM019jKO .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-uRHM019jKO a.nav-link {
    justify-content: flex-start;
  }
  .cid-uRHM019jKO ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-uRHM019jKO .navbar-brand {
    padding: 0;
  }
  .cid-uRHM019jKO .block__phone,
  .cid-uRHM019jKO .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-uRHM019jKO .widget {
    flex-direction: column;
  }
  .cid-uRHM019jKO .widget p,
  .cid-uRHM019jKO .widget .icons-menu {
    margin-right: 0;
  }
  .cid-uRHM019jKO .navbar .dropdown.open > .dropdown-menu {
    display: block;
    margin: 5px;
    padding: 0;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
  }
}
.is-builder .cid-uRHM019jKO .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-uRHM019jKO .navbar {
    height: 97px;
  }
  .cid-uRHM019jKO .navbar.opened {
    height: auto;
  }
  .cid-uRHM019jKO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRHM019jKO ora {
  color: #ff6600;
  font-weight: bold;
}
.cid-uRLgPPEnCB {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRLgPPEnCB .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uRLgPPEnCB .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uRLgPPEnCB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRLgPPEnCB .inner-container {
    width: 100% !important;
  }
}
.cid-uRLhrvUJEp {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uRLhrvUJEp .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-uRLhrvUJEp .section-text {
  padding: 0.3rem 0;
  text-align: left;
}
.cid-uRLhrvUJEp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uRLhrvUJEp .inner-container {
    width: 100% !important;
  }
}
.cid-uRHM01zeun {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/xx5-2000x600.jpg");
}
@media (max-width: 991px) {
  .cid-uRHM01zeun {
    padding-top: 0px;
    padding-bottom: 4px;
  }
}
.cid-uRHM01zeun .mbr-section-title {
  text-align: left;
  color: #c4a10a;
}
.cid-uRHM01zeun .mbr-text,
.cid-uRHM01zeun .mbr-section-btn {
  text-align: left;
}
.cid-uRHM01zeun .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: 3px;
}
.cid-uRHM01zeun black {
  color: #333333;
  font-size: 22px;
}
.cid-uRHM01zeun .mbr-section-subtitle {
  color: #465052;
  text-align: left;
}
.cid-uRHNOfEUes {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/xx5-2000x600.jpg");
}
@media (max-width: 991px) {
  .cid-uRHNOfEUes {
    padding-top: 0px;
    padding-bottom: 4px;
  }
}
.cid-uRHNOfEUes .mbr-section-title {
  text-align: left;
  color: #c4a10a;
}
.cid-uRHNOfEUes .mbr-text,
.cid-uRHNOfEUes .mbr-section-btn {
  text-align: left;
  padding-top: 35px;
}
.cid-uRHNOfEUes .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: 3px;
  margin-top: -35px;
}
.cid-uRHNOfEUes black {
  color: #333333;
  font-size: 22px;
}
.cid-uRHNOfEUes .mbr-section-subtitle {
  color: #465052;
  text-align: left;
  margin-top: -35px;
}
.cid-uRHNOfEUes h2 {
  padding-bottom: -25px;
}
.cid-uRHMOnGrTq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fefcf5;
}
@media (max-width: 991px) {
  .cid-uRHMOnGrTq {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uRHMOnGrTq .main_header {
  margin: 25px 0 4px;
}
.cid-uRHMOnGrTq .mbr-section-title {
  color: #4f4943;
  margin-bottom: 13px;
  text-align: left;
}
.cid-uRHMOnGrTq .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uRHMOnGrTq .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRHMOnGrTq .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uRHMOnGrTq .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uRHMOnGrTq .line {
  border-bottom: 1px solid #cdd9bf;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uRHMOnGrTq .card_title {
  color: #af9009;
  line-height: 1.2727em;
  margin-top: -90px;
}
.cid-uRHMOnGrTq .card_price {
  color: #6e5a05;
}
.cid-uRHMOnGrTq .card_text {
  color: #465052;
}
.cid-uRHMOnGrTq blau {
  color: #eaf6fb;
}
.cid-uRHMOnGrTq grau {
  color: #eff1f2;
}
.cid-uRHMPcePD9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fefcf5;
}
@media (max-width: 991px) {
  .cid-uRHMPcePD9 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uRHMPcePD9 .main_header {
  margin: 25px 0 4px;
}
.cid-uRHMPcePD9 .mbr-section-title {
  color: #4f4943;
  margin-bottom: 13px;
  text-align: left;
}
.cid-uRHMPcePD9 .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uRHMPcePD9 .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRHMPcePD9 .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uRHMPcePD9 .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uRHMPcePD9 .line {
  border-bottom: 1px solid #cdd9bf;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uRHMPcePD9 .card_title {
  color: #465052;
  line-height: 1.2727em;
  margin-top: -90px;
}
.cid-uRHMPcePD9 .card_price {
  color: #6e5a05;
}
.cid-uRHMPcePD9 .card_text {
  color: #465052;
}
.cid-uRHMPcePD9 braun {
  color: #af9009;
  font-size: 20px;
}
.cid-uRHMPcePD9 grau {
  color: #eff1f2;
}
.cid-uRHPsKxK0o {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
@media (max-width: 991px) {
  .cid-uRHPsKxK0o {
    padding-top: 18px;
    padding-bottom: 6px;
  }
}
.cid-uRHPsKxK0o .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uRHPsKxK0o .mbr-form {
  height: fit-content;
  margin: 0;
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 2rem 3rem;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uRHPsKxK0o .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-uRHPsKxK0o .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid #ffffff;
  border-radius: 4px;
  pointer-events: none;
}
.cid-uRHPsKxK0o .mbr-form:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uRHPsKxK0o .form-row {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uRHPsKxK0o .form-row {
    flex-direction: column;
    margin: 0rem;
  }
}
.cid-uRHPsKxK0o input,
.cid-uRHPsKxK0o textarea {
  opacity: 0.7;
  box-shadow: none;
  border-radius: 0px;
  margin: 0;
}
.cid-uRHPsKxK0o input:hover,
.cid-uRHPsKxK0o textarea:hover {
  border-color: transparent!important;
  box-shadow: none;
}
.cid-uRHPsKxK0o .form-group {
  margin-bottom: 0rem;
}
.cid-uRHPsKxK0o .col-lg-3 {
  display: inline-flex;
  align-items: center;
}
.cid-uRHPsKxK0o .col-lg-3 h4 {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uRHPsKxK0o .col-lg-3 h4 {
    padding-bottom: 1rem;
    text-align: center;
  }
}
.cid-uRHPsKxK0o .btn {
  border-radius: 0;
  margin: 0;
  padding: 0.7rem 3rem;
}
.cid-uRHPsKxK0o .btn:hover {
  transform: none;
}
@media (max-width: 767px) {
  .cid-uRHPsKxK0o .btn {
    width: -webkit-fill-available;
  }
}
.cid-uRHPsKxK0o .col,
.cid-uRHPsKxK0o .col-auto {
  padding: 0;
}
.cid-uRHPsKxK0o .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uRHPsKxK0o H4 {
  text-align: left;
  color: #263d5a;
}
.cid-uRHM03Nze4 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .cid-uRHM03Nze4 {
    padding-top: 9px;
    padding-bottom: 0px;
  }
  .cid-uRHM03Nze4 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRHM03Nze4 .social-list,
  .cid-uRHM03Nze4 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uRHM03Nze4 h3 {
    margin-bottom: 10px;
  }
}
.cid-uRHM03Nze4 .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-uRHM03Nze4 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
  margin-left: 5px;
}
.cid-uRHM03Nze4 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-uRHM03Nze4 .btn-primary {
  border: 1px solid #149dcc !important;
}
.cid-uRHM03Nze4 .btn-primary:hover {
  border: 1px solid #149dcc !important;
}
.cid-uRHM03Nze4 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-uRHM03Nze4 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-uRHM03Nze4 .input-group-btn {
  padding-left: 0;
}
.cid-uRHM03Nze4 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-uRHM03Nze4 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-uRHM03Nze4 .mbr-text {
  color: #444;
}
.cid-uRHM03Nze4 h5 {
  margin-bottom: 0;
}
.cid-uRHM03Nze4 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-uRHM03Nze4 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRHM03Nze4 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-uRHM03Nze4 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uRHM03Nze4 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uRHM03Nze4 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-uRHM03Nze4 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRHM03Nze4 .social-list a:hover {
  opacity: 0.4;
}
.cid-uRHM03Nze4 .media-container-row > div {
  padding: 0px;
}
.cid-uRHM03Nze4 .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRHM03Nze4 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-uRHM03Nze4 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-uRHM03Nze4 .form-group {
    max-width: 180px;
  }
}
.cid-uRHM03Nze4 .links span {
  color: #9e9e9e;
}
.cid-uRHM03Nze4 .logo-sub-title {
  text-align: left;
  color: #353535;
}
.cid-uRHM03Nze4 .logo-title {
  text-align: center;
}
.cid-uRHM03Nze4 .logo-title,
.cid-uRHM03Nze4 .logo {
  color: #465665;
  text-align: left;
}
.cid-uRHM03Nze4 .logo-sub-title DIV {
  text-align: left;
}
.cid-uRHM03Nze4 normal {
  color: #0082c3;
  font-size: 22px;
  line-height: 22px;
}
.cid-uRHM03Nze4 orange2 {
  color: #e15a00;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
  font-family: Oxygen;
  line-height: 22px;
}
.cid-uRHM03Nze4 ora {
  color: #ff6600;
}
.cid-uRHM03Nze4 klein {
  color: #8c8c8c;
  font-size: 14px;
}
.cid-uRHM049ksb #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-uRHM049ksb #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uRHM049ksb #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uRHM049ksb #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uRHM049ksb #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-uRHM049ksb #dentauraBttB:hover {
  opacity: 1;
}
.cid-uRHM049ksb .hidden {
  display: none;
}
.cid-uRHM04jylh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uRHM04jylh {
    padding-top: 6px;
    padding-bottom: 0px;
  }
}
.cid-uRHM04jylh .main_header {
  margin: 25px 0 4px;
}
.cid-uRHM04jylh .mbr-section-title {
  color: #af9009;
  margin-bottom: 13px;
  text-align: left;
}
.cid-uRHM04jylh .mbr-text {
  color: #ffffff;
  line-height: 1.2727em;
}
.cid-uRHM04jylh .card_wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-uRHM04jylh .card_wrapper {
    padding: 0 15px;
  }
}
.cid-uRHM04jylh .card_top {
  display: flex;
  align-items: baseline;
  color: #ffffff;
}
.cid-uRHM04jylh .line {
  border-bottom: 1px solid #cdd9bf;
  flex-grow: 1;
  margin: 0 15px;
}
.cid-uRHM04jylh .card_title {
  color: #465052;
  line-height: 1.2727em;
}
.cid-uRHM04jylh .card_price {
  color: #6e5a05;
}
.cid-uRHM04jylh .card_text {
  color: #465052;
}
.cid-uRHM04jylh blau {
  color: #eaf6fb;
}
.cid-uRHM04jylh grau {
  color: #eff1f2;
}
.cid-uRHM04jylh ora {
  color: #e15a00;
  font-size: 18px;
  line-height: 22px;
}
