body {
  font-family: Plus Jakarta Sans;
}
.display-1 {
  font-family: 'Inter-Bold';
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Inter-Bold';
  font-size: 4.9rem;
  line-height: 1.12;
}
.display-2 > .mbr-iconfont {
  font-size: 6.125rem;
}
.display-4 {
  font-family: 'Inter-VariableFont_slnt,wght';
  font-size: 1.6rem;
  line-height: inherit;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Inter-Bold';
  font-size: 3.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.21875rem;
}
.display-7 {
  font-family: 'Nunito-VariableFont_wght';
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.92rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #a34f8b !important;
}
.bg-success {
  background-color: #7b9591 !important;
}
.bg-info {
  background-color: #f7e9e1 !important;
}
.bg-warning {
  background-color: #95839c !important;
}
.bg-danger {
  background-color: #406962 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a34f8b !important;
  border-color: #a34f8b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #693359 !important;
  border-color: #693359 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #693359 !important;
  border-color: #693359 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ddb7bd !important;
  border-color: #ddb7bd !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c17c87 !important;
  border-color: #c17c87 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c17c87 !important;
  border-color: #c17c87 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f7e9e1 !important;
  border-color: #f7e9e1 !important;
  color: #ab5b2e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e5b79d !important;
  border-color: #e5b79d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ab5b2e !important;
  background-color: #e5b79d !important;
  border-color: #e5b79d !important;
}
.btn-success,
.btn-success:active {
  background-color: #7b9591 !important;
  border-color: #7b9591 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #536764 !important;
  border-color: #536764 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #536764 !important;
  border-color: #536764 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #95839c !important;
  border-color: #95839c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #69596f !important;
  border-color: #69596f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #69596f !important;
  border-color: #69596f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #406962 !important;
  border-color: #406962 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1f3330 !important;
  border-color: #1f3330 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1f3330 !important;
  border-color: #1f3330 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a34f8b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #693359 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a34f8b !important;
  border-color: #a34f8b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ddb7bd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c17c87 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ddb7bd !important;
  border-color: #ddb7bd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7e9e1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #e5b79d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ab5b2e !important;
  background-color: #f7e9e1 !important;
  border-color: #f7e9e1 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7b9591;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #536764 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7b9591 !important;
  border-color: #7b9591 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #95839c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #69596f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #95839c !important;
  border-color: #95839c !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #406962;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #1f3330 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #406962 !important;
  border-color: #406962 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a34f8b !important;
}
.text-secondary {
  color: #ddb7bd !important;
}
.text-success {
  color: #7b9591 !important;
}
.text-info {
  color: #f7e9e1 !important;
}
.text-warning {
  color: #95839c !important;
}
.text-danger {
  color: #406962 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5e2e50 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bc727d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4c5e5b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #e2ae90 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #615267 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #192a27 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a34f8b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7e9e1;
}
.alert-warning {
  background-color: #95839c;
}
.alert-danger {
  background-color: #406962;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a34f8b;
  border-color: #a34f8b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a34f8b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d1a0c3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c2cecc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d2cad5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7aaea5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter-VariableFont_slnt,wght';
  font-size: 1.6rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a34f8b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter-VariableFont_slnt,wght';
  font-size: 1.6rem;
  line-height: inherit;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #a34f8b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a34f8b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a34f8b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a34f8b;
  border-bottom-color: #a34f8b;
}
.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: #a34f8b !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: #ddb7bd !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23a34f8b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  border: none !important;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 12px 18px 12px 0;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 32px;
  margin-right: 16px;
  transition: all 0.3s ease-out;
  color: #ddb7bd;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  color: #f7e9e1 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  padding: 12px 18px 12px 10px;
}
.cid-tIFTxTClRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIFTxTClRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/fallback-video.webp");
}
@media (max-width: 992px) {
  .cid-tIFTxTClRt .container {
    padding: 0 20px;
  }
  .cid-tIFTxTClRt .container .row {
    padding: 0;
  }
}
.cid-tIFTxTClRt .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tIFTxTClRt .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tIFTxTClRt .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tIFTxTClRt .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tIFTxTClRt .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-tIFTxTClRt .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tIFTxTClRt .mbr-text {
  color: #ffffff;
}
.cid-tIFTxTClRt .mbr-text,
.cid-tIFTxTClRt .mbr-section-btn {
  text-align: left;
}
.cid-tIHk3xaS8f {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIHk3xaS8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIHk3xaS8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIHk3xaS8f .mbr-text,
.cid-tIHk3xaS8f .mbr-section-btn {
  text-align: center;
}
.cid-tIHk3xaS8f .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tIHk3xaS8f .mbr-list {
  color: #777777;
}
.cid-tIKKAdb1ht {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIKKAdb1ht .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIKKAdb1ht .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-tIKKAdb1ht .container {
    padding: 0 16px;
  }
}
.cid-tIKKAdb1ht .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tIKKAdb1ht .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tIKKAdb1ht .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tIKKAdb1ht .image-wrapper img {
    height: 300px;
  }
}
.cid-tIKKAdb1ht .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKKAdb1ht .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tIKKAdb1ht .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKKAdb1ht .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tIKKAdb1ht .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKKAdb1ht .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tIKKAdb1ht .mbr-section-title,
.cid-tIKKAdb1ht .mbr-section-btn {
  color: #7b9591;
}
.cid-tIKKAdb1ht .mbr-list {
  color: #232323;
  line-height: 100%;
  margin-left: -15px;
}
.cid-tJdEJNfYYd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJdEJNfYYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJdEJNfYYd .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-tJdEJNfYYd .container {
    padding: 0 16px;
  }
}
.cid-tJdEJNfYYd .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJdEJNfYYd .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJdEJNfYYd .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJdEJNfYYd .image-wrapper img {
    height: 300px;
  }
}
.cid-tJdEJNfYYd .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJdEJNfYYd .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJdEJNfYYd .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJdEJNfYYd .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJdEJNfYYd .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJdEJNfYYd .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJdEJNfYYd .mbr-section-title,
.cid-tJdEJNfYYd .mbr-section-btn {
  color: #7b9591;
}
.cid-tJdEJNfYYd .mbr-list {
  color: #232323;
  line-height: 100%;
  margin-left: -15px;
}
.cid-tJdEJNfYYd .mbr-text {
  color: #232323;
}
.cid-tKtrONVa8a {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tKtrONVa8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtrONVa8a .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-tKtrONVa8a .container {
    padding: 0 16px;
  }
}
.cid-tKtrONVa8a .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tKtrONVa8a .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tKtrONVa8a .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tKtrONVa8a .image-wrapper img {
    height: 300px;
  }
}
.cid-tKtrONVa8a .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtrONVa8a .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tKtrONVa8a .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtrONVa8a .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tKtrONVa8a .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtrONVa8a .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tKtrONVa8a .mbr-section-title,
.cid-tKtrONVa8a .mbr-section-btn {
  color: #7b9591;
}
.cid-tKtrONVa8a .mbr-list {
  color: #232323;
  line-height: 100%;
  margin-left: -15px;
}
.cid-tKtrONVa8a .mbr-text {
  color: #232323;
}
.cid-tIKLMsOAwd {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #e2edec;
}
.cid-tIKLMsOAwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIKLMsOAwd .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-tIKLMsOAwd .container {
    padding: 0 16px;
  }
}
.cid-tIKLMsOAwd .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7b9591;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tIKLMsOAwd .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tIKLMsOAwd .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tIKLMsOAwd .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tIKLMsOAwd .image-wrapper img {
    height: 300px;
  }
}
.cid-tIKLMsOAwd .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKLMsOAwd .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tIKLMsOAwd .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKLMsOAwd .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tIKLMsOAwd .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKLMsOAwd .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tIKLMsOAwd .mbr-section-title,
.cid-tIKLMsOAwd .mbr-section-btn {
  color: #7b9591;
}
.cid-tIHbwJmIdG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/home-zitat-1.webp");
  overflow: hidden;
}
.cid-tIHbwJmIdG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIHbwJmIdG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIHbwJmIdG .row {
  justify-content: left;
}
.cid-tIHbwJmIdG .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 991px) {
  .cid-tIHbwJmIdG .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tIHbwJmIdG .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tIHbwJmIdG .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tIHbwJmIdG .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tIHbwJmIdG .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tIHbwJmIdG .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tIHbwJmIdG .point-frame-1 {
  top: 19px;
}
.cid-tIHbwJmIdG .point-frame-2 {
  bottom: 19px;
}
.cid-tIHbwJmIdG .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-tIHbwJmIdG .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tIHbwJmIdG .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tIHbwJmIdG .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tIHbwJmIdG .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tIHbwJmIdG .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tIHbwJmIdG .item-container {
  width: 100%;
}
.cid-tIHbwJmIdG .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tIHbwJmIdG .mbr-text {
  color: #e2edec;
  width: 100%;
}
.cid-tIHbwJmIdG .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tIHbwJmIdG .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tIHbBqC6XY {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIHbBqC6XY .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tIHbBqC6XY .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tIHbBqC6XY .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tIHbBqC6XY .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tIHbBqC6XY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tIHbBqC6XY .text-wrapper {
  padding: 180px 160px;
  background: #e2edec;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIHbBqC6XY .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tIHbBqC6XY .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tIHbBqC6XY .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tIHbBqC6XY .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tIHbBqC6XY .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tIHbBqC6XY .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tIHbBqC6XY .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tIHbBqC6XY .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tIHbBqC6XY .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tIHbBqC6XY .mbr-section-title {
  color: #7b9591;
}
.cid-tIHbBqC6XY .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tIHbBqC6XY .mbr-text {
  color: #1E1C21;
}
.cid-tIKS8oCgPi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIKS8oCgPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIKS8oCgPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIKS8oCgPi .mbr-text,
.cid-tIKS8oCgPi .mbr-section-btn {
  text-align: center;
}
.cid-tIKS8oCgPi .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tIKRRsCJN8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIKRRsCJN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIKRRsCJN8 .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-tIKRRsCJN8 .container {
    padding: 0 16px;
  }
}
.cid-tIKRRsCJN8 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tIKRRsCJN8 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tIKRRsCJN8 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tIKRRsCJN8 .image-wrapper img {
    height: 300px;
  }
}
.cid-tIKRRsCJN8 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKRRsCJN8 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tIKRRsCJN8 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKRRsCJN8 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tIKRRsCJN8 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKRRsCJN8 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tIKRRsCJN8 .mbr-section-title,
.cid-tIKRRsCJN8 .mbr-section-btn {
  color: #8b7395;
}
.cid-tIKSPdsXjr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tIKSPdsXjr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIKSPdsXjr .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-tIKSPdsXjr .container {
    padding: 0 16px;
  }
}
.cid-tIKSPdsXjr .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tIKSPdsXjr .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tIKSPdsXjr .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tIKSPdsXjr .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tIKSPdsXjr .image-wrapper img {
    height: 300px;
  }
}
.cid-tIKSPdsXjr .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKSPdsXjr .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tIKSPdsXjr .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKSPdsXjr .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tIKSPdsXjr .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKSPdsXjr .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tIKSPdsXjr .mbr-section-title,
.cid-tIKSPdsXjr .mbr-section-btn {
  color: #8b7395;
}
.cid-tIKTvESoN0 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIKTvESoN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIKTvESoN0 .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-tIKTvESoN0 .container {
    padding: 0 16px;
  }
}
.cid-tIKTvESoN0 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tIKTvESoN0 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tIKTvESoN0 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tIKTvESoN0 .image-wrapper img {
    height: 300px;
  }
}
.cid-tIKTvESoN0 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKTvESoN0 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tIKTvESoN0 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKTvESoN0 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tIKTvESoN0 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tIKTvESoN0 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tIKTvESoN0 .mbr-section-title,
.cid-tIKTvESoN0 .mbr-section-btn {
  color: #8b7395;
}
.cid-tIKC4YvIMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tIKC4YvIMF .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tIKC4YvIMF .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tIKC4YvIMF .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tIKC4YvIMF .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tIKC4YvIMF .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tIKC4YvIMF .text-wrapper {
  padding: 160px 160px;
  background: #f7e9e1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIKC4YvIMF .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tIKC4YvIMF .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tIKC4YvIMF .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tIKC4YvIMF .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tIKC4YvIMF .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tIKC4YvIMF .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tIKC4YvIMF .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tIKC4YvIMF .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tIKC4YvIMF .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tIKC4YvIMF .mbr-section-title {
  color: #7b9591;
}
.cid-tIKC4YvIMF .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tIKC4YvIMF .mbr-text {
  color: #1E1C21;
}
.cid-tJ8cZpqvio {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e2edec;
}
.cid-tJ8cZpqvio .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8cZpqvio .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-tJ8cZpqvio .container {
    padding: 0 16px;
  }
}
.cid-tJ8cZpqvio .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7b9591;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJ8cZpqvio .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJ8cZpqvio .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJ8cZpqvio .image-wrapper img {
    height: 300px;
  }
}
.cid-tJ8cZpqvio .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8cZpqvio .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJ8cZpqvio .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8cZpqvio .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJ8cZpqvio .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8cZpqvio .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJ8cZpqvio .mbr-section-title,
.cid-tJ8cZpqvio .mbr-section-btn {
  color: #7b9591;
}
.cid-tJeOhrNZhR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJeOhrNZhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJeOhrNZhR .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-tJeOhrNZhR .container {
    padding: 0 20px;
  }
}
.cid-tJeOhrNZhR .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJeOhrNZhR .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJeOhrNZhR .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJeOhrNZhR .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJeOhrNZhR .mbr-section-title {
  color: #e2edec;
}
.cid-tJeOhrNZhR .mbr-desc {
  color: #ffffff;
}
.cid-tJeOhrNZhR .mbr-text {
  color: #ffffff;
}
.cid-tJeOhrNZhR .list {
  color: #ffffff;
}
.cid-tJeOhrNZhR .copyright {
  color: #ffffff;
}
.cid-tPfFmE5hcn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfFmE5hcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfFmE5hcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfFmE5hcn .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfFmE5hcn .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfFmE5hcn .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfFmE5hcn [class^="socicon-"]:before,
.cid-tPfFmE5hcn [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfFmE5hcn .mbr-section-title,
.cid-tPfFmE5hcn .social-list {
  color: #ffffff;
}
.cid-tILwJodHSM {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tILwJodHSM .col-sm-6 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .cid-tILwJodHSM .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tILwJodHSM .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tILwJodHSM .card-wrapper {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tILwJodHSM .row {
    margin: 0;
  }
}
.cid-tILwJodHSM .container {
  border-top: 0px solid #fff;
  padding-top: 2rem;
}
.cid-tILwJodHSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILwJodHSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfuC2AU8J.popup-builder {
  background-color: #ffffff;
}
.cid-tJfuC2AU8J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tJfuC2AU8J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tJfuC2AU8J .modal-content,
.cid-tJfuC2AU8J .modal-dialog {
  height: auto;
}
.cid-tJfuC2AU8J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tJfuC2AU8J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tJfuC2AU8J .form-wrapper .mbr-form .form-group,
  .cid-tJfuC2AU8J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tJfuC2AU8J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tJfuC2AU8J .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tJfuC2AU8J .mbr-text {
  text-align: left;
}
.cid-tJfuC2AU8J .pt-0 {
  padding-top: 0 !important;
}
.cid-tJfuC2AU8J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tJfuC2AU8J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tJfuC2AU8J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tJfuC2AU8J .modal-open {
  overflow: hidden;
}
.cid-tJfuC2AU8J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tJfuC2AU8J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tJfuC2AU8J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tJfuC2AU8J .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tJfuC2AU8J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tJfuC2AU8J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tJfuC2AU8J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tJfuC2AU8J .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tJfuC2AU8J .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tJfuC2AU8J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tJfuC2AU8J .modal-backdrop.fade {
  opacity: 0;
}
.cid-tJfuC2AU8J .modal-backdrop.show {
  opacity: .5;
}
.cid-tJfuC2AU8J .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tJfuC2AU8J .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tJfuC2AU8J .modal-header {
    padding: 1rem;
  }
}
.cid-tJfuC2AU8J .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tJfuC2AU8J .modal-header .close svg {
  fill: #353535;
}
.cid-tJfuC2AU8J .modal-header .close:hover {
  opacity: 1;
}
.cid-tJfuC2AU8J .modal-header .close:focus {
  outline: none;
}
.cid-tJfuC2AU8J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tJfuC2AU8J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tJfuC2AU8J .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJfuC2AU8J .modal-body {
    padding: 1rem;
  }
}
.cid-tJfuC2AU8J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tJfuC2AU8J .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tJfuC2AU8J .modal-footer {
    padding: 1rem;
  }
}
.cid-tJfuC2AU8J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tJfuC2AU8J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tJfuC2AU8J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tJfuC2AU8J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tJfuC2AU8J .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tJfuC2AU8J .modal-lg,
  .cid-tJfuC2AU8J .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tJfuC2AU8J .modal-xl {
    max-width: 1140px;
  }
}
.cid-tJfuC2AU8J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tJfuC2AU8J .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tJfuC2AU8J .form-group {
  margin-bottom: 1rem;
}
.cid-tJfuC2AU8J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tJfuC2AU8J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tJfuC2AU8J .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tJfuC2AU8J .mbr-section-btn {
  margin: 0;
}
.cid-tJfuC2AU8J .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPLlQAmm1Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPLlQAmm1Z .menu_box .navbar.opened,
  .cid-tPLlQAmm1Z .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  position: relative !important;
}
.cid-tPLlQAmm1Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPLlQAmm1Z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-tPLlQAmm1Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPLlQAmm1Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-text,
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #a34f8b;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPLlQAmm1Z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPLlQAmm1Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPLlQAmm1Z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tPLlQAmm1Z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 0 !important;
  }
}
.cid-tPLlQAmm1Z .nav-item .nav-link {
  position: relative;
}
.cid-tPLlQAmm1Z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb7bd;
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus {
  opacity: 1;
  color: #ddb7bd !important;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover::before,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPLlQAmm1Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPLlQAmm1Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box {
    display: none;
  }
}
.cid-tPLlQAmm1Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .container {
  display: flex;
  margin: auto;
}
.cid-tPLlQAmm1Z .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPLlQAmm1Z .navbar-caption {
  color: #212529;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.cid-tPLlQAmm1Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .navbar-nav {
    margin: 0;
  }
}
.cid-tPLlQAmm1Z .dropdown-menu,
.cid-tPLlQAmm1Z .navbar.opened {
  background-color: false !important;
}
.cid-tPLlQAmm1Z .nav-item:focus,
.cid-tPLlQAmm1Z .nav-link:focus {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPLlQAmm1Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPLlQAmm1Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tPLlQAmm1Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPLlQAmm1Z .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 5px;
}
.cid-tPLlQAmm1Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar.collapsed {
  justify-content: center;
}
.cid-tPLlQAmm1Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPLlQAmm1Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPLlQAmm1Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPLlQAmm1Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPLlQAmm1Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPLlQAmm1Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPLlQAmm1Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown-item.active,
.cid-tPLlQAmm1Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tPLlQAmm1Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPLlQAmm1Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPLlQAmm1Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPLlQAmm1Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #ece0df;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #a34f8b;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPLlQAmm1Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPLlQAmm1Z .navbar {
    height: 70px;
  }
  .cid-tPLlQAmm1Z .navbar.opened {
    height: auto;
  }
  .cid-tPLlQAmm1Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPLlQAmm1Z .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tPLlQAmm1Z .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tPLlQAmm1Z .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tPLlQAmm1Z .text_widget {
  margin-bottom: 32px;
}
.cid-tPLlQAmm1Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .text_widget a:hover {
  color: #a34f8b !important;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle,
.cid-tPLlQAmm1Z .text_widget,
.cid-tPLlQAmm1Z .mbr-section-btn {
  text-align: center;
}
.cid-tPLlQAmm1Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tJ8PVH82lh {
  background-image: url("../../../assets/images/einsteiger-mbsr.webp");
}
.cid-tJ8PVH82lh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVH82lh .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-tJ8PVH82lh .container {
    padding: 0 20px;
  }
  .cid-tJ8PVH82lh .container .row {
    padding: 0;
  }
}
.cid-tJ8PVH82lh .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tJ8PVH82lh .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tJ8PVH82lh .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJ8PVH82lh .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tJ8PVH82lh .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-tJ8PVH82lh .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tJ8PVH82lh .mbr-text {
  color: #ffffff;
}
.cid-tJ8PVH82lh .mbr-text,
.cid-tJ8PVH82lh .mbr-section-btn {
  text-align: left;
}
.cid-tJ8PVHXpmJ {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ8PVHXpmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVHXpmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ8PVHXpmJ .mbr-text,
.cid-tJ8PVHXpmJ .mbr-section-btn {
  text-align: center;
}
.cid-tJ8PVHXpmJ .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJ8PVIdJoh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ8PVIdJoh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVIdJoh .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-tJ8PVIdJoh .container {
    padding: 0 16px;
  }
}
.cid-tJ8PVIdJoh .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJ8PVIdJoh .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJ8PVIdJoh .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJ8PVIdJoh .image-wrapper img {
    height: 300px;
  }
}
.cid-tJ8PVIdJoh .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVIdJoh .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVIdJoh .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVIdJoh .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVIdJoh .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVIdJoh .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVIdJoh .mbr-section-title,
.cid-tJ8PVIdJoh .mbr-section-btn {
  color: #7b9591;
}
.cid-tJ8PVIdJoh .mbr-desc {
  color: #232323;
}
.cid-tJf6FsKq3k {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tJf6FsKq3k .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tJf6FsKq3k .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tJf6FsKq3k .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tJf6FsKq3k .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tJf6FsKq3k .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tJf6FsKq3k .text-wrapper {
  padding: 160px 160px;
  background: #fcf5f6;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJf6FsKq3k .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tJf6FsKq3k .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tJf6FsKq3k .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tJf6FsKq3k .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tJf6FsKq3k .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tJf6FsKq3k .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tJf6FsKq3k .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tJf6FsKq3k .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tJf6FsKq3k .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tJf6FsKq3k .mbr-section-title {
  color: #7b9591;
}
.cid-tJf6FsKq3k .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tJf6FsKq3k .mbr-text {
  color: #1E1C21;
}
.cid-tJ8PVItpei {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ8PVItpei .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVItpei .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-tJ8PVItpei .container {
    padding: 0 16px;
  }
}
.cid-tJ8PVItpei .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJ8PVItpei .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJ8PVItpei .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJ8PVItpei .image-wrapper img {
    height: 300px;
  }
}
.cid-tJ8PVItpei .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVItpei .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVItpei .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVItpei .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVItpei .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVItpei .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVItpei .mbr-section-title,
.cid-tJ8PVItpei .mbr-section-btn {
  color: #7b9591;
}
.cid-tJ8PVItpei .mbr-desc {
  color: #7b9591;
}
.cid-tJ9zQGFoNH {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJ9zQGFoNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ9zQGFoNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ9zQGFoNH .row {
  justify-content: space-between;
}
.cid-tJ9zQGFoNH .card-wrapper {
  margin-bottom: 70px;
}
.cid-tJ9zQGFoNH .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 106px;
  height: 106px;
  object-fit: contain;
  margin-bottom: 40px;
}
.cid-tJ9zQGFoNH .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tJ9zQGFoNH .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-tJ9zQGFoNH .mbr-section-title {
  color: #E0BDB6;
}
.cid-tJ9zQGFoNH .mbr-text {
  color: #232323;
}
.cid-tJf5xm2MtA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJf5xm2MtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJf5xm2MtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJf5xm2MtA .row {
  justify-content: space-between;
}
.cid-tJf5xm2MtA .card-wrapper {
  margin-bottom: 70px;
}
.cid-tJf5xm2MtA .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 106px;
  height: 106px;
  object-fit: contain;
  margin-bottom: 40px;
}
.cid-tJf5xm2MtA .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-tJf5xm2MtA .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-tJf5xm2MtA .mbr-section-title {
  color: #E0BDB6;
}
.cid-tJf5xm2MtA .mbr-text {
  color: #232323;
}
.cid-tJ8PVJHQ1g {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #e2edec;
}
.cid-tJ8PVJHQ1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVJHQ1g .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-tJ8PVJHQ1g .container {
    padding: 0 16px;
  }
}
.cid-tJ8PVJHQ1g .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJ8PVJHQ1g .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJ8PVJHQ1g .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJ8PVJHQ1g .image-wrapper img {
    height: 300px;
  }
}
.cid-tJ8PVJHQ1g .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVJHQ1g .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVJHQ1g .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVJHQ1g .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVJHQ1g .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVJHQ1g .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVJHQ1g .mbr-section-title,
.cid-tJ8PVJHQ1g .mbr-section-btn {
  color: #7b9591;
}
.cid-tJfgc6S1fi {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #7b9591;
}
.cid-tJfgc6S1fi .wrap {
  position: relative;
  background-color: #5b7d78;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .cid-tJfgc6S1fi .wrap {
    padding: 3rem 1rem;
  }
  .cid-tJfgc6S1fi .wrap .mbr-iconfont {
    top: -5%;
  }
}
.cid-tJfgc6S1fi .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: normal;
}
.cid-tJfgc6S1fi .author {
  font-style: normal;
  color: #e2edec;
}
.cid-tJfgc6S1fi .mbr-iconfont {
  left: 3%;
  top: 13%;
  position: absolute;
  font-size: 25px;
  border-radius: 50%;
  border: 1px solid #7b9591;
  padding: 2.5rem;
  color: #ffffff;
}
.cid-tJfgc6S1fi .mbr-text {
  color: #ffffff;
}
.cid-tJfwKZApIq {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJfwKZApIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfwKZApIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfwKZApIq .mbr-text,
.cid-tJfwKZApIq .mbr-section-btn {
  text-align: center;
}
.cid-tJfwKZApIq .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJfwERgiBW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfwERgiBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfwERgiBW .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-tJfwERgiBW .container {
    padding: 0;
  }
}
.cid-tJfwERgiBW .row {
  justify-content: center;
  margin: 0;
}
.cid-tJfwERgiBW .card {
  border-radius: 0;
  padding: 0;
}
.cid-tJfwERgiBW .card .card-wrapper {
  background-color: #7b9591;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tJfwERgiBW .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-tJfwERgiBW .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-tJfwERgiBW .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tJfwERgiBW .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tJfwERgiBW .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tJfwERgiBW .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-tJfwERgiBW .card:nth-child(2n) .card-wrapper {
  background-color: #5b7d78;
}
.cid-tJfwERgiBW .mbr-card-title {
  color: #ffffff;
}
.cid-tJfwERgiBW .mbr-text {
  color: #e2edec;
  text-align: left;
}
.cid-tJfwERgiBW .mbr-card-title,
.cid-tJfwERgiBW .mbr-section-btn,
.cid-tJfwERgiBW .icon-wrap {
  text-align: center;
}
.cid-tJfwERgiBW .mbr-card-title,
.cid-tJfwERgiBW .icon-wrap,
.cid-tJfwERgiBW .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tJ8PVLzae0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tJ8PVLzae0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVLzae0 .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-tJ8PVLzae0 .container {
    padding: 0 16px;
  }
}
.cid-tJ8PVLzae0 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tJ8PVLzae0 .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tJ8PVLzae0 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJ8PVLzae0 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJ8PVLzae0 .image-wrapper img {
    height: 300px;
  }
}
.cid-tJ8PVLzae0 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVLzae0 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVLzae0 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVLzae0 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVLzae0 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVLzae0 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVLzae0 .mbr-section-title,
.cid-tJ8PVLzae0 .mbr-section-btn {
  color: #7b9591;
}
.cid-tJ8PVIW2a0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/einsteiger-zitat.webp");
  overflow: hidden;
}
.cid-tJ8PVIW2a0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVIW2a0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ8PVIW2a0 .row {
  justify-content: left;
}
.cid-tJ8PVIW2a0 .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tJ8PVIW2a0 .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tJ8PVIW2a0 .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tJ8PVIW2a0 .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJ8PVIW2a0 .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tJ8PVIW2a0 .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tJ8PVIW2a0 .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJ8PVIW2a0 .point-frame-1 {
  top: 19px;
}
.cid-tJ8PVIW2a0 .point-frame-2 {
  bottom: 19px;
}
.cid-tJ8PVIW2a0 .title-container {
  width: 60%;
  padding: 0 80px 0 0;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tJ8PVIW2a0 .title-container {
    padding: 0 40px 0 0;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tJ8PVIW2a0 .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tJ8PVIW2a0 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-tJ8PVIW2a0 .text-container {
    padding: 0 0 0 40px;
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tJ8PVIW2a0 .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tJ8PVIW2a0 .item-container {
  width: 100%;
}
.cid-tJ8PVIW2a0 .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tJ8PVIW2a0 .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-tJ8PVIW2a0 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tJ8PVIW2a0 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tJ8PVIIS8V {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tJ8PVIIS8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ8PVIIS8V .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-tJ8PVIIS8V .container {
    padding: 0 16px;
  }
}
.cid-tJ8PVIIS8V .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJ8PVIIS8V .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJ8PVIIS8V .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJ8PVIIS8V .image-wrapper img {
    height: 300px;
  }
}
.cid-tJ8PVIIS8V .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVIIS8V .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVIIS8V .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVIIS8V .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVIIS8V .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJ8PVIIS8V .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJ8PVIIS8V .mbr-section-title,
.cid-tJ8PVIIS8V .mbr-section-btn {
  color: #7b9591;
}
.cid-tJeOhrNZhR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJeOhrNZhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJeOhrNZhR .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-tJeOhrNZhR .container {
    padding: 0 20px;
  }
}
.cid-tJeOhrNZhR .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJeOhrNZhR .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJeOhrNZhR .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJeOhrNZhR .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJeOhrNZhR .mbr-section-title {
  color: #e2edec;
}
.cid-tJeOhrNZhR .mbr-desc {
  color: #ffffff;
}
.cid-tJeOhrNZhR .mbr-text {
  color: #ffffff;
}
.cid-tJeOhrNZhR .list {
  color: #ffffff;
}
.cid-tJeOhrNZhR .copyright {
  color: #ffffff;
}
.cid-tPfHAtjjzx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHAtjjzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHAtjjzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHAtjjzx .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHAtjjzx .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHAtjjzx .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHAtjjzx [class^="socicon-"]:before,
.cid-tPfHAtjjzx [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHAtjjzx .mbr-section-title,
.cid-tPfHAtjjzx .social-list {
  color: #ffffff;
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPLlQAmm1Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPLlQAmm1Z .menu_box .navbar.opened,
  .cid-tPLlQAmm1Z .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  position: relative !important;
}
.cid-tPLlQAmm1Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPLlQAmm1Z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-tPLlQAmm1Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPLlQAmm1Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-text,
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #a34f8b;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPLlQAmm1Z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPLlQAmm1Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPLlQAmm1Z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tPLlQAmm1Z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 0 !important;
  }
}
.cid-tPLlQAmm1Z .nav-item .nav-link {
  position: relative;
}
.cid-tPLlQAmm1Z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb7bd;
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus {
  opacity: 1;
  color: #ddb7bd !important;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover::before,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPLlQAmm1Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPLlQAmm1Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box {
    display: none;
  }
}
.cid-tPLlQAmm1Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .container {
  display: flex;
  margin: auto;
}
.cid-tPLlQAmm1Z .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPLlQAmm1Z .navbar-caption {
  color: #212529;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.cid-tPLlQAmm1Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .navbar-nav {
    margin: 0;
  }
}
.cid-tPLlQAmm1Z .dropdown-menu,
.cid-tPLlQAmm1Z .navbar.opened {
  background-color: false !important;
}
.cid-tPLlQAmm1Z .nav-item:focus,
.cid-tPLlQAmm1Z .nav-link:focus {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPLlQAmm1Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPLlQAmm1Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tPLlQAmm1Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPLlQAmm1Z .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 5px;
}
.cid-tPLlQAmm1Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar.collapsed {
  justify-content: center;
}
.cid-tPLlQAmm1Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPLlQAmm1Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPLlQAmm1Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPLlQAmm1Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPLlQAmm1Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPLlQAmm1Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPLlQAmm1Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown-item.active,
.cid-tPLlQAmm1Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tPLlQAmm1Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPLlQAmm1Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPLlQAmm1Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPLlQAmm1Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #ece0df;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #a34f8b;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPLlQAmm1Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPLlQAmm1Z .navbar {
    height: 70px;
  }
  .cid-tPLlQAmm1Z .navbar.opened {
    height: auto;
  }
  .cid-tPLlQAmm1Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPLlQAmm1Z .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tPLlQAmm1Z .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tPLlQAmm1Z .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tPLlQAmm1Z .text_widget {
  margin-bottom: 32px;
}
.cid-tPLlQAmm1Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .text_widget a:hover {
  color: #a34f8b !important;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle,
.cid-tPLlQAmm1Z .text_widget,
.cid-tPLlQAmm1Z .mbr-section-btn {
  text-align: center;
}
.cid-tPLlQAmm1Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tJfP86iVku {
  background-image: url("../../../assets/images/fortgeschrittene-mann.webp");
}
.cid-tJfP86iVku .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP86iVku .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-tJfP86iVku .container {
    padding: 0 20px;
  }
  .cid-tJfP86iVku .container .row {
    padding: 0;
  }
}
.cid-tJfP86iVku .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tJfP86iVku .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tJfP86iVku .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJfP86iVku .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tJfP86iVku .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-tJfP86iVku .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tJfP86iVku .mbr-text {
  color: #ffffff;
}
.cid-tJfP86iVku .mbr-text,
.cid-tJfP86iVku .mbr-section-btn {
  text-align: left;
}
.cid-tJfP87ekLE {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfP87ekLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP87ekLE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfP87ekLE .mbr-text,
.cid-tJfP87ekLE .mbr-section-btn {
  text-align: center;
}
.cid-tJfP87ekLE .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJfP87BA22 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJfP87BA22 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP87BA22 .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-tJfP87BA22 .container {
    padding: 0 16px;
  }
}
.cid-tJfP87BA22 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJfP87BA22 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJfP87BA22 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJfP87BA22 .image-wrapper img {
    height: 300px;
  }
}
.cid-tJfP87BA22 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP87BA22 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJfP87BA22 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP87BA22 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJfP87BA22 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP87BA22 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJfP87BA22 .mbr-section-title,
.cid-tJfP87BA22 .mbr-section-btn {
  color: #95839c;
}
.cid-tJfP87BA22 .mbr-desc {
  color: #232323;
}
.cid-tJfPUiDcgS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJfPUiDcgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfPUiDcgS .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-tJfPUiDcgS .container {
    padding: 0 16px;
  }
}
.cid-tJfPUiDcgS .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tJfPUiDcgS .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tJfPUiDcgS .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJfPUiDcgS .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJfPUiDcgS .image-wrapper img {
    height: 300px;
  }
}
.cid-tJfPUiDcgS .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfPUiDcgS .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJfPUiDcgS .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfPUiDcgS .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJfPUiDcgS .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfPUiDcgS .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJfPUiDcgS .mbr-section-title,
.cid-tJfPUiDcgS .mbr-section-btn {
  color: #95839c;
}
.cid-tJfPUiDcgS .mbr-desc {
  color: #232323;
}
.cid-tJfQ16PZSw {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJfQ16PZSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfQ16PZSw .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-tJfQ16PZSw .container {
    padding: 0 16px;
  }
}
.cid-tJfQ16PZSw .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJfQ16PZSw .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJfQ16PZSw .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJfQ16PZSw .image-wrapper img {
    height: 300px;
  }
}
.cid-tJfQ16PZSw .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfQ16PZSw .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJfQ16PZSw .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfQ16PZSw .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJfQ16PZSw .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfQ16PZSw .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJfQ16PZSw .mbr-section-title,
.cid-tJfQ16PZSw .mbr-section-btn {
  color: #95839c;
}
.cid-tJfQ16PZSw .mbr-desc {
  color: #232323;
}
.cid-tJfP8aBXNY {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJfP8aBXNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP8aBXNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfP8aBXNY .mbr-text,
.cid-tJfP8aBXNY .mbr-section-btn {
  text-align: center;
}
.cid-tJfP8aBXNY .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJfP8aBXNY .mbr-section-subtitle {
  color: #95839c;
}
.cid-tJfP8b1xBp {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJfP8b1xBp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP8b1xBp .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-tJfP8b1xBp .container {
    padding: 0;
  }
}
.cid-tJfP8b1xBp .row {
  justify-content: center;
  margin: 0;
}
.cid-tJfP8b1xBp .card {
  border-radius: 0;
  padding: 0;
}
.cid-tJfP8b1xBp .card .card-wrapper {
  background-color: #7b9591;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tJfP8b1xBp .card .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-tJfP8b1xBp .card .card-wrapper .card-wrap .icon-wrap {
  margin-bottom: 20px;
}
.cid-tJfP8b1xBp .card .card-wrapper .card-wrap .icon-wrap .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tJfP8b1xBp .card .card-wrapper .card-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tJfP8b1xBp .card .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-tJfP8b1xBp .card .card-wrapper .mbr-section-btn {
  margin-top: 30px;
}
.cid-tJfP8b1xBp .card:nth-child(2n) .card-wrapper {
  background-color: #5b7d78;
}
.cid-tJfP8b1xBp .mbr-card-title {
  color: #ffffff;
}
.cid-tJfP8b1xBp .mbr-text {
  color: #e2edec;
  text-align: left;
}
.cid-tJfP8b1xBp .mbr-card-title,
.cid-tJfP8b1xBp .mbr-section-btn,
.cid-tJfP8b1xBp .icon-wrap {
  text-align: center;
}
.cid-tJfP8b1xBp .mbr-card-title,
.cid-tJfP8b1xBp .icon-wrap,
.cid-tJfP8b1xBp .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tJfQDhMJGS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJfQDhMJGS .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tJfQDhMJGS .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tJfQDhMJGS .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tJfQDhMJGS .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tJfQDhMJGS .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tJfQDhMJGS .text-wrapper {
  padding: 160px 160px;
  background: #f7e9e1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJfQDhMJGS .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tJfQDhMJGS .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tJfQDhMJGS .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tJfQDhMJGS .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tJfQDhMJGS .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tJfQDhMJGS .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tJfQDhMJGS .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tJfQDhMJGS .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tJfQDhMJGS .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tJfQDhMJGS .mbr-section-title {
  color: #7b9591;
}
.cid-tJfQDhMJGS .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tJfQDhMJGS .mbr-text {
  color: #1E1C21;
}
.cid-tJfQDhMJGS .mbr-list {
  color: #232323;
  line-height: 100%;
}
.cid-tJfP8bw1Dm {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tJfP8bw1Dm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP8bw1Dm .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-tJfP8bw1Dm .container {
    padding: 0 16px;
  }
}
.cid-tJfP8bw1Dm .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJfP8bw1Dm .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJfP8bw1Dm .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJfP8bw1Dm .image-wrapper img {
    height: 300px;
  }
}
.cid-tJfP8bw1Dm .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP8bw1Dm .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJfP8bw1Dm .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP8bw1Dm .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJfP8bw1Dm .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP8bw1Dm .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJfP8bw1Dm .mbr-section-title,
.cid-tJfP8bw1Dm .mbr-section-btn {
  color: #7b9591;
}
.cid-tJfP89JJXn {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #7b9591;
}
.cid-tJfP89JJXn .wrap {
  position: relative;
  background-color: #5b7d78;
  padding: 85px 60px 85px 120px;
}
@media (max-width: 768px) {
  .cid-tJfP89JJXn .wrap {
    padding: 3rem 1rem;
  }
  .cid-tJfP89JJXn .wrap .mbr-iconfont {
    top: -5%;
  }
}
.cid-tJfP89JJXn .wrap p {
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
  font-style: normal;
}
.cid-tJfP89JJXn .author {
  font-style: normal;
  color: #e2edec;
}
.cid-tJfP89JJXn .mbr-iconfont {
  left: 3%;
  top: 13%;
  position: absolute;
  font-size: 25px;
  border-radius: 50%;
  border: 1px solid #7b9591;
  padding: 2.5rem;
  color: #ffffff;
}
.cid-tJfP89JJXn .mbr-text {
  color: #ffffff;
}
.cid-tJfP8c0bDM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fortgeschrittene-zitat.webp");
  overflow: hidden;
}
.cid-tJfP8c0bDM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP8c0bDM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfP8c0bDM .row {
  justify-content: left;
}
.cid-tJfP8c0bDM .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 991px) {
  .cid-tJfP8c0bDM .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tJfP8c0bDM .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tJfP8c0bDM .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJfP8c0bDM .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tJfP8c0bDM .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tJfP8c0bDM .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJfP8c0bDM .point-frame-1 {
  top: 19px;
}
.cid-tJfP8c0bDM .point-frame-2 {
  bottom: 19px;
}
.cid-tJfP8c0bDM .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-tJfP8c0bDM .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tJfP8c0bDM .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tJfP8c0bDM .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tJfP8c0bDM .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tJfP8c0bDM .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tJfP8c0bDM .item-container {
  width: 100%;
}
.cid-tJfP8c0bDM .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tJfP8c0bDM .mbr-text {
  color: #f7e9e1;
  width: 100%;
}
.cid-tJfP8c0bDM .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tJfP8c0bDM .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tJfP8crAe1 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tJfP8crAe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP8crAe1 .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-tJfP8crAe1 .container {
    padding: 0 16px;
  }
}
.cid-tJfP8crAe1 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJfP8crAe1 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJfP8crAe1 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJfP8crAe1 .image-wrapper img {
    height: 300px;
  }
}
.cid-tJfP8crAe1 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP8crAe1 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJfP8crAe1 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP8crAe1 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJfP8crAe1 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfP8crAe1 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJfP8crAe1 .mbr-section-title,
.cid-tJfP8crAe1 .mbr-section-btn {
  color: #7b9591;
}
.cid-tJfP8cS7xW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJfP8cS7xW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfP8cS7xW .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-tJfP8cS7xW .container {
    padding: 0 20px;
  }
}
.cid-tJfP8cS7xW .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJfP8cS7xW .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJfP8cS7xW .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJfP8cS7xW .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJfP8cS7xW .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJfP8cS7xW .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJfP8cS7xW .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJfP8cS7xW .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJfP8cS7xW .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJfP8cS7xW .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJfP8cS7xW .mbr-section-title {
  color: #e2edec;
}
.cid-tJfP8cS7xW .mbr-desc {
  color: #ffffff;
}
.cid-tJfP8cS7xW .mbr-text {
  color: #ffffff;
}
.cid-tJfP8cS7xW .list {
  color: #ffffff;
}
.cid-tJfP8cS7xW .copyright {
  color: #ffffff;
}
.cid-tPfHD5lXDF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHD5lXDF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHD5lXDF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHD5lXDF .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHD5lXDF .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHD5lXDF .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHD5lXDF [class^="socicon-"]:before,
.cid-tPfHD5lXDF [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHD5lXDF .mbr-section-title,
.cid-tPfHD5lXDF .social-list {
  color: #ffffff;
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPLlQAmm1Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPLlQAmm1Z .menu_box .navbar.opened,
  .cid-tPLlQAmm1Z .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  position: relative !important;
}
.cid-tPLlQAmm1Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPLlQAmm1Z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-tPLlQAmm1Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPLlQAmm1Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-text,
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #a34f8b;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPLlQAmm1Z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPLlQAmm1Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPLlQAmm1Z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tPLlQAmm1Z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 0 !important;
  }
}
.cid-tPLlQAmm1Z .nav-item .nav-link {
  position: relative;
}
.cid-tPLlQAmm1Z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb7bd;
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus {
  opacity: 1;
  color: #ddb7bd !important;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover::before,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPLlQAmm1Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPLlQAmm1Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box {
    display: none;
  }
}
.cid-tPLlQAmm1Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .container {
  display: flex;
  margin: auto;
}
.cid-tPLlQAmm1Z .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPLlQAmm1Z .navbar-caption {
  color: #212529;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.cid-tPLlQAmm1Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .navbar-nav {
    margin: 0;
  }
}
.cid-tPLlQAmm1Z .dropdown-menu,
.cid-tPLlQAmm1Z .navbar.opened {
  background-color: false !important;
}
.cid-tPLlQAmm1Z .nav-item:focus,
.cid-tPLlQAmm1Z .nav-link:focus {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPLlQAmm1Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPLlQAmm1Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tPLlQAmm1Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPLlQAmm1Z .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 5px;
}
.cid-tPLlQAmm1Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar.collapsed {
  justify-content: center;
}
.cid-tPLlQAmm1Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPLlQAmm1Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPLlQAmm1Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPLlQAmm1Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPLlQAmm1Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPLlQAmm1Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPLlQAmm1Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown-item.active,
.cid-tPLlQAmm1Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tPLlQAmm1Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPLlQAmm1Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPLlQAmm1Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPLlQAmm1Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #ece0df;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #a34f8b;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPLlQAmm1Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPLlQAmm1Z .navbar {
    height: 70px;
  }
  .cid-tPLlQAmm1Z .navbar.opened {
    height: auto;
  }
  .cid-tPLlQAmm1Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPLlQAmm1Z .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tPLlQAmm1Z .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tPLlQAmm1Z .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tPLlQAmm1Z .text_widget {
  margin-bottom: 32px;
}
.cid-tPLlQAmm1Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .text_widget a:hover {
  color: #a34f8b !important;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle,
.cid-tPLlQAmm1Z .text_widget,
.cid-tPLlQAmm1Z .mbr-section-btn {
  text-align: center;
}
.cid-tPLlQAmm1Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tJfCGAhPWo {
  background-image: url("../../../assets/images/mbsr-kurs-muenchen-3.webp");
}
.cid-tJfCGAhPWo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfCGAhPWo .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-tJfCGAhPWo .container {
    padding: 0 20px;
  }
  .cid-tJfCGAhPWo .container .row {
    padding: 0;
  }
}
.cid-tJfCGAhPWo .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tJfCGAhPWo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tJfCGAhPWo .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJfCGAhPWo .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tJfCGAhPWo .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-tJfCGAhPWo .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tJfCGAhPWo .mbr-text {
  color: #ffffff;
}
.cid-tJfCGAhPWo .mbr-text,
.cid-tJfCGAhPWo .mbr-section-btn {
  text-align: left;
}
.cid-tJfCGBl4Ru {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJfCGBl4Ru .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfCGBl4Ru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJfCGBl4Ru .mbr-text,
.cid-tJfCGBl4Ru .mbr-section-btn {
  text-align: center;
}
.cid-tJfCGBl4Ru .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJfCGBHPpH {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tJfCGBHPpH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfCGBHPpH .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-tJfCGBHPpH .container {
    padding: 0 16px;
  }
}
.cid-tJfCGBHPpH .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJfCGBHPpH .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJfCGBHPpH .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJfCGBHPpH .image-wrapper img {
    height: 300px;
  }
}
.cid-tJfCGBHPpH .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfCGBHPpH .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJfCGBHPpH .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfCGBHPpH .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJfCGBHPpH .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJfCGBHPpH .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJfCGBHPpH .mbr-section-title,
.cid-tJfCGBHPpH .mbr-section-btn {
  color: #7b9591;
}
.cid-tJfCGBHPpH .mbr-desc {
  color: #232323;
}
.cid-tJlB9nibF6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7e9e1;
}
.cid-tJlB9nibF6 .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tJlB9nibF6 .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tJlB9nibF6 .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tJlB9nibF6 .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tJlB9nibF6 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tJlB9nibF6 .text-wrapper {
  padding: 160px 160px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJlB9nibF6 .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tJlB9nibF6 .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tJlB9nibF6 .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tJlB9nibF6 .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tJlB9nibF6 .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tJlB9nibF6 .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tJlB9nibF6 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tJlB9nibF6 .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tJlB9nibF6 .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tJlB9nibF6 .mbr-section-title {
  color: #7b9591;
}
.cid-tJlB9nibF6 .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tJlB9nibF6 .mbr-text {
  color: #1E1C21;
}
.cid-tJlB9nibF6 .mbr-list {
  color: #232323;
  line-height: 100%;
}
.cid-tJlLtjmprD {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tJlLtjmprD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJlLtjmprD .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-tJlLtjmprD .container {
    padding: 0 16px;
  }
}
.cid-tJlLtjmprD .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJlLtjmprD .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJlLtjmprD .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJlLtjmprD .image-wrapper img {
    height: 300px;
  }
}
.cid-tJlLtjmprD .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJlLtjmprD .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJlLtjmprD .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJlLtjmprD .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJlLtjmprD .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJlLtjmprD .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJlLtjmprD .mbr-section-title,
.cid-tJlLtjmprD .mbr-section-btn {
  color: #7b9591;
}
.cid-tJlLtjmprD .mbr-list {
  color: #232323;
  margin-left: -15px;
}
.cid-tJme689MTi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbsr-kurs-fragen.webp");
}
.cid-tJme689MTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJme689MTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJme689MTi .container,
.cid-tJme689MTi .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tJme689MTi .container,
  .cid-tJme689MTi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJme689MTi .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 0px;
  background-color: #e2edec;
}
@media (max-width: 992px) {
  .cid-tJme689MTi .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-tJme689MTi .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tJme689MTi .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tJme689MTi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tJme689MTi .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-tJme689MTi .panel-group {
    padding: 0 12px;
  }
}
.cid-tJme689MTi .panel-group .card {
  border-radius: 0;
}
.cid-tJme689MTi .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tJme689MTi .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-tJme689MTi .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-tJme689MTi .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #7b9591;
}
.cid-tJme689MTi .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7b9591;
}
.cid-tJme689MTi .panel-group .card .card-header .panel-title:hover,
.cid-tJme689MTi .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #7b9591;
}
.cid-tJme689MTi .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-tJme689MTi .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #7b9591;
}
.cid-tJme689MTi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-tJme689MTi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-tJme689MTi .mbr-section-title {
  color: #7b9591;
  text-align: center;
}
.cid-tJme689MTi .panel-title-edit {
  color: #3d4045;
}
.cid-tJme689MTi .panel-text {
  color: #3d4045;
}
.cid-tJm0n7AMsX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7b9591;
  position: relative;
  overflow: hidden;
}
.cid-tJm0n7AMsX .container {
  max-width: 920px;
}
.cid-tJm0n7AMsX .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 500px;
  padding: 80px 60px;
  background-color: #7b9591;
  border: 1px solid rgba(123, 149, 145, 0.1);
}
@media (max-width: 991px) {
  .cid-tJm0n7AMsX .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-tJm0n7AMsX .border-container {
    padding: 8% 6%;
    min-height: 400px;
  }
}
@media (max-width: 575px) {
  .cid-tJm0n7AMsX .border-container {
    padding: 9% 7%;
    min-height: 350px;
  }
}
.cid-tJm0n7AMsX .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tJm0n7AMsX .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tJm0n7AMsX .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tJm0n7AMsX .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tJm0n7AMsX .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #7b9591;
  border-color: rgba(123, 149, 145, 0.1);
}
@media (max-width: 991px) {
  .cid-tJm0n7AMsX .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tJm0n7AMsX .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tJm0n7AMsX .border-frame {
    width: 7%;
  }
}
.cid-tJm0n7AMsX .mbr-section-title {
  color: #5b7d78;
  margin-bottom: 1rem !important;
}
.cid-tJm0n7AMsX .carousel,
.cid-tJm0n7AMsX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJm0n7AMsX .carousel-fade {
  transition: .8s all;
}
.cid-tJm0n7AMsX .item-wrapper {
  width: 100%;
  overflow: visible !important;
}
.cid-tJm0n7AMsX .carousel-caption {
  bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  margin-bottom: 0;
  text-align: center;
  padding: 0 !important;
}
.cid-tJm0n7AMsX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tJm0n7AMsX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tJm0n7AMsX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tJm0n7AMsX .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tJm0n7AMsX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tJm0n7AMsX .carousel-control {
  bottom: -90px !important;
  top: auto;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  border: 1px solid #7b9591;
  color: #406962;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-tJm0n7AMsX .carousel-control.carousel-control-prev {
  right: calc(50% + 32px) !important;
  left: auto;
}
.cid-tJm0n7AMsX .carousel-control.carousel-control-next {
  left: calc(50% + 32px);
}
.cid-tJm0n7AMsX .carousel-control:hover {
  background: #7b9591;
  color: #fff;
}
.cid-tJm0n7AMsX .carousel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: absolute;
  color: #406962;
  bottom: -90px !important;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tJm0n7AMsX .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tJm0n7AMsX .carousel-inner {
  margin-bottom: 90px;
  overflow: visible !important;
}
.cid-tJm0n7AMsX .carousel-inner .item-menu-overlay {
  display: none !important;
  transition: 0s !important;
}
.cid-tJm0n7AMsX .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(123, 149, 145, 0.1);
}
.cid-tJm0n7AMsX .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-tJm0n7AMsX .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-tJm0n7AMsX .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-tJm0n7AMsX .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-tJm0n7AMsX .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tJm0n7AMsX .carousel-indicators {
  display: none !important;
}
.cid-tJg4RcwXCu {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJg4RcwXCu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJg4RcwXCu .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-tJg4RcwXCu .container {
    padding: 0 16px;
  }
}
.cid-tJg4RcwXCu .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tJg4RcwXCu .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tJg4RcwXCu .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJg4RcwXCu .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJg4RcwXCu .image-wrapper img {
    height: 300px;
  }
}
.cid-tJg4RcwXCu .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJg4RcwXCu .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJg4RcwXCu .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJg4RcwXCu .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJg4RcwXCu .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJg4RcwXCu .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJg4RcwXCu .mbr-section-title,
.cid-tJg4RcwXCu .mbr-section-btn {
  color: #7b9591;
}
.cid-tJg4RcwXCu .mbr-list {
  color: #232323;
  margin-left: -15px;
}
.cid-tJg5I4jUPd {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tJg5I4jUPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJg5I4jUPd .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-tJg5I4jUPd .container {
    padding: 0 16px;
  }
}
.cid-tJg5I4jUPd .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJg5I4jUPd .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJg5I4jUPd .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJg5I4jUPd .image-wrapper img {
    height: 300px;
  }
}
.cid-tJg5I4jUPd .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJg5I4jUPd .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJg5I4jUPd .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJg5I4jUPd .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJg5I4jUPd .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJg5I4jUPd .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJg5I4jUPd .mbr-section-title,
.cid-tJg5I4jUPd .mbr-section-btn {
  color: #7b9591;
}
.cid-tJg5I4jUPd .mbr-list {
  color: #232323;
  margin-left: -15px;
}
.cid-tJlOp8cFKO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbsr-kurs-zitat-1.webp");
  overflow: hidden;
}
.cid-tJlOp8cFKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJlOp8cFKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJlOp8cFKO .row {
  justify-content: left;
}
.cid-tJlOp8cFKO .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 991px) {
  .cid-tJlOp8cFKO .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tJlOp8cFKO .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tJlOp8cFKO .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJlOp8cFKO .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tJlOp8cFKO .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tJlOp8cFKO .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJlOp8cFKO .point-frame-1 {
  top: 19px;
}
.cid-tJlOp8cFKO .point-frame-2 {
  bottom: 19px;
}
.cid-tJlOp8cFKO .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-tJlOp8cFKO .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tJlOp8cFKO .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tJlOp8cFKO .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tJlOp8cFKO .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tJlOp8cFKO .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tJlOp8cFKO .item-container {
  width: 100%;
}
.cid-tJlOp8cFKO .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tJlOp8cFKO .mbr-text {
  color: #f7e9e1;
  width: 100%;
}
.cid-tJlOp8cFKO .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tJlOp8cFKO .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tJfCGJ38cf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJfCGJ38cf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJfCGJ38cf .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-tJfCGJ38cf .container {
    padding: 0 20px;
  }
}
.cid-tJfCGJ38cf .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJfCGJ38cf .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJfCGJ38cf .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJfCGJ38cf .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJfCGJ38cf .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJfCGJ38cf .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJfCGJ38cf .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJfCGJ38cf .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJfCGJ38cf .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJfCGJ38cf .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJfCGJ38cf .mbr-section-title {
  color: #e2edec;
}
.cid-tJfCGJ38cf .mbr-desc {
  color: #ffffff;
}
.cid-tJfCGJ38cf .mbr-text {
  color: #ffffff;
}
.cid-tJfCGJ38cf .list {
  color: #ffffff;
}
.cid-tJfCGJ38cf .copyright {
  color: #ffffff;
}
.cid-tPfHFfbxOl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHFfbxOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHFfbxOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHFfbxOl .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHFfbxOl .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHFfbxOl .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHFfbxOl [class^="socicon-"]:before,
.cid-tPfHFfbxOl [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHFfbxOl .mbr-section-title,
.cid-tPfHFfbxOl .social-list {
  color: #ffffff;
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPLlQAmm1Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPLlQAmm1Z .menu_box .navbar.opened,
  .cid-tPLlQAmm1Z .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  position: relative !important;
}
.cid-tPLlQAmm1Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPLlQAmm1Z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-tPLlQAmm1Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPLlQAmm1Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-text,
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #a34f8b;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPLlQAmm1Z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPLlQAmm1Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPLlQAmm1Z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tPLlQAmm1Z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 0 !important;
  }
}
.cid-tPLlQAmm1Z .nav-item .nav-link {
  position: relative;
}
.cid-tPLlQAmm1Z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb7bd;
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus {
  opacity: 1;
  color: #ddb7bd !important;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover::before,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPLlQAmm1Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPLlQAmm1Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box {
    display: none;
  }
}
.cid-tPLlQAmm1Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .container {
  display: flex;
  margin: auto;
}
.cid-tPLlQAmm1Z .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPLlQAmm1Z .navbar-caption {
  color: #212529;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.cid-tPLlQAmm1Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .navbar-nav {
    margin: 0;
  }
}
.cid-tPLlQAmm1Z .dropdown-menu,
.cid-tPLlQAmm1Z .navbar.opened {
  background-color: false !important;
}
.cid-tPLlQAmm1Z .nav-item:focus,
.cid-tPLlQAmm1Z .nav-link:focus {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPLlQAmm1Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPLlQAmm1Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tPLlQAmm1Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPLlQAmm1Z .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 5px;
}
.cid-tPLlQAmm1Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar.collapsed {
  justify-content: center;
}
.cid-tPLlQAmm1Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPLlQAmm1Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPLlQAmm1Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPLlQAmm1Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPLlQAmm1Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPLlQAmm1Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPLlQAmm1Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown-item.active,
.cid-tPLlQAmm1Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tPLlQAmm1Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPLlQAmm1Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPLlQAmm1Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPLlQAmm1Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #ece0df;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #a34f8b;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPLlQAmm1Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPLlQAmm1Z .navbar {
    height: 70px;
  }
  .cid-tPLlQAmm1Z .navbar.opened {
    height: auto;
  }
  .cid-tPLlQAmm1Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPLlQAmm1Z .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tPLlQAmm1Z .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tPLlQAmm1Z .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tPLlQAmm1Z .text_widget {
  margin-bottom: 32px;
}
.cid-tPLlQAmm1Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .text_widget a:hover {
  color: #a34f8b !important;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle,
.cid-tPLlQAmm1Z .text_widget,
.cid-tPLlQAmm1Z .mbr-section-btn {
  text-align: center;
}
.cid-tPLlQAmm1Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tJqU0kxr31 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #7b9591;
}
.cid-tJqU0kxr31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqU0kxr31 .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-tJqU0kxr31 .container {
    padding: 0 20px;
  }
}
.cid-tJqU0kxr31 .row {
  margin-top: -2px;
}
.cid-tJqU0kxr31 .card {
  padding: 0;
}
.cid-tJqU0kxr31 .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tJqU0kxr31 .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tJqU0kxr31 .title-wrapper {
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tJqU0kxr31 .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tJqU0kxr31 .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tJqU0kxr31 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tJqU0kxr31 .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tJqU0kxr31 .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tJqU0kxr31 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tJqU0kxr31 .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tJqU0kxr31 .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tJqU0kxr31 .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tJqU0kxr31 .mbr-section-title {
  color: #ffffff;
}
.cid-tJqU0kxr31 .mbr-text {
  color: #ffffff;
}
.cid-tJqU0kxr31 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tJqU0kxr31 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tJpQ1ZMHH1 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ece0df;
}
.cid-tJpQ1ZMHH1 .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tJpQ1ZMHH1 .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tJpQ1ZMHH1 .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tJpQ1ZMHH1 .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tJpQ1ZMHH1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tJpQ1ZMHH1 .text-wrapper {
  padding: 160px 160px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJpQ1ZMHH1 .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tJpQ1ZMHH1 .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tJpQ1ZMHH1 .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tJpQ1ZMHH1 .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tJpQ1ZMHH1 .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tJpQ1ZMHH1 .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tJpQ1ZMHH1 .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tJpQ1ZMHH1 .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tJpQ1ZMHH1 .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tJpQ1ZMHH1 .mbr-section-title {
  color: #7b9591;
}
.cid-tJpQ1ZMHH1 .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tJpQ1ZMHH1 .mbr-text {
  color: #1E1C21;
  font-weight: bold;
}
.cid-tJrcHWrKGG {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJrcHWrKGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJrcHWrKGG .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-tJrcHWrKGG .container {
    padding: 0 16px;
  }
}
.cid-tJrcHWrKGG .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ece0df;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJrcHWrKGG .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJrcHWrKGG .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJrcHWrKGG .image-wrapper img {
    height: 300px;
  }
}
.cid-tJrcHWrKGG .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJrcHWrKGG .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJrcHWrKGG .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJrcHWrKGG .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJrcHWrKGG .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJrcHWrKGG .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJrcHWrKGG .mbr-section-title,
.cid-tJrcHWrKGG .mbr-section-btn {
  color: #7b9591;
}
.cid-tJrdtKIzje {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJrdtKIzje .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJrdtKIzje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJrdtKIzje .mbr-text,
.cid-tJrdtKIzje .mbr-section-btn {
  text-align: center;
}
.cid-tJrdtKIzje .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJrdtKIzje .mbr-section-subtitle {
  color: #3d4045;
}
.cid-tJro0fWwdU {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tJro0fWwdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJro0fWwdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJro0fWwdU .cards-row {
  row-gap: 50px;
}
.cid-tJro0fWwdU .card-wrapper {
  display: flex;
  align-items: flex-start;
}
.cid-tJro0fWwdU .number-text {
  color: #e4d0cd;
  margin-right: 36px;
  word-break: normal;
  max-width: 50%;
}
.cid-tJro0fWwdU .card-box {
  padding-top: 4px;
}
.cid-tJro0fWwdU .card-title {
  color: #303030;
}
.cid-tJro0fWwdU .card-text {
  color: #303030;
  margin-top: 15px;
}
.cid-tJro0fWwdU .mbr-section-btn {
  margin-top: 7px;
}
.cid-tJpQ1ZnocQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/tina-mai-zitat.webp");
  overflow: hidden;
}
.cid-tJpQ1ZnocQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ1ZnocQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJpQ1ZnocQ .row {
  justify-content: left;
}
.cid-tJpQ1ZnocQ .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 991px) {
  .cid-tJpQ1ZnocQ .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tJpQ1ZnocQ .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tJpQ1ZnocQ .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJpQ1ZnocQ .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tJpQ1ZnocQ .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tJpQ1ZnocQ .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tJpQ1ZnocQ .point-frame-1 {
  top: 19px;
}
.cid-tJpQ1ZnocQ .point-frame-2 {
  bottom: 19px;
}
.cid-tJpQ1ZnocQ .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-tJpQ1ZnocQ .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tJpQ1ZnocQ .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tJpQ1ZnocQ .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tJpQ1ZnocQ .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tJpQ1ZnocQ .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tJpQ1ZnocQ .item-container {
  width: 100%;
}
.cid-tJpQ1ZnocQ .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tJpQ1ZnocQ .mbr-text {
  color: #ece0df;
  width: 100%;
}
.cid-tJpQ1ZnocQ .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tJpQ1ZnocQ .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tJpQ20gUbA {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tJpQ20gUbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ20gUbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJpQ20gUbA .mbr-text,
.cid-tJpQ20gUbA .mbr-section-btn {
  text-align: center;
}
.cid-tJpQ20gUbA .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJpQ20CCHG {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJpQ20CCHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ20CCHG .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-tJpQ20CCHG .container {
    padding: 0 16px;
  }
}
.cid-tJpQ20CCHG .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ece0df;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJpQ20CCHG .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJpQ20CCHG .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJpQ20CCHG .image-wrapper img {
    height: 300px;
  }
}
.cid-tJpQ20CCHG .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ20CCHG .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJpQ20CCHG .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ20CCHG .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJpQ20CCHG .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ20CCHG .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJpQ20CCHG .mbr-section-title,
.cid-tJpQ20CCHG .mbr-section-btn {
  color: #8b7395;
}
.cid-tJpQ218gYJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tJpQ218gYJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ218gYJ .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-tJpQ218gYJ .container {
    padding: 0 16px;
  }
}
.cid-tJpQ218gYJ .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tJpQ218gYJ .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tJpQ218gYJ .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJpQ218gYJ .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJpQ218gYJ .image-wrapper img {
    height: 300px;
  }
}
.cid-tJpQ218gYJ .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ218gYJ .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJpQ218gYJ .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ218gYJ .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJpQ218gYJ .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ218gYJ .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJpQ218gYJ .mbr-section-title,
.cid-tJpQ218gYJ .mbr-section-btn {
  color: #8b7395;
}
.cid-tJpQ21ym7O {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tJpQ21ym7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ21ym7O .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-tJpQ21ym7O .container {
    padding: 0 16px;
  }
}
.cid-tJpQ21ym7O .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ece0df;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tJpQ21ym7O .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJpQ21ym7O .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJpQ21ym7O .image-wrapper img {
    height: 300px;
  }
}
.cid-tJpQ21ym7O .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ21ym7O .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJpQ21ym7O .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ21ym7O .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJpQ21ym7O .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ21ym7O .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJpQ21ym7O .mbr-section-title,
.cid-tJpQ21ym7O .mbr-section-btn {
  color: #8b7395;
}
.cid-tJpQ1YOQXL {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #e2edec;
}
.cid-tJpQ1YOQXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ1YOQXL .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-tJpQ1YOQXL .container {
    padding: 0 16px;
  }
}
.cid-tJpQ1YOQXL .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7b9591;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tJpQ1YOQXL .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tJpQ1YOQXL .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tJpQ1YOQXL .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tJpQ1YOQXL .image-wrapper img {
    height: 300px;
  }
}
.cid-tJpQ1YOQXL .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ1YOQXL .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tJpQ1YOQXL .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ1YOQXL .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tJpQ1YOQXL .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tJpQ1YOQXL .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tJpQ1YOQXL .mbr-section-title,
.cid-tJpQ1YOQXL .mbr-section-btn {
  color: #7b9591;
}
.cid-tJpQ22MCuG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJpQ22MCuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJpQ22MCuG .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-tJpQ22MCuG .container {
    padding: 0 20px;
  }
}
.cid-tJpQ22MCuG .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJpQ22MCuG .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJpQ22MCuG .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJpQ22MCuG .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJpQ22MCuG .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJpQ22MCuG .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJpQ22MCuG .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJpQ22MCuG .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJpQ22MCuG .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJpQ22MCuG .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJpQ22MCuG .mbr-section-title {
  color: #e2edec;
}
.cid-tJpQ22MCuG .mbr-desc {
  color: #ffffff;
}
.cid-tJpQ22MCuG .mbr-text {
  color: #ffffff;
}
.cid-tJpQ22MCuG .list {
  color: #ffffff;
}
.cid-tJpQ22MCuG .copyright {
  color: #ffffff;
}
.cid-tPfHHzNEh1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHHzNEh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHHzNEh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHHzNEh1 .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHHzNEh1 .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHHzNEh1 .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHHzNEh1 [class^="socicon-"]:before,
.cid-tPfHHzNEh1 [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHHzNEh1 .mbr-section-title,
.cid-tPfHHzNEh1 .social-list {
  color: #ffffff;
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPLlQAmm1Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPLlQAmm1Z .menu_box .navbar.opened,
  .cid-tPLlQAmm1Z .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  position: relative !important;
}
.cid-tPLlQAmm1Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPLlQAmm1Z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-tPLlQAmm1Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPLlQAmm1Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-text,
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #a34f8b;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPLlQAmm1Z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPLlQAmm1Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPLlQAmm1Z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tPLlQAmm1Z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 0 !important;
  }
}
.cid-tPLlQAmm1Z .nav-item .nav-link {
  position: relative;
}
.cid-tPLlQAmm1Z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb7bd;
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus {
  opacity: 1;
  color: #ddb7bd !important;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover::before,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPLlQAmm1Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPLlQAmm1Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box {
    display: none;
  }
}
.cid-tPLlQAmm1Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .container {
  display: flex;
  margin: auto;
}
.cid-tPLlQAmm1Z .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPLlQAmm1Z .navbar-caption {
  color: #212529;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.cid-tPLlQAmm1Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .navbar-nav {
    margin: 0;
  }
}
.cid-tPLlQAmm1Z .dropdown-menu,
.cid-tPLlQAmm1Z .navbar.opened {
  background-color: false !important;
}
.cid-tPLlQAmm1Z .nav-item:focus,
.cid-tPLlQAmm1Z .nav-link:focus {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPLlQAmm1Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPLlQAmm1Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tPLlQAmm1Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPLlQAmm1Z .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 5px;
}
.cid-tPLlQAmm1Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar.collapsed {
  justify-content: center;
}
.cid-tPLlQAmm1Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPLlQAmm1Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPLlQAmm1Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPLlQAmm1Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPLlQAmm1Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPLlQAmm1Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPLlQAmm1Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown-item.active,
.cid-tPLlQAmm1Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tPLlQAmm1Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPLlQAmm1Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPLlQAmm1Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPLlQAmm1Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #ece0df;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #a34f8b;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPLlQAmm1Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPLlQAmm1Z .navbar {
    height: 70px;
  }
  .cid-tPLlQAmm1Z .navbar.opened {
    height: auto;
  }
  .cid-tPLlQAmm1Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPLlQAmm1Z .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tPLlQAmm1Z .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tPLlQAmm1Z .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tPLlQAmm1Z .text_widget {
  margin-bottom: 32px;
}
.cid-tPLlQAmm1Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .text_widget a:hover {
  color: #a34f8b !important;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle,
.cid-tPLlQAmm1Z .text_widget,
.cid-tPLlQAmm1Z .mbr-section-btn {
  text-align: center;
}
.cid-tPLlQAmm1Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tJqI9VfGuV {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbsr-achtsamkeit.webp");
}
.cid-tJqI9VfGuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqI9VfGuV .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-tJqI9VfGuV .container {
    padding: 0 20px;
  }
  .cid-tJqI9VfGuV .container .row {
    padding: 0;
  }
}
.cid-tJqI9VfGuV .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tJqI9VfGuV .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tJqI9VfGuV .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJqI9VfGuV .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tJqI9VfGuV .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-tJqI9VfGuV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tJqI9VfGuV .mbr-text {
  color: #ffffff;
}
.cid-tJqI9VfGuV .mbr-text,
.cid-tJqI9VfGuV .mbr-section-btn {
  text-align: left;
}
.cid-tJqI9VY7Ga {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJqI9VY7Ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqI9VY7Ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJqI9VY7Ga .mbr-text,
.cid-tJqI9VY7Ga .mbr-section-btn {
  text-align: left;
}
.cid-tJqI9VY7Ga .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJqI9VY7Ga .mbr-list {
  color: #777777;
}
.cid-tJqI9Z9iqm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJqI9Z9iqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqI9Z9iqm .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-tJqI9Z9iqm .container {
    padding: 0 20px;
  }
}
.cid-tJqI9Z9iqm .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJqI9Z9iqm .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJqI9Z9iqm .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJqI9Z9iqm .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJqI9Z9iqm .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJqI9Z9iqm .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJqI9Z9iqm .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJqI9Z9iqm .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJqI9Z9iqm .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJqI9Z9iqm .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJqI9Z9iqm .mbr-section-title {
  color: #e2edec;
}
.cid-tJqI9Z9iqm .mbr-desc {
  color: #ffffff;
}
.cid-tJqI9Z9iqm .mbr-text {
  color: #ffffff;
}
.cid-tJqI9Z9iqm .list {
  color: #ffffff;
}
.cid-tJqI9Z9iqm .copyright {
  color: #ffffff;
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPLlQAmm1Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPLlQAmm1Z .menu_box .navbar.opened,
  .cid-tPLlQAmm1Z .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  position: relative !important;
}
.cid-tPLlQAmm1Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPLlQAmm1Z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-tPLlQAmm1Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPLlQAmm1Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-text,
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #a34f8b;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPLlQAmm1Z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPLlQAmm1Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPLlQAmm1Z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tPLlQAmm1Z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 0 !important;
  }
}
.cid-tPLlQAmm1Z .nav-item .nav-link {
  position: relative;
}
.cid-tPLlQAmm1Z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb7bd;
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus {
  opacity: 1;
  color: #ddb7bd !important;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover::before,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPLlQAmm1Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPLlQAmm1Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box {
    display: none;
  }
}
.cid-tPLlQAmm1Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .container {
  display: flex;
  margin: auto;
}
.cid-tPLlQAmm1Z .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPLlQAmm1Z .navbar-caption {
  color: #212529;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.cid-tPLlQAmm1Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .navbar-nav {
    margin: 0;
  }
}
.cid-tPLlQAmm1Z .dropdown-menu,
.cid-tPLlQAmm1Z .navbar.opened {
  background-color: false !important;
}
.cid-tPLlQAmm1Z .nav-item:focus,
.cid-tPLlQAmm1Z .nav-link:focus {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPLlQAmm1Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPLlQAmm1Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tPLlQAmm1Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPLlQAmm1Z .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 5px;
}
.cid-tPLlQAmm1Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar.collapsed {
  justify-content: center;
}
.cid-tPLlQAmm1Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPLlQAmm1Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPLlQAmm1Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPLlQAmm1Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPLlQAmm1Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPLlQAmm1Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPLlQAmm1Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown-item.active,
.cid-tPLlQAmm1Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tPLlQAmm1Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPLlQAmm1Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPLlQAmm1Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPLlQAmm1Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #ece0df;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #a34f8b;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPLlQAmm1Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPLlQAmm1Z .navbar {
    height: 70px;
  }
  .cid-tPLlQAmm1Z .navbar.opened {
    height: auto;
  }
  .cid-tPLlQAmm1Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPLlQAmm1Z .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tPLlQAmm1Z .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tPLlQAmm1Z .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tPLlQAmm1Z .text_widget {
  margin-bottom: 32px;
}
.cid-tPLlQAmm1Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .text_widget a:hover {
  color: #a34f8b !important;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle,
.cid-tPLlQAmm1Z .text_widget,
.cid-tPLlQAmm1Z .mbr-section-btn {
  text-align: center;
}
.cid-tPLlQAmm1Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tJqNEdeX82 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbsr-achtsamkeit.webp");
}
.cid-tJqNEdeX82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqNEdeX82 .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-tJqNEdeX82 .container {
    padding: 0 20px;
  }
  .cid-tJqNEdeX82 .container .row {
    padding: 0;
  }
}
.cid-tJqNEdeX82 .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tJqNEdeX82 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tJqNEdeX82 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJqNEdeX82 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tJqNEdeX82 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-tJqNEdeX82 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tJqNEdeX82 .mbr-text {
  color: #ffffff;
}
.cid-tJqNEdeX82 .mbr-text,
.cid-tJqNEdeX82 .mbr-section-btn {
  text-align: left;
}
.cid-tJqNEdXUAm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJqNEdXUAm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqNEdXUAm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJqNEdXUAm .mbr-text,
.cid-tJqNEdXUAm .mbr-section-btn {
  text-align: left;
}
.cid-tJqNEdXUAm .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tJqNEdXUAm .mbr-list {
  color: #777777;
}
.cid-tJqNEebGQ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJqNEebGQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJqNEebGQ5 .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-tJqNEebGQ5 .container {
    padding: 0 20px;
  }
}
.cid-tJqNEebGQ5 .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJqNEebGQ5 .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJqNEebGQ5 .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJqNEebGQ5 .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJqNEebGQ5 .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJqNEebGQ5 .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJqNEebGQ5 .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJqNEebGQ5 .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJqNEebGQ5 .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJqNEebGQ5 .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJqNEebGQ5 .mbr-section-title {
  color: #e2edec;
}
.cid-tJqNEebGQ5 .mbr-desc {
  color: #ffffff;
}
.cid-tJqNEebGQ5 .mbr-text {
  color: #ffffff;
}
.cid-tJqNEebGQ5 .list {
  color: #ffffff;
}
.cid-tJqNEebGQ5 .copyright {
  color: #ffffff;
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPLlQAmm1Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPLlQAmm1Z .menu_box .navbar.opened,
  .cid-tPLlQAmm1Z .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  position: relative !important;
}
.cid-tPLlQAmm1Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPLlQAmm1Z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-tPLlQAmm1Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPLlQAmm1Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-text,
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #a34f8b;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPLlQAmm1Z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPLlQAmm1Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPLlQAmm1Z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tPLlQAmm1Z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 0 !important;
  }
}
.cid-tPLlQAmm1Z .nav-item .nav-link {
  position: relative;
}
.cid-tPLlQAmm1Z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb7bd;
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus {
  opacity: 1;
  color: #ddb7bd !important;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover::before,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPLlQAmm1Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPLlQAmm1Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box {
    display: none;
  }
}
.cid-tPLlQAmm1Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .container {
  display: flex;
  margin: auto;
}
.cid-tPLlQAmm1Z .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPLlQAmm1Z .navbar-caption {
  color: #212529;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.cid-tPLlQAmm1Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .navbar-nav {
    margin: 0;
  }
}
.cid-tPLlQAmm1Z .dropdown-menu,
.cid-tPLlQAmm1Z .navbar.opened {
  background-color: false !important;
}
.cid-tPLlQAmm1Z .nav-item:focus,
.cid-tPLlQAmm1Z .nav-link:focus {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPLlQAmm1Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPLlQAmm1Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tPLlQAmm1Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPLlQAmm1Z .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 5px;
}
.cid-tPLlQAmm1Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar.collapsed {
  justify-content: center;
}
.cid-tPLlQAmm1Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPLlQAmm1Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPLlQAmm1Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPLlQAmm1Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPLlQAmm1Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPLlQAmm1Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPLlQAmm1Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown-item.active,
.cid-tPLlQAmm1Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tPLlQAmm1Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPLlQAmm1Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPLlQAmm1Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPLlQAmm1Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #ece0df;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #a34f8b;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPLlQAmm1Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPLlQAmm1Z .navbar {
    height: 70px;
  }
  .cid-tPLlQAmm1Z .navbar.opened {
    height: auto;
  }
  .cid-tPLlQAmm1Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPLlQAmm1Z .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tPLlQAmm1Z .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tPLlQAmm1Z .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tPLlQAmm1Z .text_widget {
  margin-bottom: 32px;
}
.cid-tPLlQAmm1Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .text_widget a:hover {
  color: #a34f8b !important;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle,
.cid-tPLlQAmm1Z .text_widget,
.cid-tPLlQAmm1Z .mbr-section-btn {
  text-align: center;
}
.cid-tPLlQAmm1Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tJNSvIkyBm {
  background-image: url("../../../assets/images/tina-newsletter-anmeldung.webp");
}
.cid-tJNSvIkyBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJNSvIkyBm .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-tJNSvIkyBm .container {
    padding: 0 20px;
  }
  .cid-tJNSvIkyBm .container .row {
    padding: 0;
  }
}
.cid-tJNSvIkyBm .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tJNSvIkyBm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tJNSvIkyBm .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJNSvIkyBm .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tJNSvIkyBm .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-tJNSvIkyBm .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tJNSvIkyBm .mbr-text {
  color: #ffffff;
}
.cid-tJNSvIkyBm .mbr-text,
.cid-tJNSvIkyBm .mbr-section-btn {
  text-align: left;
}
.cid-tJeOhrNZhR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJeOhrNZhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJeOhrNZhR .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-tJeOhrNZhR .container {
    padding: 0 20px;
  }
}
.cid-tJeOhrNZhR .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJeOhrNZhR .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJeOhrNZhR .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJeOhrNZhR .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJeOhrNZhR .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJeOhrNZhR .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJeOhrNZhR .mbr-section-title {
  color: #e2edec;
}
.cid-tJeOhrNZhR .mbr-desc {
  color: #ffffff;
}
.cid-tJeOhrNZhR .mbr-text {
  color: #ffffff;
}
.cid-tJeOhrNZhR .list {
  color: #ffffff;
}
.cid-tJeOhrNZhR .copyright {
  color: #ffffff;
}
.cid-tPfHMXk3gO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHMXk3gO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHMXk3gO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHMXk3gO .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHMXk3gO .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHMXk3gO .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHMXk3gO [class^="socicon-"]:before,
.cid-tPfHMXk3gO [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHMXk3gO .mbr-section-title,
.cid-tPfHMXk3gO .social-list {
  color: #ffffff;
}
.cid-tJObbBkdyX {
  background-image: url("../../../assets/images/tina-newsletter-anmeldung.webp");
}
.cid-tJObbBkdyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJObbBkdyX .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-tJObbBkdyX .container {
    padding: 0 20px;
  }
  .cid-tJObbBkdyX .container .row {
    padding: 0;
  }
}
.cid-tJObbBkdyX .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tJObbBkdyX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tJObbBkdyX .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tJObbBkdyX .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tJObbBkdyX .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-tJObbBkdyX .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tJObbBkdyX .mbr-text {
  color: #ffffff;
}
.cid-tJObbBkdyX .mbr-text,
.cid-tJObbBkdyX .mbr-section-btn {
  text-align: left;
}
.cid-tJObbBzM93 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tJObbBzM93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJObbBzM93 .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-tJObbBzM93 .container {
    padding: 0 20px;
  }
}
.cid-tJObbBzM93 .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tJObbBzM93 .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tJObbBzM93 .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tJObbBzM93 .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tJObbBzM93 .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tJObbBzM93 .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tJObbBzM93 .row .list {
    margin-bottom: 32px;
  }
}
.cid-tJObbBzM93 .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tJObbBzM93 .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tJObbBzM93 .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tJObbBzM93 .mbr-section-title {
  color: #e2edec;
}
.cid-tJObbBzM93 .mbr-desc {
  color: #ffffff;
}
.cid-tJObbBzM93 .mbr-text {
  color: #ffffff;
}
.cid-tJObbBzM93 .list {
  color: #ffffff;
}
.cid-tJObbBzM93 .copyright {
  color: #ffffff;
}
.cid-tPfHQzAvYB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHQzAvYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHQzAvYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHQzAvYB .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHQzAvYB .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHQzAvYB .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHQzAvYB [class^="socicon-"]:before,
.cid-tPfHQzAvYB [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHQzAvYB .mbr-section-title,
.cid-tPfHQzAvYB .social-list {
  color: #ffffff;
}
.cid-tKtTuHpUxR {
  background-image: url("../../../assets/images/mbsr-kurs-kaufen-1.webp");
}
.cid-tKtTuHpUxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtTuHpUxR .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-tKtTuHpUxR .container {
    padding: 0 20px;
  }
  .cid-tKtTuHpUxR .container .row {
    padding: 0;
  }
}
.cid-tKtTuHpUxR .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tKtTuHpUxR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tKtTuHpUxR .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tKtTuHpUxR .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tKtTuHpUxR .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-tKtTuHpUxR .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tKtTuHpUxR .mbr-text {
  color: #ffffff;
}
.cid-tKtTuHpUxR .mbr-text,
.cid-tKtTuHpUxR .mbr-section-btn {
  text-align: left;
}
.cid-tKtW4Op7MW {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKtW4Op7MW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtW4Op7MW .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-tKtW4Op7MW .container {
    padding: 0 16px;
  }
}
.cid-tKtW4Op7MW .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tKtW4Op7MW .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tKtW4Op7MW .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tKtW4Op7MW .image-wrapper img {
    height: 300px;
  }
}
.cid-tKtW4Op7MW .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtW4Op7MW .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tKtW4Op7MW .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtW4Op7MW .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tKtW4Op7MW .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtW4Op7MW .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tKtW4Op7MW .mbr-section-title,
.cid-tKtW4Op7MW .mbr-section-btn {
  color: #95839c;
}
.cid-tKtW4Op7MW .mbr-text {
  color: #7b9591;
}
.cid-tKtRUXqdhw {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tKtRUXqdhw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKtRUXqdhw .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-tKtRUXqdhw .container {
    padding: 0 16px;
  }
}
.cid-tKtRUXqdhw .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tKtRUXqdhw .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tKtRUXqdhw .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tKtRUXqdhw .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tKtRUXqdhw .image-wrapper img {
    height: 300px;
  }
}
.cid-tKtRUXqdhw .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtRUXqdhw .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tKtRUXqdhw .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtRUXqdhw .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tKtRUXqdhw .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKtRUXqdhw .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tKtRUXqdhw .mbr-section-title,
.cid-tKtRUXqdhw .mbr-section-btn {
  color: #95839c;
}
.cid-tKtRUXqdhw .mbr-list {
  color: #232323;
  margin-left: -15px;
}
.cid-tKnMcLDPPk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbsr-kurs-fragen.webp");
}
.cid-tKnMcLDPPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnMcLDPPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKnMcLDPPk .container,
.cid-tKnMcLDPPk .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tKnMcLDPPk .container,
  .cid-tKnMcLDPPk .container-fluid {
    padding: 0 20px;
  }
}
.cid-tKnMcLDPPk .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 0px;
  background-color: #e2edec;
}
@media (max-width: 992px) {
  .cid-tKnMcLDPPk .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-tKnMcLDPPk .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tKnMcLDPPk .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tKnMcLDPPk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tKnMcLDPPk .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-tKnMcLDPPk .panel-group {
    padding: 0 12px;
  }
}
.cid-tKnMcLDPPk .panel-group .card {
  border-radius: 0;
}
.cid-tKnMcLDPPk .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tKnMcLDPPk .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #7b9591;
}
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7b9591;
}
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title:hover,
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #7b9591;
}
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #7b9591;
}
.cid-tKnMcLDPPk .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-tKnMcLDPPk .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-tKnMcLDPPk .mbr-section-title {
  color: #7b9591;
  text-align: center;
}
.cid-tKnMcLDPPk .panel-title-edit {
  color: #3d4045;
}
.cid-tKnMcLDPPk .panel-text {
  color: #3d4045;
}
.cid-tKnMcMYrfe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tKnMcMYrfe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKnMcMYrfe .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-tKnMcMYrfe .container {
    padding: 0 20px;
  }
}
.cid-tKnMcMYrfe .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tKnMcMYrfe .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tKnMcMYrfe .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tKnMcMYrfe .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tKnMcMYrfe .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tKnMcMYrfe .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tKnMcMYrfe .row .list {
    margin-bottom: 32px;
  }
}
.cid-tKnMcMYrfe .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tKnMcMYrfe .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tKnMcMYrfe .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tKnMcMYrfe .mbr-section-title {
  color: #e2edec;
}
.cid-tKnMcMYrfe .mbr-desc {
  color: #ffffff;
}
.cid-tKnMcMYrfe .mbr-text {
  color: #ffffff;
}
.cid-tKnMcMYrfe .list {
  color: #ffffff;
}
.cid-tKnMcMYrfe .copyright {
  color: #ffffff;
}
.cid-tPfHUpSy9Z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPfHUpSy9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfHUpSy9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfHUpSy9Z .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPfHUpSy9Z .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPfHUpSy9Z .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPfHUpSy9Z [class^="socicon-"]:before,
.cid-tPfHUpSy9Z [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPfHUpSy9Z .mbr-section-title,
.cid-tPfHUpSy9Z .social-list {
  color: #ffffff;
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPLlQAmm1Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPLlQAmm1Z .menu_box .navbar.opened,
  .cid-tPLlQAmm1Z .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  position: relative !important;
}
.cid-tPLlQAmm1Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPLlQAmm1Z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-tPLlQAmm1Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPLlQAmm1Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-text,
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #a34f8b;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPLlQAmm1Z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPLlQAmm1Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPLlQAmm1Z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tPLlQAmm1Z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 0 !important;
  }
}
.cid-tPLlQAmm1Z .nav-item .nav-link {
  position: relative;
}
.cid-tPLlQAmm1Z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb7bd;
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus {
  opacity: 1;
  color: #ddb7bd !important;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover::before,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPLlQAmm1Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPLlQAmm1Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box {
    display: none;
  }
}
.cid-tPLlQAmm1Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .container {
  display: flex;
  margin: auto;
}
.cid-tPLlQAmm1Z .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPLlQAmm1Z .navbar-caption {
  color: #212529;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.cid-tPLlQAmm1Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .navbar-nav {
    margin: 0;
  }
}
.cid-tPLlQAmm1Z .dropdown-menu,
.cid-tPLlQAmm1Z .navbar.opened {
  background-color: false !important;
}
.cid-tPLlQAmm1Z .nav-item:focus,
.cid-tPLlQAmm1Z .nav-link:focus {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPLlQAmm1Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPLlQAmm1Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tPLlQAmm1Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPLlQAmm1Z .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 5px;
}
.cid-tPLlQAmm1Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar.collapsed {
  justify-content: center;
}
.cid-tPLlQAmm1Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPLlQAmm1Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPLlQAmm1Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPLlQAmm1Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPLlQAmm1Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPLlQAmm1Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPLlQAmm1Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown-item.active,
.cid-tPLlQAmm1Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tPLlQAmm1Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPLlQAmm1Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPLlQAmm1Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPLlQAmm1Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #ece0df;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #a34f8b;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPLlQAmm1Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPLlQAmm1Z .navbar {
    height: 70px;
  }
  .cid-tPLlQAmm1Z .navbar.opened {
    height: auto;
  }
  .cid-tPLlQAmm1Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPLlQAmm1Z .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tPLlQAmm1Z .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tPLlQAmm1Z .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tPLlQAmm1Z .text_widget {
  margin-bottom: 32px;
}
.cid-tPLlQAmm1Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .text_widget a:hover {
  color: #a34f8b !important;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle,
.cid-tPLlQAmm1Z .text_widget,
.cid-tPLlQAmm1Z .mbr-section-btn {
  text-align: center;
}
.cid-tPLlQAmm1Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tPhAqXGF3Q {
  background-image: url("../../../assets/images/mbsr-kurs-kaufen-1.webp");
}
.cid-tPhAqXGF3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhAqXGF3Q .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-tPhAqXGF3Q .container {
    padding: 0 20px;
  }
  .cid-tPhAqXGF3Q .container .row {
    padding: 0;
  }
}
.cid-tPhAqXGF3Q .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tPhAqXGF3Q .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tPhAqXGF3Q .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tPhAqXGF3Q .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tPhAqXGF3Q .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-tPhAqXGF3Q .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tPhAqXGF3Q .mbr-text {
  color: #ffffff;
}
.cid-tPhAqXGF3Q .mbr-text,
.cid-tPhAqXGF3Q .mbr-section-btn {
  text-align: left;
}
.cid-tPhBbSDzOb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tPhBbSDzOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhBbSDzOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPhBbSDzOb .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPhBbSDzOb .image-wrapper img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-tPhBbSDzOb .image-wrapper img {
    width: 250px;
    height: 250px;
    margin-bottom: 32px;
  }
}
.cid-tPhBbSDzOb .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 115px;
  border-left: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tPhBbSDzOb .title-wrapper {
    padding: 0;
    border: none;
  }
}
.cid-tPhBbSDzOb .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tPhBbSDzOb .title-wrapper .mbr-text {
  margin-bottom: 32px;
  width: 100%;
}
.cid-tPhBbSDzOb .title-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-tPhBbSDzOb .mbr-section-title {
  color: #495DFF;
}
.cid-tPhBbSDzOb .mbr-text {
  color: #495DFF;
}
.cid-tPhBcTKiy1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #495dff;
}
.cid-tPhBcTKiy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhBcTKiy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPhBcTKiy1 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tPhBcTKiy1 .title-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-tPhBcTKiy1 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-tPhBcTKiy1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-tPhBcTKiy1 .title-wrapper .link-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tPhBcTKiy1 .title-wrapper .link-wrapper .link {
  display: inline-flex;
  align-items: center;
}
.cid-tPhBcTKiy1 .title-wrapper .link-wrapper .link:hover {
  opacity: .5;
}
.cid-tPhBcTKiy1 .title-wrapper .link-wrapper .link .mbr-number {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  background-color: #ffffff;
  border-radius: 100%;
  margin-bottom: 0;
}
.cid-tPhBcTKiy1 .title-wrapper .link-wrapper .link .mbr-link {
  margin: 0;
  text-decoration: underline;
}
.cid-tPhBcTKiy1 .text {
  display: flex;
  justify-content: flex-end;
}
.cid-tPhBcTKiy1 .text .text-wrapper img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 32px;
}
@media (min-width: 1500px) {
  .cid-tPhBcTKiy1 .text .text-wrapper img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-tPhBcTKiy1 .text .text-wrapper img {
    margin: 0 auto 32px;
  }
}
@media (max-width: 768px) {
  .cid-tPhBcTKiy1 .text .text-wrapper img {
    width: 250px;
    height: 250px;
  }
}
.cid-tPhBcTKiy1 .text .text-wrapper .mbr-text {
  width: 350px;
  margin-bottom: 0;
}
@media (min-width: 1500px) {
  .cid-tPhBcTKiy1 .text .text-wrapper .mbr-text {
    width: 450px;
  }
}
@media (max-width: 992px) {
  .cid-tPhBcTKiy1 .text .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-tPhBcTKiy1 .mbr-section-title {
  color: #ffffff;
}
.cid-tPhBcTKiy1 .mbr-number {
  color: #495DFF;
}
.cid-tPhBcTKiy1 .mbr-link {
  color: #ffffff;
}
.cid-tPhBcTKiy1 .mbr-text {
  color: #ffffff;
}
.cid-tPhAg6Dqy7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #7b9591;
}
.cid-tPhAg6Dqy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhAg6Dqy7 .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-tPhAg6Dqy7 .container {
    padding: 0 20px;
  }
}
.cid-tPhAg6Dqy7 .row {
  margin-top: -2px;
}
.cid-tPhAg6Dqy7 .card {
  padding: 0;
}
.cid-tPhAg6Dqy7 .image-wrapper img {
  height: 650px;
  width: 70%;
  object-fit: cover;
  border-bottom-right-radius: 45rem;
}
@media (max-width: 992px) {
  .cid-tPhAg6Dqy7 .image-wrapper img {
    height: 450px;
    width: 100%;
  }
}
.cid-tPhAg6Dqy7 .title-wrapper {
  padding: 0 64px 64px;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-tPhAg6Dqy7 .title-wrapper {
    padding: 0 20px 50px;
  }
}
@media (max-width: 425px) {
  .cid-tPhAg6Dqy7 .title-wrapper {
    margin-top: -2rem;
  }
}
.cid-tPhAg6Dqy7 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tPhAg6Dqy7 .title-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tPhAg6Dqy7 .title-wrapper .text-wrapper {
    display: block;
  }
}
.cid-tPhAg6Dqy7 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 50%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tPhAg6Dqy7 .title-wrapper .text-wrapper .mbr-text {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-tPhAg6Dqy7 .title-wrapper .text-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tPhAg6Dqy7 .title-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-tPhAg6Dqy7 .mbr-section-title {
  color: #ffffff;
}
.cid-tPhAg6Dqy7 .mbr-text {
  color: #ffffff;
}
.cid-tPhAg6Dqy7 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tPhAg6Dqy7 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tPhAg6RqBY {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ece0df;
}
.cid-tPhAg6RqBY .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tPhAg6RqBY .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tPhAg6RqBY .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tPhAg6RqBY .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tPhAg6RqBY .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tPhAg6RqBY .text-wrapper {
  padding: 160px 160px;
  background: #ffffff;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tPhAg6RqBY .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tPhAg6RqBY .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tPhAg6RqBY .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tPhAg6RqBY .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tPhAg6RqBY .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tPhAg6RqBY .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tPhAg6RqBY .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tPhAg6RqBY .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tPhAg6RqBY .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tPhAg6RqBY .mbr-section-title {
  color: #7b9591;
}
.cid-tPhAg6RqBY .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tPhAg6RqBY .mbr-text {
  color: #1E1C21;
  font-weight: bold;
}
.cid-tPhAg7oBEw {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPhAg7oBEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhAg7oBEw .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-tPhAg7oBEw .container {
    padding: 0 16px;
  }
}
.cid-tPhAg7oBEw .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ece0df;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tPhAg7oBEw .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tPhAg7oBEw .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tPhAg7oBEw .image-wrapper img {
    height: 300px;
  }
}
.cid-tPhAg7oBEw .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg7oBEw .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPhAg7oBEw .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg7oBEw .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tPhAg7oBEw .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg7oBEw .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPhAg7oBEw .mbr-section-title,
.cid-tPhAg7oBEw .mbr-section-btn {
  color: #7b9591;
}
.cid-tPhAg7DqZg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPhAg7DqZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhAg7DqZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPhAg7DqZg .mbr-text,
.cid-tPhAg7DqZg .mbr-section-btn {
  text-align: center;
}
.cid-tPhAg7DqZg .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tPhAg7DqZg .mbr-section-subtitle {
  color: #3d4045;
}
.cid-tPhAg7SKpZ {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tPhAg7SKpZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhAg7SKpZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPhAg7SKpZ .cards-row {
  row-gap: 50px;
}
.cid-tPhAg7SKpZ .card-wrapper {
  display: flex;
  align-items: flex-start;
}
.cid-tPhAg7SKpZ .number-text {
  color: #e4d0cd;
  margin-right: 36px;
  word-break: normal;
  max-width: 50%;
}
.cid-tPhAg7SKpZ .card-box {
  padding-top: 4px;
}
.cid-tPhAg7SKpZ .card-title {
  color: #303030;
}
.cid-tPhAg7SKpZ .card-text {
  color: #303030;
  margin-top: 15px;
}
.cid-tPhAg7SKpZ .mbr-section-btn {
  margin-top: 7px;
}
.cid-tPhAg8bVEi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/tina-mai-zitat.webp");
  overflow: hidden;
}
.cid-tPhAg8bVEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhAg8bVEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPhAg8bVEi .row {
  justify-content: left;
}
.cid-tPhAg8bVEi .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
}
@media (max-width: 991px) {
  .cid-tPhAg8bVEi .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-tPhAg8bVEi .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-tPhAg8bVEi .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tPhAg8bVEi .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-tPhAg8bVEi .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-tPhAg8bVEi .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  display: none;
}
.cid-tPhAg8bVEi .point-frame-1 {
  top: 19px;
}
.cid-tPhAg8bVEi .point-frame-2 {
  bottom: 19px;
}
.cid-tPhAg8bVEi .title-container {
  width: 60%;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-tPhAg8bVEi .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-tPhAg8bVEi .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-tPhAg8bVEi .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-tPhAg8bVEi .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-tPhAg8bVEi .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-tPhAg8bVEi .item-container {
  width: 100%;
}
.cid-tPhAg8bVEi .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-tPhAg8bVEi .mbr-text {
  color: #ece0df;
  width: 100%;
}
.cid-tPhAg8bVEi .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-tPhAg8bVEi .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tPhAg8rCHJ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tPhAg8rCHJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhAg8rCHJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPhAg8rCHJ .mbr-text,
.cid-tPhAg8rCHJ .mbr-section-btn {
  text-align: center;
}
.cid-tPhAg8rCHJ .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tPhAg8Ihnf {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPhAg8Ihnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhAg8Ihnf .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-tPhAg8Ihnf .container {
    padding: 0 16px;
  }
}
.cid-tPhAg8Ihnf .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ece0df;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tPhAg8Ihnf .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tPhAg8Ihnf .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tPhAg8Ihnf .image-wrapper img {
    height: 300px;
  }
}
.cid-tPhAg8Ihnf .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg8Ihnf .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPhAg8Ihnf .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg8Ihnf .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tPhAg8Ihnf .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg8Ihnf .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPhAg8Ihnf .mbr-section-title,
.cid-tPhAg8Ihnf .mbr-section-btn {
  color: #8b7395;
}
.cid-tPhAg8Y7bB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPhAg8Y7bB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhAg8Y7bB .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-tPhAg8Y7bB .container {
    padding: 0 16px;
  }
}
.cid-tPhAg8Y7bB .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tPhAg8Y7bB .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tPhAg8Y7bB .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tPhAg8Y7bB .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tPhAg8Y7bB .image-wrapper img {
    height: 300px;
  }
}
.cid-tPhAg8Y7bB .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg8Y7bB .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPhAg8Y7bB .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg8Y7bB .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tPhAg8Y7bB .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg8Y7bB .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPhAg8Y7bB .mbr-section-title,
.cid-tPhAg8Y7bB .mbr-section-btn {
  color: #8b7395;
}
.cid-tPhAg9eLvh {
  padding-top: 3rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tPhAg9eLvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhAg9eLvh .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-tPhAg9eLvh .container {
    padding: 0 16px;
  }
}
.cid-tPhAg9eLvh .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ece0df;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tPhAg9eLvh .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tPhAg9eLvh .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tPhAg9eLvh .image-wrapper img {
    height: 300px;
  }
}
.cid-tPhAg9eLvh .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg9eLvh .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPhAg9eLvh .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg9eLvh .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tPhAg9eLvh .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg9eLvh .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPhAg9eLvh .mbr-section-title,
.cid-tPhAg9eLvh .mbr-section-btn {
  color: #8b7395;
}
.cid-tPhAg9v3dX {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #e2edec;
}
.cid-tPhAg9v3dX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhAg9v3dX .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-tPhAg9v3dX .container {
    padding: 0 16px;
  }
}
.cid-tPhAg9v3dX .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7b9591;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tPhAg9v3dX .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tPhAg9v3dX .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tPhAg9v3dX .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tPhAg9v3dX .image-wrapper img {
    height: 300px;
  }
}
.cid-tPhAg9v3dX .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg9v3dX .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tPhAg9v3dX .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg9v3dX .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tPhAg9v3dX .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tPhAg9v3dX .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tPhAg9v3dX .mbr-section-title,
.cid-tPhAg9v3dX .mbr-section-btn {
  color: #7b9591;
}
.cid-tPhAg9OEhL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tPhAg9OEhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhAg9OEhL .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-tPhAg9OEhL .container {
    padding: 0 20px;
  }
}
.cid-tPhAg9OEhL .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tPhAg9OEhL .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tPhAg9OEhL .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tPhAg9OEhL .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tPhAg9OEhL .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPhAg9OEhL .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tPhAg9OEhL .row .list {
    margin-bottom: 32px;
  }
}
.cid-tPhAg9OEhL .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tPhAg9OEhL .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tPhAg9OEhL .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tPhAg9OEhL .mbr-section-title {
  color: #e2edec;
}
.cid-tPhAg9OEhL .mbr-desc {
  color: #ffffff;
}
.cid-tPhAg9OEhL .mbr-text {
  color: #ffffff;
}
.cid-tPhAg9OEhL .list {
  color: #ffffff;
}
.cid-tPhAg9OEhL .copyright {
  color: #ffffff;
}
.cid-tPhAga9rkG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tPhAga9rkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPhAga9rkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPhAga9rkG .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tPhAga9rkG .bg-instagram:hover {
  background: #bd005c;
}
.cid-tPhAga9rkG .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tPhAga9rkG [class^="socicon-"]:before,
.cid-tPhAga9rkG [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tPhAga9rkG .mbr-section-title,
.cid-tPhAga9rkG .social-list {
  color: #ffffff;
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-tPLlQAmm1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPLlQAmm1Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPLlQAmm1Z .menu_box .navbar.opened,
  .cid-tPLlQAmm1Z .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown {
  position: relative !important;
}
.cid-tPLlQAmm1Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPLlQAmm1Z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-tPLlQAmm1Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPLlQAmm1Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-text,
  .cid-tPLlQAmm1Z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPLlQAmm1Z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #a34f8b;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPLlQAmm1Z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPLlQAmm1Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tPLlQAmm1Z .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tPLlQAmm1Z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .nav-item {
    margin: 0 !important;
  }
}
.cid-tPLlQAmm1Z .nav-item .nav-link {
  position: relative;
}
.cid-tPLlQAmm1Z .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb7bd;
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus {
  opacity: 1;
  color: #ddb7bd !important;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-item .nav-link:hover::before,
.cid-tPLlQAmm1Z .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tPLlQAmm1Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPLlQAmm1Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPLlQAmm1Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPLlQAmm1Z .offcanvas_box {
    display: none;
  }
}
.cid-tPLlQAmm1Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPLlQAmm1Z .container {
  display: flex;
  margin: auto;
}
.cid-tPLlQAmm1Z .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPLlQAmm1Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPLlQAmm1Z .navbar-caption {
  color: #212529;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.cid-tPLlQAmm1Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .navbar-nav {
    margin: 0;
  }
}
.cid-tPLlQAmm1Z .dropdown-menu,
.cid-tPLlQAmm1Z .navbar.opened {
  background-color: false !important;
}
.cid-tPLlQAmm1Z .nav-item:focus,
.cid-tPLlQAmm1Z .nav-link:focus {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPLlQAmm1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPLlQAmm1Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPLlQAmm1Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPLlQAmm1Z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPLlQAmm1Z .navbar.opened {
  transition: all 0.3s;
}
.cid-tPLlQAmm1Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPLlQAmm1Z .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 5px;
}
.cid-tPLlQAmm1Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar.collapsed {
  justify-content: center;
}
.cid-tPLlQAmm1Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPLlQAmm1Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPLlQAmm1Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPLlQAmm1Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPLlQAmm1Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPLlQAmm1Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPLlQAmm1Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPLlQAmm1Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPLlQAmm1Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPLlQAmm1Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPLlQAmm1Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPLlQAmm1Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPLlQAmm1Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPLlQAmm1Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPLlQAmm1Z .dropdown-item.active,
.cid-tPLlQAmm1Z .dropdown-item:active {
  background-color: transparent;
}
.cid-tPLlQAmm1Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPLlQAmm1Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPLlQAmm1Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPLlQAmm1Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPLlQAmm1Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPLlQAmm1Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #ece0df;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #a34f8b;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLlQAmm1Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPLlQAmm1Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLlQAmm1Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPLlQAmm1Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPLlQAmm1Z .navbar {
    height: 70px;
  }
  .cid-tPLlQAmm1Z .navbar.opened {
    height: auto;
  }
  .cid-tPLlQAmm1Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPLlQAmm1Z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPLlQAmm1Z .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tPLlQAmm1Z .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tPLlQAmm1Z .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tPLlQAmm1Z .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tPLlQAmm1Z .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tPLlQAmm1Z .text_widget {
  margin-bottom: 32px;
}
.cid-tPLlQAmm1Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPLlQAmm1Z .text_widget a:hover {
  color: #a34f8b !important;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tPLlQAmm1Z .mbr-section-subtitle,
.cid-tPLlQAmm1Z .text_widget,
.cid-tPLlQAmm1Z .mbr-section-btn {
  text-align: center;
}
.cid-tPLlQAmm1Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tQAIjvtUJc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/tina-am-wasser.webp");
}
.cid-tQAIjvtUJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQAIjvtUJc .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-tQAIjvtUJc .container {
    padding: 0 20px;
  }
  .cid-tQAIjvtUJc .container .row {
    padding: 0;
  }
}
.cid-tQAIjvtUJc .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tQAIjvtUJc .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tQAIjvtUJc .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tQAIjvtUJc .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tQAIjvtUJc .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-tQAIjvtUJc .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tQAIjvtUJc .mbr-text {
  color: #ffffff;
}
.cid-tQAIjvtUJc .mbr-text,
.cid-tQAIjvtUJc .mbr-section-btn {
  text-align: left;
}
.cid-tQBJtSHrIS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #e7d8d6;
}
.cid-tQBJtSHrIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQBJtSHrIS .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-tQBJtSHrIS .container {
    padding: 0 30px;
  }
}
.cid-tQBJtSHrIS .row {
  position: relative;
}
.cid-tQBJtSHrIS .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tQBJtSHrIS .row img {
    top: auto;
    width: 100%;
  }
}
.cid-tQBJtSHrIS .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .cid-tQBJtSHrIS .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-tQBJtSHrIS .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tQBJtSHrIS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tQBJtSHrIS .mbr-text {
  color: #212529;
}
.cid-tQBJtSHrIS .mbr-link,
.cid-tQBJtSHrIS .mbr-iconfont {
  color: #212529;
}
.cid-tQBJtSHrIS .mbr-section-title {
  color: #7b9591;
}
.cid-tQAJT0u7CU {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #e2edec;
}
.cid-tQAJT0u7CU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQAJT0u7CU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQAJT0u7CU .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tQAJT0u7CU .mbr-section-title {
  color: #24262b;
}
.cid-tQAJT0u7CU .mbr-section-subtitle {
  color: #24262b;
}
.cid-tQAJT0u7CU .items-row {
  row-gap: 32px;
}
.cid-tQAJT0u7CU .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tQAJT0u7CU .item-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tQAJT0u7CU .item-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tQAJT0u7CU .item-img {
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-tQAJT0u7CU .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-tQAJT0u7CU .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tQAJT0u7CU .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-tQAJT0u7CU .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 80px 40px;
}
@media (max-width: 1199px) {
  .cid-tQAJT0u7CU .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tQAJT0u7CU .item-content {
    text-align: center;
  }
}
.cid-tQAJT0u7CU .card-title {
  margin-bottom: 16px;
  color: #232323;
}
.cid-tQAJT0u7CU .card-text {
  display: inline;
  color: #24262b;
  border-bottom: 2px solid transparent;
  transition: 0.3s all;
}
.cid-tQAJT0u7CU .card-text:hover {
  color: #a34f8b !important;
  border-bottom: 2px solid #a34f8b;
}
.cid-tQAJT0u7CU .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQANN0qONF {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #e2edec;
}
.cid-tQANN0qONF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQANN0qONF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQANN0qONF .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tQANN0qONF .mbr-section-title {
  color: #24262b;
}
.cid-tQANN0qONF .mbr-section-subtitle {
  color: #24262b;
}
.cid-tQANN0qONF .items-row {
  row-gap: 32px;
}
.cid-tQANN0qONF .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tQANN0qONF .item-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tQANN0qONF .item-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tQANN0qONF .item-img {
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-tQANN0qONF .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-tQANN0qONF .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tQANN0qONF .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-tQANN0qONF .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 80px 40px;
}
@media (max-width: 1199px) {
  .cid-tQANN0qONF .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tQANN0qONF .item-content {
    text-align: center;
  }
}
.cid-tQANN0qONF .card-title {
  margin-bottom: 16px;
  color: #232323;
}
.cid-tQANN0qONF .card-text {
  display: inline;
  color: #24262b;
  border-bottom: 2px solid transparent;
  transition: 0.3s all;
}
.cid-tQANN0qONF .card-text:hover {
  color: #a34f8b !important;
  border-bottom: 2px solid #a34f8b;
}
.cid-tQANN0qONF .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQAIjzz39B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tQAIjzz39B .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQAIjzz39B .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-tQAIjzz39B .container {
    padding: 0 20px;
  }
}
.cid-tQAIjzz39B .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tQAIjzz39B .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tQAIjzz39B .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tQAIjzz39B .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tQAIjzz39B .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tQAIjzz39B .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tQAIjzz39B .row .list {
    margin-bottom: 32px;
  }
}
.cid-tQAIjzz39B .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tQAIjzz39B .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tQAIjzz39B .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tQAIjzz39B .mbr-section-title {
  color: #e2edec;
}
.cid-tQAIjzz39B .mbr-desc {
  color: #ffffff;
}
.cid-tQAIjzz39B .mbr-text {
  color: #ffffff;
}
.cid-tQAIjzz39B .list {
  color: #ffffff;
}
.cid-tQAIjzz39B .copyright {
  color: #ffffff;
}
.cid-tVFNYbodDA {
  background-image: url("../../../assets/images/deepdive-stressverstaerker-loesen-1.webp");
}
.cid-tVFNYbodDA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVFNYbodDA .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-tVFNYbodDA .container {
    padding: 0 20px;
  }
  .cid-tVFNYbodDA .container .row {
    padding: 0;
  }
}
.cid-tVFNYbodDA .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tVFNYbodDA .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tVFNYbodDA .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tVFNYbodDA .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tVFNYbodDA .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-tVFNYbodDA .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tVFNYbodDA .mbr-text {
  color: #ffffff;
}
.cid-tVFNYbodDA .mbr-text,
.cid-tVFNYbodDA .mbr-section-btn {
  text-align: left;
}
.cid-tVFS9TlpFh {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVFS9TlpFh .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tVFS9TlpFh .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tVFS9TlpFh .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tVFS9TlpFh .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tVFS9TlpFh .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tVFS9TlpFh .text-wrapper {
  padding: 180px 160px;
  background: #f7e9e1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tVFS9TlpFh .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tVFS9TlpFh .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tVFS9TlpFh .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tVFS9TlpFh .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tVFS9TlpFh .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tVFS9TlpFh .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tVFS9TlpFh .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tVFS9TlpFh .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tVFS9TlpFh .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tVFS9TlpFh .mbr-section-title {
  color: #7b9591;
}
.cid-tVFS9TlpFh .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tVFS9TlpFh .mbr-text {
  color: #1E1C21;
}
.cid-tVFNYbGVVO {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #e2edec;
}
.cid-tVFNYbGVVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVFNYbGVVO .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-tVFNYbGVVO .container {
    padding: 0 16px;
  }
}
.cid-tVFNYbGVVO .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7b9591;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tVFNYbGVVO .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tVFNYbGVVO .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tVFNYbGVVO .image-wrapper img {
    height: 300px;
  }
}
.cid-tVFNYbGVVO .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVFNYbGVVO .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tVFNYbGVVO .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVFNYbGVVO .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tVFNYbGVVO .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVFNYbGVVO .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tVFNYbGVVO .mbr-section-title,
.cid-tVFNYbGVVO .mbr-section-btn {
  color: #a34f8b;
}
.cid-tVFNYbGVVO .mbr-text {
  color: #a34f8b;
}
.cid-tVYfSHfAu3 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVYfSHfAu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVYfSHfAu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVYfSHfAu3 .mbr-text,
.cid-tVYfSHfAu3 .mbr-section-btn {
  text-align: center;
}
.cid-tVYfSHfAu3 .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tVXZzOWzDt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tVXZzOWzDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVXZzOWzDt .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-tVXZzOWzDt .container {
    padding: 0 16px;
  }
}
.cid-tVXZzOWzDt .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tVXZzOWzDt .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tVXZzOWzDt .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tVXZzOWzDt .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tVXZzOWzDt .image-wrapper img {
    height: 300px;
  }
}
.cid-tVXZzOWzDt .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVXZzOWzDt .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tVXZzOWzDt .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVXZzOWzDt .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tVXZzOWzDt .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVXZzOWzDt .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tVXZzOWzDt .mbr-section-title,
.cid-tVXZzOWzDt .mbr-section-btn {
  color: #a34f8b;
}
.cid-tVXZNnrrPa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tVXZNnrrPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVXZNnrrPa .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-tVXZNnrrPa .container {
    padding: 0 16px;
  }
}
.cid-tVXZNnrrPa .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tVXZNnrrPa .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tVXZNnrrPa .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tVXZNnrrPa .image-wrapper img {
    height: 300px;
  }
}
.cid-tVXZNnrrPa .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVXZNnrrPa .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tVXZNnrrPa .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVXZNnrrPa .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tVXZNnrrPa .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVXZNnrrPa .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tVXZNnrrPa .mbr-section-title,
.cid-tVXZNnrrPa .mbr-section-btn {
  color: #a34f8b;
}
.cid-tVY0e1zzNv {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tVY0e1zzNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVY0e1zzNv .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-tVY0e1zzNv .container {
    padding: 0 16px;
  }
}
.cid-tVY0e1zzNv .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7e9e1;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tVY0e1zzNv .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tVY0e1zzNv .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tVY0e1zzNv .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tVY0e1zzNv .image-wrapper img {
    height: 300px;
  }
}
.cid-tVY0e1zzNv .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVY0e1zzNv .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tVY0e1zzNv .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVY0e1zzNv .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tVY0e1zzNv .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tVY0e1zzNv .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tVY0e1zzNv .mbr-section-title,
.cid-tVY0e1zzNv .mbr-section-btn {
  color: #a34f8b;
}
.cid-tVFNYcaj3i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tina-mai-zitat.webp");
}
.cid-tVFNYcaj3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVFNYcaj3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVFNYcaj3i .container,
.cid-tVFNYcaj3i .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tVFNYcaj3i .container,
  .cid-tVFNYcaj3i .container-fluid {
    padding: 0 20px;
  }
}
.cid-tVFNYcaj3i .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 0px;
  background-color: #e2edec;
}
@media (max-width: 992px) {
  .cid-tVFNYcaj3i .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-tVFNYcaj3i .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tVFNYcaj3i .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tVFNYcaj3i .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVFNYcaj3i .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-tVFNYcaj3i .panel-group {
    padding: 0 12px;
  }
}
.cid-tVFNYcaj3i .panel-group .card {
  border-radius: 0;
}
.cid-tVFNYcaj3i .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tVFNYcaj3i .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-tVFNYcaj3i .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-tVFNYcaj3i .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #7b9591;
}
.cid-tVFNYcaj3i .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7b9591;
}
.cid-tVFNYcaj3i .panel-group .card .card-header .panel-title:hover,
.cid-tVFNYcaj3i .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #7b9591;
}
.cid-tVFNYcaj3i .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-tVFNYcaj3i .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #7b9591;
}
.cid-tVFNYcaj3i .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-tVFNYcaj3i .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-tVFNYcaj3i .mbr-section-title {
  color: #7b9591;
  text-align: center;
}
.cid-tVFNYcaj3i .panel-title-edit {
  color: #3d4045;
}
.cid-tVFNYcaj3i .panel-text {
  color: #3d4045;
}
.cid-tVFNYctZGc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tVFNYctZGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVFNYctZGc .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-tVFNYctZGc .container {
    padding: 0 20px;
  }
}
.cid-tVFNYctZGc .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tVFNYctZGc .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tVFNYctZGc .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tVFNYctZGc .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tVFNYctZGc .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tVFNYctZGc .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tVFNYctZGc .row .list {
    margin-bottom: 32px;
  }
}
.cid-tVFNYctZGc .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tVFNYctZGc .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tVFNYctZGc .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tVFNYctZGc .mbr-section-title {
  color: #e2edec;
}
.cid-tVFNYctZGc .mbr-desc {
  color: #ffffff;
}
.cid-tVFNYctZGc .mbr-text {
  color: #ffffff;
}
.cid-tVFNYctZGc .list {
  color: #ffffff;
}
.cid-tVFNYctZGc .copyright {
  color: #ffffff;
}
.cid-tVFNYcRJ0f {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tVFNYcRJ0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVFNYcRJ0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVFNYcRJ0f .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tVFNYcRJ0f .bg-instagram:hover {
  background: #bd005c;
}
.cid-tVFNYcRJ0f .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tVFNYcRJ0f [class^="socicon-"]:before,
.cid-tVFNYcRJ0f [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tVFNYcRJ0f .mbr-section-title,
.cid-tVFNYcRJ0f .social-list {
  color: #ffffff;
}
.cid-tVFNYdcBIb .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-tVFNYdcBIb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-tVFNYdcBIb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVFNYdcBIb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tVFNYdcBIb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tVFNYdcBIb .menu_box .navbar.opened,
  .cid-tVFNYdcBIb .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tVFNYdcBIb .navbar-dropdown {
  position: relative !important;
}
.cid-tVFNYdcBIb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tVFNYdcBIb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tVFNYdcBIb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tVFNYdcBIb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tVFNYdcBIb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tVFNYdcBIb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-tVFNYdcBIb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tVFNYdcBIb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tVFNYdcBIb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tVFNYdcBIb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tVFNYdcBIb .offcanvas-body .mbr-text,
  .cid-tVFNYdcBIb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tVFNYdcBIb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tVFNYdcBIb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tVFNYdcBIb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #a34f8b;
  }
  .cid-tVFNYdcBIb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tVFNYdcBIb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tVFNYdcBIb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tVFNYdcBIb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tVFNYdcBIb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tVFNYdcBIb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVFNYdcBIb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tVFNYdcBIb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tVFNYdcBIb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tVFNYdcBIb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tVFNYdcBIb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tVFNYdcBIb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tVFNYdcBIb .nav-item {
    margin: 0 !important;
  }
}
.cid-tVFNYdcBIb .nav-item .nav-link {
  position: relative;
}
.cid-tVFNYdcBIb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb7bd;
  transition: all 0.3s ease-out;
}
.cid-tVFNYdcBIb .nav-item .nav-link:hover,
.cid-tVFNYdcBIb .nav-item .nav-link:focus {
  opacity: 1;
  color: #ddb7bd !important;
  font-weight: 300 !important;
}
.cid-tVFNYdcBIb .nav-item .nav-link:hover::before,
.cid-tVFNYdcBIb .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tVFNYdcBIb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tVFNYdcBIb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tVFNYdcBIb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tVFNYdcBIb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tVFNYdcBIb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tVFNYdcBIb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tVFNYdcBIb .offcanvas_box {
    display: none;
  }
}
.cid-tVFNYdcBIb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tVFNYdcBIb .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tVFNYdcBIb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tVFNYdcBIb .container {
  display: flex;
  margin: auto;
}
.cid-tVFNYdcBIb .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tVFNYdcBIb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tVFNYdcBIb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tVFNYdcBIb .navbar-caption {
  color: #212529;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.cid-tVFNYdcBIb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tVFNYdcBIb .navbar-nav {
    margin: 0;
  }
}
.cid-tVFNYdcBIb .dropdown-menu,
.cid-tVFNYdcBIb .navbar.opened {
  background-color: false !important;
}
.cid-tVFNYdcBIb .nav-item:focus,
.cid-tVFNYdcBIb .nav-link:focus {
  outline: none;
}
.cid-tVFNYdcBIb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVFNYdcBIb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVFNYdcBIb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVFNYdcBIb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVFNYdcBIb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVFNYdcBIb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVFNYdcBIb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tVFNYdcBIb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tVFNYdcBIb .navbar.opened {
  transition: all 0.3s;
}
.cid-tVFNYdcBIb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tVFNYdcBIb .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 5px;
}
.cid-tVFNYdcBIb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tVFNYdcBIb .navbar.collapsed {
  justify-content: center;
}
.cid-tVFNYdcBIb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVFNYdcBIb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tVFNYdcBIb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVFNYdcBIb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVFNYdcBIb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVFNYdcBIb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tVFNYdcBIb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVFNYdcBIb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tVFNYdcBIb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tVFNYdcBIb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVFNYdcBIb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVFNYdcBIb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tVFNYdcBIb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVFNYdcBIb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tVFNYdcBIb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVFNYdcBIb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tVFNYdcBIb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tVFNYdcBIb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tVFNYdcBIb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tVFNYdcBIb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVFNYdcBIb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tVFNYdcBIb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVFNYdcBIb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVFNYdcBIb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVFNYdcBIb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVFNYdcBIb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tVFNYdcBIb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVFNYdcBIb .dropdown-item.active,
.cid-tVFNYdcBIb .dropdown-item:active {
  background-color: transparent;
}
.cid-tVFNYdcBIb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVFNYdcBIb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVFNYdcBIb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVFNYdcBIb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVFNYdcBIb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tVFNYdcBIb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVFNYdcBIb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #ece0df;
}
.cid-tVFNYdcBIb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #a34f8b;
}
.cid-tVFNYdcBIb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVFNYdcBIb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVFNYdcBIb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVFNYdcBIb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVFNYdcBIb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVFNYdcBIb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVFNYdcBIb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVFNYdcBIb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVFNYdcBIb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tVFNYdcBIb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVFNYdcBIb .navbar {
    height: 70px;
  }
  .cid-tVFNYdcBIb .navbar.opened {
    height: auto;
  }
  .cid-tVFNYdcBIb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVFNYdcBIb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tVFNYdcBIb .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tVFNYdcBIb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tVFNYdcBIb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tVFNYdcBIb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tVFNYdcBIb .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tVFNYdcBIb .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-tVFNYdcBIb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tVFNYdcBIb .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tVFNYdcBIb .text_widget {
  margin-bottom: 32px;
}
.cid-tVFNYdcBIb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tVFNYdcBIb .text_widget a:hover {
  color: #a34f8b !important;
}
.cid-tVFNYdcBIb .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tVFNYdcBIb .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tVFNYdcBIb .mbr-section-subtitle,
.cid-tVFNYdcBIb .text_widget,
.cid-tVFNYdcBIb .mbr-section-btn {
  text-align: center;
}
.cid-tVFNYdcBIb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tXMzs4jfB2 {
  background-image: url("../../../assets/images/vertiefungskurs2024-1.webp");
}
.cid-tXMzs4jfB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMzs4jfB2 .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-tXMzs4jfB2 .container {
    padding: 0 20px;
  }
  .cid-tXMzs4jfB2 .container .row {
    padding: 0;
  }
}
.cid-tXMzs4jfB2 .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-tXMzs4jfB2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tXMzs4jfB2 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tXMzs4jfB2 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tXMzs4jfB2 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-tXMzs4jfB2 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tXMzs4jfB2 .mbr-text {
  color: #ffffff;
}
.cid-tXMzs4jfB2 .mbr-text,
.cid-tXMzs4jfB2 .mbr-section-btn {
  text-align: left;
}
.cid-tXMzs4z7Gt {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tXMzs4z7Gt .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-tXMzs4z7Gt .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-tXMzs4z7Gt .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-tXMzs4z7Gt .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-tXMzs4z7Gt .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tXMzs4z7Gt .text-wrapper {
  padding: 180px 160px;
  background: #f7e9e1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tXMzs4z7Gt .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-tXMzs4z7Gt .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-tXMzs4z7Gt .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-tXMzs4z7Gt .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-tXMzs4z7Gt .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-tXMzs4z7Gt .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-tXMzs4z7Gt .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-tXMzs4z7Gt .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-tXMzs4z7Gt .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-tXMzs4z7Gt .mbr-section-title {
  color: #7b9591;
}
.cid-tXMzs4z7Gt .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-tXMzs4z7Gt .mbr-text {
  color: #1E1C21;
}
.cid-tXMzs4K6vV {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #e2edec;
}
.cid-tXMzs4K6vV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMzs4K6vV .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-tXMzs4K6vV .container {
    padding: 0 16px;
  }
}
.cid-tXMzs4K6vV .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7b9591;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tXMzs4K6vV .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tXMzs4K6vV .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tXMzs4K6vV .image-wrapper img {
    height: 300px;
  }
}
.cid-tXMzs4K6vV .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tXMzs4K6vV .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tXMzs4K6vV .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tXMzs4K6vV .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tXMzs4K6vV .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tXMzs4K6vV .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tXMzs4K6vV .mbr-section-title,
.cid-tXMzs4K6vV .mbr-section-btn {
  color: #a34f8b;
}
.cid-tXMzs4K6vV .mbr-text {
  color: #a34f8b;
}
.cid-tXRW5cxScL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #7b9591;
  position: relative;
  overflow: hidden;
}
.cid-tXRW5cxScL .container {
  max-width: 920px;
}
.cid-tXRW5cxScL .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 500px;
  padding: 80px 60px;
  background-color: #7b9591;
  border: 1px solid rgba(123, 149, 145, 0.1);
}
@media (max-width: 991px) {
  .cid-tXRW5cxScL .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-tXRW5cxScL .border-container {
    padding: 8% 6%;
    min-height: 400px;
  }
}
@media (max-width: 575px) {
  .cid-tXRW5cxScL .border-container {
    padding: 9% 7%;
    min-height: 350px;
  }
}
.cid-tXRW5cxScL .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-tXRW5cxScL .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-tXRW5cxScL .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-tXRW5cxScL .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-tXRW5cxScL .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #7b9591;
  border-color: rgba(123, 149, 145, 0.1);
}
@media (max-width: 991px) {
  .cid-tXRW5cxScL .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-tXRW5cxScL .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-tXRW5cxScL .border-frame {
    width: 7%;
  }
}
.cid-tXRW5cxScL .mbr-section-title {
  color: #5b7d78;
  margin-bottom: 1rem !important;
}
.cid-tXRW5cxScL .carousel,
.cid-tXRW5cxScL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tXRW5cxScL .carousel-fade {
  transition: .8s all;
}
.cid-tXRW5cxScL .item-wrapper {
  width: 100%;
  overflow: visible !important;
}
.cid-tXRW5cxScL .carousel-caption {
  bottom: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  margin-bottom: 0;
  text-align: center;
  padding: 0 !important;
}
.cid-tXRW5cxScL .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tXRW5cxScL .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .cid-tXRW5cxScL .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tXRW5cxScL .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tXRW5cxScL .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXRW5cxScL .carousel-control {
  bottom: -90px !important;
  top: auto;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  border: 1px solid #7b9591;
  color: #406962;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-tXRW5cxScL .carousel-control.carousel-control-prev {
  right: calc(50% + 32px) !important;
  left: auto;
}
.cid-tXRW5cxScL .carousel-control.carousel-control-next {
  left: calc(50% + 32px);
}
.cid-tXRW5cxScL .carousel-control:hover {
  background: #7b9591;
  color: #fff;
}
.cid-tXRW5cxScL .carousel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: absolute;
  color: #406962;
  bottom: -90px !important;
  left: 50%;
  transform: translateX(-50%);
}
.cid-tXRW5cxScL .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tXRW5cxScL .carousel-inner {
  margin-bottom: 90px;
  overflow: visible !important;
}
.cid-tXRW5cxScL .carousel-inner .item-menu-overlay {
  display: none !important;
  transition: 0s !important;
}
.cid-tXRW5cxScL .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(123, 149, 145, 0.1);
}
.cid-tXRW5cxScL .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-tXRW5cxScL .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-tXRW5cxScL .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-tXRW5cxScL .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-tXRW5cxScL .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-tXRW5cxScL .carousel-indicators {
  display: none !important;
}
.cid-tXQerRZaAe {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXQerRZaAe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXQerRZaAe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXQerRZaAe .mbr-text,
.cid-tXQerRZaAe .mbr-section-btn {
  text-align: left;
}
.cid-tXQerRZaAe .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tXQeobewAF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXQeobewAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXQeobewAF .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-tXQeobewAF .container {
    padding: 0 16px;
  }
}
.cid-tXQeobewAF .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7d8d6;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-tXQeobewAF .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tXQeobewAF .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tXQeobewAF .image-wrapper img {
    height: 300px;
  }
}
.cid-tXQeobewAF .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tXQeobewAF .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tXQeobewAF .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tXQeobewAF .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tXQeobewAF .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tXQeobewAF .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tXQeobewAF .mbr-section-title,
.cid-tXQeobewAF .mbr-section-btn {
  color: #7b9591;
}
.cid-tXQeobewAF .mbr-list {
  color: #232323;
  line-height: 130%;
  margin-left: -15px;
}
.cid-tXQisoCEAU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tXQisoCEAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXQisoCEAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXQisoCEAU .mbr-text,
.cid-tXQisoCEAU .mbr-section-btn {
  text-align: left;
}
.cid-tXQisoCEAU .mbr-section-title {
  text-align: left;
  color: #7b9591;
}
.cid-tXQioIDeDl {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tXQioIDeDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXQioIDeDl .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-tXQioIDeDl .container {
    padding: 0 16px;
  }
}
.cid-tXQioIDeDl .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-tXQioIDeDl .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-tXQioIDeDl .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-tXQioIDeDl .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-tXQioIDeDl .image-wrapper img {
    height: 300px;
  }
}
.cid-tXQioIDeDl .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tXQioIDeDl .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tXQioIDeDl .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tXQioIDeDl .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tXQioIDeDl .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tXQioIDeDl .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tXQioIDeDl .mbr-section-title,
.cid-tXQioIDeDl .mbr-section-btn {
  color: #8b7395;
}
.cid-tXMzs5N5RP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tina-mai-zitat.webp");
}
.cid-tXMzs5N5RP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMzs5N5RP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXMzs5N5RP .container,
.cid-tXMzs5N5RP .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tXMzs5N5RP .container,
  .cid-tXMzs5N5RP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tXMzs5N5RP .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 0px;
  background-color: #e2edec;
}
@media (max-width: 992px) {
  .cid-tXMzs5N5RP .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-tXMzs5N5RP .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-tXMzs5N5RP .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tXMzs5N5RP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXMzs5N5RP .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-tXMzs5N5RP .panel-group {
    padding: 0 12px;
  }
}
.cid-tXMzs5N5RP .panel-group .card {
  border-radius: 0;
}
.cid-tXMzs5N5RP .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-tXMzs5N5RP .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-tXMzs5N5RP .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-tXMzs5N5RP .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #7b9591;
}
.cid-tXMzs5N5RP .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7b9591;
}
.cid-tXMzs5N5RP .panel-group .card .card-header .panel-title:hover,
.cid-tXMzs5N5RP .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #7b9591;
}
.cid-tXMzs5N5RP .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-tXMzs5N5RP .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #7b9591;
}
.cid-tXMzs5N5RP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-tXMzs5N5RP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-tXMzs5N5RP .mbr-section-title {
  color: #7b9591;
  text-align: center;
}
.cid-tXMzs5N5RP .panel-title-edit {
  color: #3d4045;
}
.cid-tXMzs5N5RP .panel-text {
  color: #3d4045;
}
.cid-tXMzs62JwY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-tXMzs62JwY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMzs62JwY .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-tXMzs62JwY .container {
    padding: 0 20px;
  }
}
.cid-tXMzs62JwY .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXMzs62JwY .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-tXMzs62JwY .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tXMzs62JwY .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-tXMzs62JwY .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tXMzs62JwY .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-tXMzs62JwY .row .list {
    margin-bottom: 32px;
  }
}
.cid-tXMzs62JwY .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-tXMzs62JwY .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-tXMzs62JwY .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-tXMzs62JwY .mbr-section-title {
  color: #e2edec;
}
.cid-tXMzs62JwY .mbr-desc {
  color: #ffffff;
}
.cid-tXMzs62JwY .mbr-text {
  color: #ffffff;
}
.cid-tXMzs62JwY .list {
  color: #ffffff;
}
.cid-tXMzs62JwY .copyright {
  color: #ffffff;
}
.cid-tXMzs6iErW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-tXMzs6iErW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXMzs6iErW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXMzs6iErW .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tXMzs6iErW .bg-instagram:hover {
  background: #bd005c;
}
.cid-tXMzs6iErW .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tXMzs6iErW [class^="socicon-"]:before,
.cid-tXMzs6iErW [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tXMzs6iErW .mbr-section-title,
.cid-tXMzs6iErW .social-list {
  color: #ffffff;
}
.cid-tXMzs6Byn3 .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-tXMzs6Byn3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-tXMzs6Byn3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXMzs6Byn3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXMzs6Byn3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXMzs6Byn3 .menu_box .navbar.opened,
  .cid-tXMzs6Byn3 .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tXMzs6Byn3 .navbar-dropdown {
  position: relative !important;
}
.cid-tXMzs6Byn3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXMzs6Byn3 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXMzs6Byn3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXMzs6Byn3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXMzs6Byn3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXMzs6Byn3 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-tXMzs6Byn3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXMzs6Byn3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXMzs6Byn3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXMzs6Byn3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXMzs6Byn3 .offcanvas-body .mbr-text,
  .cid-tXMzs6Byn3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXMzs6Byn3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXMzs6Byn3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXMzs6Byn3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #a34f8b;
  }
  .cid-tXMzs6Byn3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXMzs6Byn3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXMzs6Byn3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXMzs6Byn3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXMzs6Byn3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXMzs6Byn3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXMzs6Byn3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXMzs6Byn3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXMzs6Byn3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXMzs6Byn3 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tXMzs6Byn3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXMzs6Byn3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXMzs6Byn3 .nav-item {
    margin: 0 !important;
  }
}
.cid-tXMzs6Byn3 .nav-item .nav-link {
  position: relative;
}
.cid-tXMzs6Byn3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb7bd;
  transition: all 0.3s ease-out;
}
.cid-tXMzs6Byn3 .nav-item .nav-link:hover,
.cid-tXMzs6Byn3 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ddb7bd !important;
  font-weight: 300 !important;
}
.cid-tXMzs6Byn3 .nav-item .nav-link:hover::before,
.cid-tXMzs6Byn3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-tXMzs6Byn3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXMzs6Byn3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXMzs6Byn3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXMzs6Byn3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXMzs6Byn3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXMzs6Byn3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXMzs6Byn3 .offcanvas_box {
    display: none;
  }
}
.cid-tXMzs6Byn3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tXMzs6Byn3 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXMzs6Byn3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXMzs6Byn3 .container {
  display: flex;
  margin: auto;
}
.cid-tXMzs6Byn3 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXMzs6Byn3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXMzs6Byn3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXMzs6Byn3 .navbar-caption {
  color: #212529;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.cid-tXMzs6Byn3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXMzs6Byn3 .navbar-nav {
    margin: 0;
  }
}
.cid-tXMzs6Byn3 .dropdown-menu,
.cid-tXMzs6Byn3 .navbar.opened {
  background-color: false !important;
}
.cid-tXMzs6Byn3 .nav-item:focus,
.cid-tXMzs6Byn3 .nav-link:focus {
  outline: none;
}
.cid-tXMzs6Byn3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXMzs6Byn3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXMzs6Byn3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXMzs6Byn3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXMzs6Byn3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXMzs6Byn3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXMzs6Byn3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXMzs6Byn3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXMzs6Byn3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tXMzs6Byn3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXMzs6Byn3 .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 5px;
}
.cid-tXMzs6Byn3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXMzs6Byn3 .navbar.collapsed {
  justify-content: center;
}
.cid-tXMzs6Byn3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXMzs6Byn3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXMzs6Byn3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXMzs6Byn3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXMzs6Byn3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXMzs6Byn3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXMzs6Byn3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXMzs6Byn3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXMzs6Byn3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tXMzs6Byn3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXMzs6Byn3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXMzs6Byn3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXMzs6Byn3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXMzs6Byn3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXMzs6Byn3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXMzs6Byn3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXMzs6Byn3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXMzs6Byn3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXMzs6Byn3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXMzs6Byn3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXMzs6Byn3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXMzs6Byn3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXMzs6Byn3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXMzs6Byn3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXMzs6Byn3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXMzs6Byn3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXMzs6Byn3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXMzs6Byn3 .dropdown-item.active,
.cid-tXMzs6Byn3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tXMzs6Byn3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tXMzs6Byn3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXMzs6Byn3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXMzs6Byn3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXMzs6Byn3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXMzs6Byn3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXMzs6Byn3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #ece0df;
}
.cid-tXMzs6Byn3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #a34f8b;
}
.cid-tXMzs6Byn3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXMzs6Byn3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXMzs6Byn3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXMzs6Byn3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXMzs6Byn3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXMzs6Byn3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXMzs6Byn3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXMzs6Byn3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXMzs6Byn3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXMzs6Byn3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXMzs6Byn3 .navbar {
    height: 70px;
  }
  .cid-tXMzs6Byn3 .navbar.opened {
    height: auto;
  }
  .cid-tXMzs6Byn3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXMzs6Byn3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tXMzs6Byn3 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tXMzs6Byn3 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tXMzs6Byn3 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-tXMzs6Byn3 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-tXMzs6Byn3 .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-tXMzs6Byn3 .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-tXMzs6Byn3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tXMzs6Byn3 .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tXMzs6Byn3 .text_widget {
  margin-bottom: 32px;
}
.cid-tXMzs6Byn3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXMzs6Byn3 .text_widget a:hover {
  color: #a34f8b !important;
}
.cid-tXMzs6Byn3 .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-tXMzs6Byn3 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tXMzs6Byn3 .mbr-section-subtitle,
.cid-tXMzs6Byn3 .text_widget,
.cid-tXMzs6Byn3 .mbr-section-btn {
  text-align: center;
}
.cid-tXMzs6Byn3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-udr18SYCi6 {
  background-image: url("../../../assets/images/mini-retreat-summertime.webp");
}
.cid-udr18SYCi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udr18SYCi6 .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-udr18SYCi6 .container {
    padding: 0 20px;
  }
  .cid-udr18SYCi6 .container .row {
    padding: 0;
  }
}
.cid-udr18SYCi6 .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-udr18SYCi6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udr18SYCi6 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-udr18SYCi6 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-udr18SYCi6 .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-udr18SYCi6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-udr18SYCi6 .mbr-text {
  color: #ffffff;
}
.cid-udr18SYCi6 .mbr-text,
.cid-udr18SYCi6 .mbr-section-btn {
  text-align: left;
}
.cid-udr18TdNiy {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udr18TdNiy .title-wrapper {
  margin: 0 10px 230px;
}
@media (max-width: 768px) {
  .cid-udr18TdNiy .title-wrapper {
    margin: 0 30px 190px;
  }
}
.cid-udr18TdNiy .title-wrapper .mbr-section-title {
  margin-bottom: 98px;
}
@media (max-width: 768px) {
  .cid-udr18TdNiy .title-wrapper .mbr-section-title {
    margin-bottom: 33.6px;
  }
}
.cid-udr18TdNiy .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-udr18TdNiy .text-wrapper {
  padding: 180px 160px;
  background: #f7e9e1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-udr18TdNiy .text-wrapper {
    padding: 230px 91px;
  }
}
@media (max-width: 768px) {
  .cid-udr18TdNiy .text-wrapper {
    padding: 320px 30px 120px;
  }
}
.cid-udr18TdNiy .text-wrapper img {
  width: 465px;
  height: 400px;
  object-fit: cover;
  position: absolute;
  top: -30%;
  right: -22rem;
}
@media (max-width: 992px) {
  .cid-udr18TdNiy .text-wrapper img {
    right: -12rem;
    width: 275px;
    height: 315px;
  }
}
@media (max-width: 767px) {
  .cid-udr18TdNiy .text-wrapper img {
    right: 0;
    top: -12%;
  }
}
.cid-udr18TdNiy .text-wrapper .mbr-text {
  margin-bottom: 24.5px;
}
@media (max-width: 768px) {
  .cid-udr18TdNiy .text-wrapper .mbr-text {
    margin-bottom: 42px;
  }
}
.cid-udr18TdNiy .text-wrapper .mbr-section-btn .btn {
  width: 137px;
  height: 66px;
  margin-top: 0;
  box-shadow: none;
}
.cid-udr18TdNiy .text-wrapper .mbr-section-btn .btn:hover {
  box-shadow: none;
}
.cid-udr18TdNiy .mbr-section-title {
  color: #a34f8b;
}
.cid-udr18TdNiy .mbr-section-subtitle {
  color: #1E1C21;
}
.cid-udr18TdNiy .mbr-text {
  color: #1E1C21;
}
.cid-udr18TpQEn {
  background-color: #e2edec;
}
.cid-udr18TpQEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-udr18TpQEn .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-udr18TpQEn .container {
    padding: 0 16px;
  }
}
.cid-udr18TpQEn .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7b9591;
  margin: 40px 70px 40px 0;
  height: 290px;
}
@media (max-width: 992px) {
  .cid-udr18TpQEn .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-udr18TpQEn .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-udr18TpQEn .image-wrapper img {
    height: 300px;
  }
}
.cid-udr18TpQEn .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-udr18TpQEn .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udr18TpQEn .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-udr18TpQEn .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-udr18TpQEn .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-udr18TpQEn .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-udr18TpQEn .mbr-section-title,
.cid-udr18TpQEn .mbr-section-btn {
  color: #a34f8b;
}
.cid-udr18TpQEn .mbr-text {
  color: #a34f8b;
}
.cid-udr7OU0Ts9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-udr7OU0Ts9 .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-udr7OU0Ts9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udr7OU0Ts9 .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-udr7OU0Ts9 .container {
    padding: 0 15px;
  }
}
.cid-udr7OU0Ts9 .row {
  position: relative;
  z-index: 1;
}
.cid-udr7OU0Ts9 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-udr7OU0Ts9 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udr7OU0Ts9 .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-udr7OU0Ts9 .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-udr7OU0Ts9 .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-udr7OU0Ts9 .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udr7OU0Ts9 .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-udr7OU0Ts9 .content-wrapper .content-wrap .images-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-udr7OU0Ts9 .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-udr7OU0Ts9 .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-udr7OU0Ts9 .content-wrapper .content-wrap .images-wrapper .images-item img {
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-udr7OU0Ts9 .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-udr7OU0Ts9 .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-udr7OU0Ts9 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-udr7OU0Ts9 .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-udr7OU0Ts9 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-udr7OU0Ts9 .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-udr7OU0Ts9 .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-udr7OU0Ts9 .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-udr7OU0Ts9 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-udr7OU0Ts9 .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-udr7OU0Ts9 .mbr-section-title {
  color: #a34f8b;
}
.cid-udr7OU0Ts9 .item-title {
  color: #a34f8b;
}
.cid-udr7OU0Ts9 .item-text {
  color: #30262b;
}
.cid-udr9RYhEmR {
  background-color: #e2edec;
}
.cid-udr9RYhEmR .mbr-fallback-image.disabled {
  display: none;
}
.cid-udr9RYhEmR .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-udr9RYhEmR .container {
    padding: 0 16px;
  }
}
.cid-udr9RYhEmR .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7b9591;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-udr9RYhEmR .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-udr9RYhEmR .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-udr9RYhEmR .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-udr9RYhEmR .image-wrapper img {
    height: 300px;
  }
}
.cid-udr9RYhEmR .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-udr9RYhEmR .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-udr9RYhEmR .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-udr9RYhEmR .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-udr9RYhEmR .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-udr9RYhEmR .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-udr9RYhEmR .mbr-section-title,
.cid-udr9RYhEmR .mbr-section-btn {
  color: #a34f8b;
}
.cid-udr9RYhEmR .mbr-text {
  color: #a34f8b;
}
.cid-ueIudMhq8f {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueIudMhq8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueIudMhq8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueIudMhq8f .mbr-text,
.cid-ueIudMhq8f .mbr-section-btn {
  text-align: left;
}
.cid-ueIudMhq8f .mbr-section-title {
  text-align: left;
  color: #a34f8b;
}
.cid-ueIu18FCB9 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ueIu18FCB9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueIu18FCB9 .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-ueIu18FCB9 .container {
    padding: 0 16px;
  }
}
.cid-ueIu18FCB9 .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edec;
  margin: 40px 70px 40px 0;
  height: 290px;
  margin: 40px 0 40px 70px;
}
@media (max-width: 992px) {
  .cid-ueIu18FCB9 .image-wrapper {
    margin: 40px 0 80px 0;
  }
}
@media (max-width: 992px) {
  .cid-ueIu18FCB9 .image-wrapper {
    margin: 40px 0 80px 0;
    height: 250px;
  }
}
.cid-ueIu18FCB9 .image-wrapper img {
  position: absolute;
  height: 400px;
  border-radius: 0px;
  object-fit: cover;
  width: 80%;
}
@media (max-width: 768px) {
  .cid-ueIu18FCB9 .image-wrapper img {
    height: 300px;
  }
}
.cid-ueIu18FCB9 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ueIu18FCB9 .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ueIu18FCB9 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ueIu18FCB9 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-ueIu18FCB9 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-ueIu18FCB9 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ueIu18FCB9 .mbr-section-title,
.cid-ueIu18FCB9 .mbr-section-btn {
  color: #8b7395;
}
.cid-udr18Urbyi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tina-mai-zitat.webp");
}
.cid-udr18Urbyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-udr18Urbyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udr18Urbyi .container,
.cid-udr18Urbyi .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udr18Urbyi .container,
  .cid-udr18Urbyi .container-fluid {
    padding: 0 20px;
  }
}
.cid-udr18Urbyi .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 0px;
  background-color: #e2edec;
}
@media (max-width: 992px) {
  .cid-udr18Urbyi .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-udr18Urbyi .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-udr18Urbyi .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-udr18Urbyi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udr18Urbyi .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-udr18Urbyi .panel-group {
    padding: 0 12px;
  }
}
.cid-udr18Urbyi .panel-group .card {
  border-radius: 0;
}
.cid-udr18Urbyi .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-udr18Urbyi .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-udr18Urbyi .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #3d4045;
}
.cid-udr18Urbyi .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #7b9591;
}
.cid-udr18Urbyi .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7b9591;
}
.cid-udr18Urbyi .panel-group .card .card-header .panel-title:hover,
.cid-udr18Urbyi .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #7b9591;
}
.cid-udr18Urbyi .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-udr18Urbyi .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #7b9591;
}
.cid-udr18Urbyi .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-udr18Urbyi .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-udr18Urbyi .mbr-section-title {
  color: #7b9591;
  text-align: center;
}
.cid-udr18Urbyi .panel-title-edit {
  color: #3d4045;
}
.cid-udr18Urbyi .panel-text {
  color: #3d4045;
}
.cid-udr18UHnrc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-udr18UHnrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-udr18UHnrc .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-udr18UHnrc .container {
    padding: 0 20px;
  }
}
.cid-udr18UHnrc .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-udr18UHnrc .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-udr18UHnrc .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-udr18UHnrc .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-udr18UHnrc .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udr18UHnrc .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-udr18UHnrc .row .list {
    margin-bottom: 32px;
  }
}
.cid-udr18UHnrc .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-udr18UHnrc .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-udr18UHnrc .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-udr18UHnrc .mbr-section-title {
  color: #e2edec;
}
.cid-udr18UHnrc .mbr-desc {
  color: #ffffff;
}
.cid-udr18UHnrc .mbr-text {
  color: #ffffff;
}
.cid-udr18UHnrc .list {
  color: #ffffff;
}
.cid-udr18UHnrc .copyright {
  color: #ffffff;
}
.cid-udr18UXYZo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-udr18UXYZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-udr18UXYZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udr18UXYZo .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-udr18UXYZo .bg-instagram:hover {
  background: #bd005c;
}
.cid-udr18UXYZo .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-udr18UXYZo [class^="socicon-"]:before,
.cid-udr18UXYZo [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-udr18UXYZo .mbr-section-title,
.cid-udr18UXYZo .social-list {
  color: #ffffff;
}
.cid-udr18VjOe0 .navbar-dropdown {
  background-color: #a34f8b !important;
  padding: 0;
}
.cid-udr18VjOe0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #a34f8b !important;
  background: #a34f8b;
}
.cid-udr18VjOe0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udr18VjOe0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-udr18VjOe0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-udr18VjOe0 .menu_box .navbar.opened,
  .cid-udr18VjOe0 .menu_box .navbar-collapse {
    background-color: #a34f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-udr18VjOe0 .navbar-dropdown {
  position: relative !important;
}
.cid-udr18VjOe0 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-udr18VjOe0 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-udr18VjOe0 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-udr18VjOe0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-udr18VjOe0 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-udr18VjOe0 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #f1f4e9;
  }
  .cid-udr18VjOe0 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-udr18VjOe0 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-udr18VjOe0 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-udr18VjOe0 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-udr18VjOe0 .offcanvas-body .mbr-text,
  .cid-udr18VjOe0 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-udr18VjOe0 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-udr18VjOe0 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-udr18VjOe0 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #a34f8b;
  }
  .cid-udr18VjOe0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-udr18VjOe0 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-udr18VjOe0 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-udr18VjOe0 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-udr18VjOe0 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-udr18VjOe0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udr18VjOe0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-udr18VjOe0 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-udr18VjOe0 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-udr18VjOe0 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-udr18VjOe0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-udr18VjOe0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-udr18VjOe0 .nav-item {
    margin: 0 !important;
  }
}
.cid-udr18VjOe0 .nav-item .nav-link {
  position: relative;
}
.cid-udr18VjOe0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb7bd;
  transition: all 0.3s ease-out;
}
.cid-udr18VjOe0 .nav-item .nav-link:hover,
.cid-udr18VjOe0 .nav-item .nav-link:focus {
  opacity: 1;
  color: #ddb7bd !important;
  font-weight: 300 !important;
}
.cid-udr18VjOe0 .nav-item .nav-link:hover::before,
.cid-udr18VjOe0 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-udr18VjOe0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-udr18VjOe0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-udr18VjOe0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-udr18VjOe0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-udr18VjOe0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-udr18VjOe0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-udr18VjOe0 .offcanvas_box {
    display: none;
  }
}
.cid-udr18VjOe0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-udr18VjOe0 .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-udr18VjOe0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-udr18VjOe0 .container {
  display: flex;
  margin: auto;
}
.cid-udr18VjOe0 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-udr18VjOe0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-udr18VjOe0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-udr18VjOe0 .navbar-caption {
  color: #212529;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.cid-udr18VjOe0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-udr18VjOe0 .navbar-nav {
    margin: 0;
  }
}
.cid-udr18VjOe0 .dropdown-menu,
.cid-udr18VjOe0 .navbar.opened {
  background-color: false !important;
}
.cid-udr18VjOe0 .nav-item:focus,
.cid-udr18VjOe0 .nav-link:focus {
  outline: none;
}
.cid-udr18VjOe0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udr18VjOe0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udr18VjOe0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udr18VjOe0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udr18VjOe0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udr18VjOe0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udr18VjOe0 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-udr18VjOe0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-udr18VjOe0 .navbar.opened {
  transition: all 0.3s;
}
.cid-udr18VjOe0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-udr18VjOe0 .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 5px;
}
.cid-udr18VjOe0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-udr18VjOe0 .navbar.collapsed {
  justify-content: center;
}
.cid-udr18VjOe0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udr18VjOe0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-udr18VjOe0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udr18VjOe0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udr18VjOe0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udr18VjOe0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-udr18VjOe0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-udr18VjOe0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-udr18VjOe0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-udr18VjOe0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udr18VjOe0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udr18VjOe0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-udr18VjOe0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udr18VjOe0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-udr18VjOe0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udr18VjOe0 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-udr18VjOe0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-udr18VjOe0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-udr18VjOe0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-udr18VjOe0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udr18VjOe0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-udr18VjOe0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-udr18VjOe0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udr18VjOe0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udr18VjOe0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udr18VjOe0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-udr18VjOe0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udr18VjOe0 .dropdown-item.active,
.cid-udr18VjOe0 .dropdown-item:active {
  background-color: transparent;
}
.cid-udr18VjOe0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udr18VjOe0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udr18VjOe0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udr18VjOe0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udr18VjOe0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-udr18VjOe0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udr18VjOe0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #a34f8b;
  background: #ece0df;
}
.cid-udr18VjOe0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #a34f8b;
}
.cid-udr18VjOe0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udr18VjOe0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udr18VjOe0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udr18VjOe0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udr18VjOe0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udr18VjOe0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udr18VjOe0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udr18VjOe0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udr18VjOe0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-udr18VjOe0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udr18VjOe0 .navbar {
    height: 70px;
  }
  .cid-udr18VjOe0 .navbar.opened {
    height: auto;
  }
  .cid-udr18VjOe0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udr18VjOe0 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-udr18VjOe0 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-udr18VjOe0 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-udr18VjOe0 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  min-width: 145px;
}
@media (max-width: 992px) {
  .cid-udr18VjOe0 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
@media (max-width: 1400px) {
  .cid-udr18VjOe0 .mbr-section-btn-main .btn {
    padding: 10px 20px;
  }
}
.cid-udr18VjOe0 .navbar-caption:hover {
  color: #a34f8b;
}
@media (min-width: 992px) {
  .cid-udr18VjOe0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-udr18VjOe0 .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-udr18VjOe0 .text_widget {
  margin-bottom: 32px;
}
.cid-udr18VjOe0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-udr18VjOe0 .text_widget a:hover {
  color: #a34f8b !important;
}
.cid-udr18VjOe0 .mbr-section-subtitle {
  color: #212529;
  text-align: center;
}
.cid-udr18VjOe0 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-udr18VjOe0 .mbr-section-subtitle,
.cid-udr18VjOe0 .text_widget,
.cid-udr18VjOe0 .mbr-section-btn {
  text-align: center;
}
.cid-udr18VjOe0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ugMUFzgtlg {
  background-image: url("../../../assets/images/tina-newsletter-anmeldung.webp");
}
.cid-ugMUFzgtlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMUFzgtlg .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-ugMUFzgtlg .container {
    padding: 0 20px;
  }
  .cid-ugMUFzgtlg .container .row {
    padding: 0;
  }
}
.cid-ugMUFzgtlg .title-wrapper .mbr-section-title {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-ugMUFzgtlg .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ugMUFzgtlg .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ugMUFzgtlg .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-ugMUFzgtlg .text-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #ba868f;
}
.cid-ugMUFzgtlg .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-ugMUFzgtlg .mbr-text {
  color: #ffffff;
}
.cid-ugMUFzgtlg .mbr-text,
.cid-ugMUFzgtlg .mbr-section-btn {
  text-align: left;
}
.cid-ugMUFzrwpY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #5b7d78;
}
.cid-ugMUFzrwpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMUFzrwpY .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-ugMUFzrwpY .container {
    padding: 0 20px;
  }
}
.cid-ugMUFzrwpY .row {
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ugMUFzrwpY .row .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-ugMUFzrwpY .row .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugMUFzrwpY .row .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-ugMUFzrwpY .row .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ugMUFzrwpY .row .list {
  padding: 0;
  margin-bottom: 50px;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-ugMUFzrwpY .row .list {
    margin-bottom: 32px;
  }
}
.cid-ugMUFzrwpY .row .list .item-wrap {
  margin-bottom: 16px;
}
.cid-ugMUFzrwpY .row .list .item-wrap:hover {
  text-decoration: underline;
  color: #ddb7bd;
}
.cid-ugMUFzrwpY .row .copyright {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ugMUFzrwpY .mbr-section-title {
  color: #e2edec;
}
.cid-ugMUFzrwpY .mbr-desc {
  color: #ffffff;
}
.cid-ugMUFzrwpY .mbr-text {
  color: #ffffff;
}
.cid-ugMUFzrwpY .list {
  color: #ffffff;
}
.cid-ugMUFzrwpY .copyright {
  color: #ffffff;
}
.cid-ugMUFzAGAq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7b9591;
}
.cid-ugMUFzAGAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMUFzAGAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMUFzAGAq .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-ugMUFzAGAq .bg-instagram:hover {
  background: #bd005c;
}
.cid-ugMUFzAGAq .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ugMUFzAGAq [class^="socicon-"]:before,
.cid-ugMUFzAGAq [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-ugMUFzAGAq .mbr-section-title,
.cid-ugMUFzAGAq .social-list {
  color: #ffffff;
}
