body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Questrial', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Questrial', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-4 {
  font-family: 'Questrial', sans-serif;
  font-size: 0.95rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.52rem;
}
.display-5 {
  font-family: 'Questrial', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Questrial', sans-serif;
  font-size: 0.98rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.568rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.76rem;
    font-size: calc( 0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9824999999999999rem + (0.95 - 0.9824999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
}
/* 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: #232323 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #e60e89 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e60e89 !important;
  border-color: #e60e89 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9e0a5e !important;
  border-color: #9e0a5e !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9e0a5e !important;
  border-color: #9e0a5e !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e60e89 !important;
  border-color: #e60e89 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9e0a5e !important;
  border-color: #9e0a5e !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9e0a5e !important;
  border-color: #9e0a5e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #860850;
  color: #860850;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e60e89;
  border-color: #e60e89;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e60e89 !important;
  border-color: #e60e89 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #860850;
  color: #860850;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #e60e89;
  border-color: #e60e89;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e60e89 !important;
  border-color: #e60e89 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #707070;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !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: #232323 !important;
}
.text-secondary {
  color: #e60e89 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #e60e89 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #860850 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #860850 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #82786e;
}
.alert-warning {
  background-color: #e60e89;
}
.alert-danger {
  background-color: #efefef;
}
.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: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbc5e4;
}
.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: 'Questrial', sans-serif;
  font-size: 0.98rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.568rem;
}
blockquote {
  border-color: #232323;
}
/* 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: #232323;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #232323;
}
/* 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: #232323;
  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: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e60e89 !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='%23232323' %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-sR656B9byM {
  position: sticky;
  top: 0;
  z-index: 11;
  opacity: 0.96;
}
.cid-sR656B9byM .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sR656B9byM .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
}
.cid-sR656B9byM .navbar.opened {
  transition: all 0.2s;
  background: #f4f4f4 !important;
}
.cid-sR656B9byM .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  color: #ff6600;
  background: #efefef !important;
}
.cid-sR656B9byM .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sR656B9byM .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sR656B9byM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR656B9byM .navbar .dropdown-menu {
  min-width: 200px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 1px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-sR656B9byM .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff6600;
}
.cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sR656B9byM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR656B9byM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-sR656B9byM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-sR656B9byM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR656B9byM .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-sR656B9byM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sR656B9byM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-sR656B9byM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR656B9byM .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-sR656B9byM .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-sR656B9byM .navbar-brand {
  height: 8rem;
  min-height: 1.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-sR656B9byM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR656B9byM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR656B9byM .dropdown-item.active,
.cid-sR656B9byM .dropdown-item:active {
  background-color: transparent;
}
.cid-sR656B9byM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sR656B9byM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR656B9byM ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sR656B9byM .navbar-buttons {
  text-align: center;
}
.cid-sR656B9byM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-sR656B9byM .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 500;
}
.cid-sR656B9byM .nav-link:hover,
.cid-sR656B9byM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sR656B9byM .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-sR656B9byM .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-sR656B9byM .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-sR656B9byM menu {
  color: #E60E89;
}
.cid-sSNhqZWz6a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/grau-verlauf1.jpg");
}
.cid-sSNhqZWz6a H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sSNhqZWz6a .dentaura-tab {
  min-height: 59px !important;
  padding: 0.3rem 0.3rem !important;
  margin: 0px !important;
}
.cid-sSNhqZWz6a .btn {
  margin: 0px !important;
  padding: 1rem 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 3px !important;
}
@media (max-width: 991px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-bottom: 3rem;
  }
}
.cid-sSNhqZWz6a .media-container-row1 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row2 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure2 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row3 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure3 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row4 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure4 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure5 {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure6 {
    padding-right: 4rem;
  }
}
.cid-sSNhqZWz6a H3 {
  color: #000000;
}
.cid-sSNhqZWz6a H4 {
  color: #000000;
}
.cid-sSNhqZWz6a .divsBg {
  background-color: #faf7f9;
  margin: 0px !important;
  padding: 1rem 2.5rem 2.5rem 2.5rem !important;
}
.cid-sSNhqZWz6a ul.dentaura-lister {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sSNhqZWz6a ul.dentaura-lister li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
  border-bottom: 1px solid #efefef;
}
.cid-sSNhqZWz6a ul.dentaura-lister li:before {
  position: absolute;
  left: -20px;
  content: "➤";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e50e87;
  width: 25px;
  height: 25px;
}
.cid-sSNhqZWz6a .card {
  margin: 0rem 0.3rem !important;
  border-radius: 3px !important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn1 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn1:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn2 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn2:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn3 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn3:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn4 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn4:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn5 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn5:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn6 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn6:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .butcover {
  height: 40px;
  width: 100%;
}
.cid-sSNhqZWz6a .butcoverin {
  height: 40px;
  width: 40px;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-sSNhqZWz6a .butcoverin a {
  color: #232323;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.cid-sSNhqZWz6a .dentaura-panel {
  margin: 5px 0px 0px 0px!important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn:focus,
.cid-sSNhqZWz6a .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.cid-sP2fk7EQgb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP2fk7EQgb h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sP2fk7EQgb .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sP2fk7EQgb .mbr-section-subtitle {
  color: #ff0095;
  text-align: left;
}
.cid-sP2fk7EQgb .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sP2fk7EQgb ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-sP2fk7EQgb path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sP2fk7EQgb .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-sP2flabZks {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP2flabZks h3 {
  text-align: center;
  font-weight: 300;
}
.cid-sP2flabZks .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-sP2flabZks .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-sP2flabZks .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-sP2flabZks ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-sP2flabZks path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sP2flabZks .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-sP2flSg2bp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP2flSg2bp .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-sP2flSg2bp .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #465052;
}
.cid-sP2flSg2bp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sP2flSg2bp .inner-container {
    width: 100% !important;
  }
}
.cid-sP2fmTTo0X {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sP2fmTTo0X .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sP2fmTTo0X .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sP2fmTTo0X .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sP2fmTTo0X .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sP2fmTTo0X .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sP2fmTTo0X .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sP2fmTTo0X .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sP2fmTTo0X .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sP2fmTTo0X .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sP2fmTTo0X .mbr-gallery-item {
  padding: 0.1rem !important;
}
.cid-sR657TqL85 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #767676;
}
.cid-sR657TqL85 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sR657TqL85 .item {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sR657TqL85 .item p {
  margin: 0;
  padding-left: 0.5rem;
  line-height: 26px;
}
.cid-sR657TqL85 .title {
  background: linear-gradient(to left, #f00000 0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f000000;
  color: #e50e87;
  text-align: left;
}
.cid-sR657TqL85 .container {
  max-width: 1400px;
}
.cid-sR657TqL85 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sR657TqL85 .time {
  line-height: 2;
}
.cid-sR657TqL85 .icons-wrap {
  display: flex;
  align-items: left;
}
.cid-sR657TqL85 .text-wrap {
  width: 100%;
}
.cid-sR657TqL85 .item-wrap {
  display: inline-block;
}
.cid-sR657TqL85 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sR657TqL85 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #e60e89, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: left;
  align-items: left;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sR657TqL85 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sR657TqL85 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sR657TqL85 .socicon-wrap {
    margin: auto;
  }
}
.cid-sR657TqL85 .mbr-text {
  color: #999999;
}
.cid-sR657TqL85 .icon-title {
  margin: 0;
  padding-bottom: 3px;
  line-height: 24px;
}
.cid-sR657TqL85 .icon-title,
.cid-sR657TqL85 .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: left;
}
.cid-sR657TqL85 .item-text,
.cid-sR657TqL85 .item-icon {
  color: #999999;
  text-align: left;
}
.cid-sR657TqL85 .mbr-text,
.cid-sR657TqL85 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sR657TqL85 copy {
  font-size: 12px;
}
.cid-sR657TqL85 weis {
  color: #e50e87;
}
.cid-sR657TqL85 .h3 {
  color: #e50e87;
}
.cid-sP2fRwG5Qd #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(230, 14, 137, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sP2fRwG5Qd #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white.png");
  background-repeat: no-repeat;
  background-position: -58px -4px;
  opacity: 1;
}
.cid-sP2fRwG5Qd #dentauraBttB:hover {
  background-color: rgba(70, 80, 82, 0.85);
}
.cid-sP2fRwG5Qd .hidden {
  display: none;
}
.cid-qBJ912dR7O {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBJ912dR7O h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qBJ912dR7O .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qBJ912dR7O .mbr-section-subtitle {
  color: #ff0095;
  text-align: left;
}
.cid-qBJ912dR7O .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qBJ912dR7O ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-qBJ912dR7O path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qBJ912dR7O .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-qBJ98VmfJt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBJ98VmfJt .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-qBJ98VmfJt .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #232323;
}
.cid-qBJ98VmfJt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qBJ98VmfJt .inner-container {
    width: 100% !important;
  }
}
.cid-qBJ9vvJjBf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBJ9vvJjBf .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qBJ9vvJjBf .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #465052;
}
.cid-qBJ9vvJjBf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qBJ9vvJjBf .inner-container {
    width: 100% !important;
  }
}
.cid-sP2fRwG5Qd #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(230, 14, 137, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sP2fRwG5Qd #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white.png");
  background-repeat: no-repeat;
  background-position: -58px -4px;
  opacity: 1;
}
.cid-sP2fRwG5Qd #dentauraBttB:hover {
  background-color: rgba(70, 80, 82, 0.85);
}
.cid-sP2fRwG5Qd .hidden {
  display: none;
}
.cid-sR656B9byM {
  position: sticky;
  top: 0;
  z-index: 11;
  opacity: 0.96;
}
.cid-sR656B9byM .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sR656B9byM .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
}
.cid-sR656B9byM .navbar.opened {
  transition: all 0.2s;
  background: #f4f4f4 !important;
}
.cid-sR656B9byM .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  color: #ff6600;
  background: #efefef !important;
}
.cid-sR656B9byM .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sR656B9byM .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sR656B9byM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR656B9byM .navbar .dropdown-menu {
  min-width: 200px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 1px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-sR656B9byM .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff6600;
}
.cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sR656B9byM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR656B9byM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-sR656B9byM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-sR656B9byM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR656B9byM .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-sR656B9byM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sR656B9byM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-sR656B9byM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR656B9byM .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-sR656B9byM .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-sR656B9byM .navbar-brand {
  height: 8rem;
  min-height: 1.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-sR656B9byM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR656B9byM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR656B9byM .dropdown-item.active,
.cid-sR656B9byM .dropdown-item:active {
  background-color: transparent;
}
.cid-sR656B9byM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sR656B9byM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR656B9byM ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sR656B9byM .navbar-buttons {
  text-align: center;
}
.cid-sR656B9byM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-sR656B9byM .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 500;
}
.cid-sR656B9byM .nav-link:hover,
.cid-sR656B9byM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sR656B9byM .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-sR656B9byM .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-sR656B9byM .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-sR656B9byM menu {
  color: #E60E89;
}
.cid-sR657TqL85 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #767676;
}
.cid-sR657TqL85 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sR657TqL85 .item {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sR657TqL85 .item p {
  margin: 0;
  padding-left: 0.5rem;
  line-height: 26px;
}
.cid-sR657TqL85 .title {
  background: linear-gradient(to left, #f00000 0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f000000;
  color: #e50e87;
  text-align: left;
}
.cid-sR657TqL85 .container {
  max-width: 1400px;
}
.cid-sR657TqL85 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sR657TqL85 .time {
  line-height: 2;
}
.cid-sR657TqL85 .icons-wrap {
  display: flex;
  align-items: left;
}
.cid-sR657TqL85 .text-wrap {
  width: 100%;
}
.cid-sR657TqL85 .item-wrap {
  display: inline-block;
}
.cid-sR657TqL85 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sR657TqL85 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #e60e89, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: left;
  align-items: left;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sR657TqL85 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sR657TqL85 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sR657TqL85 .socicon-wrap {
    margin: auto;
  }
}
.cid-sR657TqL85 .mbr-text {
  color: #999999;
}
.cid-sR657TqL85 .icon-title {
  margin: 0;
  padding-bottom: 3px;
  line-height: 24px;
}
.cid-sR657TqL85 .icon-title,
.cid-sR657TqL85 .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: left;
}
.cid-sR657TqL85 .item-text,
.cid-sR657TqL85 .item-icon {
  color: #999999;
  text-align: left;
}
.cid-sR657TqL85 .mbr-text,
.cid-sR657TqL85 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sR657TqL85 copy {
  font-size: 12px;
}
.cid-sR657TqL85 weis {
  color: #e50e87;
}
.cid-sR657TqL85 .h3 {
  color: #e50e87;
}
.cid-sSNhqZWz6a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/grau-verlauf1.jpg");
}
.cid-sSNhqZWz6a H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sSNhqZWz6a .dentaura-tab {
  min-height: 59px !important;
  padding: 0.3rem 0.3rem !important;
  margin: 0px !important;
}
.cid-sSNhqZWz6a .btn {
  margin: 0px !important;
  padding: 1rem 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 3px !important;
}
@media (max-width: 991px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-bottom: 3rem;
  }
}
.cid-sSNhqZWz6a .media-container-row1 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row2 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure2 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row3 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure3 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row4 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure4 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure5 {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure6 {
    padding-right: 4rem;
  }
}
.cid-sSNhqZWz6a H3 {
  color: #000000;
}
.cid-sSNhqZWz6a H4 {
  color: #000000;
}
.cid-sSNhqZWz6a .divsBg {
  background-color: #faf7f9;
  margin: 0px !important;
  padding: 1rem 2.5rem 2.5rem 2.5rem !important;
}
.cid-sSNhqZWz6a ul.dentaura-lister {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sSNhqZWz6a ul.dentaura-lister li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
  border-bottom: 1px solid #efefef;
}
.cid-sSNhqZWz6a ul.dentaura-lister li:before {
  position: absolute;
  left: -20px;
  content: "➤";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e50e87;
  width: 25px;
  height: 25px;
}
.cid-sSNhqZWz6a .card {
  margin: 0rem 0.3rem !important;
  border-radius: 3px !important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn1 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn1:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn2 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn2:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn3 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn3:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn4 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn4:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn5 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn5:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn6 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn6:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .butcover {
  height: 40px;
  width: 100%;
}
.cid-sSNhqZWz6a .butcoverin {
  height: 40px;
  width: 40px;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-sSNhqZWz6a .butcoverin a {
  color: #232323;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.cid-sSNhqZWz6a .dentaura-panel {
  margin: 5px 0px 0px 0px!important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn:focus,
.cid-sSNhqZWz6a .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.cid-qBJa2qUQ5g {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBJa2qUQ5g h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qBJa2qUQ5g .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qBJa2qUQ5g .mbr-section-subtitle {
  color: #ff0095;
  text-align: left;
}
.cid-qBJa2qUQ5g .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qBJa2qUQ5g ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-qBJa2qUQ5g path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qBJa2qUQ5g .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-sP2JtPxEBi {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sP2JtPxEBi div.b {
  padding-top: 2rem;
  line-height: 24px;
}
.cid-sP2JtPxEBi .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 1.5rem;
  line-height: 24px;
}
.cid-sP2JtPxEBi a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-sP2JtPxEBi .google-map {
  height: 39rem;
  position: relative;
}
.cid-sP2JtPxEBi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sP2JtPxEBi .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: left;
  line-height: 24px;
  top: 50%;
  width: 100%;
}
.cid-sP2JtPxEBi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sP2JtPxEBi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sP2JtPxEBi div.left-block.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .cid-sP2JtPxEBi div.left-block.wrapper {
    padding-bottom: 3rem;
  }
}
.cid-sP2JtPxEBi H5 {
  color: #465052;
  line-height: 22px;
  text-align: left;
}
.cid-sP2JtPxEBi H2 {
  text-align: left;
}
.cid-sP2fRwG5Qd #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(230, 14, 137, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sP2fRwG5Qd #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white.png");
  background-repeat: no-repeat;
  background-position: -58px -4px;
  opacity: 1;
}
.cid-sP2fRwG5Qd #dentauraBttB:hover {
  background-color: rgba(70, 80, 82, 0.85);
}
.cid-sP2fRwG5Qd .hidden {
  display: none;
}
.cid-sR656B9byM {
  position: sticky;
  top: 0;
  z-index: 11;
  opacity: 0.96;
}
.cid-sR656B9byM .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sR656B9byM .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
}
.cid-sR656B9byM .navbar.opened {
  transition: all 0.2s;
  background: #f4f4f4 !important;
}
.cid-sR656B9byM .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  color: #ff6600;
  background: #efefef !important;
}
.cid-sR656B9byM .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sR656B9byM .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sR656B9byM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR656B9byM .navbar .dropdown-menu {
  min-width: 200px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 1px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-sR656B9byM .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff6600;
}
.cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sR656B9byM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR656B9byM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-sR656B9byM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-sR656B9byM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR656B9byM .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-sR656B9byM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sR656B9byM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-sR656B9byM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR656B9byM .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-sR656B9byM .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-sR656B9byM .navbar-brand {
  height: 8rem;
  min-height: 1.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-sR656B9byM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR656B9byM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR656B9byM .dropdown-item.active,
.cid-sR656B9byM .dropdown-item:active {
  background-color: transparent;
}
.cid-sR656B9byM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sR656B9byM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR656B9byM ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sR656B9byM .navbar-buttons {
  text-align: center;
}
.cid-sR656B9byM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-sR656B9byM .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 500;
}
.cid-sR656B9byM .nav-link:hover,
.cid-sR656B9byM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sR656B9byM .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-sR656B9byM .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-sR656B9byM .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-sR656B9byM menu {
  color: #E60E89;
}
.cid-sR657TqL85 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #767676;
}
.cid-sR657TqL85 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sR657TqL85 .item {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sR657TqL85 .item p {
  margin: 0;
  padding-left: 0.5rem;
  line-height: 26px;
}
.cid-sR657TqL85 .title {
  background: linear-gradient(to left, #f00000 0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f000000;
  color: #e50e87;
  text-align: left;
}
.cid-sR657TqL85 .container {
  max-width: 1400px;
}
.cid-sR657TqL85 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sR657TqL85 .time {
  line-height: 2;
}
.cid-sR657TqL85 .icons-wrap {
  display: flex;
  align-items: left;
}
.cid-sR657TqL85 .text-wrap {
  width: 100%;
}
.cid-sR657TqL85 .item-wrap {
  display: inline-block;
}
.cid-sR657TqL85 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sR657TqL85 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #e60e89, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: left;
  align-items: left;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sR657TqL85 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sR657TqL85 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sR657TqL85 .socicon-wrap {
    margin: auto;
  }
}
.cid-sR657TqL85 .mbr-text {
  color: #999999;
}
.cid-sR657TqL85 .icon-title {
  margin: 0;
  padding-bottom: 3px;
  line-height: 24px;
}
.cid-sR657TqL85 .icon-title,
.cid-sR657TqL85 .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: left;
}
.cid-sR657TqL85 .item-text,
.cid-sR657TqL85 .item-icon {
  color: #999999;
  text-align: left;
}
.cid-sR657TqL85 .mbr-text,
.cid-sR657TqL85 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sR657TqL85 copy {
  font-size: 12px;
}
.cid-sR657TqL85 weis {
  color: #e50e87;
}
.cid-sR657TqL85 .h3 {
  color: #e50e87;
}
.cid-sSNhqZWz6a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/grau-verlauf1.jpg");
}
.cid-sSNhqZWz6a H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sSNhqZWz6a .dentaura-tab {
  min-height: 59px !important;
  padding: 0.3rem 0.3rem !important;
  margin: 0px !important;
}
.cid-sSNhqZWz6a .btn {
  margin: 0px !important;
  padding: 1rem 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 3px !important;
}
@media (max-width: 991px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-bottom: 3rem;
  }
}
.cid-sSNhqZWz6a .media-container-row1 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row2 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure2 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row3 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure3 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row4 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure4 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure5 {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure6 {
    padding-right: 4rem;
  }
}
.cid-sSNhqZWz6a H3 {
  color: #000000;
}
.cid-sSNhqZWz6a H4 {
  color: #000000;
}
.cid-sSNhqZWz6a .divsBg {
  background-color: #faf7f9;
  margin: 0px !important;
  padding: 1rem 2.5rem 2.5rem 2.5rem !important;
}
.cid-sSNhqZWz6a ul.dentaura-lister {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sSNhqZWz6a ul.dentaura-lister li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
  border-bottom: 1px solid #efefef;
}
.cid-sSNhqZWz6a ul.dentaura-lister li:before {
  position: absolute;
  left: -20px;
  content: "➤";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e50e87;
  width: 25px;
  height: 25px;
}
.cid-sSNhqZWz6a .card {
  margin: 0rem 0.3rem !important;
  border-radius: 3px !important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn1 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn1:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn2 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn2:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn3 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn3:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn4 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn4:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn5 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn5:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn6 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn6:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .butcover {
  height: 40px;
  width: 100%;
}
.cid-sSNhqZWz6a .butcoverin {
  height: 40px;
  width: 40px;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-sSNhqZWz6a .butcoverin a {
  color: #232323;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.cid-sSNhqZWz6a .dentaura-panel {
  margin: 5px 0px 0px 0px!important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn:focus,
.cid-sSNhqZWz6a .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.cid-qBJcuzSCiB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBJcuzSCiB h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qBJcuzSCiB .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qBJcuzSCiB .mbr-section-subtitle {
  color: #ff0095;
  text-align: left;
}
.cid-qBJcuzSCiB .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qBJcuzSCiB ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-qBJcuzSCiB path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qBJcuzSCiB .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-sP2Rnb3OrN {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sP2Rnb3OrN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sP2Rnb3OrN .row {
  flex-direction: row-reverse;
}
.cid-sP2Rnb3OrN img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sP2fRwG5Qd #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(230, 14, 137, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sP2fRwG5Qd #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white.png");
  background-repeat: no-repeat;
  background-position: -58px -4px;
  opacity: 1;
}
.cid-sP2fRwG5Qd #dentauraBttB:hover {
  background-color: rgba(70, 80, 82, 0.85);
}
.cid-sP2fRwG5Qd .hidden {
  display: none;
}
.cid-sR656B9byM {
  position: sticky;
  top: 0;
  z-index: 11;
  opacity: 0.96;
}
.cid-sR656B9byM .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sR656B9byM .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
}
.cid-sR656B9byM .navbar.opened {
  transition: all 0.2s;
  background: #f4f4f4 !important;
}
.cid-sR656B9byM .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  color: #ff6600;
  background: #efefef !important;
}
.cid-sR656B9byM .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sR656B9byM .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sR656B9byM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR656B9byM .navbar .dropdown-menu {
  min-width: 200px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 1px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-sR656B9byM .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff6600;
}
.cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sR656B9byM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR656B9byM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-sR656B9byM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-sR656B9byM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR656B9byM .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-sR656B9byM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sR656B9byM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-sR656B9byM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR656B9byM .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-sR656B9byM .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-sR656B9byM .navbar-brand {
  height: 8rem;
  min-height: 1.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-sR656B9byM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR656B9byM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR656B9byM .dropdown-item.active,
.cid-sR656B9byM .dropdown-item:active {
  background-color: transparent;
}
.cid-sR656B9byM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sR656B9byM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR656B9byM ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sR656B9byM .navbar-buttons {
  text-align: center;
}
.cid-sR656B9byM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-sR656B9byM .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 500;
}
.cid-sR656B9byM .nav-link:hover,
.cid-sR656B9byM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sR656B9byM .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-sR656B9byM .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-sR656B9byM .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-sR656B9byM menu {
  color: #E60E89;
}
.cid-sR657TqL85 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #767676;
}
.cid-sR657TqL85 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sR657TqL85 .item {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sR657TqL85 .item p {
  margin: 0;
  padding-left: 0.5rem;
  line-height: 26px;
}
.cid-sR657TqL85 .title {
  background: linear-gradient(to left, #f00000 0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f000000;
  color: #e50e87;
  text-align: left;
}
.cid-sR657TqL85 .container {
  max-width: 1400px;
}
.cid-sR657TqL85 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sR657TqL85 .time {
  line-height: 2;
}
.cid-sR657TqL85 .icons-wrap {
  display: flex;
  align-items: left;
}
.cid-sR657TqL85 .text-wrap {
  width: 100%;
}
.cid-sR657TqL85 .item-wrap {
  display: inline-block;
}
.cid-sR657TqL85 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sR657TqL85 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #e60e89, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: left;
  align-items: left;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sR657TqL85 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sR657TqL85 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sR657TqL85 .socicon-wrap {
    margin: auto;
  }
}
.cid-sR657TqL85 .mbr-text {
  color: #999999;
}
.cid-sR657TqL85 .icon-title {
  margin: 0;
  padding-bottom: 3px;
  line-height: 24px;
}
.cid-sR657TqL85 .icon-title,
.cid-sR657TqL85 .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: left;
}
.cid-sR657TqL85 .item-text,
.cid-sR657TqL85 .item-icon {
  color: #999999;
  text-align: left;
}
.cid-sR657TqL85 .mbr-text,
.cid-sR657TqL85 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sR657TqL85 copy {
  font-size: 12px;
}
.cid-sR657TqL85 weis {
  color: #e50e87;
}
.cid-sR657TqL85 .h3 {
  color: #e50e87;
}
.cid-sSNhqZWz6a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/grau-verlauf1.jpg");
}
.cid-sSNhqZWz6a H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sSNhqZWz6a .dentaura-tab {
  min-height: 59px !important;
  padding: 0.3rem 0.3rem !important;
  margin: 0px !important;
}
.cid-sSNhqZWz6a .btn {
  margin: 0px !important;
  padding: 1rem 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 3px !important;
}
@media (max-width: 991px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-bottom: 3rem;
  }
}
.cid-sSNhqZWz6a .media-container-row1 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row2 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure2 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row3 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure3 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row4 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure4 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure5 {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure6 {
    padding-right: 4rem;
  }
}
.cid-sSNhqZWz6a H3 {
  color: #000000;
}
.cid-sSNhqZWz6a H4 {
  color: #000000;
}
.cid-sSNhqZWz6a .divsBg {
  background-color: #faf7f9;
  margin: 0px !important;
  padding: 1rem 2.5rem 2.5rem 2.5rem !important;
}
.cid-sSNhqZWz6a ul.dentaura-lister {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sSNhqZWz6a ul.dentaura-lister li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
  border-bottom: 1px solid #efefef;
}
.cid-sSNhqZWz6a ul.dentaura-lister li:before {
  position: absolute;
  left: -20px;
  content: "➤";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e50e87;
  width: 25px;
  height: 25px;
}
.cid-sSNhqZWz6a .card {
  margin: 0rem 0.3rem !important;
  border-radius: 3px !important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn1 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn1:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn2 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn2:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn3 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn3:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn4 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn4:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn5 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn5:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn6 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn6:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .butcover {
  height: 40px;
  width: 100%;
}
.cid-sSNhqZWz6a .butcoverin {
  height: 40px;
  width: 40px;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-sSNhqZWz6a .butcoverin a {
  color: #232323;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.cid-sSNhqZWz6a .dentaura-panel {
  margin: 5px 0px 0px 0px!important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn:focus,
.cid-sSNhqZWz6a .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.cid-qBJdT6lNb6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBJdT6lNb6 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qBJdT6lNb6 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qBJdT6lNb6 .mbr-section-subtitle {
  color: #ff0095;
  text-align: left;
}
.cid-qBJdT6lNb6 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qBJdT6lNb6 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-qBJdT6lNb6 path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qBJdT6lNb6 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-sP2XRaCyEF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP2XRaCyEF .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-sP2XRaCyEF .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #465052;
}
.cid-sP2XRaCyEF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sP2XRaCyEF .inner-container {
    width: 100% !important;
  }
}
.cid-sP2WUIVeka {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sP2WUIVeka .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sP2WUIVeka .row {
  flex-direction: row-reverse;
}
.cid-sP2WUIVeka img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 4px;
}
.cid-sP2fRwG5Qd #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(230, 14, 137, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sP2fRwG5Qd #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white.png");
  background-repeat: no-repeat;
  background-position: -58px -4px;
  opacity: 1;
}
.cid-sP2fRwG5Qd #dentauraBttB:hover {
  background-color: rgba(70, 80, 82, 0.85);
}
.cid-sP2fRwG5Qd .hidden {
  display: none;
}
.cid-sR656B9byM {
  position: sticky;
  top: 0;
  z-index: 11;
  opacity: 0.96;
}
.cid-sR656B9byM .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sR656B9byM .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
}
.cid-sR656B9byM .navbar.opened {
  transition: all 0.2s;
  background: #f4f4f4 !important;
}
.cid-sR656B9byM .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  color: #ff6600;
  background: #efefef !important;
}
.cid-sR656B9byM .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sR656B9byM .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sR656B9byM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR656B9byM .navbar .dropdown-menu {
  min-width: 200px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 1px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-sR656B9byM .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff6600;
}
.cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sR656B9byM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR656B9byM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-sR656B9byM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-sR656B9byM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR656B9byM .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-sR656B9byM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sR656B9byM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-sR656B9byM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR656B9byM .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-sR656B9byM .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-sR656B9byM .navbar-brand {
  height: 8rem;
  min-height: 1.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-sR656B9byM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR656B9byM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR656B9byM .dropdown-item.active,
.cid-sR656B9byM .dropdown-item:active {
  background-color: transparent;
}
.cid-sR656B9byM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sR656B9byM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR656B9byM ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sR656B9byM .navbar-buttons {
  text-align: center;
}
.cid-sR656B9byM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-sR656B9byM .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 500;
}
.cid-sR656B9byM .nav-link:hover,
.cid-sR656B9byM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sR656B9byM .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-sR656B9byM .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-sR656B9byM .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-sR656B9byM menu {
  color: #E60E89;
}
.cid-sR657TqL85 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #767676;
}
.cid-sR657TqL85 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sR657TqL85 .item {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sR657TqL85 .item p {
  margin: 0;
  padding-left: 0.5rem;
  line-height: 26px;
}
.cid-sR657TqL85 .title {
  background: linear-gradient(to left, #f00000 0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f000000;
  color: #e50e87;
  text-align: left;
}
.cid-sR657TqL85 .container {
  max-width: 1400px;
}
.cid-sR657TqL85 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sR657TqL85 .time {
  line-height: 2;
}
.cid-sR657TqL85 .icons-wrap {
  display: flex;
  align-items: left;
}
.cid-sR657TqL85 .text-wrap {
  width: 100%;
}
.cid-sR657TqL85 .item-wrap {
  display: inline-block;
}
.cid-sR657TqL85 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sR657TqL85 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #e60e89, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: left;
  align-items: left;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sR657TqL85 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sR657TqL85 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sR657TqL85 .socicon-wrap {
    margin: auto;
  }
}
.cid-sR657TqL85 .mbr-text {
  color: #999999;
}
.cid-sR657TqL85 .icon-title {
  margin: 0;
  padding-bottom: 3px;
  line-height: 24px;
}
.cid-sR657TqL85 .icon-title,
.cid-sR657TqL85 .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: left;
}
.cid-sR657TqL85 .item-text,
.cid-sR657TqL85 .item-icon {
  color: #999999;
  text-align: left;
}
.cid-sR657TqL85 .mbr-text,
.cid-sR657TqL85 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sR657TqL85 copy {
  font-size: 12px;
}
.cid-sR657TqL85 weis {
  color: #e50e87;
}
.cid-sR657TqL85 .h3 {
  color: #e50e87;
}
.cid-sSNhqZWz6a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/grau-verlauf1.jpg");
}
.cid-sSNhqZWz6a H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sSNhqZWz6a .dentaura-tab {
  min-height: 59px !important;
  padding: 0.3rem 0.3rem !important;
  margin: 0px !important;
}
.cid-sSNhqZWz6a .btn {
  margin: 0px !important;
  padding: 1rem 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 3px !important;
}
@media (max-width: 991px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-bottom: 3rem;
  }
}
.cid-sSNhqZWz6a .media-container-row1 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row2 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure2 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row3 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure3 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row4 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure4 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure5 {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure6 {
    padding-right: 4rem;
  }
}
.cid-sSNhqZWz6a H3 {
  color: #000000;
}
.cid-sSNhqZWz6a H4 {
  color: #000000;
}
.cid-sSNhqZWz6a .divsBg {
  background-color: #faf7f9;
  margin: 0px !important;
  padding: 1rem 2.5rem 2.5rem 2.5rem !important;
}
.cid-sSNhqZWz6a ul.dentaura-lister {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sSNhqZWz6a ul.dentaura-lister li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
  border-bottom: 1px solid #efefef;
}
.cid-sSNhqZWz6a ul.dentaura-lister li:before {
  position: absolute;
  left: -20px;
  content: "➤";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e50e87;
  width: 25px;
  height: 25px;
}
.cid-sSNhqZWz6a .card {
  margin: 0rem 0.3rem !important;
  border-radius: 3px !important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn1 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn1:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn2 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn2:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn3 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn3:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn4 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn4:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn5 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn5:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn6 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn6:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .butcover {
  height: 40px;
  width: 100%;
}
.cid-sSNhqZWz6a .butcoverin {
  height: 40px;
  width: 40px;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-sSNhqZWz6a .butcoverin a {
  color: #232323;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.cid-sSNhqZWz6a .dentaura-panel {
  margin: 5px 0px 0px 0px!important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn:focus,
.cid-sSNhqZWz6a .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.cid-qBJeyQ7JND {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBJeyQ7JND h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qBJeyQ7JND .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qBJeyQ7JND .mbr-section-subtitle {
  color: #ff0095;
  text-align: left;
}
.cid-qBJeyQ7JND .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qBJeyQ7JND ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-qBJeyQ7JND path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qBJeyQ7JND .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-qBJfGfRGQx {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qBJfGfRGQx .card-img a {
  display: block;
  padding-top: 2rem;
}
.cid-qBJfGfRGQx .card-box {
  padding: 0 2rem;
}
.cid-qBJfGfRGQx .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qBJfGfRGQx .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qBJfGfRGQx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qBJfGfRGQx p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-qBJfGfRGQx .mbr-text {
  color: #efefef;
}
.cid-qBJfGfRGQx .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #465052;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qBJfGfRGQx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sP2fRwG5Qd #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(230, 14, 137, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sP2fRwG5Qd #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white.png");
  background-repeat: no-repeat;
  background-position: -58px -4px;
  opacity: 1;
}
.cid-sP2fRwG5Qd #dentauraBttB:hover {
  background-color: rgba(70, 80, 82, 0.85);
}
.cid-sP2fRwG5Qd .hidden {
  display: none;
}
.cid-sR656B9byM {
  position: sticky;
  top: 0;
  z-index: 11;
  opacity: 0.96;
}
.cid-sR656B9byM .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sR656B9byM .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
}
.cid-sR656B9byM .navbar.opened {
  transition: all 0.2s;
  background: #f4f4f4 !important;
}
.cid-sR656B9byM .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  color: #ff6600;
  background: #efefef !important;
}
.cid-sR656B9byM .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sR656B9byM .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sR656B9byM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR656B9byM .navbar .dropdown-menu {
  min-width: 200px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 1px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-sR656B9byM .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff6600;
}
.cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sR656B9byM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR656B9byM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-sR656B9byM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-sR656B9byM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR656B9byM .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-sR656B9byM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sR656B9byM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-sR656B9byM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR656B9byM .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-sR656B9byM .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-sR656B9byM .navbar-brand {
  height: 8rem;
  min-height: 1.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-sR656B9byM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR656B9byM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR656B9byM .dropdown-item.active,
.cid-sR656B9byM .dropdown-item:active {
  background-color: transparent;
}
.cid-sR656B9byM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sR656B9byM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR656B9byM ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sR656B9byM .navbar-buttons {
  text-align: center;
}
.cid-sR656B9byM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-sR656B9byM .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 500;
}
.cid-sR656B9byM .nav-link:hover,
.cid-sR656B9byM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sR656B9byM .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-sR656B9byM .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-sR656B9byM .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-sR656B9byM menu {
  color: #E60E89;
}
.cid-sR657TqL85 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #767676;
}
.cid-sR657TqL85 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sR657TqL85 .item {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sR657TqL85 .item p {
  margin: 0;
  padding-left: 0.5rem;
  line-height: 26px;
}
.cid-sR657TqL85 .title {
  background: linear-gradient(to left, #f00000 0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f000000;
  color: #e50e87;
  text-align: left;
}
.cid-sR657TqL85 .container {
  max-width: 1400px;
}
.cid-sR657TqL85 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sR657TqL85 .time {
  line-height: 2;
}
.cid-sR657TqL85 .icons-wrap {
  display: flex;
  align-items: left;
}
.cid-sR657TqL85 .text-wrap {
  width: 100%;
}
.cid-sR657TqL85 .item-wrap {
  display: inline-block;
}
.cid-sR657TqL85 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sR657TqL85 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #e60e89, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: left;
  align-items: left;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sR657TqL85 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sR657TqL85 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sR657TqL85 .socicon-wrap {
    margin: auto;
  }
}
.cid-sR657TqL85 .mbr-text {
  color: #999999;
}
.cid-sR657TqL85 .icon-title {
  margin: 0;
  padding-bottom: 3px;
  line-height: 24px;
}
.cid-sR657TqL85 .icon-title,
.cid-sR657TqL85 .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: left;
}
.cid-sR657TqL85 .item-text,
.cid-sR657TqL85 .item-icon {
  color: #999999;
  text-align: left;
}
.cid-sR657TqL85 .mbr-text,
.cid-sR657TqL85 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sR657TqL85 copy {
  font-size: 12px;
}
.cid-sR657TqL85 weis {
  color: #e50e87;
}
.cid-sR657TqL85 .h3 {
  color: #e50e87;
}
.cid-sSNhqZWz6a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/grau-verlauf1.jpg");
}
.cid-sSNhqZWz6a H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sSNhqZWz6a .dentaura-tab {
  min-height: 59px !important;
  padding: 0.3rem 0.3rem !important;
  margin: 0px !important;
}
.cid-sSNhqZWz6a .btn {
  margin: 0px !important;
  padding: 1rem 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 3px !important;
}
@media (max-width: 991px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-bottom: 3rem;
  }
}
.cid-sSNhqZWz6a .media-container-row1 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row2 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure2 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row3 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure3 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row4 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure4 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure5 {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure6 {
    padding-right: 4rem;
  }
}
.cid-sSNhqZWz6a H3 {
  color: #000000;
}
.cid-sSNhqZWz6a H4 {
  color: #000000;
}
.cid-sSNhqZWz6a .divsBg {
  background-color: #faf7f9;
  margin: 0px !important;
  padding: 1rem 2.5rem 2.5rem 2.5rem !important;
}
.cid-sSNhqZWz6a ul.dentaura-lister {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sSNhqZWz6a ul.dentaura-lister li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
  border-bottom: 1px solid #efefef;
}
.cid-sSNhqZWz6a ul.dentaura-lister li:before {
  position: absolute;
  left: -20px;
  content: "➤";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e50e87;
  width: 25px;
  height: 25px;
}
.cid-sSNhqZWz6a .card {
  margin: 0rem 0.3rem !important;
  border-radius: 3px !important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn1 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn1:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn2 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn2:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn3 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn3:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn4 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn4:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn5 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn5:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn6 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn6:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .butcover {
  height: 40px;
  width: 100%;
}
.cid-sSNhqZWz6a .butcoverin {
  height: 40px;
  width: 40px;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-sSNhqZWz6a .butcoverin a {
  color: #232323;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.cid-sSNhqZWz6a .dentaura-panel {
  margin: 5px 0px 0px 0px!important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn:focus,
.cid-sSNhqZWz6a .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.cid-sSNhqZWz6a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/grau-verlauf1.jpg");
}
.cid-sSNhqZWz6a H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sSNhqZWz6a .dentaura-tab {
  min-height: 59px !important;
  padding: 0.3rem 0.3rem !important;
  margin: 0px !important;
}
.cid-sSNhqZWz6a .btn {
  margin: 0px !important;
  padding: 1rem 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 3px !important;
}
@media (max-width: 991px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-bottom: 3rem;
  }
}
.cid-sSNhqZWz6a .media-container-row1 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row2 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure2 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row3 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure3 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row4 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure4 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure5 {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure6 {
    padding-right: 4rem;
  }
}
.cid-sSNhqZWz6a H3 {
  color: #000000;
}
.cid-sSNhqZWz6a H4 {
  color: #000000;
}
.cid-sSNhqZWz6a .divsBg {
  background-color: #faf7f9;
  margin: 0px !important;
  padding: 1rem 2.5rem 2.5rem 2.5rem !important;
}
.cid-sSNhqZWz6a ul.dentaura-lister {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sSNhqZWz6a ul.dentaura-lister li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
  border-bottom: 1px solid #efefef;
}
.cid-sSNhqZWz6a ul.dentaura-lister li:before {
  position: absolute;
  left: -20px;
  content: "➤";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e50e87;
  width: 25px;
  height: 25px;
}
.cid-sSNhqZWz6a .card {
  margin: 0rem 0.3rem !important;
  border-radius: 3px !important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn1 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn1:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn2 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn2:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn3 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn3:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn4 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn4:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn5 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn5:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn6 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn6:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .butcover {
  height: 40px;
  width: 100%;
}
.cid-sSNhqZWz6a .butcoverin {
  height: 40px;
  width: 40px;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-sSNhqZWz6a .butcoverin a {
  color: #232323;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.cid-sSNhqZWz6a .dentaura-panel {
  margin: 5px 0px 0px 0px!important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn:focus,
.cid-sSNhqZWz6a .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.cid-qBJ5C5pNt0 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBJ5C5pNt0 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qBJ5C5pNt0 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qBJ5C5pNt0 .mbr-section-subtitle {
  color: #ff0095;
  text-align: left;
}
.cid-qBJ5C5pNt0 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qBJ5C5pNt0 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-qBJ5C5pNt0 path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qBJ5C5pNt0 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-u0QtHlPYsz {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-u0QtHlPYsz .panel-title {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.5rem;
}
.cid-u0QtHlPYsz .collapsed {
  border: none;
}
.cid-u0QtHlPYsz .collapsed sign {
  transform: rotateY(0deg);
}
.cid-u0QtHlPYsz .sign {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotateY(180deg);
  background: linear-gradient(to left, #ff3366, #ff3366);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-u0QtHlPYsz .panel-body {
  background-color: #f9f3f7;
  padding: 1rem 1rem 0.5rem 1rem;
}
.cid-u0QtHlPYsz .card-header {
  border-bottom: 1px solid #aeaeae !important;
  margin: 0rem !important;
}
.cid-u0QtHlPYsz .card {
  border-radius: 0px;
  padding: 0px !important;
  margin: 0px 0px -1px 0px !important;
}
.cid-u0QtHlPYsz .card .card-header {
  border-radius: 0px;
  background-color: transparent !important;
  padding: 0px 0.5rem 0px 0px !important;
}
.cid-u0QtHlPYsz .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-u0QtHlPYsz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u0QtHlPYsz .card .card-header a.panel-title h2 {
  padding: 0.5rem 0.7rem 0.5rem 0rem;
  margin-bottom: 0;
}
.cid-u0QtHlPYsz .card .card-header a.panel-title h2 .sign {
  padding-right: 1rem;
}
.cid-u0QtHlPYsz H2 {
  color: #e60e89;
  font-size: 1.8rem !important;
  text-align: left;
  padding: 0px;
}
.cid-u0QtHlPYsz H3 {
  font-size: 1rem !important;
  font-weight: 400;
}
.cid-u0QtHlPYsz H4 {
  color: #232323;
  font-size: 1.1rem !important;
  text-align: left;
  padding: 0px;
  padding: 0.5rem 0.7rem 0.5rem 0rem;
}
.cid-u0QtHlPYsz H5 {
  color: #465052;
  text-align: left;
  font-size: 1rem !important;
  font-weight: 400;
}
.cid-u0QtHlPYsz H5 a {
  color: #ff3366 !important;
}
.cid-u0QtHlPYsz H5 a:hover {
  color: #767676 !important;
}
.cid-u0QtHlPYsz H6 {
  font-size: 1.1rem !important;
  font-weight: 400;
}
.cid-u0QtHlPYsz P {
  color: #232323;
  font-size: 1rem !important;
}
.cid-u0QtHlPYsz P a {
  color: #ff0095 !important;
}
.cid-u0QtHlPYsz P a:hover {
  color: #767676 !important;
}
@media (max-width: 768px) {
  .cid-u0QtHlPYsz .spacer-name {
    padding: 0.5rem 0rem 0rem 0rem;
    margin: 0px;
  }
}
@media (min-width: 769px) {
  .cid-u0QtHlPYsz .spacer-name {
    padding: 5rem 0rem 0rem 0rem;
    margin: 0px;
  }
}
@media (min-width: 769px) {
  .cid-u0QtHlPYsz .spacer-img {
    padding: 0rem 0rem 0rem 0rem !important;
  }
}
@media (max-width: 768px) {
  .cid-u0QtHlPYsz .spacer-img {
    padding: 0rem !important;
  }
}
.cid-u0QtHlPYsz .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-u0QtHlPYsz .icoimage {
  max-width: 120px;
  width: 100%;
  border-radius: 4px;
  float: left;
  margin: 0px;
}
.cid-u0QtHlPYsz .headtext {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-u0QtHlPYsz hr.mid-hr {
  border-top: 1px solid #cccccc;
  width: 100%;
  margin: 0px 0px 9px 0px;
  padding: 0px;
}
.cid-u0QtHlPYsz hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 100%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-u0QtHlPYsz H1 {
  text-align: left;
}
.cid-u0QtNAS4bc {
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
.cid-u0QtNAS4bc .panel-title {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.5rem;
}
.cid-u0QtNAS4bc .collapsed {
  border: none;
}
.cid-u0QtNAS4bc .collapsed sign {
  transform: rotateY(0deg);
}
.cid-u0QtNAS4bc .sign {
  font-size: 1.4rem;
  transition: all 0.3s;
  transform: rotateY(180deg);
  background: linear-gradient(to left, #ff3366, #ff3366);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.cid-u0QtNAS4bc .panel-body {
  background-color: #f9f3f7;
  padding: 1rem 1rem 0.5rem 1rem;
}
.cid-u0QtNAS4bc .card-header {
  border-bottom: 1px solid #aeaeae !important;
  margin: 0rem !important;
}
.cid-u0QtNAS4bc .card {
  border-radius: 0px;
  padding: 0px !important;
  margin: 0px 0px -1px 0px !important;
}
.cid-u0QtNAS4bc .card .card-header {
  border-radius: 0px;
  background-color: transparent !important;
  padding: 0px 0.5rem 0px 0px !important;
}
.cid-u0QtNAS4bc .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  text-decoration: none !important;
  line-height: normal;
}
.cid-u0QtNAS4bc .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-u0QtNAS4bc .card .card-header a.panel-title h2 {
  padding: 0.5rem 0.7rem 0.5rem 0rem;
  margin-bottom: 0;
}
.cid-u0QtNAS4bc .card .card-header a.panel-title h2 .sign {
  padding-right: 1rem;
}
.cid-u0QtNAS4bc H2 {
  color: #e60e89;
  font-size: 1.8rem !important;
  text-align: left;
  padding: 0px;
}
.cid-u0QtNAS4bc H3 {
  font-size: 1rem !important;
  font-weight: 400;
}
.cid-u0QtNAS4bc H4 {
  color: #232323;
  font-size: 1.1rem !important;
  text-align: left;
  padding: 0px;
  padding: 0.5rem 0.7rem 0.5rem 0rem;
}
.cid-u0QtNAS4bc H5 {
  color: #465052;
  text-align: left;
  font-size: 1rem !important;
  font-weight: 400;
}
.cid-u0QtNAS4bc H5 a {
  color: #ff3366 !important;
}
.cid-u0QtNAS4bc H5 a:hover {
  color: #767676 !important;
}
.cid-u0QtNAS4bc H6 {
  font-size: 1.1rem !important;
  font-weight: 400;
}
.cid-u0QtNAS4bc P {
  color: #232323;
  font-size: 1rem !important;
}
.cid-u0QtNAS4bc P a {
  color: #ff0095 !important;
}
.cid-u0QtNAS4bc P a:hover {
  color: #767676 !important;
}
@media (max-width: 768px) {
  .cid-u0QtNAS4bc .spacer-name {
    padding: 0.5rem 0rem 0rem 0rem;
    margin: 0px;
  }
}
@media (min-width: 769px) {
  .cid-u0QtNAS4bc .spacer-name {
    padding: 5rem 0rem 0rem 0rem;
    margin: 0px;
  }
}
@media (min-width: 769px) {
  .cid-u0QtNAS4bc .spacer-img {
    padding: 0rem 0rem 0rem 0rem !important;
  }
}
@media (max-width: 768px) {
  .cid-u0QtNAS4bc .spacer-img {
    padding: 0rem !important;
  }
}
.cid-u0QtNAS4bc .mbr-section-text {
  color: #232323;
  text-align: left;
}
.cid-u0QtNAS4bc .icoimage {
  max-width: 120px;
  width: 100%;
  border-radius: 4px;
  float: left;
  margin: 0px;
}
.cid-u0QtNAS4bc .headtext {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-u0QtNAS4bc hr.mid-hr {
  border-top: 1px solid #cccccc;
  width: 100%;
  margin: 0px 0px 9px 0px;
  padding: 0px;
}
.cid-u0QtNAS4bc hr.bot-hr {
  border-top: 1px solid #cccccc;
  width: 100%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-u0QtNAS4bc H1 {
  text-align: left;
}
.cid-u0QvhLnjOt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u0QvhLnjOt h3 {
  text-align: center;
  font-weight: 300;
}
.cid-u0QvhLnjOt .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-u0QvhLnjOt .mbr-section-subtitle {
  color: #ff0095;
  text-align: left;
}
.cid-u0QvhLnjOt .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-u0QvhLnjOt ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-u0QvhLnjOt path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u0QvhLnjOt .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-sP2sOwT6eE {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sP2sOwT6eE hr.top-hr {
  border-top: 1px solid #e8e8e8;
  width: 98%;
  margin: 0px 0px 14px 0px;
  padding: 0px;
}
.cid-sP2sOwT6eE hr.bot-hr {
  border-top: 1px solid #e8e8e8;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-sP2sOwT6eE h2 {
  float: left;
  color: #0082c3;
}
.cid-sP2sOwT6eE .btn {
  align: left !important;
  padding: 8px 10px !important;
  border-width: 1px !important;
  margin: 0px 14px 5px 0px !important;
  font-size: 0.9rem !important;
  border-radius: 3px !important;
}
.cid-sP2sOwT6eE H2 {
  color: #ff0095;
}
.cid-sP2rFWFSYI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sP2rFWFSYI hr.top-hr {
  border-top: 1px solid #e8e8e8;
  width: 98%;
  margin: 0px 0px 14px 0px;
  padding: 0px;
}
.cid-sP2rFWFSYI hr.bot-hr {
  border-top: 1px solid #e8e8e8;
  width: 98%;
  margin: 1px 0px 0px 0px;
  padding: 0px;
}
.cid-sP2rFWFSYI h2 {
  float: left;
  color: #0082c3;
}
.cid-sP2rFWFSYI .btn {
  align: left !important;
  padding: 8px 10px !important;
  border-width: 1px !important;
  margin: 0px 14px 5px 0px !important;
  font-size: 0.9rem !important;
  border-radius: 3px !important;
}
.cid-sP2rFWFSYI H2 {
  color: #ff0095;
}
.cid-qBJ6dWluF0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBJ6dWluF0 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qBJ6dWluF0 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #465052;
}
.cid-qBJ6dWluF0 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qBJ6dWluF0 .inner-container {
    width: 100% !important;
  }
}
.cid-sP2fRwG5Qd #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(230, 14, 137, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sP2fRwG5Qd #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white.png");
  background-repeat: no-repeat;
  background-position: -58px -4px;
  opacity: 1;
}
.cid-sP2fRwG5Qd #dentauraBttB:hover {
  background-color: rgba(70, 80, 82, 0.85);
}
.cid-sP2fRwG5Qd .hidden {
  display: none;
}
.cid-sR656B9byM {
  position: sticky;
  top: 0;
  z-index: 11;
  opacity: 0.96;
}
.cid-sR656B9byM .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sR656B9byM .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
}
.cid-sR656B9byM .navbar.opened {
  transition: all 0.2s;
  background: #f4f4f4 !important;
}
.cid-sR656B9byM .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  color: #ff6600;
  background: #efefef !important;
}
.cid-sR656B9byM .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sR656B9byM .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sR656B9byM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR656B9byM .navbar .dropdown-menu {
  min-width: 200px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 1px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-sR656B9byM .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff6600;
}
.cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sR656B9byM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR656B9byM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-sR656B9byM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-sR656B9byM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR656B9byM .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-sR656B9byM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sR656B9byM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-sR656B9byM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR656B9byM .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-sR656B9byM .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-sR656B9byM .navbar-brand {
  height: 8rem;
  min-height: 1.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-sR656B9byM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR656B9byM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR656B9byM .dropdown-item.active,
.cid-sR656B9byM .dropdown-item:active {
  background-color: transparent;
}
.cid-sR656B9byM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sR656B9byM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR656B9byM ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sR656B9byM .navbar-buttons {
  text-align: center;
}
.cid-sR656B9byM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-sR656B9byM .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 500;
}
.cid-sR656B9byM .nav-link:hover,
.cid-sR656B9byM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sR656B9byM .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-sR656B9byM .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-sR656B9byM .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-sR656B9byM menu {
  color: #E60E89;
}
.cid-sR657TqL85 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #767676;
}
.cid-sR657TqL85 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sR657TqL85 .item {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sR657TqL85 .item p {
  margin: 0;
  padding-left: 0.5rem;
  line-height: 26px;
}
.cid-sR657TqL85 .title {
  background: linear-gradient(to left, #f00000 0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f000000;
  color: #e50e87;
  text-align: left;
}
.cid-sR657TqL85 .container {
  max-width: 1400px;
}
.cid-sR657TqL85 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sR657TqL85 .time {
  line-height: 2;
}
.cid-sR657TqL85 .icons-wrap {
  display: flex;
  align-items: left;
}
.cid-sR657TqL85 .text-wrap {
  width: 100%;
}
.cid-sR657TqL85 .item-wrap {
  display: inline-block;
}
.cid-sR657TqL85 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sR657TqL85 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #e60e89, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: left;
  align-items: left;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sR657TqL85 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sR657TqL85 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sR657TqL85 .socicon-wrap {
    margin: auto;
  }
}
.cid-sR657TqL85 .mbr-text {
  color: #999999;
}
.cid-sR657TqL85 .icon-title {
  margin: 0;
  padding-bottom: 3px;
  line-height: 24px;
}
.cid-sR657TqL85 .icon-title,
.cid-sR657TqL85 .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: left;
}
.cid-sR657TqL85 .item-text,
.cid-sR657TqL85 .item-icon {
  color: #999999;
  text-align: left;
}
.cid-sR657TqL85 .mbr-text,
.cid-sR657TqL85 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sR657TqL85 copy {
  font-size: 12px;
}
.cid-sR657TqL85 weis {
  color: #e50e87;
}
.cid-sR657TqL85 .h3 {
  color: #e50e87;
}
.cid-qBJb5oGF32 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBJb5oGF32 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qBJb5oGF32 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qBJb5oGF32 .mbr-section-subtitle {
  color: #ff0095;
  text-align: left;
}
.cid-qBJb5oGF32 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qBJb5oGF32 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-qBJb5oGF32 path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qBJb5oGF32 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-sP2NtNnryW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sP2NtNnryW .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sP2NtNnryW .wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sP2NtNnryW img {
  width: 100%;
  height: 190px;
  border-radius: 6px;
}
.cid-sP2NtNnryW .wrapp {
  padding: 44px 40px;
  border: 1px solid;
  border-color: #e60e89;
  border-radius: 6px;
}
@media (max-width: 991px) {
  .cid-sP2NtNnryW .wrapp {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sP2NtNnryW .wrapp {
    padding: 3rem;
  }
}
.cid-sP2fRwG5Qd #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(230, 14, 137, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sP2fRwG5Qd #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white.png");
  background-repeat: no-repeat;
  background-position: -58px -4px;
  opacity: 1;
}
.cid-sP2fRwG5Qd #dentauraBttB:hover {
  background-color: rgba(70, 80, 82, 0.85);
}
.cid-sP2fRwG5Qd .hidden {
  display: none;
}
.cid-sR656B9byM {
  position: sticky;
  top: 0;
  z-index: 11;
  opacity: 0.96;
}
.cid-sR656B9byM .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sR656B9byM .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
}
.cid-sR656B9byM .navbar.opened {
  transition: all 0.2s;
  background: #f4f4f4 !important;
}
.cid-sR656B9byM .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  color: #ff6600;
  background: #efefef !important;
}
.cid-sR656B9byM .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sR656B9byM .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sR656B9byM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR656B9byM .navbar .dropdown-menu {
  min-width: 200px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 1px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-sR656B9byM .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff6600;
}
.cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sR656B9byM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR656B9byM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-sR656B9byM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-sR656B9byM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR656B9byM .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-sR656B9byM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sR656B9byM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-sR656B9byM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR656B9byM .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-sR656B9byM .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-sR656B9byM .navbar-brand {
  height: 8rem;
  min-height: 1.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-sR656B9byM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR656B9byM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR656B9byM .dropdown-item.active,
.cid-sR656B9byM .dropdown-item:active {
  background-color: transparent;
}
.cid-sR656B9byM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sR656B9byM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR656B9byM ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sR656B9byM .navbar-buttons {
  text-align: center;
}
.cid-sR656B9byM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-sR656B9byM .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 500;
}
.cid-sR656B9byM .nav-link:hover,
.cid-sR656B9byM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sR656B9byM .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-sR656B9byM .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-sR656B9byM .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-sR656B9byM menu {
  color: #E60E89;
}
.cid-sR657TqL85 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #767676;
}
.cid-sR657TqL85 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sR657TqL85 .item {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sR657TqL85 .item p {
  margin: 0;
  padding-left: 0.5rem;
  line-height: 26px;
}
.cid-sR657TqL85 .title {
  background: linear-gradient(to left, #f00000 0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f000000;
  color: #e50e87;
  text-align: left;
}
.cid-sR657TqL85 .container {
  max-width: 1400px;
}
.cid-sR657TqL85 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sR657TqL85 .time {
  line-height: 2;
}
.cid-sR657TqL85 .icons-wrap {
  display: flex;
  align-items: left;
}
.cid-sR657TqL85 .text-wrap {
  width: 100%;
}
.cid-sR657TqL85 .item-wrap {
  display: inline-block;
}
.cid-sR657TqL85 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sR657TqL85 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #e60e89, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: left;
  align-items: left;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sR657TqL85 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sR657TqL85 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sR657TqL85 .socicon-wrap {
    margin: auto;
  }
}
.cid-sR657TqL85 .mbr-text {
  color: #999999;
}
.cid-sR657TqL85 .icon-title {
  margin: 0;
  padding-bottom: 3px;
  line-height: 24px;
}
.cid-sR657TqL85 .icon-title,
.cid-sR657TqL85 .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: left;
}
.cid-sR657TqL85 .item-text,
.cid-sR657TqL85 .item-icon {
  color: #999999;
  text-align: left;
}
.cid-sR657TqL85 .mbr-text,
.cid-sR657TqL85 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sR657TqL85 copy {
  font-size: 12px;
}
.cid-sR657TqL85 weis {
  color: #e50e87;
}
.cid-sR657TqL85 .h3 {
  color: #e50e87;
}
.cid-sSNhqZWz6a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/grau-verlauf1.jpg");
}
.cid-sSNhqZWz6a H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sSNhqZWz6a .dentaura-tab {
  min-height: 59px !important;
  padding: 0.3rem 0.3rem !important;
  margin: 0px !important;
}
.cid-sSNhqZWz6a .btn {
  margin: 0px !important;
  padding: 1rem 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 3px !important;
}
@media (max-width: 991px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-bottom: 3rem;
  }
}
.cid-sSNhqZWz6a .media-container-row1 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row2 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure2 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row3 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure3 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row4 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure4 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure5 {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure6 {
    padding-right: 4rem;
  }
}
.cid-sSNhqZWz6a H3 {
  color: #000000;
}
.cid-sSNhqZWz6a H4 {
  color: #000000;
}
.cid-sSNhqZWz6a .divsBg {
  background-color: #faf7f9;
  margin: 0px !important;
  padding: 1rem 2.5rem 2.5rem 2.5rem !important;
}
.cid-sSNhqZWz6a ul.dentaura-lister {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sSNhqZWz6a ul.dentaura-lister li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
  border-bottom: 1px solid #efefef;
}
.cid-sSNhqZWz6a ul.dentaura-lister li:before {
  position: absolute;
  left: -20px;
  content: "➤";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e50e87;
  width: 25px;
  height: 25px;
}
.cid-sSNhqZWz6a .card {
  margin: 0rem 0.3rem !important;
  border-radius: 3px !important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn1 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn1:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn2 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn2:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn3 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn3:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn4 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn4:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn5 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn5:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn6 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn6:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .butcover {
  height: 40px;
  width: 100%;
}
.cid-sSNhqZWz6a .butcoverin {
  height: 40px;
  width: 40px;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-sSNhqZWz6a .butcoverin a {
  color: #232323;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.cid-sSNhqZWz6a .dentaura-panel {
  margin: 5px 0px 0px 0px!important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn:focus,
.cid-sSNhqZWz6a .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
.cid-qBJoxADOF3 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBJoxADOF3 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qBJoxADOF3 .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qBJoxADOF3 .mbr-section-subtitle {
  color: #ff0095;
  text-align: left;
}
.cid-qBJoxADOF3 .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qBJoxADOF3 ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-qBJoxADOF3 path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qBJoxADOF3 .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-qBJoKNp9qG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBJoKNp9qG .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-qBJoKNp9qG .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #232323;
}
.cid-qBJoKNp9qG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qBJoKNp9qG .inner-container {
    width: 100% !important;
  }
}
.cid-qBJoUXmzHo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBJoUXmzHo .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qBJoUXmzHo .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #465052;
}
.cid-qBJoUXmzHo .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qBJoUXmzHo .inner-container {
    width: 100% !important;
  }
}
.cid-sP2fRwG5Qd #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: rgba(230, 14, 137, 0.65);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  -webkit-box-shadow: 0 2px 8px -2px #000000;
  -moz-box-shadow: 0 2px 8px -2px #000000;
  box-shadow: 0 2px 8px -2px #000000;
}
@media (max-width: 768px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-sP2fRwG5Qd #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
.cid-sP2fRwG5Qd #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  background-image: url("../../../assets/images/bttb-dentaura-white.png");
  background-repeat: no-repeat;
  background-position: -58px -4px;
  opacity: 1;
}
.cid-sP2fRwG5Qd #dentauraBttB:hover {
  background-color: rgba(70, 80, 82, 0.85);
}
.cid-sP2fRwG5Qd .hidden {
  display: none;
}
.cid-sR656B9byM {
  position: sticky;
  top: 0;
  z-index: 11;
  opacity: 0.96;
}
.cid-sR656B9byM .navbar-dropdown {
  position: relative !important;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  position: fixed;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sR656B9byM .navbar {
  position: static !important;
  min-height: 77px;
  transition: 0.2s;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
}
.cid-sR656B9byM .navbar.opened {
  transition: all 0.2s;
  background: #f4f4f4 !important;
}
.cid-sR656B9byM .navbar .dropdown-item {
  transition: all 0.2s;
  padding: 0.3rem 1.5rem;
  border-bottom: 1px solid #d6d6d6;
  color: #ff6600;
  background: #efefef !important;
}
.cid-sR656B9byM .navbar .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sR656B9byM .navbar .dropdown-item:focus border {
  outline: none;
}
.cid-sR656B9byM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sR656B9byM .navbar .dropdown-menu {
  min-width: 200px;
  padding: 3px 0 0 0;
  box-shadow: 1px 1px 1px 0px rgba(217, 220, 242, 0.98);
  background: transparent !important;
}
.cid-sR656B9byM .navbar .dropdown-menu > .dropdown-item:first-child {
  border-top: 2px solid #ff6600;
}
.cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
  padding-top: 0px;
}
.cid-sR656B9byM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sR656B9byM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: 85.14285714vh;
  }
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu {
  width: auto;
  padding: 1rem 0 1rem 0;
  border-top: none !important;
  background: transparent !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.collapsed .nav-dropdown .link {
  margin: 0.667em 1.2em;
}
.cid-sR656B9byM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  border-bottom: none !important;
  background: transparent !important;
  color: inherit !important;
}
.cid-sR656B9byM .navbar.collapsed .dropdown-menu .dropdown-item:first-child {
  border-top: none;
}
@media (max-width: 991px) {
  .cid-sR656B9byM .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .cid-sR656B9byM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sR656B9byM .navbar .dropdown-menu {
    width: auto;
    padding: 1rem 0 1rem 0;
    background: transparent !important;
    border-top: none !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    padding: 0.667em 1.667em;
  }
  .cid-sR656B9byM .navbar .nav-dropdown .link {
    margin: 0.667em 1.2em;
  }
  .cid-sR656B9byM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
    border-bottom: none !important;
    background: transparent !important;
  }
  .cid-sR656B9byM .navbar .dropdown-menu .dropdown-item:first-child {
    border-top: none;
  }
  .cid-sR656B9byM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .cid-sR656B9byM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sR656B9byM .navbar .social-block {
    display: none;
  }
}
@media (max-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .cid-sR656B9byM .navbar.navbar-short {
    min-height: 60px;
  }
}
.cid-sR656B9byM .navbar.navbar-short .social-block {
  top: 1rem;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sR656B9byM .navbar.navbar-short .navbar-brand {
  padding: 0;
  margin-bottom: 0;
  height: 0px;
  opacity: 0;
  min-height: 0px;
}
.cid-sR656B9byM .navbar-brand {
  height: 8rem;
  min-height: 1.4rem;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.2s;
  word-break: break-word;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
  opacity: 1;
}
.cid-sR656B9byM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sR656B9byM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sR656B9byM .dropdown-item.active,
.cid-sR656B9byM .dropdown-item:active {
  background-color: transparent;
}
.cid-sR656B9byM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  line-height: 1;
  letter-spacing: 1px;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-sR656B9byM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: -2px 0 0 0;
  left: 100%;
}
.cid-sR656B9byM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sR656B9byM ul.navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cid-sR656B9byM .navbar-buttons {
  text-align: center;
}
.cid-sR656B9byM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.2s;
}
.cid-sR656B9byM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.2s;
}
.cid-sR656B9byM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sR656B9byM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.cid-sR656B9byM .mbr-iconfont {
  font-size: 1.3rem;
  padding-right: 0.5rem;
  color: #132c70;
}
.cid-sR656B9byM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  padding: 1.667em 1.667em;
}
.cid-sR656B9byM .nav-dropdown .link {
  margin: 1.667em 1.2em;
  font-weight: 500;
}
.cid-sR656B9byM .nav-link:hover,
.cid-sR656B9byM .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-sR656B9byM .social-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  max-width: 1300px;
  transition: 0.2s;
}
.cid-sR656B9byM .social {
  display: flex;
  flex-direction: row;
  margin-left: 2rem;
}
.cid-sR656B9byM .social-2 {
  display: flex;
  flex-direction: row;
  margin-right: 1.5rem;
}
.cid-sR656B9byM menu {
  color: #E60E89;
}
.cid-sR657TqL85 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #767676;
}
.cid-sR657TqL85 .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-sR657TqL85 .item {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0.3rem 0;
}
.cid-sR657TqL85 .item p {
  margin: 0;
  padding-left: 0.5rem;
  line-height: 26px;
}
.cid-sR657TqL85 .title {
  background: linear-gradient(to left, #f00000 0, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f000000;
  color: #e50e87;
  text-align: left;
}
.cid-sR657TqL85 .container {
  max-width: 1400px;
}
.cid-sR657TqL85 li {
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.cid-sR657TqL85 .time {
  line-height: 2;
}
.cid-sR657TqL85 .icons-wrap {
  display: flex;
  align-items: left;
}
.cid-sR657TqL85 .text-wrap {
  width: 100%;
}
.cid-sR657TqL85 .item-wrap {
  display: inline-block;
}
.cid-sR657TqL85 .socicon-wrap {
  width: fit-content;
  display: flex;
  margin-bottom: 0.8rem;
}
.cid-sR657TqL85 .socicon-wrap .mbr-iconfont {
  font-size: 1.3rem;
  background: linear-gradient(to left, #e60e89, #232323);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px;
  margin-right: 0.1rem;
  height: 40px;
  display: flex;
  width: 40px;
  justify-content: left;
  align-items: left;
  transition: all 0.3s;
  border-radius: 100%;
}
.cid-sR657TqL85 .align-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .cid-sR657TqL85 .col-md-6 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sR657TqL85 .socicon-wrap {
    margin: auto;
  }
}
.cid-sR657TqL85 .mbr-text {
  color: #999999;
}
.cid-sR657TqL85 .icon-title {
  margin: 0;
  padding-bottom: 3px;
  line-height: 24px;
}
.cid-sR657TqL85 .icon-title,
.cid-sR657TqL85 .align-wrap {
  color: #ffffff;
  width: 100%;
  text-align: left;
}
.cid-sR657TqL85 .item-text,
.cid-sR657TqL85 .item-icon {
  color: #999999;
  text-align: left;
}
.cid-sR657TqL85 .mbr-text,
.cid-sR657TqL85 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sR657TqL85 copy {
  font-size: 12px;
}
.cid-sR657TqL85 weis {
  color: #e50e87;
}
.cid-sR657TqL85 .h3 {
  color: #e50e87;
}
.cid-sSNhqZWz6a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/grau-verlauf1.jpg");
}
.cid-sSNhqZWz6a H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sSNhqZWz6a .dentaura-tab {
  min-height: 59px !important;
  padding: 0.3rem 0.3rem !important;
  margin: 0px !important;
}
.cid-sSNhqZWz6a .btn {
  margin: 0px !important;
  padding: 1rem 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 3px !important;
}
@media (max-width: 991px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-bottom: 3rem;
  }
}
.cid-sSNhqZWz6a .media-container-row1 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure1 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row2 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure2 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row3 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure3 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
.cid-sSNhqZWz6a .media-container-row4 {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure4 {
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure5 {
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-sSNhqZWz6a .mbr-figure6 {
    padding-right: 4rem;
  }
}
.cid-sSNhqZWz6a H3 {
  color: #000000;
}
.cid-sSNhqZWz6a H4 {
  color: #000000;
}
.cid-sSNhqZWz6a .divsBg {
  background-color: #faf7f9;
  margin: 0px !important;
  padding: 1rem 2.5rem 2.5rem 2.5rem !important;
}
.cid-sSNhqZWz6a ul.dentaura-lister {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-sSNhqZWz6a ul.dentaura-lister li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
  border-bottom: 1px solid #efefef;
}
.cid-sSNhqZWz6a ul.dentaura-lister li:before {
  position: absolute;
  left: -20px;
  content: "➤";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e50e87;
  width: 25px;
  height: 25px;
}
.cid-sSNhqZWz6a .card {
  margin: 0rem 0.3rem !important;
  border-radius: 3px !important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn1 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn1:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn2 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn2:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn3 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn3:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn4 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn4:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn5 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn5:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .btn6 {
  background-color: #e50e87 !important;
  border-width: 0px;
  color: #ffffff !important;
}
.cid-sSNhqZWz6a .btn6:hover {
  background-color: #b50b6b !important;
  color: #ffffff !important;
  transform: scale(1.04);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.cid-sSNhqZWz6a .butcover {
  height: 40px;
  width: 100%;
}
.cid-sSNhqZWz6a .butcoverin {
  height: 40px;
  width: 40px;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-sSNhqZWz6a .butcoverin a {
  color: #232323;
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.cid-sSNhqZWz6a .dentaura-panel {
  margin: 5px 0px 0px 0px!important;
  padding: 0px !important;
}
.cid-sSNhqZWz6a .btn:focus,
.cid-sSNhqZWz6a .btn:active {
  outline: none !important;
  box-shadow: none !important;
}
