body {
  font-family: Raleway-Regular;
}
.display-1 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 2.25rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-6 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.4rem;
  font-display: swap;
}
.display-6 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-11 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-11 > .mbr-iconfont {
  font-size: 2rem;
}
.display-12 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-12 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-13 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-13 > .mbr-iconfont {
  font-size: 2rem;
}
.display-14 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 0.85rem;
  line-height: 1.4;
}
.display-14 > .mbr-iconfont {
  font-size: 1.36rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #b2ccd2 !important;
}
.bg-info {
  background-color: #e15a00 !important;
}
.bg-warning {
  background-color: #0e5f79 !important;
}
.bg-danger {
  background-color: #86c2f5 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dfad10 !important;
  border-color: #dfad10 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #98760b !important;
  border-color: #98760b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #98760b !important;
  border-color: #98760b !important;
}
.btn-info,
.btn-info:active {
  background-color: #e15a00 !important;
  border-color: #e15a00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #943b00 !important;
  border-color: #943b00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #943b00 !important;
  border-color: #943b00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0e5f79 !important;
  border-color: #0e5f79 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #062934 !important;
  border-color: #062934 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #062934 !important;
  border-color: #062934 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #86c2f5 !important;
  border-color: #86c2f5 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #3f9eef !important;
  border-color: #3f9eef !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f9eef !important;
  border-color: #3f9eef !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #806309;
  color: #806309;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #dfad10;
  border-color: #dfad10;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #dfad10 !important;
  border-color: #dfad10 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #7b3100;
  color: #7b3100;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #e15a00;
  border-color: #e15a00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e15a00 !important;
  border-color: #e15a00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #03171e;
  color: #03171e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #0e5f79;
  border-color: #0e5f79;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0e5f79 !important;
  border-color: #0e5f79 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #2893ed;
  color: #2893ed;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #86c2f5;
  border-color: #86c2f5;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #86c2f5 !important;
  border-color: #86c2f5 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #dfad10 !important;
}
.text-success {
  color: #b2ccd2 !important;
}
.text-info {
  color: #e15a00 !important;
}
.text-warning {
  color: #0e5f79 !important;
}
.text-danger {
  color: #86c2f5 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #806309 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #72a1ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7b3100 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #03171e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #2893ed !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e15a00;
}
.alert-warning {
  background-color: #0e5f79;
}
.alert-danger {
  background-color: #86c2f5;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffceae;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #21b6e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #dfad10 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uPrdUZ4hb0 {
  align-items: flex-end;
  background-image: url("../../../assets/images/x6-2000x909.jpg");
}
.cid-uPrdUZ4hb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPrdUZ4hb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPrdUZ4hb0 .container {
    padding: 0 30px;
  }
}
.cid-uPrdUZ4hb0 .card {
  justify-content: center;
}
.cid-uPrdUZ4hb0 .content-wrapper {
  padding: 0 120px 120px;
}
@media (max-width: 1440px) {
  .cid-uPrdUZ4hb0 .content-wrapper {
    padding: 0 60px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPrdUZ4hb0 .content-wrapper {
    padding: 0;
  }
}
.cid-uPrdUZ4hb0 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPrdUZ4hb0 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uPrdUZ4hb0 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPrdUZ4hb0 .mbr-section-title {
  color: #ffffff;
}
.cid-uPrdUZ4hb0 .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-uPrdUZ4hb0 .mbr-section-title,
.cid-uPrdUZ4hb0 .mbr-section-btn {
  text-align: right;
  color: #efefef;
}
.cid-uPrdUZ4hb0 gelb {
  color: #E15A00;
}
.cid-uPrdUZ4hb0 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uPrdUZ4hb0 #tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.cid-uZTP1upRho {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZTP1upRho .mbr-text {
  color: #232323;
}
.cid-uZTP1upRho .mbr-text p {
  background: #ffffff;
}
.cid-uZTP1upRho info {
  border-left: 4px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-uZTP1upRho highlight {
  border: 1px solid #00777c;
  background-color: #f0fff0;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 119, 124, 0.2);
}
.cid-uZTP1upRho achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-uZTP1upRho zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-uZTP1upRho zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-uZTP1upRho textbox {
  border: 2px solid #0082c3;
  background-color: #f0f8ff;
  padding: 12px 16px;
  border-radius: 8px;
  display: block;
  margin: 10px 0;
  line-height: 1.5;
}
.cid-uZTP1upRho infobox {
  border: 3px solid #ff6600;
  background-color: #fff5f0;
  padding: 15px 20px;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.cid-uZTP1upRho wichtigbox {
  border: 2px solid #cc0000;
  background-color: #ffe6e6;
  padding: 10px 15px;
  border-radius: 6px;
  display: block;
  margin: 8px 0;
}
.cid-uZTP1upRho gradient {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 12px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
.cid-uZTP1upRho neon {
  border: 2px solid #00ffff;
  background-color: #001a1a;
  color: #00ffff;
  padding: 15px 20px;
  border-radius: 8px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 0 5px #00ffff,
    0 0 10px #00ffff,
    0 0 15px #00ffff;
  text-shadow: 0 0 5px #00ffff;
}
.cid-uZTP1upRho doppel {
  border: 3px double #0082c3;
  background-color: #ffffff;
  padding: 18px 22px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
}
.cid-uZTP1upRho karte {
  border: none;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
  display: block;
  margin: 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1), 0 1px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cid-uZTP1upRho karte:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.25);
}
.cid-uZTP1upRho vintage {
  border: 4px solid #8b4513;
  background-color: #faf0e6;
  padding: 20px;
  border-radius: 0;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: inset 0 0 20px rgba(139, 69, 19, 0.2);
}
.cid-uZTP1upRho vintage::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #8b4513;
  pointer-events: none;
}
.cid-uZTP1upRho notiz {
  background-color: #ffff88;
  border: none;
  border-left: 5px solid #ffd700;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-1deg);
  position: relative;
}
.cid-uZTP1upRho notiz::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.cid-uZTP1upRho zeitung {
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  background-color: #f8f8f8;
  padding: 20px;
  display: block;
  margin: 20px 0;
  font-family: 'Times New Roman', serif;
  line-height: 1.6;
  position: relative;
}
.cid-uZTP1upRho zeitung::before {
  content: '●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  font-size: 6px;
  color: #333333;
  text-align: center;
  background-color: #f8f8f8;
}
.cid-uZTP1upRho mosaik {
  border: 8px solid;
  border-image: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4) 1;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.cid-uZTP1upRho origami {
  background-color: #e8f4fd;
  border: none;
  padding: 20px 25px;
  display: block;
  margin: 20px 0;
  position: relative;
  border-radius: 5px;
}
.cid-uZTP1upRho origami::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #e8f4fd;
  border-top: 20px solid #c8d6e5;
  border-radius: 0 5px 0 0;
}
.cid-uZTP1upRho glow {
  border: none;
  border-left: 4px solid #ff6b6b;
  background: linear-gradient(90deg, #fff5f5 0%, #ffffff 100%);
  padding: 20px;
  display: block;
  margin: 15px 0;
  position: relative;
  box-shadow: -4px 0 8px rgba(255, 107, 107, 0.3);
}
.cid-uZTP1upRho retro {
  border: 4px solid #00ff00;
  background-color: #000000;
  color: #00ff00;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  font-family: 'Courier New', monospace;
  text-shadow: 0 0 3px #00ff00;
  position: relative;
}
.cid-uZTF6GbKe6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uZTF6GbKe6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTF6GbKe6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTF6GbKe6 .row {
  justify-content: space-between;
}
.cid-uZTF6GbKe6 .card {
  justify-content: space-between;
}
.cid-uZTF6GbKe6 .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZTF6GbKe6 .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uZTF6GbKe6 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZTF6GbKe6 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZTF6GbKe6 .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZTF6GbKe6 .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-uZTF6GbKe6 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZTF6GbKe6 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uZTF6GbKe6 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZTF6GbKe6 .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZTF6GbKe6 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uZTF6GbKe6 .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZTF6GbKe6 .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZTF6GbKe6 .image-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZTF6GbKe6 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uZTF6GbKe6 .mbr-section-title {
  color: #c10b02;
}
.cid-uZTF6GbKe6 .list {
  color: #4b4949;
}
.cid-uZTF6GbKe6 .list-title {
  color: #c10b02;
}
.cid-uZTF6GbKe6 .mbr-desc,
.cid-uZTF6GbKe6 .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-uZTF6GbKe6 .list,
.cid-uZTF6GbKe6 .item-wrap {
  color: #232323;
}
.cid-uZTF6GbKe6 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uZV6jpH1Gf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf7f9;
}
.cid-uZV6jpH1Gf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZV6jpH1Gf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZV6jpH1Gf .row {
  justify-content: space-between;
}
.cid-uZV6jpH1Gf .card {
  justify-content: space-between;
}
.cid-uZV6jpH1Gf .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZV6jpH1Gf .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uZV6jpH1Gf .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZV6jpH1Gf .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZV6jpH1Gf .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZV6jpH1Gf .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-uZV6jpH1Gf .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZV6jpH1Gf .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uZV6jpH1Gf .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZV6jpH1Gf .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZV6jpH1Gf .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uZV6jpH1Gf .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZV6jpH1Gf .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZV6jpH1Gf .image-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZV6jpH1Gf .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uZV6jpH1Gf .mbr-section-title {
  color: #c10b02;
}
.cid-uZV6jpH1Gf .list {
  color: #4b4949;
}
.cid-uZV6jpH1Gf .list-title {
  color: #c10b02;
}
.cid-uZV6jpH1Gf .mbr-desc,
.cid-uZV6jpH1Gf .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-uZV6jpH1Gf .list,
.cid-uZV6jpH1Gf .item-wrap {
  color: #232323;
}
.cid-uZV6jpH1Gf .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uZVgkw8yEs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uZVgkw8yEs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZVgkw8yEs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZVgkw8yEs .row {
  justify-content: space-between;
}
.cid-uZVgkw8yEs .card {
  justify-content: space-between;
}
.cid-uZVgkw8yEs .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZVgkw8yEs .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uZVgkw8yEs .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZVgkw8yEs .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZVgkw8yEs .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZVgkw8yEs .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-uZVgkw8yEs .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZVgkw8yEs .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uZVgkw8yEs .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZVgkw8yEs .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZVgkw8yEs .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uZVgkw8yEs .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZVgkw8yEs .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZVgkw8yEs .image-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZVgkw8yEs .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uZVgkw8yEs .mbr-section-title {
  color: #c10b02;
}
.cid-uZVgkw8yEs .list {
  color: #4b4949;
}
.cid-uZVgkw8yEs .list-title {
  color: #c10b02;
}
.cid-uZVgkw8yEs .mbr-desc,
.cid-uZVgkw8yEs .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-uZVgkw8yEs .list,
.cid-uZVgkw8yEs .item-wrap {
  color: #232323;
}
.cid-uZVgkw8yEs .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uZTJ66RGEo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uZTJ66RGEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTJ66RGEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTJ66RGEo .row {
  justify-content: space-between;
}
.cid-uZTJ66RGEo .card {
  justify-content: space-between;
}
.cid-uZTJ66RGEo .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZTJ66RGEo .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uZTJ66RGEo .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZTJ66RGEo .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZTJ66RGEo .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZTJ66RGEo .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-uZTJ66RGEo .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZTJ66RGEo .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uZTJ66RGEo .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZTJ66RGEo .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZTJ66RGEo .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uZTJ66RGEo .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZTJ66RGEo .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZTJ66RGEo .image-wrapper .image-wrap img {
  height: 330px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZTJ66RGEo .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uZTJ66RGEo .mbr-section-title {
  color: #c10b02;
}
.cid-uZTJ66RGEo .list {
  color: #4b4949;
}
.cid-uZTJ66RGEo .list-title {
  color: #c10b02;
}
.cid-uZTJ66RGEo .mbr-desc,
.cid-uZTJ66RGEo .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-uZTJ66RGEo .list,
.cid-uZTJ66RGEo .item-wrap {
  color: #232323;
}
.cid-uZTJ66RGEo .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uZYmH98SzH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uZYmH98SzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZYmH98SzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZYmH98SzH .row {
  justify-content: space-between;
}
.cid-uZYmH98SzH .card {
  justify-content: space-between;
}
.cid-uZYmH98SzH .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZYmH98SzH .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uZYmH98SzH .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZYmH98SzH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZYmH98SzH .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZYmH98SzH .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-uZYmH98SzH .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZYmH98SzH .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uZYmH98SzH .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZYmH98SzH .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZYmH98SzH .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uZYmH98SzH .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZYmH98SzH .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZYmH98SzH .image-wrapper .image-wrap img {
  height: 330px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZYmH98SzH .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uZYmH98SzH .mbr-section-title {
  color: #c10b02;
}
.cid-uZYmH98SzH .list {
  color: #4b4949;
}
.cid-uZYmH98SzH .list-title {
  color: #c10b02;
}
.cid-uZYmH98SzH .mbr-desc,
.cid-uZYmH98SzH .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-uZYmH98SzH .list,
.cid-uZYmH98SzH .item-wrap {
  color: #232323;
}
.cid-uZYmH98SzH .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uZTLA4s85u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uZTLA4s85u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZTLA4s85u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZTLA4s85u .row {
  justify-content: space-between;
}
.cid-uZTLA4s85u .card {
  justify-content: space-between;
}
.cid-uZTLA4s85u .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZTLA4s85u .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uZTLA4s85u .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZTLA4s85u .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZTLA4s85u .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZTLA4s85u .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-uZTLA4s85u .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZTLA4s85u .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uZTLA4s85u .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZTLA4s85u .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZTLA4s85u .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uZTLA4s85u .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZTLA4s85u .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZTLA4s85u .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZTLA4s85u .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uZTLA4s85u .mbr-section-title {
  color: #c10b02;
}
.cid-uZTLA4s85u .list {
  color: #4b4949;
}
.cid-uZTLA4s85u .list-title {
  color: #c10b02;
}
.cid-uZTLA4s85u .mbr-desc,
.cid-uZTLA4s85u .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-uZTLA4s85u .list,
.cid-uZTLA4s85u .item-wrap {
  color: #232323;
}
.cid-uZTLA4s85u .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-uZYlhkodD0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf7f9;
}
.cid-uZYlhkodD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZYlhkodD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZYlhkodD0 .row {
  justify-content: space-between;
}
.cid-uZYlhkodD0 .card {
  justify-content: space-between;
}
.cid-uZYlhkodD0 .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZYlhkodD0 .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uZYlhkodD0 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZYlhkodD0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZYlhkodD0 .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZYlhkodD0 .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-uZYlhkodD0 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uZYlhkodD0 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uZYlhkodD0 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZYlhkodD0 .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZYlhkodD0 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uZYlhkodD0 .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZYlhkodD0 .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uZYlhkodD0 .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZYlhkodD0 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uZYlhkodD0 .mbr-section-title {
  color: #c10b02;
}
.cid-uZYlhkodD0 .list {
  color: #4b4949;
}
.cid-uZYlhkodD0 .list-title {
  color: #c10b02;
}
.cid-uZYlhkodD0 .mbr-desc,
.cid-uZYlhkodD0 .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-uZYlhkodD0 .list,
.cid-uZYlhkodD0 .item-wrap {
  color: #232323;
}
.cid-uZYlhkodD0 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-v00yl3gw65 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-v00yl3gw65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00yl3gw65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00yl3gw65 .row {
  justify-content: space-between;
}
.cid-v00yl3gw65 .card {
  justify-content: space-between;
}
.cid-v00yl3gw65 .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v00yl3gw65 .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v00yl3gw65 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v00yl3gw65 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v00yl3gw65 .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v00yl3gw65 .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-v00yl3gw65 .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v00yl3gw65 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-v00yl3gw65 .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v00yl3gw65 .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00yl3gw65 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v00yl3gw65 .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v00yl3gw65 .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v00yl3gw65 .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v00yl3gw65 .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v00yl3gw65 .mbr-section-title {
  color: #c10b02;
}
.cid-v00yl3gw65 .list {
  color: #4b4949;
}
.cid-v00yl3gw65 .list-title {
  color: #c10b02;
}
.cid-v00yl3gw65 .mbr-desc,
.cid-v00yl3gw65 .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-v00yl3gw65 .list,
.cid-v00yl3gw65 .item-wrap {
  color: #232323;
}
.cid-v00yl3gw65 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-v00znaieLI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf7f9;
}
.cid-v00znaieLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00znaieLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00znaieLI .row {
  justify-content: space-between;
}
.cid-v00znaieLI .card {
  justify-content: space-between;
}
.cid-v00znaieLI .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v00znaieLI .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v00znaieLI .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v00znaieLI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v00znaieLI .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v00znaieLI .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-v00znaieLI .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v00znaieLI .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-v00znaieLI .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v00znaieLI .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00znaieLI .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v00znaieLI .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v00znaieLI .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v00znaieLI .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v00znaieLI .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v00znaieLI .mbr-section-title {
  color: #c10b02;
}
.cid-v00znaieLI .list {
  color: #4b4949;
}
.cid-v00znaieLI .list-title {
  color: #c10b02;
}
.cid-v00znaieLI .mbr-desc,
.cid-v00znaieLI .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-v00znaieLI .list,
.cid-v00znaieLI .item-wrap {
  color: #232323;
}
.cid-v00znaieLI .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-v00zDH3DBf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-v00zDH3DBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00zDH3DBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00zDH3DBf .row {
  justify-content: space-between;
}
.cid-v00zDH3DBf .card {
  justify-content: space-between;
}
.cid-v00zDH3DBf .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v00zDH3DBf .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v00zDH3DBf .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v00zDH3DBf .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v00zDH3DBf .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v00zDH3DBf .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-v00zDH3DBf .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v00zDH3DBf .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-v00zDH3DBf .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v00zDH3DBf .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00zDH3DBf .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v00zDH3DBf .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v00zDH3DBf .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v00zDH3DBf .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v00zDH3DBf .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v00zDH3DBf .mbr-section-title {
  color: #c10b02;
}
.cid-v00zDH3DBf .list {
  color: #4b4949;
}
.cid-v00zDH3DBf .list-title {
  color: #c10b02;
}
.cid-v00zDH3DBf .mbr-desc,
.cid-v00zDH3DBf .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-v00zDH3DBf .list,
.cid-v00zDH3DBf .item-wrap {
  color: #232323;
}
.cid-v00zDH3DBf .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-v00BCsJoQN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf7f9;
}
.cid-v00BCsJoQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00BCsJoQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00BCsJoQN .row {
  justify-content: space-between;
}
.cid-v00BCsJoQN .card {
  justify-content: space-between;
}
.cid-v00BCsJoQN .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v00BCsJoQN .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v00BCsJoQN .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v00BCsJoQN .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v00BCsJoQN .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v00BCsJoQN .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-v00BCsJoQN .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v00BCsJoQN .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-v00BCsJoQN .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v00BCsJoQN .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00BCsJoQN .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v00BCsJoQN .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v00BCsJoQN .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v00BCsJoQN .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v00BCsJoQN .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v00BCsJoQN .mbr-section-title {
  color: #c10b02;
}
.cid-v00BCsJoQN .list {
  color: #4b4949;
}
.cid-v00BCsJoQN .list-title {
  color: #c10b02;
}
.cid-v00BCsJoQN .mbr-desc,
.cid-v00BCsJoQN .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-v00BCsJoQN .list,
.cid-v00BCsJoQN .item-wrap {
  color: #232323;
}
.cid-v00BCsJoQN .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-v00PUwkbNf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f0e4;
}
.cid-v00PUwkbNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00PUwkbNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00PUwkbNf .row {
  justify-content: space-between;
}
.cid-v00PUwkbNf .card {
  justify-content: space-between;
}
.cid-v00PUwkbNf .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v00PUwkbNf .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v00PUwkbNf .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v00PUwkbNf .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v00PUwkbNf .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v00PUwkbNf .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-v00PUwkbNf .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v00PUwkbNf .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-v00PUwkbNf .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v00PUwkbNf .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00PUwkbNf .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v00PUwkbNf .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v00PUwkbNf .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v00PUwkbNf .image-wrapper .image-wrap img {
  height: 350px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v00PUwkbNf .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v00PUwkbNf .mbr-section-title {
  color: #c10b02;
}
.cid-v00PUwkbNf .list {
  color: #4b4949;
}
.cid-v00PUwkbNf .list-title {
  color: #c10b02;
}
.cid-v00PUwkbNf .mbr-desc,
.cid-v00PUwkbNf .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-v00PUwkbNf .list,
.cid-v00PUwkbNf .item-wrap {
  color: #232323;
}
.cid-v00PUwkbNf .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-v00CJoZJ1J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f6f7;
}
.cid-v00CJoZJ1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00CJoZJ1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00CJoZJ1J .row {
  justify-content: space-between;
}
.cid-v00CJoZJ1J .card {
  justify-content: space-between;
}
.cid-v00CJoZJ1J .content-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v00CJoZJ1J .content-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v00CJoZJ1J .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v00CJoZJ1J .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v00CJoZJ1J .content-wrapper .list-wrapper .list-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v00CJoZJ1J .content-wrapper .list-wrapper .list-title {
    margin-bottom: 22px;
  }
}
.cid-v00CJoZJ1J .content-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-v00CJoZJ1J .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-v00CJoZJ1J .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v00CJoZJ1J .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00CJoZJ1J .image-wrapper {
    margin-top: 32px;
  }
}
.cid-v00CJoZJ1J .image-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v00CJoZJ1J .image-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v00CJoZJ1J .image-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v00CJoZJ1J .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-v00CJoZJ1J .mbr-section-title {
  color: #c10b02;
}
.cid-v00CJoZJ1J .list {
  color: #4b4949;
}
.cid-v00CJoZJ1J .list-title {
  color: #c10b02;
}
.cid-v00CJoZJ1J .mbr-desc,
.cid-v00CJoZJ1J .desc-wrapper {
  color: #4b4949;
  text-align: right;
}
.cid-v00CJoZJ1J .list,
.cid-v00CJoZJ1J .item-wrap {
  color: #232323;
}
.cid-v00CJoZJ1J .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
}
.cid-us8KZMh5Tn #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-us8KZMh5Tn #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-us8KZMh5Tn #dentauraBttB:hover {
  opacity: 1;
}
.cid-us8KZMh5Tn .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-us7llOU5iZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-us7llOU5iZ .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-us7llOU5iZ .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-us7llOU5iZ .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-us7llOU5iZ .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-us7llOU5iZ .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uCZtr1sWL9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uCZtr1sWL9 .card-box {
  padding: 0rem;
}
.cid-uCZtr1sWL9 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uCZtr1sWL9 .card {
  padding: 0;
  margin: auto;
}
.cid-uCZtr1sWL9 .card-img {
  height: 220px;
}
.cid-uCZtr1sWL9 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCZtr1sWL9 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uCZtr1sWL9 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uCZtr1sWL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZtr1sWL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCZtr1sWL9 .card-title {
  color: #ffffff;
}
.cid-uCZtr1sWL9 ora {
  color: #7f9cb5;
}
.cid-uCZtngullX {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uCZtngullX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZtngullX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uCZtngullX .container {
    padding: 0 30px;
  }
}
.cid-uCZtngullX .row {
  position: relative;
}
.cid-uCZtngullX .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 410px;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
@media (max-width: 768px) {
  .cid-uCZtngullX .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uCZtngullX .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #e2f5fb;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uCZtngullX .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uCZtngullX .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uCZtngullX .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCZtngullX .mbr-text {
  color: #000000;
}
.cid-uCZtngullX .mbr-link,
.cid-uCZtngullX .mbr-iconfont {
  color: #212529;
}
.cid-uCZtngullX .mbr-section-title {
  color: #0082c3;
}
.cid-us7llQhKls {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-us7llQhKls .mbr-fallback-image.disabled {
  display: none;
}
.cid-us7llQhKls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us7llQhKls .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-us7llQhKls .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-us7llQhKls .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-us7llQhKls .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-us7llQhKls .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-us7llQhKls .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-us7llQhKls .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-us7llQhKls .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-us7llQhKls .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-us7llQhKls .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-us7llQhKls .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-us7llQhKls .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-us7llQhKls .items-wrapper .card {
  padding: 0 32px;
}
.cid-us7llQhKls .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us7llQhKls .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us7llQhKls .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us7llQhKls .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-us7llQhKls .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-us7llQhKls .list-wrapper .list .item-wrap:hover,
.cid-us7llQhKls .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-us7llQhKls .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-us7llQhKls .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us7llQhKls .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us7llQhKls .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us7llQhKls .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us7llQhKls .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-us7llQhKls .mbr-desc {
  color: #ffffff;
}
.cid-us7llQhKls .mbr-text,
.cid-us7llQhKls .text-wrapper {
  color: #9aa0a6;
}
.cid-us7llQhKls .list {
  color: #9aa0a6;
}
.cid-us7llQhKls .mbr-text,
.cid-us7llQhKls .mbr-section-btn {
  color: #b2ccd2;
}
.cid-us7llQhKls .list,
.cid-us7llQhKls .item-wrap {
  color: #ffffff;
}
.cid-us7llQhKls weis {
  color: #ffffff;
}
.cid-us7llQhKls klein {
  font-size: 12px;
}
.cid-us7llQhKls blau {
  color: #f4f4f4;
}
.cid-us7llQhKls .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-us8KZMh5Tn #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-us8KZMh5Tn #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-us8KZMh5Tn #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-us8KZMh5Tn #dentauraBttB:hover {
  opacity: 1;
}
.cid-us8KZMh5Tn .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-us8XPhEaKU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-us8XPhEaKU .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-us8XPhEaKU .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-us8XPhEaKU .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-us8XPhEaKU .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-us8XPhEaKU .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uCZrHzyO2i {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uCZrHzyO2i .card-box {
  padding: 0rem;
}
.cid-uCZrHzyO2i .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uCZrHzyO2i .card {
  padding: 0;
  margin: auto;
}
.cid-uCZrHzyO2i .card-img {
  height: 220px;
}
.cid-uCZrHzyO2i .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCZrHzyO2i .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uCZrHzyO2i .card-wrapper {
    padding: 4rem;
  }
}
.cid-uCZrHzyO2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZrHzyO2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCZrHzyO2i .card-title {
  color: #ffffff;
}
.cid-uCZrHzyO2i ora {
  color: #7f9cb5;
}
.cid-us8XPjm42s {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us8XPjm42s .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-us8XPjm42s .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #0f7699;
}
.cid-us8XPjm42s .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-us8XPjm42s .inner-container {
    width: 100% !important;
  }
}
.cid-us93kNFyNl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us93kNFyNl .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.px;
  margin: 0 auto;
}
.cid-us93kNFyNl .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-us93kNFyNl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-us93kNFyNl .inner-container {
    width: 100% !important;
  }
}
.cid-uCZsdpqTVl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ecf7f9;
}
.cid-uCZsdpqTVl .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.px;
  margin: 0 auto;
}
.cid-uCZsdpqTVl .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uCZsdpqTVl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uCZsdpqTVl .inner-container {
    width: 100% !important;
  }
}
.cid-uCZswgkuXe {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uCZswgkuXe .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.px;
  margin: 0 auto;
}
.cid-uCZswgkuXe .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-uCZswgkuXe .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uCZswgkuXe .inner-container {
    width: 100% !important;
  }
}
.cid-us8XPk1xQq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-us8XPk1xQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8XPk1xQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us8XPk1xQq .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-us8XPk1xQq .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-us8XPk1xQq .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-us8XPk1xQq .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-us8XPk1xQq .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-us8XPk1xQq .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-us8XPk1xQq .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-us8XPk1xQq .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-us8XPk1xQq .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-us8XPk1xQq .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-us8XPk1xQq .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-us8XPk1xQq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-us8XPk1xQq .items-wrapper .card {
  padding: 0 32px;
}
.cid-us8XPk1xQq .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us8XPk1xQq .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us8XPk1xQq .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us8XPk1xQq .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-us8XPk1xQq .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-us8XPk1xQq .list-wrapper .list .item-wrap:hover,
.cid-us8XPk1xQq .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-us8XPk1xQq .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-us8XPk1xQq .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us8XPk1xQq .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us8XPk1xQq .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us8XPk1xQq .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us8XPk1xQq .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-us8XPk1xQq .mbr-desc {
  color: #ffffff;
}
.cid-us8XPk1xQq .mbr-text,
.cid-us8XPk1xQq .text-wrapper {
  color: #9aa0a6;
}
.cid-us8XPk1xQq .list {
  color: #9aa0a6;
}
.cid-us8XPk1xQq .mbr-text,
.cid-us8XPk1xQq .mbr-section-btn {
  color: #b2ccd2;
}
.cid-us8XPk1xQq .list,
.cid-us8XPk1xQq .item-wrap {
  color: #ffffff;
}
.cid-us8XPk1xQq weis {
  color: #ffffff;
}
.cid-us8XPk1xQq klein {
  font-size: 12px;
}
.cid-us8XPk1xQq blau {
  color: #f4f4f4;
}
.cid-us8XPk1xQq .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-us8XPkwWZ4 #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-us8XPkwWZ4 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-us8XPkwWZ4 #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-us8XPkwWZ4 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-us8XPkwWZ4 #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-us8XPkwWZ4 #dentauraBttB:hover {
  opacity: 1;
}
.cid-us8XPkwWZ4 .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-us8XPR72Ub {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-us8XPR72Ub .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-us8XPR72Ub .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-us8XPR72Ub .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-us8XPR72Ub .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-us8XPR72Ub .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uCZryjHqmm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-uCZryjHqmm .card-box {
  padding: 0rem;
}
.cid-uCZryjHqmm .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uCZryjHqmm .card {
  padding: 0;
  margin: auto;
}
.cid-uCZryjHqmm .card-img {
  height: 220px;
}
.cid-uCZryjHqmm .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCZryjHqmm .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uCZryjHqmm .card-wrapper {
    padding: 4rem;
  }
}
.cid-uCZryjHqmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCZryjHqmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCZryjHqmm .card-title {
  color: #ffffff;
}
.cid-uCZryjHqmm ora {
  color: #7f9cb5;
}
.cid-us8YNTSpDe {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us8YNTSpDe .line {
  background-color: #d0b111;
  color: #d0b111;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-us8YNTSpDe .section-text {
  padding: 0.1rem 0;
  text-align: left;
  color: #465052;
}
.cid-us8YNTSpDe .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-us8YNTSpDe .inner-container {
    width: 100% !important;
  }
}
.cid-us8YPKElk3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us8YPKElk3 H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-us8YPKElk3 .mbr-text,
.cid-us8YPKElk3 .mbr-section-btn {
  color: #716c80;
}
.cid-us8YPKElk3 H3 {
  color: #716c80;
}
.cid-us8YPKElk3 .row {
  justify-content: space-between;
}
.cid-us8YPKElk3 .col-lg-6 {
  max-width: 500px;
}
.cid-us8YPKElk3 .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-us8YPKElk3 .text2,
.cid-us8YPKElk3 .btn2 {
  text-align: left;
  color: #000000;
}
.cid-us8YPKElk3 .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-us8YPKElk3 .text1,
.cid-us8YPKElk3 .btn1 {
  text-align: left;
  color: #000000;
}
.cid-us8YPKElk3 .title2 DIV {
  text-align: left;
}
.cid-us8Z7WjDp5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us8Z7WjDp5 H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-us8Z7WjDp5 .mbr-text,
.cid-us8Z7WjDp5 .mbr-section-btn {
  color: #716c80;
}
.cid-us8Z7WjDp5 H3 {
  color: #716c80;
}
.cid-us8Z7WjDp5 .row {
  justify-content: space-between;
}
.cid-us8Z7WjDp5 .col-lg-6 {
  max-width: 500px;
}
.cid-us8Z7WjDp5 .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-us8Z7WjDp5 .text2,
.cid-us8Z7WjDp5 .btn2 {
  text-align: left;
  color: #000000;
}
.cid-us8Z7WjDp5 .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-us8Z7WjDp5 .text1,
.cid-us8Z7WjDp5 .btn1 {
  text-align: left;
  color: #000000;
}
.cid-us8Z7WjDp5 .title2 DIV {
  text-align: left;
}
.cid-us920dOQWO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us920dOQWO H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-us920dOQWO .mbr-text,
.cid-us920dOQWO .mbr-section-btn {
  color: #716c80;
}
.cid-us920dOQWO H3 {
  color: #716c80;
}
.cid-us920dOQWO .row {
  justify-content: space-between;
}
.cid-us920dOQWO .col-lg-6 {
  max-width: 500px;
}
.cid-us920dOQWO .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-us920dOQWO .text2,
.cid-us920dOQWO .btn2 {
  text-align: left;
  color: #000000;
}
.cid-us920dOQWO .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-us920dOQWO .text1,
.cid-us920dOQWO .btn1 {
  text-align: left;
  color: #000000;
}
.cid-us920dOQWO .title2 DIV {
  text-align: left;
}
.cid-us8Z9XTpr3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us8Z9XTpr3 H1 {
  color: #57468b;
  font-size: 22px;
}
.cid-us8Z9XTpr3 .mbr-text,
.cid-us8Z9XTpr3 .mbr-section-btn {
  color: #716c80;
}
.cid-us8Z9XTpr3 H3 {
  color: #716c80;
}
.cid-us8Z9XTpr3 .row {
  justify-content: space-between;
}
.cid-us8Z9XTpr3 .col-lg-6 {
  max-width: 500px;
}
.cid-us8Z9XTpr3 .title2 {
  text-align: left;
  color: #0082c3;
  font-size: 26px;
}
.cid-us8Z9XTpr3 .text2,
.cid-us8Z9XTpr3 .btn2 {
  text-align: left;
  color: #000000;
}
.cid-us8Z9XTpr3 .title1 {
  color: #0082c3;
  font-size: 26px;
  text-align: left;
}
.cid-us8Z9XTpr3 .text1,
.cid-us8Z9XTpr3 .btn1 {
  text-align: left;
  color: #000000;
}
.cid-us8Z9XTpr3 .title2 DIV {
  text-align: left;
}
.cid-us8XPUmow2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-us8XPUmow2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8XPUmow2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us8XPUmow2 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-us8XPUmow2 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-us8XPUmow2 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-us8XPUmow2 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-us8XPUmow2 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-us8XPUmow2 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-us8XPUmow2 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-us8XPUmow2 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-us8XPUmow2 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-us8XPUmow2 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-us8XPUmow2 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-us8XPUmow2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-us8XPUmow2 .items-wrapper .card {
  padding: 0 32px;
}
.cid-us8XPUmow2 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us8XPUmow2 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us8XPUmow2 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us8XPUmow2 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-us8XPUmow2 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-us8XPUmow2 .list-wrapper .list .item-wrap:hover,
.cid-us8XPUmow2 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-us8XPUmow2 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-us8XPUmow2 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us8XPUmow2 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us8XPUmow2 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us8XPUmow2 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us8XPUmow2 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-us8XPUmow2 .mbr-desc {
  color: #ffffff;
}
.cid-us8XPUmow2 .mbr-text,
.cid-us8XPUmow2 .text-wrapper {
  color: #9aa0a6;
}
.cid-us8XPUmow2 .list {
  color: #9aa0a6;
}
.cid-us8XPUmow2 .mbr-text,
.cid-us8XPUmow2 .mbr-section-btn {
  color: #b2ccd2;
}
.cid-us8XPUmow2 .list,
.cid-us8XPUmow2 .item-wrap {
  color: #ffffff;
}
.cid-us8XPUmow2 weis {
  color: #ffffff;
}
.cid-us8XPUmow2 klein {
  font-size: 12px;
}
.cid-us8XPUmow2 blau {
  color: #f4f4f4;
}
.cid-us8XPUmow2 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-us8XPUQx8G #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-us8XPUQx8G #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-us8XPUQx8G #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-us8XPUQx8G #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-us8XPUQx8G #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-us8XPUQx8G #dentauraBttB:hover {
  opacity: 1;
}
.cid-us8XPUQx8G .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-us8XQI2sz5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-us8XQI2sz5 .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-us8XQI2sz5 .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-us8XQI2sz5 .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-us8XQI2sz5 .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-us8XQI2sz5 .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-us8XQJ1AbX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3e4f5d;
}
.cid-us8XQJ1AbX .card-box {
  padding: 0rem;
}
.cid-us8XQJ1AbX .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-us8XQJ1AbX .card {
  padding: 0;
  margin: auto;
}
.cid-us8XQJ1AbX .card-img {
  height: 220px;
}
.cid-us8XQJ1AbX .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-us8XQJ1AbX .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-us8XQJ1AbX .card-wrapper {
    padding: 4rem;
  }
}
.cid-us8XQJ1AbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8XQJ1AbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us8XQJ1AbX .card-title {
  color: #ffffff;
}
.cid-us8XQJ1AbX ora {
  color: #7f9cb5;
}
.cid-us98WY0G7v {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us98WY0G7v .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-us98WY0G7v .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #e15a00;
}
.cid-us98WY0G7v .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-us98WY0G7v .inner-container {
    width: 100% !important;
  }
}
.cid-uCZkqnfD3M {
  overflow: visible !important;
  padding-top: 3.3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uCZkqnfD3M {
    padding-top: 9px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uCZkqnfD3M {
    padding-top: 0.9rem;
    padding-bottom: 0rem;
  }
}
.cid-uCZkqnfD3M .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uCZkqnfD3M .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-uCZkqnfD3M .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-uCZkqnfD3M .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
@media (min-width: 992px) {
  .cid-uCZkqnfD3M .text {
    min-width: 615px;
    transform: translate(-25%, 16rem);
  }
}
.cid-uCZkqnfD3M .text-wrapper {
  background: #b2ccd2;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-uCZkqnfD3M .text-wrapper {
    padding: 10px 100px 2px;
    opacity: 0.85;
  }
}
.cid-uCZkqnfD3M .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-uCZkqnfD3M .display-1 {
    font-size: 65px;
  }
  .cid-uCZkqnfD3M .display-5 {
    font-size: 29px;
  }
}
.cid-uCZkqnfD3M .mbr-section-btn {
  background: #b2ccd2;
  margin-left: 0;
  margin-right: 0;
}
.cid-uCZkqnfD3M .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-uCZkqnfD3M .btn:hover {
  background: #E1A900!important;
  border-color: #E1A900 !important;
  color: #18293D !important;
}
.cid-uCZkqnfD3M .mbr-section-title {
  color: #465052;
  text-align: left;
}
.cid-uCZkqnfD3M .mbr-section-subtitle {
  color: #232323;
}
.cid-uCZkqnfD3M .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uCZm0M0Nf3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uCZm0M0Nf3 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uCZm0M0Nf3 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #e15a00;
}
.cid-uCZm0M0Nf3 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uCZm0M0Nf3 .inner-container {
    width: 100% !important;
  }
}
.cid-uCZk51cuGY {
  overflow: visible !important;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uCZk51cuGY {
    padding-top: 24px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .cid-uCZk51cuGY {
    padding-top: 2.4rem;
    padding-bottom: 0rem;
  }
}
.cid-uCZk51cuGY .f-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uCZk51cuGY .f-row {
    flex-direction: row;
    min-height: 665px;
  }
}
@media (min-width: 992px) {
  .cid-uCZk51cuGY .image-wrapper {
    transform: translateX(25%);
    min-width: 770px;
    min-height: 500px;
    max-height: 500px;
  }
}
.cid-uCZk51cuGY .image-wrapper img {
  min-height: 100%;
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
@media (min-width: 992px) {
  .cid-uCZk51cuGY .text {
    min-width: 615px;
    transform: translate(-25%, 18rem);
  }
}
.cid-uCZk51cuGY .text-wrapper {
  background: #5b686b;
  padding: 3rem 1rem 5rem;
}
@media (min-width: 992px) {
  .cid-uCZk51cuGY .text-wrapper {
    padding: 10px 100px 2px;
    opacity: 0.85;
  }
}
.cid-uCZk51cuGY .mbr-text {
  font-weight: 300;
}
@media (min-width: 992px) {
  .cid-uCZk51cuGY .display-1 {
    font-size: 65px;
  }
  .cid-uCZk51cuGY .display-5 {
    font-size: 29px;
  }
}
.cid-uCZk51cuGY .mbr-section-btn {
  background: #5b686b;
  margin-left: 0;
  margin-right: 0;
}
.cid-uCZk51cuGY .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 72px;
  padding-right: 80px;
  padding-left: 80px;
  margin: 0;
}
.cid-uCZk51cuGY .btn:hover {
  background: #E1A900!important;
  border-color: #E1A900 !important;
  color: #18293D !important;
}
.cid-uCZk51cuGY .mbr-section-title {
  color: #465052;
  text-align: left;
}
.cid-uCZk51cuGY .mbr-section-subtitle {
  color: #f8f8f8;
}
.cid-uCZk51cuGY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-us98tL0gZz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-us98tL0gZz .line {
  background-color: #801f95;
  color: #801f95;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-us98tL0gZz .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #232323;
}
.cid-us98tL0gZz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-us98tL0gZz .inner-container {
    width: 100% !important;
  }
}
.cid-us98tL0gZz magenta {
  color: #ff6600;
  font-family: FiraSansCondensed-Light;
  font-size: 22px;
  font-weight: bold;
}
.cid-us98tL0gZz klein {
  color: #8c8c8c;
  font-family: FiraSansCondensed-Light;
  font-size: 13px;
}
.cid-us98tL0gZz gruen {
  color: #00875a;
  font-family: FiraSansCondensed-Light;
  font-weight: bold;
}
.cid-us98tL0gZz gruen1 {
  color: #00875a;
  font-family: FiraSansCondensed-Light;
  font-weight: bold;
  font-size: 24px;
}
.cid-us8XQKyJcx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-us8XQKyJcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-us8XQKyJcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-us8XQKyJcx .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-us8XQKyJcx .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-us8XQKyJcx .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-us8XQKyJcx .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-us8XQKyJcx .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-us8XQKyJcx .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-us8XQKyJcx .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-us8XQKyJcx .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-us8XQKyJcx .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-us8XQKyJcx .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-us8XQKyJcx .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-us8XQKyJcx .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-us8XQKyJcx .items-wrapper .card {
  padding: 0 32px;
}
.cid-us8XQKyJcx .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us8XQKyJcx .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us8XQKyJcx .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us8XQKyJcx .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-us8XQKyJcx .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-us8XQKyJcx .list-wrapper .list .item-wrap:hover,
.cid-us8XQKyJcx .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-us8XQKyJcx .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-us8XQKyJcx .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-us8XQKyJcx .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-us8XQKyJcx .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-us8XQKyJcx .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-us8XQKyJcx .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-us8XQKyJcx .mbr-desc {
  color: #ffffff;
}
.cid-us8XQKyJcx .mbr-text,
.cid-us8XQKyJcx .text-wrapper {
  color: #9aa0a6;
}
.cid-us8XQKyJcx .list {
  color: #9aa0a6;
}
.cid-us8XQKyJcx .mbr-text,
.cid-us8XQKyJcx .mbr-section-btn {
  color: #b2ccd2;
}
.cid-us8XQKyJcx .list,
.cid-us8XQKyJcx .item-wrap {
  color: #ffffff;
}
.cid-us8XQKyJcx weis {
  color: #ffffff;
}
.cid-us8XQKyJcx klein {
  font-size: 12px;
}
.cid-us8XQKyJcx blau {
  color: #f4f4f4;
}
.cid-us8XQKyJcx .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-us8XQL7uym #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-us8XQL7uym #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-us8XQL7uym #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-us8XQL7uym #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-us8XQL7uym #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-us8XQL7uym #dentauraBttB:hover {
  opacity: 1;
}
.cid-us8XQL7uym .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uWpX2VLf0y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uWpX2VLf0y .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uWpX2VLf0y .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uWpX2VLf0y .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uWpX2VLf0y .inner-container {
    width: 100% !important;
  }
}
.cid-uWpWXVeMDU {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWpWXVeMDU .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uWpWXVeMDU .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-uWpWXVeMDU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uWpWXVeMDU .inner-container {
    width: 100% !important;
  }
  .cid-uWpWXVeMDU .tooltip-window {
    left: 0;
    top: 50px;
    width: 280px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transform: translateX(50%);
    max-width: calc(60vw);
    margin-left: -140px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .cid-uWpWXVeMDU .tooltip-window::before {
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #333333;
    border-top: none;
  }
  .cid-uWpWXVeMDU .tooltip-window::after {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-top: none;
  }
  .cid-uWpWXVeMDU .tooltip-container {
    position: static;
  }
  .cid-uWpWXVeMDU .tooltip-window::before,
  .cid-uWpWXVeMDU .tooltip-window::after {
    display: none;
  }
  .cid-uWpWXVeMDU .tooltip-content {
    word-break: break-word;
    hyphens: auto;
  }
  .cid-uWpWXVeMDU .tooltip-content p {
    margin: 8px 0;
  }
}
.cid-uWpWXVeMDU .tooltip-container {
  position: relative;
  display: inline-block;
}
.cid-uWpWXVeMDU .tooltip-trigger {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.cid-uWpWXVeMDU .tooltip-trigger:hover {
  transform: scale(1.1);
}
.cid-uWpWXVeMDU .tooltip-window {
  position: absolute;
  top: -10px;
  left: 40px;
  width: 300px;
  min-height: 150px;
  padding: 20px;
  background-color: #ffffff !important;
  border: 2px solid #333333;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
  overflow: visible;
  box-sizing: border-box;
}
.cid-uWpWXVeMDU .tooltip-window.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cid-uWpWXVeMDU .tooltip-content {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
.cid-uWpWXVeMDU .tooltip-title {
  font-weight: bold;
  margin-bottom: 12px;
  color: #c10b02;
  font-size: 16px;
}
.cid-uWpWXVeMDU .tooltip-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 1;
  border-radius: 50%;
}
.cid-uWpWXVeMDU .tooltip-close:hover {
  background-color: #f0f0f0;
  color: #c10b02;
}
.cid-uWpWXVeMDU .tooltip-window::before {
  content: '';
  position: absolute;
  top: 25px;
  left: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #333333;
}
.cid-uWpWXVeMDU .tooltip-window::after {
  content: '';
  position: absolute;
  top: 27px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
}
.cid-uWpWXVeMDU .tooltip-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.cid-uWpWXVeMDU .tooltip-overlay.show {
  display: block;
}
.cid-uWuWXwq5RO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uWuWXwq5RO .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uWuWXwq5RO .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uWuWXwq5RO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uWuWXwq5RO .inner-container {
    width: 100% !important;
  }
}
.cid-uWuWV4zcZb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uWuWV4zcZb .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uWuWV4zcZb .section-text {
  padding: 1rem 0;
  text-align: left;
}
.cid-uWuWV4zcZb .inner-container {
  margin: 0 auto;
}
.cid-uWuWV4zcZb .tooltip-container {
  position: relative;
  display: inline-block;
}
.cid-uWuWV4zcZb .tooltip-trigger {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.cid-uWuWV4zcZb .tooltip-trigger:hover {
  transform: scale(1.1);
}
.cid-uWuWV4zcZb .tooltip-window {
  position: absolute;
  top: -10px;
  left: 40px;
  width: 300px;
  min-height: 150px;
  padding: 20px;
  background-color: #ffffff !important;
  border: 2px solid #333333;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
  overflow: visible;
  box-sizing: border-box;
}
.cid-uWuWV4zcZb .tooltip-window.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cid-uWuWV4zcZb .tooltip-content {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
.cid-uWuWV4zcZb .tooltip-content * {
  background-color: transparent !important;
  color: #333 !important;
}
.cid-uWuWV4zcZb .tooltip-content p {
  margin: 8px 0 !important;
  padding: 0 !important;
  background: none !important;
}
.cid-uWuWV4zcZb .tooltip-title {
  font-weight: bold;
  margin-bottom: 12px;
  color: #c10b02;
  font-size: 16px;
}
.cid-uWuWV4zcZb .tooltip-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 1;
  border-radius: 50%;
}
.cid-uWuWV4zcZb .tooltip-close:hover {
  background-color: #f0f0f0;
  color: #c10b02;
}
.cid-uWuWV4zcZb .tooltip-window::before {
  content: '';
  position: absolute;
  top: 25px;
  left: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #333333;
}
.cid-uWuWV4zcZb .tooltip-window::after {
  content: '';
  position: absolute;
  top: 27px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
}
.cid-uWuWV4zcZb .tooltip-container-2 {
  position: relative;
  display: inline-block;
}
.cid-uWuWV4zcZb .tooltip-trigger-2 {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.cid-uWuWV4zcZb .tooltip-trigger-2:hover {
  transform: scale(1.1);
}
.cid-uWuWV4zcZb .tooltip-window-2 {
  position: absolute;
  top: -10px;
  left: 40px;
  width: 350px;
  min-height: 200px;
  padding: 20px;
  background-color: #ffffff !important;
  border: 2px solid #333333;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  font-family: Arial, sans-serif;
  overflow: visible;
  box-sizing: border-box;
}
.cid-uWuWV4zcZb .tooltip-window-2.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.cid-uWuWV4zcZb .tooltip-content-2 {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
.cid-uWuWV4zcZb .tooltip-content-2 * {
  background-color: transparent !important;
  color: #333 !important;
}
.cid-uWuWV4zcZb .tooltip-content-2 p {
  margin: 8px 0 !important;
  padding: 0 !important;
  background: none !important;
}
.cid-uWuWV4zcZb .tooltip-title-2 {
  font-weight: bold;
  margin-bottom: 12px;
  color: #c10b02;
  font-size: 16px;
}
.cid-uWuWV4zcZb .tooltip-close-2 {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 1;
  border-radius: 50%;
}
.cid-uWuWV4zcZb .tooltip-close-2:hover {
  background-color: #f0f0f0;
  color: #c10b02;
}
.cid-uWuWV4zcZb .tooltip-image {
  width: auto;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin: 10px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.cid-uWuWV4zcZb .tooltip-window-2::before {
  content: '';
  position: absolute;
  top: 25px;
  left: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #333333;
}
.cid-uWuWV4zcZb .tooltip-window-2::after {
  content: '';
  position: absolute;
  top: 27px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
}
.cid-uWuWV4zcZb .tooltip-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.cid-uWuWV4zcZb .tooltip-overlay.show {
  display: block;
}
@media (max-width: 768px) {
  .cid-uWuWV4zcZb .inner-container {
    width: 100% !important;
  }
  .cid-uWuWV4zcZb .tooltip-window {
    left: -125px;
    top: 50px;
    width: 250px;
    min-height: 120px;
    padding: 15px;
    font-size: 13px;
    background-color: #ffffff !important;
  }
  .cid-uWuWV4zcZb .tooltip-window::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #333333;
    border-top: none;
  }
  .cid-uWuWV4zcZb .tooltip-window::after {
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-top: none;
  }
  .cid-uWuWV4zcZb .tooltip-window-2 {
    left: -150px;
    top: 50px;
    width: 300px;
    min-height: 180px;
    padding: 15px;
    font-size: 13px;
    background-color: #ffffff !important;
  }
  .cid-uWuWV4zcZb .tooltip-window-2::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #333333;
    border-top: none;
  }
  .cid-uWuWV4zcZb .tooltip-window-2::after {
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-top: none;
  }
  .cid-uWuWV4zcZb .tooltip-image {
    max-width: 100px;
  }
}
.cid-uWpWQ8TE5U #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uWpWQ8TE5U #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uWpWQ8TE5U #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uWpWQ8TE5U #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uWpWQ8TE5U #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uWpWQ8TE5U #dentauraBttB:hover {
  opacity: 1;
}
.cid-uWpWQ8TE5U .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uXW4prDThW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXW4prDThW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uXW4prDThW .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uXW4prDThW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uXW4prDThW .inner-container {
    width: 100% !important;
  }
}
.cid-uXW4ptFEta {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uXW4ptFEta .row {
  flex-direction: row-reverse;
}
.cid-uXW4ptFEta .mbr-section-title {
  color: #06182d;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-uXW4ptFEta .mbr-section-subtitle {
  color: #f51c11;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-uXW4ptFEta .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uXW4ptFEta .mbr-section-text {
  color: #999999;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-uXW4ptFEta .nav-tabs .nav-item.open .nav-link:focus,
.cid-uXW4ptFEta .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uXW4ptFEta .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.cid-uXW4ptFEta .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-uXW4ptFEta .nav-tabs .nav-link {
  color: #333333;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #ffffff;
  padding: 0.5rem 1.2rem;
  width: 600px;
}
.cid-uXW4ptFEta .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #073b4c;
}
.cid-uXW4ptFEta .nav-tabs .nav-link.active {
  color: #0082c3;
  font-style: normal;
  font-weight: bold;
  background-color: #ffffff;
}
.cid-uXW4ptFEta P {
  color: #879a9f;
  padding-bottom: 8px;
}
.cid-uXW4ptFEta h3 {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-uXW4ptFEta .nav-tabs {
    flex-direction: column;
    justify-content: left;
  }
  .cid-uXW4ptFEta .mbr-text,
  .cid-uXW4ptFEta .nav-link {
    text-align: left;
  }
  .cid-uXW4ptFEta .mbr-section-title,
  .cid-uXW4ptFEta .mbr-section-subtitle,
  .cid-uXW4ptFEta .mbr-section-text {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-uXW4ptFEta .mbr-text,
  .cid-uXW4ptFEta .col {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-uXW4ptFEta .col-12.col-lg-6:first-child,
  .cid-uXW4ptFEta .col-lg-6:first-child,
  .cid-uXW4ptFEta .col-md-6:first-child {
    padding-left: 50px !important;
    padding-right: 30px !important;
  }
}
.cid-uXW4ptFEta .col-12.col-lg-6:first-child,
.cid-uXW4ptFEta .col-lg-6:first-child,
.cid-uXW4ptFEta .col-md-6:first-child {
  padding-left: 250px !important;
  padding-right: 80px !important;
}
.cid-uXW4ptFEta .img-wrap img {
  width: 100%;
}
.cid-uXW4ptFEta .mbr-text,
.cid-uXW4ptFEta .col {
  color: #232323;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-uXW4ptFEta .mbr-section-title,
.cid-uXW4ptFEta .col {
  color: #e15a00;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-uXW4ptFEta bla {
  font-size: 18px;
  color: #000000;
}
.cid-uXW4ptFEta klein {
  font-size: 13px;
}
.cid-uXW4ptFEta strich {
  text-decoration: underline;
  line-height: 28px;
}
.cid-uXW4ptFEta gru {
  color: #00A558;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
}
.cid-uXW4ptFEta nav1 {
  color: #C39200;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
}
.cid-uXW4ptFEta nav2 {
  color: #83AF00;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
  font-style: italic;
}
.cid-uXW4ptFEta nav3 {
  color: #550B00;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
}
.cid-uXW4ptFEta .diagnostic-image {
  margin-left: 220px;
  margin-bottom: 20px;
  max-width: 400px;
  height: auto;
  display: block;
}
.cid-uXW4pu7fz6 #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uXW4pu7fz6 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uXW4pu7fz6 #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uXW4pu7fz6 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uXW4pu7fz6 #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uXW4pu7fz6 #dentauraBttB:hover {
  opacity: 1;
}
.cid-uXW4pu7fz6 .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uXWefMLWH4 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uXWefMLWH4 {
    padding-top: 15px;
    padding-bottom: 1px;
  }
}
.cid-uXWefMLWH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXWefMLWH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXWefMLWH4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uXWefMLWH4 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uXWefMLWH4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXWefMLWH4 .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-uXWefMLWH4 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uXWefMLWH4 .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uXWefMLWH4 .image-wrapper img {
  height: 455px;
  width: 285px;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uXWefMLWH4 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uXWefMLWH4 .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uXWefMLWH4 .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXWefMLWH4 .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uXWefMLWH4 .mbr-section-title {
  color: #a05408;
  text-align: left;
}
.cid-uXWefMLWH4 .mbr-desc {
  color: #000000;
}
.cid-uXWefMLWH4 .mbr-text {
  color: #000000;
}
.cid-uXWefMLWH4 gross {
  color: #a05408;
  Font-size: 32px;
}
.cid-uXWefMLWH4 klein {
  color: #000000;
  font-size: 12px;
  font-family: FiraSansCondensed-Light;
}
.cid-uXWc8sgZAD #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uXWc8sgZAD #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uXWc8sgZAD #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uXWc8sgZAD #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uXWc8sgZAD #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uXWc8sgZAD #dentauraBttB:hover {
  opacity: 1;
}
.cid-uXWc8sgZAD .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uXWg5TxQEt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXWg5TxQEt .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uXWg5TxQEt .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uXWg5TxQEt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uXWg5TxQEt .inner-container {
    width: 100% !important;
  }
}
.cid-uXWgV87cQj {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #111313;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cid-uXWgV87cQj {
    padding-top: 27px;
    padding-bottom: 3px;
  }
}
.cid-uXWgV87cQj .container-fluid {
  padding: 0;
}
.cid-uXWgV87cQj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uXWgV87cQj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXWgV87cQj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uXWgV87cQj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uXWgV87cQj .mbr-gallery-item {
  padding: 1px !important;
}
.cid-uXWgV87cQj .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uXWgV87cQj .mbr-gallery-filter .btn {
  color: #74a3c7 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 5px 12px;
}
.cid-uXWgV87cQj .mbr-gallery-filter ul {
  display: block;
}
.cid-uXWgV87cQj .mbr-gallery-filter ul li {
  position: relative;
  margin: 5px;
}
.cid-uXWgV87cQj .mbr-gallery-filter li.active .btn {
  color: #333333 !important;
  background: transparent;
  border: 1px solid #dddfe0 !important;
}
.cid-uXWgV87cQj .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #333333 !important;
}
.cid-uXWgV87cQj .mbr-gallery-title {
  display: block;
  display: none !important;
  width: 100%;
  margin: 0;
  padding: 1rem 0 1rem 1rem;
  color: #222;
  text-align: left;
}
.cid-uXWgV87cQj .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uXWgV87cQj .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 47px);
  top: calc(50% - 24px);
}
.cid-uXWgV87cQj .icon-focus:before {
  content: '\e96b';
}
.cid-uXWgV87cQj .icon-focus {
  transition: all .3s;
  font-size: 3rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px padding: 0 8px;
  border-radius: 50%;
  color: #ffffff !important;
}
.cid-uXWgV87cQj .icon-focus::after {
  border: 2px solid #fff;
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.cid-uXWgV87cQj .mbr-section-title {
  margin: 0;
}
.cid-uXWgV87cQj .mbr-section-title,
.cid-uXWgV87cQj .underline {
  text-align: left;
  color: #82786e;
}
.cid-uXWgV87cQj section[id="block-2"],
.cid-uXWgV87cQj section[id="block-3"],
.cid-uXWgV87cQj section[id="block-4"],
.cid-uXWgV87cQj section[id="block-5"],
.cid-uXWgV87cQj section[id="block-6"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
#pro_custom-html-1d2 {
  /* Type valid CSS here */
}
#pro_custom-html-1d2 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#pro_custom-html-1d2 p {
  font-size: 60px;
  color: #777;
}
.cid-uXWjjmSqjV {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uXWjjmSqjV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uXWjjmSqjV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXWjjmSqjV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uXWjjmSqjV .title {
  padding: 0 2rem;
}
.cid-uXWjjmSqjV .container {
  padding: 0 1rem;
}
.cid-uXWjjmSqjV .mbr-gallery-item div {
  border-radius: 4px;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: 10;
  max-width: 400px;
}
.cid-uXWjjmSqjV .mbr-gallery-item div img {
  object-fit: cover;
  height: 100%;
}
.cid-uXWjjmSqjV .mbr-gallery-item div:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uXWjjmSqjV .mbr-gallery-item div:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: lightgray;
  transition: all 0.6s;
  opacity: 0;
  z-index: 9;
}
.cid-uXWjjmSqjV .mbr-gallery-item div:hover:before {
  opacity: 0.5;
  width: 0;
  height: 0;
}
.cid-uXWjjmSqjV .mbr-gallery-item div:hover:after {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.cid-uXWjjmSqjV .mbr-gallery-filter {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uXWjjmSqjV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uXWjjmSqjV .icon-focus {
  display: none;
}
.cid-uXWjjmSqjV .btn-primary-outline {
  border: none !important;
  color: gray !important;
  padding: 1rem 1rem;
  position: relative;
  background: transparent !important;
  font-weight: 400;
}
.cid-uXWjjmSqjV .btn-primary-outline:hover {
  background: transparent !important;
  color: #149dcc !important;
}
.cid-uXWjjmSqjV li.active .btn {
  background: transparent !important;
  color: black !important;
}
.cid-uXWjjmSqjV li {
  position: relative;
}
.cid-uXWjjmSqjV .mbr-gallery-filter ul li:not(:last-child):after {
  content: '';
  position: absolute;
  height: 24px;
  width: 1px;
  right: 0px;
  top: 26px;
  background: lightgray;
  transform: rotate(35deg);
}
.cid-uXWjjmSqjV .btn {
  font-family: Rubik !important;
}
.cid-uXWjjmSqjV .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: flex;
  width: 100%;
  bottom: 0;
  height: 100%;
  padding: 2rem;
  color: #fff;
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  transition: all 0.3s;
  opacity: 0;
}
.cid-uXWjjmSqjV .mbr-gallery-title:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXWjjmSqjV li:not(:last-child):after {
    top: 9px;
  }
  .cid-uXWjjmSqjV .btn-primary-outline {
    padding: 0rem 1rem;
    margin: 0 !important;
  }
  .cid-uXWjjmSqjV .container {
    padding: 0rem 0.5rem;
  }
  .cid-uXWjjmSqjV .title {
    padding: 0 1rem;
  }
}
.cid-uXWjjmSqjV H2 {
  color: #89b758;
  text-align: center;
}
.cid-uXWjjmSqjV H1 {
  text-align: center;
}
#custom-html-1d0 {
  /* Type valid CSS here */
}
#custom-html-1d0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1d0 p {
  font-size: 60px;
  color: #777;
}
.cid-uXWg5TWKnm #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uXWg5TWKnm #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uXWg5TWKnm #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uXWg5TWKnm #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uXWg5TWKnm #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uXWg5TWKnm #dentauraBttB:hover {
  opacity: 1;
}
.cid-uXWg5TWKnm .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uZd2wq9qeG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZd2wq9qeG .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZd2wq9qeG .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uZd2wq9qeG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZd2wq9qeG .inner-container {
    width: 100% !important;
  }
}
.cid-uZd2wrYVsr #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uZd2wrYVsr #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uZd2wrYVsr #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uZd2wrYVsr #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uZd2wrYVsr #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uZd2wrYVsr #dentauraBttB:hover {
  opacity: 1;
}
.cid-uZd2wrYVsr .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uZvYURVZSp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZvYURVZSp .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZvYURVZSp .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uZvYURVZSp .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZvYURVZSp .inner-container {
    width: 100% !important;
  }
}
.cid-uZvZWzZj4T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uZvZWzZj4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZvZWzZj4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZvZWzZj4T .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uZvZWzZj4T .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZvZWzZj4T .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uZvZWzZj4T .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #e15a00;
  border-top: 2px solid #e15a00;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uZvZWzZj4T .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uZvZWzZj4T .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZvZWzZj4T .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uZvZWzZj4T .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZvZWzZj4T .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-uZvZWzZj4T .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-uZvZWzZj4T .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZvZWzZj4T .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZvZWzZj4T .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-uZvZWzZj4T .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uZvZWzZj4T .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZvZWzZj4T .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uZvZWzZj4T .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZvZWzZj4T .mbr-label,
.cid-uZvZWzZj4T .label-wrapper {
  color: #ffffff;
  text-align: justify;
}
.cid-uZvZWzZj4T .mbr-section-title,
.cid-uZvZWzZj4T .title-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-uZvZWzZj4T .mbr-text {
  color: #e15a00;
}
.cid-uZvZWzZj4T .dropdown-btn .btn-text {
  color: #f9f9f9;
}
.cid-uZvYUSnLIN #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uZvYUSnLIN #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uZvYUSnLIN #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uZvYUSnLIN #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uZvYUSnLIN #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uZvYUSnLIN #dentauraBttB:hover {
  opacity: 1;
}
.cid-uZvYUSnLIN .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uZwAfsrMGz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZwAfsrMGz .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZwAfsrMGz .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uZwAfsrMGz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZwAfsrMGz .inner-container {
    width: 100% !important;
  }
}
.cid-uZxlZb9NA7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-uZxlZb9NA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZxlZb9NA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZxlZb9NA7 .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZxlZb9NA7 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZxlZb9NA7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZxlZb9NA7 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uZxlZb9NA7 .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uZxlZb9NA7 .buttons-wrapper {
    text-align: left;
  }
}
.cid-uZxlZb9NA7 .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uZxlZb9NA7 .mbr-section-title {
  color: #262642;
}
.cid-uZxlZb9NA7 .mbr-section-subtitle {
  color: #ff3366;
}
.cid-uZxlZb9NA7 SPAN {
  text-align: left;
}
.cid-uZwAftba1L #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uZwAftba1L #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uZwAftba1L #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uZwAftba1L #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uZwAftba1L #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uZwAftba1L #dentauraBttB:hover {
  opacity: 1;
}
.cid-uZwAftba1L .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uZxo0Hn1GJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZxo0Hn1GJ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZxo0Hn1GJ .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uZxo0Hn1GJ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZxo0Hn1GJ .inner-container {
    width: 100% !important;
  }
}
.cid-uZxr0q08b5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-uZxr0q08b5 .mbr-text {
  line-height: 1.55;
  color: #000000;
  margin-bottom: 0;
}
.cid-uZxr0q08b5 .price {
  margin-top: 5px;
}
.cid-uZxr0q08b5 .symbol {
  line-height: 1.1;
  top: 3px;
  vertical-align: top;
  position: relative;
}
.cid-uZxr0q08b5 .mbr-section-btn {
  margin-top: 10px;
}
.cid-uZxr0q08b5 .btn-md {
  padding: 0 20px 0 15px;
  height: 50px;
  margin: 0 !important;
}
.cid-uZxr0q08b5 .btn-md:hover {
  background-color: #dfad10 !important;
  border-color: #dfad10 !important;
}
.cid-uZxr0q08b5 .btn-md .mbr-iconfont {
  margin: 5px 0 0 !important;
  animation-name: none;
  order: 0;
}
.cid-uZxr0q08b5 .mbr-iconfont:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 23px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px 0 10px;
}
@media (max-width: 991px) {
  .cid-uZxr0q08b5 .content__block,
  .cid-uZxr0q08b5 .price__block {
    margin-bottom: 30px;
  }
}
.cid-uZxr0q08b5 .descr {
  color: #444345;
  margin-bottom: 0;
}
.cid-uZxr0q08b5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZxr0q08b5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZxr0q08b5 .link-list span {
  color: #232323;
}
.cid-uZxr0q08b5 .link-list .mbr-text {
  text-align: left;
}
.cid-uZxr0q08b5 .mbr-section-subtitle {
  color: #ff3366;
}
.cid-uZxo0InTDj #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uZxo0InTDj #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uZxo0InTDj #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uZxo0InTDj #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uZxo0InTDj #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uZxo0InTDj #dentauraBttB:hover {
  opacity: 1;
}
.cid-uZxo0InTDj .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uZIJHjNlym {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZIJHjNlym .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZIJHjNlym .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uZIJHjNlym .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZIJHjNlym .inner-container {
    width: 100% !important;
  }
}
.cid-uZIK5WU9fV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uZIK5WU9fV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uZIK5WU9fV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZIK5WU9fV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZIK5WU9fV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uZIK5WU9fV .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-uZIK5WU9fV .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uZIK5WU9fV .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uZIK5WU9fV .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uZIK5WU9fV .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-uZIK5WU9fV [mbr-gallery] {
  max-width: 520px !important;
  margin: 0 auto !important;
}
.cid-uZIK5WU9fV .mbr-gallery-row {
  max-width: 520px !important;
  margin: -4px auto !important;
}
.cid-uZIK5WU9fV .mbr-gallery-item {
  width: 120px !important;
  height: 70px !important;
  margin: 5px !important;
  padding: 0 !important;
}
.cid-uZIK5WU9fV .mbr-gallery-item > div {
  width: 120px !important;
  height: 70px !important;
}
.cid-uZIK5WU9fV .mbr-gallery-item img {
  width: 120px !important;
  height: 70px !important;
  object-fit: cover !important;
}
.cid-uZIK5WU9fV .mbr-gallery.mbr-slider-carousel {
  position: relative !important;
  padding-left: 50% !important;
}
.cid-uZIK5WU9fV .mbr-gallery.mbr-slider-carousel::before {
  content: "Deine Überschrift\A\ADein Text hier. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Füge hier deinen gewünschten Text ein." !important;
  white-space: pre-wrap !important;
  position: absolute !important;
  left: 5% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 40% !important;
  padding: 20px !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #333 !important;
  font-family: inherit !important;
}
.cid-uZIJHlIh3o #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uZIJHlIh3o #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uZIJHlIh3o #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uZIJHlIh3o #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uZIJHlIh3o #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uZIJHlIh3o #dentauraBttB:hover {
  opacity: 1;
}
.cid-uZIJHlIh3o .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uZV51S74Of {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZV51S74Of .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZV51S74Of .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uZV51S74Of .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZV51S74Of .inner-container {
    width: 100% !important;
  }
}
.cid-uZV5drfeJq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-6.jpg");
}
.cid-uZV5drfeJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZV5drfeJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZV5drfeJq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZV5drfeJq .container {
    padding: 0 15px;
  }
}
.cid-uZV5drfeJq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uZV5drfeJq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZV5drfeJq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZV5drfeJq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZV5drfeJq .mbr-section-btn {
  margin-top: 40px;
}
.cid-uZV5drfeJq .mbr-section-title {
  color: #ffffff;
}
.cid-uZV5drfeJq .mbr-section-subtitle {
  color: #f2ac2b;
  text-align: center;
}
.cid-uZV5drfeJq .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uZV5drfeJq .mbr-section-title,
.cid-uZV5drfeJq .mbr-section-btn {
  text-align: center;
}
.cid-uZV51SbGPU #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uZV51SbGPU #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uZV51SbGPU #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uZV51SbGPU #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uZV51SbGPU #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uZV51SbGPU #dentauraBttB:hover {
  opacity: 1;
}
.cid-uZV51SbGPU .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uZV6AHqfPB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZV6AHqfPB .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZV6AHqfPB .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uZV6AHqfPB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZV6AHqfPB .inner-container {
    width: 100% !important;
  }
}
.cid-uZV6THvL5y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZV6THvL5y {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-uZV6THvL5y .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZV6THvL5y .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZV6THvL5y .container {
    padding: 0 25px;
  }
}
.cid-uZV6THvL5y .row {
  margin: 0;
}
.cid-uZV6THvL5y .row .card {
  padding: 0;
}
.cid-uZV6THvL5y .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZV6THvL5y .image-wrapper {
    height: 350px;
  }
}
.cid-uZV6THvL5y .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZV6THvL5y .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #171717;
}
@media (max-width: 768px) {
  .cid-uZV6THvL5y .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uZV6THvL5y .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uZV6THvL5y .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uZV6THvL5y .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uZV6THvL5y .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uZV6THvL5y .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZV6THvL5y .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uZV6THvL5y .mbr-section-title {
  color: #ffffff;
}
.cid-uZV6THvL5y .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uZV6THvL5y .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZV6THvL5y .mbr-section-title,
.cid-uZV6THvL5y .mbr-section-btn,
.cid-uZV6THvL5y .logo-wrapper {
  text-align: left;
  color: #ff3366;
}
.cid-uZV6THvL5y ora {
  color: #e6c63b;
  text-decoration: underline;
  line-height: 22px;
}
.cid-uZV6THvL5y p {
  line-height: 28px;
}
.cid-uZV6THvL5y .flyout-overlay {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  z-index: 9999;
  transition: right 0.5s ease-in-out;
  overflow-y: auto;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url('https://webdesign28.de/assets/images/p9.jpg');
}
.cid-uZV6THvL5y flyout-content h2,
.cid-uZV6THvL5y .flyout-content p {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.cid-uZV6THvL5y .flyout-overlay.active {
  right: 0;
}
.cid-uZV6THvL5y .flyout-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 10000;
}
.cid-uZV6THvL5y .flyout-close:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.cid-uZV6THvL5y .flyout-content {
  padding: 80px 30px 30px 30px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
.cid-uZV6THvL5y .flyout-content h2 {
  color: #333;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}
.cid-uZV6THvL5y .flyout-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 60px;
}
.cid-uZV6THvL5y .flyout-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cid-uZV6THvL5y .flyout-button {
  background-color: #EBB000;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: #EBB000 0.3s ease;
  margin-left: 40px;
  margin-top: 630px;
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.cid-uZV6THvL5y .flyout-button:hover {
  background-color: #333333;
}
@media (max-width: 600px) {
  .cid-uZV6THvL5y .flyout-overlay {
    width: 100%;
    right: -100%;
  }
  .cid-uZV6THvL5y .flyout-content {
    padding: 80px 20px 20px 20px;
  }
  .cid-uZV6THvL5y .flyout-content h2 {
    font-size: 24px;
  }
}
.cid-uZV6AHHceG #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uZV6AHHceG #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uZV6AHHceG #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uZV6AHHceG #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uZV6AHHceG #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uZV6AHHceG #dentauraBttB:hover {
  opacity: 1;
}
.cid-uZV6AHHceG .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uZVg9EwVb7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZVg9EwVb7 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZVg9EwVb7 .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uZVg9EwVb7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZVg9EwVb7 .inner-container {
    width: 100% !important;
  }
}
.cid-uZVhlpOVp0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uZVhlpOVp0 {
    padding-top: 18px;
    padding-bottom: 0px;
  }
}
.cid-uZVhlpOVp0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uZVhlpOVp0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZVhlpOVp0 .container {
    padding: 0 25px;
  }
}
.cid-uZVhlpOVp0 .row {
  margin: 0;
}
.cid-uZVhlpOVp0 .row .card {
  padding: 0;
}
.cid-uZVhlpOVp0 .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZVhlpOVp0 .image-wrapper {
    height: 350px;
  }
}
.cid-uZVhlpOVp0 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uZVhlpOVp0 .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #171717;
}
@media (max-width: 768px) {
  .cid-uZVhlpOVp0 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uZVhlpOVp0 .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-uZVhlpOVp0 .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-uZVhlpOVp0 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-uZVhlpOVp0 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uZVhlpOVp0 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZVhlpOVp0 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uZVhlpOVp0 .mbr-section-title {
  color: #ffffff;
}
.cid-uZVhlpOVp0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uZVhlpOVp0 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZVhlpOVp0 .mbr-section-title,
.cid-uZVhlpOVp0 .mbr-section-btn,
.cid-uZVhlpOVp0 .logo-wrapper {
  text-align: left;
}
.cid-uZVhlpOVp0 ora {
  color: #e6c63b;
  text-decoration: underline;
  line-height: 22px;
}
.cid-uZVhlpOVp0 p {
  line-height: 28px;
}
.cid-uZVhlpOVp0 .flyout-overlay {
  position: fixed;
  top: 0;
  right: -500px;
  width: 500px;
  height: 100%;
  z-index: 9999;
  transition: right 0.5s ease-in-out;
  overflow-y: auto;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url('https://webdesign28.de/assets/images/p9.jpg');
}
.cid-uZVhlpOVp0 flyout-content h2,
.cid-uZVhlpOVp0 .flyout-content p {
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.cid-uZVhlpOVp0 .flyout-overlay.active {
  right: 0;
}
.cid-uZVhlpOVp0 .flyout-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 10000;
}
.cid-uZVhlpOVp0 .flyout-close:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.cid-uZVhlpOVp0 .flyout-content {
  padding: 80px 30px 30px 30px;
  height: 100%;
  box-sizing: border-box;
  background-color: transparent;
}
.cid-uZVhlpOVp0 .flyout-content h2 {
  color: #333;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}
.cid-uZVhlpOVp0 .flyout-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 60px;
}
.cid-uZVhlpOVp0 .flyout-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cid-uZVhlpOVp0 .flyout-button {
  background-color: #EBB000;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: #EBB000 0.3s ease;
  margin-left: 40px;
  margin-top: 630px;
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.cid-uZVhlpOVp0 .flyout-button:hover {
  background-color: #333333;
}
@media (max-width: 600px) {
  .cid-uZVhlpOVp0 .flyout-overlay {
    width: 100%;
    right: -100%;
  }
  .cid-uZVhlpOVp0 .flyout-content {
    padding: 80px 20px 20px 20px;
  }
  .cid-uZVhlpOVp0 .flyout-content h2 {
    font-size: 24px;
  }
}
.cid-uZVg9EI8k5 #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uZVg9EI8k5 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uZVg9EI8k5 #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uZVg9EI8k5 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uZVg9EI8k5 #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uZVg9EI8k5 #dentauraBttB:hover {
  opacity: 1;
}
.cid-uZVg9EI8k5 .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uYcnTD62vm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYcnTD62vm .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYcnTD62vm .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uYcnTD62vm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYcnTD62vm .inner-container {
    width: 100% !important;
  }
}
.cid-v04x83xaFt {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v04x83xaFt .row {
  flex-direction: row-reverse;
}
.cid-v04x83xaFt .mbr-section-title {
  color: #06182d;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04x83xaFt .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  text-align: left;
}
.cid-v04x83xaFt .mbr-section-subtitle {
  color: #f51c11;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04x83xaFt .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-v04x83xaFt .mbr-section-text {
  color: #999999;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04x83xaFt .nav-tabs .nav-item.open .nav-link:focus,
.cid-v04x83xaFt .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v04x83xaFt .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.cid-v04x83xaFt .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-v04x83xaFt .nav-tabs .nav-link {
  color: #333333;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #ffffff;
  padding: 0.3rem 1.2rem !important;
  width: 600px;
}
.cid-v04x83xaFt .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #073b4c;
}
.cid-v04x83xaFt .nav-tabs .nav-link.active {
  color: #0082c3;
  font-style: normal;
  font-weight: bold;
  background-color: #ffffff;
}
.cid-v04x83xaFt P {
  color: #879a9f;
  padding-bottom: 8px;
}
.cid-v04x83xaFt h3 {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-v04x83xaFt .nav-tabs {
    flex-direction: column;
    justify-content: left;
  }
  .cid-v04x83xaFt .mbr-text,
  .cid-v04x83xaFt .nav-link {
    text-align: left;
  }
  .cid-v04x83xaFt .mbr-section-title,
  .cid-v04x83xaFt .mbr-section-subtitle,
  .cid-v04x83xaFt .mbr-section-text {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-v04x83xaFt .mbr-text,
  .cid-v04x83xaFt .col {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-v04x83xaFt .col-12.col-lg-6:first-child,
  .cid-v04x83xaFt .col-lg-6:first-child,
  .cid-v04x83xaFt .col-md-6:first-child {
    padding-left: 50px !important;
    padding-right: 30px !important;
  }
}
.cid-v04x83xaFt .col-12.col-lg-6:first-child,
.cid-v04x83xaFt .col-lg-6:first-child,
.cid-v04x83xaFt .col-md-6:first-child {
  padding-left: 250px !important;
  padding-right: 80px !important;
}
.cid-v04x83xaFt .img-wrap img {
  width: 76%;
}
.cid-v04x83xaFt .mbr-text,
.cid-v04x83xaFt .col {
  color: #232323;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04x83xaFt .mbr-section-title,
.cid-v04x83xaFt .col {
  color: #073b4c;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04x83xaFt bla {
  font-size: 18px;
  color: #000000;
}
.cid-v04x83xaFt klein {
  font-size: 13px;
}
.cid-v04x83xaFt strich {
  text-decoration: underline;
  line-height: 28px;
}
.cid-v04x83xaFt gru {
  color: #00A558;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
}
.cid-v04x83xaFt nav1 {
  color: #C39200;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
}
.cid-v04x83xaFt nav2 {
  color: #83AF00;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
  font-style: italic;
}
.cid-v04x83xaFt nav3 {
  color: #550B00;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
}
.cid-v04x83xaFt .nav-tabs .nav-item.first .nav-link {
  padding: 0.3rem 1.2rem !important;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 10px;
}
.cid-v04x83xaFt li.sek-button {
  width: auto !important;
  display: block !important;
  margin-left: 30px !important;
}
.cid-v04x83xaFt li.sek-button a.nav-link {
  background: transparent !important;
  position: relative !important;
  width: auto !important;
  display: inline-block !important;
  padding: 0.3rem 1.2rem 0.3rem 0 !important;
}
.cid-v04x83xaFt li.sek-button a.nav-link:after {
  content: '' !important;
  position: absolute !important;
  bottom: 3px !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background-color: #bcbcbc !important;
}
.cid-v04x83xaFt .last-posts-section {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-left: 0;
}
.cid-v04x83xaFt .last-posts-section .last-posts-title {
  font-weight: 300;
  font-family: 'FiraSansCondensed-Light', sans-serif !important;
  margin-bottom: 15px;
  line-height: 1.2;
}
.cid-v04x83xaFt .last-posts-section .last-post-button {
  color: #333333;
  font-weight: 300;
  font-size: 0.9em;
  font-family: 'FiraSansCondensed-Light', sans-serif !important;
  padding: 0.3rem 1.2rem;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  transition: all 0.3s;
  background: transparent;
  border: none;
}
.cid-v04x83xaFt .last-posts-section .last-post-button:hover {
  color: #073b4c;
  text-decoration: none;
}
.cid-v04x83xaFt H3 {
  color: #149dcc;
  text-align: justify;
}
.cid-v04yOWYfhs {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v04yOWYfhs .row {
  flex-direction: row-reverse;
}
.cid-v04yOWYfhs .mbr-section-title {
  color: #06182d;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04yOWYfhs .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  text-align: left;
}
.cid-v04yOWYfhs .mbr-section-subtitle {
  color: #f51c11;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04yOWYfhs .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-v04yOWYfhs .mbr-section-text {
  color: #999999;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04yOWYfhs .nav-tabs .nav-item.open .nav-link:focus,
.cid-v04yOWYfhs .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v04yOWYfhs .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.cid-v04yOWYfhs .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-v04yOWYfhs .nav-tabs .nav-link {
  color: #333333;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #ffffff;
  padding: 0.3rem 1.2rem !important;
  width: 600px;
}
.cid-v04yOWYfhs .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #073b4c;
}
.cid-v04yOWYfhs .nav-tabs .nav-link.active {
  color: #0082c3;
  font-style: normal;
  font-weight: bold;
  background-color: #ffffff;
}
.cid-v04yOWYfhs P {
  color: #879a9f;
  padding-bottom: 8px;
}
.cid-v04yOWYfhs h3 {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-v04yOWYfhs .nav-tabs {
    flex-direction: column;
    justify-content: left;
  }
  .cid-v04yOWYfhs .mbr-text,
  .cid-v04yOWYfhs .nav-link {
    text-align: left;
  }
  .cid-v04yOWYfhs .mbr-section-title,
  .cid-v04yOWYfhs .mbr-section-subtitle,
  .cid-v04yOWYfhs .mbr-section-text {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-v04yOWYfhs .mbr-text,
  .cid-v04yOWYfhs .col {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-v04yOWYfhs .col-12.col-lg-6:first-child,
  .cid-v04yOWYfhs .col-lg-6:first-child,
  .cid-v04yOWYfhs .col-md-6:first-child {
    padding-left: 50px !important;
    padding-right: 30px !important;
  }
}
.cid-v04yOWYfhs .col-12.col-lg-6:first-child,
.cid-v04yOWYfhs .col-lg-6:first-child,
.cid-v04yOWYfhs .col-md-6:first-child {
  padding-left: 250px !important;
  padding-right: 80px !important;
}
.cid-v04yOWYfhs .img-wrap img {
  width: 76%;
}
.cid-v04yOWYfhs .mbr-text,
.cid-v04yOWYfhs .col {
  color: #232323;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04yOWYfhs .mbr-section-title,
.cid-v04yOWYfhs .col {
  color: #073b4c;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04yOWYfhs bla {
  font-size: 18px;
  color: #000000;
}
.cid-v04yOWYfhs klein {
  font-size: 13px;
}
.cid-v04yOWYfhs strich {
  text-decoration: underline;
  line-height: 28px;
}
.cid-v04yOWYfhs gru {
  color: #00A558;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
}
.cid-v04yOWYfhs nav1 {
  color: #C39200;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
}
.cid-v04yOWYfhs nav2 {
  color: #83AF00;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
  font-style: italic;
}
.cid-v04yOWYfhs nav3 {
  color: #550B00;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
}
.cid-v04yOWYfhs .nav-tabs .nav-item.first .nav-link {
  padding: 0.3rem 1.2rem !important;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 10px;
}
.cid-v04yOWYfhs li.sek-button {
  width: auto !important;
  display: block !important;
  margin-left: 30px !important;
}
.cid-v04yOWYfhs li.sek-button a.nav-link {
  background: transparent !important;
  position: relative !important;
  width: auto !important;
  display: inline-block !important;
  padding: 0.3rem 1.2rem 0.3rem 0 !important;
}
.cid-v04yOWYfhs li.sek-button a.nav-link:after {
  content: '' !important;
  position: absolute !important;
  bottom: 3px !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background-color: #bcbcbc !important;
}
.cid-v04yOWYfhs .last-posts-section {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-left: 0;
}
.cid-v04yOWYfhs .last-posts-section .last-posts-title {
  font-weight: 300;
  font-family: 'FiraSansCondensed-Light', sans-serif !important;
  margin-bottom: 15px;
  line-height: 1.2;
}
.cid-v04yOWYfhs .last-posts-section .last-post-button {
  color: #333333;
  font-weight: 300;
  font-size: 0.9em;
  font-family: 'FiraSansCondensed-Light', sans-serif !important;
  padding: 0.3rem 1.2rem;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  transition: all 0.3s;
  background: transparent;
  border: none;
}
.cid-v04yOWYfhs .last-posts-section .last-post-button:hover {
  color: #073b4c;
  text-decoration: none;
}
.cid-v04yOWYfhs H3 {
  color: #149dcc;
  text-align: justify;
}
.cid-v04b1NWVJ8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v04b1NWVJ8 .row {
  flex-direction: row-reverse;
}
.cid-v04b1NWVJ8 .mbr-section-title {
  color: #06182d;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04b1NWVJ8 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  text-align: left;
}
.cid-v04b1NWVJ8 .mbr-section-subtitle {
  color: #f51c11;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04b1NWVJ8 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-v04b1NWVJ8 .mbr-section-text {
  color: #999999;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04b1NWVJ8 .nav-tabs .nav-item.open .nav-link:focus,
.cid-v04b1NWVJ8 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v04b1NWVJ8 .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.cid-v04b1NWVJ8 .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-v04b1NWVJ8 .nav-tabs .nav-link {
  color: #333333;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #ffffff;
  padding: 0.3rem 1.2rem !important;
  width: 600px;
}
.cid-v04b1NWVJ8 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #073b4c;
}
.cid-v04b1NWVJ8 .nav-tabs .nav-link.active {
  color: #0082c3;
  font-style: normal;
  font-weight: bold;
  background-color: #ffffff;
}
.cid-v04b1NWVJ8 P {
  color: #879a9f;
  padding-bottom: 8px;
}
.cid-v04b1NWVJ8 h3 {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-v04b1NWVJ8 .nav-tabs {
    flex-direction: column;
    justify-content: left;
  }
  .cid-v04b1NWVJ8 .mbr-text,
  .cid-v04b1NWVJ8 .nav-link {
    text-align: left;
  }
  .cid-v04b1NWVJ8 .mbr-section-title,
  .cid-v04b1NWVJ8 .mbr-section-subtitle,
  .cid-v04b1NWVJ8 .mbr-section-text {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-v04b1NWVJ8 .mbr-text,
  .cid-v04b1NWVJ8 .col {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-v04b1NWVJ8 .col-12.col-lg-6:first-child,
  .cid-v04b1NWVJ8 .col-lg-6:first-child,
  .cid-v04b1NWVJ8 .col-md-6:first-child {
    padding-left: 50px !important;
    padding-right: 30px !important;
  }
}
.cid-v04b1NWVJ8 .col-12.col-lg-6:first-child,
.cid-v04b1NWVJ8 .col-lg-6:first-child,
.cid-v04b1NWVJ8 .col-md-6:first-child {
  padding-left: 250px !important;
  padding-right: 80px !important;
}
.cid-v04b1NWVJ8 .img-wrap img {
  width: 76%;
}
.cid-v04b1NWVJ8 .mbr-text,
.cid-v04b1NWVJ8 .col {
  color: #232323;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04b1NWVJ8 .mbr-section-title,
.cid-v04b1NWVJ8 .col {
  color: #073b4c;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v04b1NWVJ8 bla {
  font-size: 18px;
  color: #000000;
}
.cid-v04b1NWVJ8 klein {
  font-size: 13px;
}
.cid-v04b1NWVJ8 strich {
  text-decoration: underline;
  line-height: 28px;
}
.cid-v04b1NWVJ8 gru {
  color: #00A558;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
}
.cid-v04b1NWVJ8 nav1 {
  color: #C39200;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
}
.cid-v04b1NWVJ8 nav2 {
  color: #83AF00;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
  font-style: italic;
}
.cid-v04b1NWVJ8 nav3 {
  color: #550B00;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
}
.cid-v04b1NWVJ8 .nav-tabs .nav-secondary {
  margin-left: 25px !important;
  margin-bottom: 4px;
}
.cid-v04b1NWVJ8 .nav-tabs .nav-secondary .nav-link {
  color: #333333 !important;
  font-weight: 300 !important;
  font-style: normal !important;
  border: none !important;
  background-color: transparent !important;
  background: transparent !important;
  padding: 0.5rem 1.2rem !important;
  width: auto !important;
  display: inline-block !important;
  transition: none !important;
}
.cid-v04b1NWVJ8 .nav-tabs .nav-secondary .nav-link:hover {
  color: #333333 !important;
  background-color: transparent !important;
  background: transparent !important;
}
.cid-v04b1NWVJ8 .nav-tabs .nav-secondary .nav-link.active {
  color: #0082c3 !important;
  font-weight: bold !important;
  background-color: transparent !important;
  background: transparent !important;
}
.cid-v04b1NWVJ8 li.sek-button {
  width: auto !important;
  display: block !important;
  margin-left: 30px !important;
}
.cid-v04b1NWVJ8 li.sek-button a.nav-link {
  background: transparent !important;
  position: relative !important;
  width: auto !important;
  display: inline-block !important;
  padding: 0.3rem 1.2rem 0.3rem 0 !important;
}
.cid-v04b1NWVJ8 li.sek-button a.nav-link:after {
  content: '' !important;
  position: absolute !important;
  bottom: 3px !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background-color: #bcbcbc !important;
}
.cid-v04b1NWVJ8 .nav-tabs .nav-item.first .nav-link {
  padding: 0.3rem 1.2rem !important;
}
.cid-v0159pVNCJ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v0159pVNCJ .row {
  flex-direction: row-reverse;
}
.cid-v0159pVNCJ .mbr-section-title {
  color: #06182d;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v0159pVNCJ .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  text-align: left;
}
.cid-v0159pVNCJ .mbr-section-subtitle {
  color: #f51c11;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v0159pVNCJ .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-v0159pVNCJ .mbr-section-text {
  color: #999999;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v0159pVNCJ .nav-tabs .nav-item.open .nav-link:focus,
.cid-v0159pVNCJ .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v0159pVNCJ .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.cid-v0159pVNCJ .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-v0159pVNCJ .nav-tabs .nav-link {
  color: #333333;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #ffffff;
  padding: 0.5rem 1.2rem;
  width: 600px;
}
.cid-v0159pVNCJ .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #073b4c;
}
.cid-v0159pVNCJ .nav-tabs .nav-link.active {
  color: #0082c3;
  font-style: normal;
  font-weight: bold;
  background-color: #ffffff;
}
.cid-v0159pVNCJ P {
  color: #879a9f;
  padding-bottom: 8px;
}
.cid-v0159pVNCJ h3 {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-v0159pVNCJ .nav-tabs {
    flex-direction: column;
    justify-content: left;
  }
  .cid-v0159pVNCJ .mbr-text,
  .cid-v0159pVNCJ .nav-link {
    text-align: left;
  }
  .cid-v0159pVNCJ .mbr-section-title,
  .cid-v0159pVNCJ .mbr-section-subtitle,
  .cid-v0159pVNCJ .mbr-section-text {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-v0159pVNCJ .mbr-text,
  .cid-v0159pVNCJ .col {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-v0159pVNCJ .col-12.col-lg-6:first-child,
  .cid-v0159pVNCJ .col-lg-6:first-child,
  .cid-v0159pVNCJ .col-md-6:first-child {
    padding-left: 50px !important;
    padding-right: 30px !important;
  }
}
.cid-v0159pVNCJ .col-12.col-lg-6:first-child,
.cid-v0159pVNCJ .col-lg-6:first-child,
.cid-v0159pVNCJ .col-md-6:first-child {
  padding-left: 250px !important;
  padding-right: 80px !important;
}
.cid-v0159pVNCJ .img-wrap img {
  width: 76%;
}
.cid-v0159pVNCJ .mbr-text,
.cid-v0159pVNCJ .col {
  color: #232323;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v0159pVNCJ .mbr-section-title,
.cid-v0159pVNCJ .col {
  color: #073b4c;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v0159pVNCJ bla {
  font-size: 18px;
  color: #000000;
}
.cid-v0159pVNCJ klein {
  font-size: 13px;
}
.cid-v0159pVNCJ strich {
  text-decoration: underline;
  line-height: 28px;
}
.cid-v0159pVNCJ gru {
  color: #00A558;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
}
.cid-v0159pVNCJ nav1 {
  color: #C39200;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
}
.cid-v0159pVNCJ nav2 {
  color: #83AF00;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
  font-style: italic;
}
.cid-v0159pVNCJ nav3 {
  color: #550B00;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
}
.cid-v0159pVNCJ .nav-secondary .nav-link {
  display: block !important;
  align-items: center !important;
  gap: 15px !important;
  padding: 10px !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
  border-left: 4px solid #dee2e6 !important;
  border-radius: 0 8px 8px 0 !important;
  transition: all 0.3s ease !important;
  height: 60px !important;
  position: relative;
  font-size: 0 !important;
}
.cid-v0159pVNCJ .nav-secondary .nav-link .mbri-right {
  display: none !important;
}
.cid-v0159pVNCJ .nav-secondary .nav-link::before {
  content: '';
  display: flex;
  gap: 5px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 255px;
  height: 40px;
  background-image: url('https://webdesign28.de/claude.ai/assets/images/testbild.jpg');
  background-size: 60px 40px;
  background-repeat: no-repeat;
  background-position: 0 0,
        65px 0,
        130px 0,
        195px 0;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.cid-v0159pVNCJ .nav-secondary .nav-link:hover {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%) !important;
  border-left-color: #007bff !important;
  border-left-width: 6px !important;
  transform: translateX(8px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}
.cid-v0159pVNCJ .nav-secondary .nav-link:hover .mbri-right {
  border-color: #007bff;
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.cid-v0159pVNCJ .nav-secondary .nav-link.active {
  background: linear-gradient(135deg, #e7f3ff 0%, #d0e9ff 100%) !important;
  border-left: 6px solid #007bff !important;
  color: #0056b3 !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}
.cid-v0159pVNCJ .nav-secondary .nav-link.active .mbri-right {
  border-color: #007bff;
  border-width: 3px;
}
.cid-v0159pVNCJ .nav-secondary {
  margin-bottom: 4px;
}
.cid-v0159pVNCJ .nav-tabs .nav-item.first .nav-link {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 10px;
}
.cid-v0159pVNCJ .nav-secondary:nth-of-type(2) .mbri-right {
  background-image: url('https://webdesign28.de/claude.ai/assets/images/testbild.jpg');
}
.cid-v0159pVNCJ .nav-secondary:nth-of-type(3) .mbri-right {
  background-image: url('https://webdesign28.de/claude.ai/assets/images/testbild.jpg');
}
.cid-v0159pVNCJ .nav-secondary:nth-of-type(4) .mbri-right {
  background-image: url('https://webdesign28.de/claude.ai/assets/images/testbild.jpg');
}
.cid-v0159pVNCJ .nav-secondary:nth-of-type(5) .mbri-right {
  background-image: url('https://webdesign28.de/claude.ai/assets/images/testbild.jpg');
}
.cid-v0159pVNCJ .nav-secondary:nth-of-type(6) .mbri-right {
  background-image: url('https://webdesign28.de/claude.ai/assets/images/testbild.jpg');
}
.cid-v0159pVNCJ .nav-secondary:nth-of-type(7) .mbri-right {
  background-image: url('https://webdesign28.de/claude.ai/assets/images/testbild.jpg');
}
.cid-v0159pVNCJ .nav-secondary:nth-of-type(8) .mbri-right {
  background-image: url('https://webdesign28.de/claude.ai/assets/images/testbild.jpg');
}
.cid-v0159pVNCJ .nav-secondary:nth-of-type(9) .mbri-right {
  background-image: url('https://webdesign28.de/claude.ai/assets/images/testbild.jpg');
}
.cid-uYcnTDukWS #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uYcnTDukWS #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uYcnTDukWS #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uYcnTDukWS #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uYcnTDukWS #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uYcnTDukWS #dentauraBttB:hover {
  opacity: 1;
}
.cid-uYcnTDukWS .hidden {
  display: none;
}
.cid-v00yG0gTFq {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-v00yG0gTFq nav.navbar {
  position: fixed;
}
.cid-v00yG0gTFq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v00yG0gTFq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v00yG0gTFq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v00yG0gTFq .dropdown-item:hover,
.cid-v00yG0gTFq .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-v00yG0gTFq .dropdown-item:hover span {
  color: white;
}
.cid-v00yG0gTFq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v00yG0gTFq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v00yG0gTFq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v00yG0gTFq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v00yG0gTFq .nav-link {
  position: relative;
}
.cid-v00yG0gTFq .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v00yG0gTFq .container {
    flex-wrap: nowrap;
  }
}
.cid-v00yG0gTFq .dropdown-menu,
.cid-v00yG0gTFq .navbar.opened {
  background: #efefef !important;
}
.cid-v00yG0gTFq .nav-item:focus,
.cid-v00yG0gTFq .nav-link:focus {
  outline: none;
}
.cid-v00yG0gTFq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v00yG0gTFq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v00yG0gTFq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v00yG0gTFq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v00yG0gTFq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v00yG0gTFq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v00yG0gTFq .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v00yG0gTFq .navbar.opened {
  transition: all 0.3s;
}
.cid-v00yG0gTFq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v00yG0gTFq .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-v00yG0gTFq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v00yG0gTFq .navbar.collapsed {
  justify-content: center;
}
.cid-v00yG0gTFq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v00yG0gTFq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v00yG0gTFq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v00yG0gTFq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v00yG0gTFq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v00yG0gTFq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v00yG0gTFq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v00yG0gTFq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v00yG0gTFq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v00yG0gTFq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v00yG0gTFq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v00yG0gTFq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v00yG0gTFq .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-v00yG0gTFq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v00yG0gTFq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v00yG0gTFq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v00yG0gTFq .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v00yG0gTFq .navbar.navbar-short {
  min-height: auto;
}
.cid-v00yG0gTFq .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v00yG0gTFq .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v00yG0gTFq .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v00yG0gTFq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v00yG0gTFq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v00yG0gTFq .dropdown-item.active,
.cid-v00yG0gTFq .dropdown-item:active {
  background-color: transparent;
}
.cid-v00yG0gTFq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v00yG0gTFq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v00yG0gTFq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v00yG0gTFq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-v00yG0gTFq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v00yG0gTFq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v00yG0gTFq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v00yG0gTFq .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v00yG0gTFq .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v00yG0gTFq .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v00yG0gTFq .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v00yG0gTFq .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v00yG0gTFq button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-v00yG0gTFq button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v00yG0gTFq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-v00yG0gTFq button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v00yG0gTFq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v00yG0gTFq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v00yG0gTFq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v00yG0gTFq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v00yG0gTFq nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v00yG0gTFq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v00yG0gTFq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v00yG0gTFq nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v00yG0gTFq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v00yG0gTFq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v00yG0gTFq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v00yG0gTFq .navbar {
    height: 70px;
  }
  .cid-v00yG0gTFq .navbar.opened {
    height: auto;
  }
  .cid-v00yG0gTFq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v00yG0gTFq .container-fluid {
  padding-right: 0;
}
.cid-v00yG0gTFq .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-v00yG0gTFq .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-v00yG0gTFq .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v00yG0gTFq .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-v00yG0gTFq .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v00yG0gTFq .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-v00yG0gTFq .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v00yG0gTFq .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v00yG0gTFq .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v00yG0gTFq .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v00yG0gTFq .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v00yG0gTFq .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v00yG0gTFq .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-v00yG0gTFq .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-v00yG0gTFq .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v00yG0gTFq .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v00yG0gTFq .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v00yG0gTFq .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-v00yG0gTFq mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v00yG0gTFq .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v00yG0tbzU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v00yG0tbzU .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v00yG0tbzU .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-v00yG0tbzU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v00yG0tbzU .inner-container {
    width: 100% !important;
  }
}
.cid-v00yG0ZRDC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-v00yG0ZRDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00yG0ZRDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00yG0ZRDC .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v00yG0ZRDC .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00yG0ZRDC .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v00yG0ZRDC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v00yG0ZRDC .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v00yG0ZRDC .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v00yG0ZRDC .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v00yG0ZRDC .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 1px 1px;
}
.cid-v00yG0ZRDC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 4px 6px;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.cid-v00yG0ZRDC .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: transparent;
  background-color: transparent;
}
.cid-v00yG0ZRDC .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v00yG0ZRDC .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-v00yG0ZRDC .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v00yG0ZRDC .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v00yG0ZRDC .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 800px;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-v00yG0ZRDC .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-v00yG0ZRDC .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 20%;
}
@media (max-width: 992px) {
  .cid-v00yG0ZRDC .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-v00yG0ZRDC .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-v00yG0ZRDC .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-v00yG0ZRDC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v00yG0ZRDC .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-v00yG0ZRDC .item-title {
  color: #232323;
  text-align: justify;
}
.cid-v00yG0ZRDC .item-text {
  color: #232323;
  text-align: left;
}
.cid-v00yG0ZRDC .mbr-section-title,
.cid-v00yG0ZRDC .tabs-wrapper {
  color: #e15a00;
}
.cid-v00yG0ZRDC .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 1px 1px;
}
.cid-v00yG0ZRDC .nav-item .nav-link {
  color: #b9b9b9;
  padding: 4px 6px;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.cid-v00yG0ZRDC .nav-item .nav-link.active {
  color: transparent;
  background-color: transparent;
}
.cid-v00yG0ZRDC .nav-item .nav-link.active img {
  border: 2px solid #ff6600 !important;
}
.cid-v00yG1lrL8 #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-v00yG1lrL8 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-v00yG1lrL8 #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-v00yG1lrL8 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-v00yG1lrL8 #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-v00yG1lrL8 #dentauraBttB:hover {
  opacity: 1;
}
.cid-v00yG1lrL8 .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uYd4V3mn4i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYd4V3mn4i .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uYd4V3mn4i .section-text {
  padding: 2rem 0;
  color: #e15a00;
  text-align: left;
}
.cid-uYd4V3mn4i .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uYd4V3mn4i .inner-container {
    width: 100% !important;
  }
}
.cid-uYpy0WuQPt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-uYpy0WuQPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpy0WuQPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpy0WuQPt .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYpy0WuQPt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYpy0WuQPt .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uYpy0WuQPt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYpy0WuQPt .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uYpy0WuQPt .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYpy0WuQPt .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYpy0WuQPt .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 1px 1px;
}
.cid-uYpy0WuQPt .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #b9b9b9;
  padding: 4px 6px;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.cid-uYpy0WuQPt .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: transparent;
  background-color: transparent;
}
.cid-uYpy0WuQPt .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uYpy0WuQPt .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uYpy0WuQPt .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uYpy0WuQPt .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uYpy0WuQPt .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 540px;
  object-fit: cover;
  width: 800px;
  padding-right: 0;
  padding-left: 4rem;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  padding: 0.5em;
}
@media (max-width: 992px) {
  .cid-uYpy0WuQPt .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uYpy0WuQPt .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 20%;
}
@media (max-width: 992px) {
  .cid-uYpy0WuQPt .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uYpy0WuQPt .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uYpy0WuQPt .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uYpy0WuQPt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYpy0WuQPt .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-uYpy0WuQPt .item-title {
  color: #232323;
  text-align: justify;
}
.cid-uYpy0WuQPt .item-text {
  color: #232323;
  text-align: left;
}
.cid-uYpy0WuQPt .mbr-section-title,
.cid-uYpy0WuQPt .tabs-wrapper {
  color: #e15a00;
}
.cid-uYd4V4xAOx #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uYd4V4xAOx #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uYd4V4xAOx #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uYd4V4xAOx #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uYd4V4xAOx #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uYd4V4xAOx #dentauraBttB:hover {
  opacity: 1;
}
.cid-uYd4V4xAOx .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uZOvjFTchC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uZOvjFTchC .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uZOvjFTchC .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uZOvjFTchC .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uZOvjFTchC .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uZOvjFTchC .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uZOvjGqUWd {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZOvjGqUWd .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uZOvjGqUWd .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #e15a00;
}
.cid-uZOvjGqUWd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZOvjGqUWd .inner-container {
    width: 100% !important;
  }
}
.cid-uZSh7YfNXe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZSh7YfNXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZSh7YfNXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZSh7YfNXe .row {
    padding: 0 13px;
  }
}
.cid-uZSh7YfNXe .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZSh7YfNXe .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uZSh7YfNXe .image-wrap .image-wrapper img {
  height: 250px;
  width: 315px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZSh7YfNXe .image-wrap .image-wrapper img {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-uZSh7YfNXe .text-wrapper {
  padding-left: 20px;
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uZSh7YfNXe .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZSh7YfNXe .text-wrapper {
    padding: 0;
  }
}
.cid-uZSh7YfNXe .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uZSh7YfNXe .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uZSh7YfNXe .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uZSh7YfNXe .mbr-text {
  color: #ff3366;
}
.cid-uZSh7YfNXe .mbr-name {
  color: #232323;
}
.cid-uZSh7YfNXe .mbr-role {
  color: #0e5f79;
}
.cid-uZSh7YfNXe .element-2 .mbr-text {
  color: #232323;
}
.cid-uZOvjGQN1M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-uZOvjGQN1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZOvjGQN1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZOvjGQN1M .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZOvjGQN1M .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uZOvjGQN1M .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZOvjGQN1M .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uZOvjGQN1M .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZOvjGQN1M .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZOvjGQN1M .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZOvjGQN1M .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uZOvjGQN1M .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uZOvjGQN1M .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZOvjGQN1M .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uZOvjGQN1M .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZOvjGQN1M .items-wrapper .card {
  padding: 0 32px;
}
.cid-uZOvjGQN1M .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZOvjGQN1M .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZOvjGQN1M .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZOvjGQN1M .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZOvjGQN1M .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uZOvjGQN1M .list-wrapper .list .item-wrap:hover,
.cid-uZOvjGQN1M .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZOvjGQN1M .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZOvjGQN1M .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZOvjGQN1M .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZOvjGQN1M .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZOvjGQN1M .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uZOvjGQN1M .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uZOvjGQN1M .mbr-desc {
  color: #ffffff;
}
.cid-uZOvjGQN1M .mbr-text,
.cid-uZOvjGQN1M .text-wrapper {
  color: #9aa0a6;
}
.cid-uZOvjGQN1M .list {
  color: #9aa0a6;
}
.cid-uZOvjGQN1M .mbr-text,
.cid-uZOvjGQN1M .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uZOvjGQN1M .list,
.cid-uZOvjGQN1M .item-wrap {
  color: #ffffff;
}
.cid-uZOvjGQN1M weis {
  color: #ffffff;
}
.cid-uZOvjGQN1M klein {
  font-size: 12px;
}
.cid-uZOvjGQN1M blau {
  color: #f4f4f4;
}
.cid-uZOvjGQN1M .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-uZOvjH37vk #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uZOvjH37vk #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uZOvjH37vk #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uZOvjH37vk #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uZOvjH37vk #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uZOvjH37vk #dentauraBttB:hover {
  opacity: 1;
}
.cid-uZOvjH37vk .hidden {
  display: none;
}
.cid-v00TuuJL8d {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-v00TuuJL8d nav.navbar {
  position: fixed;
}
.cid-v00TuuJL8d .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v00TuuJL8d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v00TuuJL8d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v00TuuJL8d .dropdown-item:hover,
.cid-v00TuuJL8d .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-v00TuuJL8d .dropdown-item:hover span {
  color: white;
}
.cid-v00TuuJL8d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v00TuuJL8d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v00TuuJL8d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v00TuuJL8d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v00TuuJL8d .nav-link {
  position: relative;
}
.cid-v00TuuJL8d .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v00TuuJL8d .container {
    flex-wrap: nowrap;
  }
}
.cid-v00TuuJL8d .dropdown-menu,
.cid-v00TuuJL8d .navbar.opened {
  background: #efefef !important;
}
.cid-v00TuuJL8d .nav-item:focus,
.cid-v00TuuJL8d .nav-link:focus {
  outline: none;
}
.cid-v00TuuJL8d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v00TuuJL8d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v00TuuJL8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v00TuuJL8d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v00TuuJL8d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v00TuuJL8d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v00TuuJL8d .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-v00TuuJL8d .navbar.opened {
  transition: all 0.3s;
}
.cid-v00TuuJL8d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v00TuuJL8d .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-v00TuuJL8d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v00TuuJL8d .navbar.collapsed {
  justify-content: center;
}
.cid-v00TuuJL8d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v00TuuJL8d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v00TuuJL8d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v00TuuJL8d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v00TuuJL8d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v00TuuJL8d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v00TuuJL8d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v00TuuJL8d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v00TuuJL8d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v00TuuJL8d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v00TuuJL8d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v00TuuJL8d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v00TuuJL8d .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-v00TuuJL8d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v00TuuJL8d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v00TuuJL8d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v00TuuJL8d .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v00TuuJL8d .navbar.navbar-short {
  min-height: auto;
}
.cid-v00TuuJL8d .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v00TuuJL8d .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v00TuuJL8d .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v00TuuJL8d .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v00TuuJL8d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v00TuuJL8d .dropdown-item.active,
.cid-v00TuuJL8d .dropdown-item:active {
  background-color: transparent;
}
.cid-v00TuuJL8d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v00TuuJL8d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v00TuuJL8d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v00TuuJL8d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-v00TuuJL8d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v00TuuJL8d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v00TuuJL8d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v00TuuJL8d .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v00TuuJL8d .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v00TuuJL8d .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v00TuuJL8d .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v00TuuJL8d .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v00TuuJL8d button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-v00TuuJL8d button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v00TuuJL8d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-v00TuuJL8d button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v00TuuJL8d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v00TuuJL8d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v00TuuJL8d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v00TuuJL8d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v00TuuJL8d nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v00TuuJL8d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v00TuuJL8d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v00TuuJL8d nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v00TuuJL8d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v00TuuJL8d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v00TuuJL8d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v00TuuJL8d .navbar {
    height: 70px;
  }
  .cid-v00TuuJL8d .navbar.opened {
    height: auto;
  }
  .cid-v00TuuJL8d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v00TuuJL8d .container-fluid {
  padding-right: 0;
}
.cid-v00TuuJL8d .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-v00TuuJL8d .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-v00TuuJL8d .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v00TuuJL8d .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-v00TuuJL8d .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v00TuuJL8d .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-v00TuuJL8d .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v00TuuJL8d .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v00TuuJL8d .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v00TuuJL8d .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v00TuuJL8d .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v00TuuJL8d .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v00TuuJL8d .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-v00TuuJL8d .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-v00TuuJL8d .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v00TuuJL8d .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v00TuuJL8d .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v00TuuJL8d .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-v00TuuJL8d mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v00TuuJL8d .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v00TuuVz8N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v00TuuVz8N .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-v00TuuVz8N .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-v00TuuVz8N .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-v00TuuVz8N .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-v00TuuVz8N .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-v00Tuv3Qoz {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v00Tuv3Qoz .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-v00Tuv3Qoz .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #e15a00;
}
.cid-v00Tuv3Qoz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v00Tuv3Qoz .inner-container {
    width: 100% !important;
  }
}
.cid-v00Tuv8scZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v00Tuv8scZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00Tuv8scZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v00Tuv8scZ .row {
    padding: 0 13px;
  }
}
.cid-v00Tuv8scZ .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v00Tuv8scZ .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v00Tuv8scZ .image-wrap .image-wrapper img {
  height: 250px;
  width: 315px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v00Tuv8scZ .image-wrap .image-wrapper img {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-v00Tuv8scZ .text-wrapper {
  padding-left: 20px;
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-v00Tuv8scZ .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v00Tuv8scZ .text-wrapper {
    padding: 0;
  }
}
.cid-v00Tuv8scZ .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-v00Tuv8scZ .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-v00Tuv8scZ .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-v00Tuv8scZ .mbr-text {
  color: #ff3366;
}
.cid-v00Tuv8scZ .mbr-name {
  color: #232323;
}
.cid-v00Tuv8scZ .mbr-role {
  color: #0e5f79;
}
.cid-v00Tuv8scZ .element-2 .mbr-text {
  color: #232323;
}
.cid-v00TuvxMnc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v00TuvxMnc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00TuvxMnc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v00TuvxMnc .row {
    padding: 0 13px;
  }
}
.cid-v00TuvxMnc .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v00TuvxMnc .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v00TuvxMnc .image-wrap .image-wrapper img {
  height: 200px;
  width: 255px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v00TuvxMnc .image-wrap .image-wrapper img {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-v00TuvxMnc .text-wrapper {
  padding-left: 20px;
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-v00TuvxMnc .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v00TuvxMnc .text-wrapper {
    padding: 0;
  }
}
.cid-v00TuvxMnc .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-v00TuvxMnc .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-v00TuvxMnc .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-v00TuvxMnc .mbr-text {
  color: #ff3366;
}
.cid-v00TuvxMnc .mbr-name {
  color: #232323;
}
.cid-v00TuvxMnc .mbr-role {
  color: #0e5f79;
}
.cid-v00TuvxMnc .element-2 .mbr-text {
  color: #232323;
}
.cid-v00TuvRp5Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v00TuvRp5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v00TuvRp5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v00TuvRp5Z .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v00TuvRp5Z .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v00TuvRp5Z .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v00TuvRp5Z .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v00TuvRp5Z .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v00TuvRp5Z .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v00TuvRp5Z .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v00TuvRp5Z .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v00TuvRp5Z .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v00TuvRp5Z .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v00TuvRp5Z .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v00TuvRp5Z .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v00TuvRp5Z .items-wrapper .card {
  padding: 0 32px;
}
.cid-v00TuvRp5Z .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v00TuvRp5Z .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v00TuvRp5Z .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v00TuvRp5Z .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v00TuvRp5Z .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v00TuvRp5Z .list-wrapper .list .item-wrap:hover,
.cid-v00TuvRp5Z .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v00TuvRp5Z .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v00TuvRp5Z .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v00TuvRp5Z .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v00TuvRp5Z .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v00TuvRp5Z .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v00TuvRp5Z .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v00TuvRp5Z .mbr-desc {
  color: #ffffff;
}
.cid-v00TuvRp5Z .mbr-text,
.cid-v00TuvRp5Z .text-wrapper {
  color: #9aa0a6;
}
.cid-v00TuvRp5Z .list {
  color: #9aa0a6;
}
.cid-v00TuvRp5Z .mbr-text,
.cid-v00TuvRp5Z .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v00TuvRp5Z .list,
.cid-v00TuvRp5Z .item-wrap {
  color: #ffffff;
}
.cid-v00TuvRp5Z weis {
  color: #ffffff;
}
.cid-v00TuvRp5Z klein {
  font-size: 12px;
}
.cid-v00TuvRp5Z blau {
  color: #f4f4f4;
}
.cid-v00TuvRp5Z .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v00Tuw2Sf0 #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-v00Tuw2Sf0 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-v00Tuw2Sf0 #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-v00Tuw2Sf0 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-v00Tuw2Sf0 #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-v00Tuw2Sf0 #dentauraBttB:hover {
  opacity: 1;
}
.cid-v00Tuw2Sf0 .hidden {
  display: none;
}
.cid-uZY42uUVsv {
  z-index: 1000;
  width: 100%;
  height: 70px;
  position: relative;
  min-height: 100px;
}
.cid-uZY42uUVsv nav.navbar {
  position: fixed;
}
.cid-uZY42uUVsv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZY42uUVsv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZY42uUVsv .dropdown-item:hover,
.cid-uZY42uUVsv .dropdown-item:focus {
  background: #149dcc !important;
  color: white !important;
}
.cid-uZY42uUVsv .dropdown-item:hover span {
  color: white;
}
.cid-uZY42uUVsv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZY42uUVsv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZY42uUVsv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZY42uUVsv .nav-link {
  position: relative;
}
.cid-uZY42uUVsv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uZY42uUVsv .container {
    flex-wrap: nowrap;
  }
}
.cid-uZY42uUVsv .dropdown-menu,
.cid-uZY42uUVsv .navbar.opened {
  background: #efefef !important;
}
.cid-uZY42uUVsv .nav-item:focus,
.cid-uZY42uUVsv .nav-link:focus {
  outline: none;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZY42uUVsv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZY42uUVsv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZY42uUVsv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZY42uUVsv .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #efefef;
  padding: 0 !important;
  box-shadow: none;
  border: none;
}
.cid-uZY42uUVsv .navbar.opened {
  transition: all 0.3s;
}
.cid-uZY42uUVsv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZY42uUVsv .navbar .navbar-logo img {
  width: 120px;
  height: 140px;
}
.cid-uZY42uUVsv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZY42uUVsv .navbar.collapsed {
  justify-content: center;
}
.cid-uZY42uUVsv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZY42uUVsv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZY42uUVsv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZY42uUVsv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZY42uUVsv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZY42uUVsv .navbar .navbar-logo img {
    height: 4rem;
  }
  .cid-uZY42uUVsv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZY42uUVsv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZY42uUVsv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZY42uUVsv .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uZY42uUVsv .navbar.navbar-short {
  min-height: auto;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-uZY42uUVsv .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-uZY42uUVsv .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-uZY42uUVsv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-uZY42uUVsv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZY42uUVsv .dropdown-item.active,
.cid-uZY42uUVsv .dropdown-item:active {
  background-color: transparent;
}
.cid-uZY42uUVsv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZY42uUVsv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uZY42uUVsv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZY42uUVsv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZY42uUVsv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZY42uUVsv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-uZY42uUVsv .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-uZY42uUVsv .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-uZY42uUVsv .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-uZY42uUVsv button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ff00ff;
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-uZY42uUVsv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-uZY42uUVsv nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZY42uUVsv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZY42uUVsv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZY42uUVsv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZY42uUVsv .navbar {
    height: 70px;
  }
  .cid-uZY42uUVsv .navbar.opened {
    height: auto;
  }
  .cid-uZY42uUVsv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZY42uUVsv .container-fluid {
  padding-right: 0;
}
.cid-uZY42uUVsv .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 2rem;
  align-items: center;
}
.cid-uZY42uUVsv .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-uZY42uUVsv .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-uZY42uUVsv .navbar-collapse .nav-link:hover {
  color: #149dcc !important;
}
@media (max-width: 991px) {
  .cid-uZY42uUVsv .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-uZY42uUVsv .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-uZY42uUVsv .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-uZY42uUVsv .navbar-logo img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-uZY42uUVsv .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-uZY42uUVsv .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-uZY42uUVsv .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-uZY42uUVsv .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.5rem 1rem !important;
  }
}
.cid-uZY42uUVsv mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-uZY42uUVsv .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-uZOEqGN0PP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uZOEqGN0PP .container-fluid {
  margin: 0px;
  padding: 0px;
  height: auto;
  min-height: 40px;
}
.cid-uZOEqGN0PP .dentaura-top-spacer {
  margin-left: auto;
  margin-right: auto;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-uZOEqGN0PP .dentaura-top-spacer {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .cid-uZOEqGN0PP .dentaura-top-spacer {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .cid-uZOEqGN0PP .dentaura-top-spacer {
    height: 40px;
  }
}
.cid-uZOEqHhD77 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZOEqHhD77 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 1px;
  margin: 0 auto;
}
.cid-uZOEqHhD77 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #e15a00;
}
.cid-uZOEqHhD77 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZOEqHhD77 .inner-container {
    width: 100% !important;
  }
}
.cid-uZOEqHnERD {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uZOEqHnERD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZOEqHnERD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZOEqHnERD .row {
    padding: 0 13px;
  }
}
.cid-uZOEqHnERD .image-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZOEqHnERD .image-wrap .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uZOEqHnERD .image-wrap .image-wrapper img {
  height: 200px;
  width: 255px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZOEqHnERD .image-wrap .image-wrapper img {
    max-width: 350px;
    margin: 0 auto;
  }
}
.cid-uZOEqHnERD .text-wrapper {
  padding-left: 20px;
  padding-left: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uZOEqHnERD .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZOEqHnERD .text-wrapper {
    padding: 0;
  }
}
.cid-uZOEqHnERD .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .85;
}
.cid-uZOEqHnERD .text-wrapper .mbr-name {
  margin: 34px 0 0;
  opacity: .85;
}
.cid-uZOEqHnERD .text-wrapper .mbr-role {
  margin: 24px 0 0;
  opacity: .85;
}
.cid-uZOEqHnERD .mbr-text {
  color: #ff3366;
}
.cid-uZOEqHnERD .mbr-name {
  color: #232323;
}
.cid-uZOEqHnERD .mbr-role {
  color: #0e5f79;
}
.cid-uZOEqHM6v0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-uZOEqHM6v0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZOEqHM6v0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZOEqHM6v0 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZOEqHM6v0 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-uZOEqHM6v0 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZOEqHM6v0 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-uZOEqHM6v0 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZOEqHM6v0 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZOEqHM6v0 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZOEqHM6v0 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-uZOEqHM6v0 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uZOEqHM6v0 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZOEqHM6v0 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-uZOEqHM6v0 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uZOEqHM6v0 .items-wrapper .card {
  padding: 0 32px;
}
.cid-uZOEqHM6v0 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZOEqHM6v0 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZOEqHM6v0 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZOEqHM6v0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZOEqHM6v0 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uZOEqHM6v0 .list-wrapper .list .item-wrap:hover,
.cid-uZOEqHM6v0 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZOEqHM6v0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZOEqHM6v0 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uZOEqHM6v0 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uZOEqHM6v0 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZOEqHM6v0 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uZOEqHM6v0 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-uZOEqHM6v0 .mbr-desc {
  color: #ffffff;
}
.cid-uZOEqHM6v0 .mbr-text,
.cid-uZOEqHM6v0 .text-wrapper {
  color: #9aa0a6;
}
.cid-uZOEqHM6v0 .list {
  color: #9aa0a6;
}
.cid-uZOEqHM6v0 .mbr-text,
.cid-uZOEqHM6v0 .mbr-section-btn {
  color: #b2ccd2;
}
.cid-uZOEqHM6v0 .list,
.cid-uZOEqHM6v0 .item-wrap {
  color: #ffffff;
}
.cid-uZOEqHM6v0 weis {
  color: #ffffff;
}
.cid-uZOEqHM6v0 klein {
  font-size: 12px;
}
.cid-uZOEqHM6v0 blau {
  color: #f4f4f4;
}
.cid-uZOEqHM6v0 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-uZOEqHXl36 #dentauraBttB {
  position: fixed;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: transparent;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  opacity: 0.71;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 7px -2px #000000;
  -moz-box-shadow: 0 -3px 7px -2px #000000;
  box-shadow: 0 -3px 7px -2px #000000;
}
@media (max-width: 768px) {
  .cid-uZOEqHXl36 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
@media (min-width: 769px) {
  .cid-uZOEqHXl36 #dentauraBttB {
    right: 100px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cid-uZOEqHXl36 #dentauraBttB {
    right: 50%;
    margin-right: -25px !important;
    bottom: 20px;
  }
}
.cid-uZOEqHXl36 #dentauraBttB span {
  position: absolute;
  top: 20px;
  left: 20px;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
  opacity: 1;
  background-image: url("../../../assets/images/n.oben-57x57.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.cid-uZOEqHXl36 #dentauraBttB:hover {
  opacity: 1;
}
.cid-uZOEqHXl36 .hidden {
  display: none;
}
