.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.18rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.08ch;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1c1c1c !important;
}
.bg-success {
  background-color: #ffd751 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #fd9839 !important;
}
.bg-danger {
  background-color: #eb611d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #363636 !important;
  border-color: #363636 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #363636 !important;
  border-color: #363636 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #71818e !important;
  border-color: #71818e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8d9aa5 !important;
  border-color: #8d9aa5 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8d9aa5 !important;
  border-color: #8d9aa5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffd751 !important;
  border-color: #ffd751 !important;
  color: #513e00 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffe384 !important;
  border-color: #ffe384 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #513e00 !important;
  background-color: #ffe384 !important;
  border-color: #ffe384 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fd9839 !important;
  border-color: #fd9839 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #feb26b !important;
  border-color: #feb26b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #feb26b !important;
  border-color: #feb26b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #eb611d !important;
  border-color: #eb611d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ef824c !important;
  border-color: #ef824c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ef824c !important;
  border-color: #ef824c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1c1c1c;
  color: #1c1c1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #71818e;
  color: #71818e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4b555e !important;
  background-color: transparent !important;
  border-color: #4b555e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #71818e !important;
  border-color: #71818e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffd751;
  color: #ffd751;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f9c000 !important;
  background-color: transparent !important;
  border-color: #f9c000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #513e00 !important;
  background-color: #ffd751 !important;
  border-color: #ffd751 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fd9839;
  color: #fd9839;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #dd6c02 !important;
  background-color: transparent !important;
  border-color: #dd6c02 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fd9839 !important;
  border-color: #fd9839 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #eb611d;
  color: #eb611d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a33f0e !important;
  background-color: transparent !important;
  border-color: #a33f0e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #eb611d !important;
  border-color: #eb611d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #1c1c1c !important;
}
.text-secondary {
  color: #71818e !important;
}
.text-success {
  color: #ffd751 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #fd9839 !important;
}
.text-danger {
  color: #eb611d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #444d55 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #eab400 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ce6502 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #953a0d !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1c1c1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #fd9839;
}
.alert-danger {
  background-color: #eb611d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #1c1c1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cfcfcf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fce4d8;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #1c1c1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #1c1c1c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1c1c1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c1c1c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1c1c1c;
  border-bottom-color: #1c1c1c;
}
.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: #1c1c1c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #71818e !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='%231c1c1c' %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-radius: .3rem !important;
  padding: 16px 20px;
  font-weight: 500 !important;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 0;
  opacity: 0;
  margin: 2px 0 0 0;
  transform: translateX(-5px);
  color: #fd9839 !important;
  transition: all 0.3s ease-in-out;
}
.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 {
  width: 1.5rem;
  display: inline-flex;
  opacity: 1;
  transform: translateX(0);
  margin: 2px 8px 0 0;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #1c1c1c !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #1c1c1c !important;
}
img {
  border-radius: .3rem !important;
}
.cid-uQQLMCYqDf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .nav-item,
.cid-uQQLMCYqDf .nav-link,
.cid-uQQLMCYqDf .navbar-caption {
  font-weight: normal;
}
.cid-uQQLMCYqDf .nav-item:focus,
.cid-uQQLMCYqDf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQLMCYqDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQLMCYqDf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #918f90;
  background: none;
}
.cid-uQQLMCYqDf .navbar.opened {
  transition: all .3s;
  background: #918f90 !important;
}
.cid-uQQLMCYqDf .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uQQLMCYqDf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQLMCYqDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQQLMCYqDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQQLMCYqDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQQLMCYqDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQLMCYqDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQQLMCYqDf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQQLMCYqDf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQQLMCYqDf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQQLMCYqDf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQQLMCYqDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQQLMCYqDf .navbar.navbar-short {
  background: #918f90 !important;
  min-height: 60px;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQQLMCYqDf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQLMCYqDf .dropdown-item.active,
.cid-uQQLMCYqDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #918f90;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQQLMCYqDf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQQLMCYqDf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQQLMCYqDf .navbar-buttons {
  text-align: center;
}
.cid-uQQLMCYqDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd9839;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQQLMCYqDf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQQLMCYqDf .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQQLMCYqDf .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQQLMCYqDf .soc-item {
  margin: .5rem .3rem;
}
.cid-uQQLMCYqDf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQQLMCYqDf .navbar {
    height: 77px;
  }
  .cid-uQQLMCYqDf .navbar.opened {
    height: auto;
  }
  .cid-uQQLMCYqDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGWF3pY2UC {
  position: relative;
}
.cid-uGWF3pY2UC::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #918f90 18%, transparent 90%, #918f90 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uGWF3pY2UC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGWF3pY2UC .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/3450x1155-ohne-background-1.png");
}
.cid-uGWF3pY2UC .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uGWF3pY2UC .content-wrapper {
    margin-top: 0;
  }
}
.cid-uGWF3pY2UC .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ff914d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGWF3pY2UC .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uGWF3pY2UC .mbr-section-title {
  color: #ffffff;
}
.cid-uGWF3pY2UC .mbr-text {
  color: #fd9839;
  text-align: left;
}
.cid-uGWF3pY2UC .mbr-section-title,
.cid-uGWF3pY2UC .mbr-section-btn {
  color: #fd9839;
}
.cid-uGWF3pY2UC .mbr-section-title,
.cid-uGWF3pY2UC .mbr-section-btn DIV {
  text-align: left;
}
.cid-uGWATgXV6T {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #918f90;
}
.cid-uGWATgXV6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGWATgXV6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGWATgXV6T .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uGWATgXV6T .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uGWATgXV6T .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uGWATgXV6T .container {
    padding: 0 16px;
  }
}
.cid-uGWATgXV6T .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uGWATgXV6T .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uGWATgXV6T .desc-wrapper {
  margin-bottom: 32px;
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uGWATgXV6T .desc-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGWATgXV6T .desc-wrapper {
    padding: 0;
  }
}
.cid-uGWATgXV6T .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uGWATgXV6T .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #eb611d, #ff914d);
}
.cid-uGWATgXV6T .image-wrapper {
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uGWATgXV6T .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGWATgXV6T .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uGWATgXV6T .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uGWATgXV6T .image-wrapper img {
    height: 350px;
  }
}
.cid-uGWATgXV6T .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGWATgXV6T .mbr-section-title {
  color: #ffffff;
}
.cid-uGWATgXV6T .mbr-desc {
  color: #1c1c1c;
}
.cid-uGWATgXV6T .mbr-text {
  color: #ffffff;
}
.cid-uGWATgXV6T .mbr-desc,
.cid-uGWATgXV6T .desc-wrapper {
  color: #ffffff;
}
.cid-uOYsfrRtIO {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOYsfrRtIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOYsfrRtIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOYsfrRtIO .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOYsfrRtIO .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOYsfrRtIO .items-wrapper {
  margin: 0 -8px;
}
.cid-uOYsfrRtIO .items-wrapper .item {
  padding: 0 8px;
}
.cid-uOYsfrRtIO .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uOYsfrRtIO .item {
    margin-bottom: 12px;
  }
}
.cid-uOYsfrRtIO .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fd9839;
  overflow: hidden;
}
.cid-uOYsfrRtIO .item .item-wrapper .card-box .item-img img {
  height: 480px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOYsfrRtIO .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uOYsfrRtIO .item .item-wrapper .card-box .item-content {
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uOYsfrRtIO .item .item-wrapper .card-box .item-content {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOYsfrRtIO .item .item-wrapper .card-box .item-content {
    padding: 24px;
  }
}
.cid-uOYsfrRtIO .item .item-wrapper .card-box .item-content .card-title {
  margin-bottom: 24px;
}
.cid-uOYsfrRtIO .item .item-wrapper .card-box .item-content .card-text {
  margin-bottom: 0;
}
.cid-uOYsfrRtIO .item .item-wrapper .mbr-section-btn {
  padding: 0 48px 48px;
}
@media (max-width: 1440px) {
  .cid-uOYsfrRtIO .item .item-wrapper .mbr-section-btn {
    padding: 0 32px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOYsfrRtIO .item .item-wrapper .mbr-section-btn {
    padding: 0 24px 24px;
  }
}
.cid-uOYsfrRtIO .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOYsfrRtIO .mbr-section-title {
  color: #fd9839;
}
.cid-uOYsfrRtIO .card-title {
  color: #ffffff;
}
.cid-uOYsfrRtIO .card-text {
  color: #f4f4f4;
}
.cid-uQIqEnX5Fn.popup-builder {
  background-color: #ffffff;
}
.cid-uQIqEnX5Fn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQIqEnX5Fn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQIqEnX5Fn .modal-content,
.cid-uQIqEnX5Fn .modal-dialog {
  height: auto;
}
.cid-uQIqEnX5Fn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQIqEnX5Fn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQIqEnX5Fn .form-wrapper .mbr-form .form-group,
  .cid-uQIqEnX5Fn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQIqEnX5Fn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQIqEnX5Fn .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-uQIqEnX5Fn .mbr-text {
  text-align: left;
}
.cid-uQIqEnX5Fn .pt-0 {
  padding-top: 0 !important;
}
.cid-uQIqEnX5Fn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQIqEnX5Fn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQIqEnX5Fn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQIqEnX5Fn .modal-open {
  overflow: hidden;
}
.cid-uQIqEnX5Fn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQIqEnX5Fn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQIqEnX5Fn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQIqEnX5Fn .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-uQIqEnX5Fn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQIqEnX5Fn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQIqEnX5Fn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQIqEnX5Fn .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-uQIqEnX5Fn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQIqEnX5Fn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQIqEnX5Fn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQIqEnX5Fn .modal-backdrop.show {
  opacity: .5;
}
.cid-uQIqEnX5Fn .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-uQIqEnX5Fn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQIqEnX5Fn .modal-header {
    padding: 1rem;
  }
}
.cid-uQIqEnX5Fn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQIqEnX5Fn .modal-header .close svg {
  fill: #fd9839;
}
.cid-uQIqEnX5Fn .modal-header .close:hover {
  opacity: 1;
}
.cid-uQIqEnX5Fn .modal-header .close:focus {
  outline: none;
}
.cid-uQIqEnX5Fn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQIqEnX5Fn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQIqEnX5Fn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQIqEnX5Fn .modal-body {
    padding: 1rem;
  }
}
.cid-uQIqEnX5Fn .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-uQIqEnX5Fn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQIqEnX5Fn .modal-footer {
    padding: 1rem;
  }
}
.cid-uQIqEnX5Fn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQIqEnX5Fn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQIqEnX5Fn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQIqEnX5Fn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQIqEnX5Fn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQIqEnX5Fn .modal-lg,
  .cid-uQIqEnX5Fn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQIqEnX5Fn .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQIqEnX5Fn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQIqEnX5Fn .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-uQIqEnX5Fn .form-group {
  margin-bottom: 1rem;
}
.cid-uQIqEnX5Fn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQIqEnX5Fn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQIqEnX5Fn .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-uQIqEnX5Fn .mbr-section-btn {
  margin: 0;
}
.cid-uQIqEnX5Fn .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQIrrR232R.popup-builder {
  background-color: #ffffff;
}
.cid-uQIrrR232R.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQIrrR232R.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQIrrR232R .modal-content,
.cid-uQIrrR232R .modal-dialog {
  height: auto;
}
.cid-uQIrrR232R .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQIrrR232R .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQIrrR232R .form-wrapper .mbr-form .form-group,
  .cid-uQIrrR232R .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQIrrR232R .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQIrrR232R .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-uQIrrR232R .mbr-text {
  text-align: left;
}
.cid-uQIrrR232R .pt-0 {
  padding-top: 0 !important;
}
.cid-uQIrrR232R .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQIrrR232R .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQIrrR232R .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQIrrR232R .modal-open {
  overflow: hidden;
}
.cid-uQIrrR232R .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQIrrR232R .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQIrrR232R .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQIrrR232R .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-uQIrrR232R .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQIrrR232R .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQIrrR232R .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQIrrR232R .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-uQIrrR232R .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQIrrR232R .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQIrrR232R .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQIrrR232R .modal-backdrop.show {
  opacity: .5;
}
.cid-uQIrrR232R .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-uQIrrR232R .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQIrrR232R .modal-header {
    padding: 1rem;
  }
}
.cid-uQIrrR232R .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQIrrR232R .modal-header .close svg {
  fill: #fd9839;
}
.cid-uQIrrR232R .modal-header .close:hover {
  opacity: 1;
}
.cid-uQIrrR232R .modal-header .close:focus {
  outline: none;
}
.cid-uQIrrR232R .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQIrrR232R .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQIrrR232R .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQIrrR232R .modal-body {
    padding: 1rem;
  }
}
.cid-uQIrrR232R .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-uQIrrR232R .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQIrrR232R .modal-footer {
    padding: 1rem;
  }
}
.cid-uQIrrR232R .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQIrrR232R .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQIrrR232R .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQIrrR232R .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQIrrR232R .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQIrrR232R .modal-lg,
  .cid-uQIrrR232R .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQIrrR232R .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQIrrR232R .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQIrrR232R .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-uQIrrR232R .form-group {
  margin-bottom: 1rem;
}
.cid-uQIrrR232R .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQIrrR232R .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQIrrR232R .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-uQIrrR232R .mbr-section-btn {
  margin: 0;
}
.cid-uQIrrR232R .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQIspVOGf0.popup-builder {
  background-color: #ffffff;
}
.cid-uQIspVOGf0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQIspVOGf0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQIspVOGf0 .modal-content,
.cid-uQIspVOGf0 .modal-dialog {
  height: auto;
}
.cid-uQIspVOGf0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQIspVOGf0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQIspVOGf0 .form-wrapper .mbr-form .form-group,
  .cid-uQIspVOGf0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQIspVOGf0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQIspVOGf0 .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-uQIspVOGf0 .mbr-text {
  text-align: left;
}
.cid-uQIspVOGf0 .pt-0 {
  padding-top: 0 !important;
}
.cid-uQIspVOGf0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQIspVOGf0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQIspVOGf0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQIspVOGf0 .modal-open {
  overflow: hidden;
}
.cid-uQIspVOGf0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQIspVOGf0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQIspVOGf0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQIspVOGf0 .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-uQIspVOGf0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQIspVOGf0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQIspVOGf0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQIspVOGf0 .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-uQIspVOGf0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQIspVOGf0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQIspVOGf0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQIspVOGf0 .modal-backdrop.show {
  opacity: .5;
}
.cid-uQIspVOGf0 .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-uQIspVOGf0 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQIspVOGf0 .modal-header {
    padding: 1rem;
  }
}
.cid-uQIspVOGf0 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQIspVOGf0 .modal-header .close svg {
  fill: #fd9839;
}
.cid-uQIspVOGf0 .modal-header .close:hover {
  opacity: 1;
}
.cid-uQIspVOGf0 .modal-header .close:focus {
  outline: none;
}
.cid-uQIspVOGf0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQIspVOGf0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQIspVOGf0 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQIspVOGf0 .modal-body {
    padding: 1rem;
  }
}
.cid-uQIspVOGf0 .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-uQIspVOGf0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQIspVOGf0 .modal-footer {
    padding: 1rem;
  }
}
.cid-uQIspVOGf0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQIspVOGf0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQIspVOGf0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQIspVOGf0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQIspVOGf0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQIspVOGf0 .modal-lg,
  .cid-uQIspVOGf0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQIspVOGf0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQIspVOGf0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQIspVOGf0 .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-uQIspVOGf0 .form-group {
  margin-bottom: 1rem;
}
.cid-uQIspVOGf0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQIspVOGf0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQIspVOGf0 .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-uQIspVOGf0 .mbr-section-btn {
  margin: 0;
}
.cid-uQIspVOGf0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uR3qApLYwD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fd9839;
}
.cid-uR3qApLYwD .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uR3qApLYwD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR3qApLYwD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-uR3qApLYwD .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uR3qApLYwD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uR3qApLYwD .embla__slide .slide-content {
  width: 100%;
}
.cid-uR3qApLYwD .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uR3qApLYwD .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-uR3qApLYwD .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #000000, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uR3qApLYwD .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uR3qApLYwD .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR3qApLYwD .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uR3qApLYwD .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uR3qApLYwD .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uR3qApLYwD .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uR3qApLYwD .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uR3qApLYwD .embla__button--next,
.cid-uR3qApLYwD .embla__button--prev {
  display: flex;
}
.cid-uR3qApLYwD .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uR3qApLYwD .embla__button:hover {
  opacity: .7 !important;
}
.cid-uR3qApLYwD .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uR3qApLYwD .embla__button.embla__button--next {
  right: 0;
}
.cid-uR3qApLYwD .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uR3qApLYwD .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uR3qApLYwD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR3qApLYwD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR3qApLYwD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR3qApLYwD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uR3qApLYwD .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uR3qApLYwD .item-tag {
  color: #ffffff;
}
.cid-uR3qApLYwD .item-name {
  color: #ffffff;
}
.cid-u14CGtsOc0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20250630-84635.jpg");
  z-index: 0;
}
.cid-u14CGtsOc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14CGtsOc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14CGtsOc0 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14CGtsOc0 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14CGtsOc0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14CGtsOc0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14CGtsOc0 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u14CGtsOc0 .row {
  justify-content: space-between;
}
.cid-u14CGtsOc0 .item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #c1c1c1;
}
@media (max-width: 992px) {
  .cid-u14CGtsOc0 .item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.cid-u14CGtsOc0 .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-u14CGtsOc0 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u14CGtsOc0 .mbr-section-title {
  color: #ffffff;
}
.cid-u14CGtsOc0 .card-title {
  color: #f4f4f4;
}
.cid-u14CGtsOc0 .card-text {
  color: #ffffff;
}
.cid-u14CGtsOc0 .mbr-section-title,
.cid-u14CGtsOc0 .title-wrapper {
  text-align: left;
}
.cid-u14CHzD2Vz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fd9839;
}
.cid-u14CHzD2Vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14CHzD2Vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14CHzD2Vz .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-u14CHzD2Vz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u14CHzD2Vz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u14CHzD2Vz .container {
    padding: 0 16px;
  }
}
.cid-u14CHzD2Vz .row {
  margin: 0;
}
.cid-u14CHzD2Vz .row .card {
  padding: 0;
}
.cid-u14CHzD2Vz .title-wrapper {
  position: relative;
  padding: 0 60px;
  height: 100%;
}
.cid-u14CHzD2Vz .title-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: -50vh;
  height: 250vh;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-u14CHzD2Vz .title-wrapper {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14CHzD2Vz .title-wrapper {
    padding: 0 16px;
  }
}
.cid-u14CHzD2Vz .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u14CHzD2Vz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u14CHzD2Vz .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14CHzD2Vz .content-wrapper {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14CHzD2Vz .content-wrapper {
    padding: 32px 16px 0;
  }
}
.cid-u14CHzD2Vz .content-wrapper .mbr-text {
  margin-bottom: 115px;
}
@media (max-width: 992px) {
  .cid-u14CHzD2Vz .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 992px) {
  .cid-u14CHzD2Vz .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item {
  padding-top: 28px;
  border-top: 1px solid #c1c1c1;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  min-width: 136px;
  margin-right: 16px;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  width: 136px;
  min-width: 136px;
  height: 136px;
  object-fit: cover;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
  opacity: .7;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper {
  margin-top: 20px;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item {
  margin-left: 12px;
  margin-bottom: 5px;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover,
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus {
  border: 1px solid #1c1c1c;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover::before,
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus::before {
  transform: scale(1);
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #f27120;
  opacity: 1;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-u14CHzD2Vz .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #1c1c1c;
  opacity: .6;
  transition: all 0.3s ease-in-out;
}
.cid-u14CHzD2Vz .mbr-section-title {
  color: #fd9839;
}
.cid-u14CHzD2Vz .mbr-text {
  color: #ffffff;
}
.cid-u14CHzD2Vz .card-name {
  color: #1c1c1c;
}
.cid-u14CHzD2Vz .card-role {
  color: #1c1c1c;
}
.cid-u14CKePu2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pic1.png");
}
.cid-u14CKePu2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14CKePu2z .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-u14CKePu2z .container {
    padding: 0 16px;
  }
}
.cid-u14CKePu2z .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u14CKePu2z .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-u14CKePu2z .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-u14CKePu2z .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .cid-u14CKePu2z .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-u14CKePu2z .content-wrapper .icons-wrapper .icons-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cid-u14CKePu2z .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-u14CKePu2z .content-wrapper .icons-wrapper .icons-wrap {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}
.cid-u14CKePu2z .content-wrapper .icons-wrapper .icons-wrap .icon-wrapper .mbr-iconfont {
  font-size: 76px;
  color: #f27120;
}
.cid-u14CKePu2z .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u14CKePu2z .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u14CKePu2z .image-wrapper .image-wrap {
  position: relative;
  border: 2px solid #c1c1c1;
  border-radius: 3rem !important;
  width: 332px;
  height: 690px;
  display: flex;
  justify-content: center;
  background-color: #c1c1c1;
  box-shadow: -25px 32px 60px #1c1c1c;
}
.cid-u14CKePu2z .image-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 98px;
  height: 28px;
  border-radius: 1rem;
  background-color: #1c1c1c;
}
@media (max-width: 1200px) {
  .cid-u14CKePu2z .image-wrapper .image-wrap::before {
    top: 13px;
    width: 68px;
    height: 22px;
  }
}
@media (max-width: 1200px) {
  .cid-u14CKePu2z .image-wrapper .image-wrap {
    width: 232px;
    height: 460px;
  }
}
.cid-u14CKePu2z .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 7px solid #1c1c1c;
  background-color: #1c1c1c;
  border-radius: 3rem !important;
}
.cid-u14CKePu2z .mbr-section-title {
  color: #ffffff;
}
.cid-u14CKePu2z .mbr-text {
  color: #f4f4f4;
}
.cid-v1qxGEsEqK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/kopie-dsc9365.jpg");
}
.cid-v1qxGEsEqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1qxGEsEqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1qxGEsEqK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v1qxGEsEqK .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-v1qxGEsEqK .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-v1qxGEsEqK .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-v1qxGEsEqK .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v1qxGEsEqK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v1qxGEsEqK .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1qxGEsEqK .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 80%;
  }
}
.cid-v1qxGEsEqK .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-v1qxGEsEqK .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1qxGEsEqK .mbr-section-title {
  color: #f4f4f4;
}
.cid-v1qxGEsEqK .mbr-text {
  color: #d7d2d2;
}
.cid-v1qxGEsEqK .mbr-text,
.cid-v1qxGEsEqK .text-wrapper {
  color: #ffffff;
}
.cid-v1qxGEsEqK .mbr-section-title,
.cid-v1qxGEsEqK .mbr-section-btn,
.cid-v1qxGEsEqK .content-wrapper {
  text-align: left;
}
.cid-u14CIFmXQi {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/wohngebude-und-anbauten-holzbauweise-c1113382a3-1000x625.jpg");
}
.cid-u14CIFmXQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14CIFmXQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14CIFmXQi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14CIFmXQi .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14CIFmXQi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14CIFmXQi .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14CIFmXQi .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-u14CIFmXQi .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-u14CIFmXQi .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #fd9839, #eb611d);
}
.cid-u14CIFmXQi .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u14CIFmXQi .mbr-desc {
  color: #1c1c1c;
}
.cid-u14CIFmXQi .mbr-text {
  color: #ffffff;
}
.cid-u14CIFmXQi .mbr-desc,
.cid-u14CIFmXQi .desc-wrapper {
  color: #ffffff;
}
.cid-uGW5s0CMQM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fd9839;
}
.cid-uGW5s0CMQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGW5s0CMQM .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-uGW5s0CMQM .container {
    padding: 0 16px;
  }
}
.cid-uGW5s0CMQM .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uGW5s0CMQM .row .item {
  padding: 0 24px;
}
.cid-uGW5s0CMQM .row .item:first-child {
  margin-bottom: 0;
}
.cid-uGW5s0CMQM .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uGW5s0CMQM .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uGW5s0CMQM .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uGW5s0CMQM .item {
    margin-bottom: 32px;
  }
}
.cid-uGW5s0CMQM .item:hover .item-wrapper .item-img img,
.cid-uGW5s0CMQM .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-uGW5s0CMQM .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
}
.cid-uGW5s0CMQM .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uGW5s0CMQM .item .item-wrapper .item-content .card-date {
  margin-bottom: 16px;
}
.cid-uGW5s0CMQM .item .item-wrapper .item-content .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uGW5s0CMQM .item .item-wrapper .item-content .card-title {
    margin-bottom: 16px;
  }
}
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0 0 5px 0;
  border: none !important;
  position: relative;
  margin-top: 0;
}
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline::before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline::before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline::before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline::before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline::before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline::before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline::before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus:before,
.cid-uGW5s0CMQM .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus:before {
  width: 0;
}
.cid-uGW5s0CMQM .mbr-section-title {
  color: #ffffff;
}
.cid-uGW5s0CMQM .card-title {
  color: #1c1c1c;
}
.cid-uGW5s0CMQM .card-date {
  color: #ffffff;
}
.cid-uGW5s0CMQM .card-title,
.cid-uGW5s0CMQM .mbr-section-btn {
  color: #ffffff;
}
.cid-uRdVNEbuqZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #918f90;
}
.cid-uRdVNEbuqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRdVNEbuqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRdVNEbuqZ .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uRdVNEbuqZ .row .item {
  padding: 0 13px;
}
.cid-uRdVNEbuqZ .item {
  margin-bottom: 26px;
}
@media (max-width: 992px) {
  .cid-uRdVNEbuqZ .item {
    margin-bottom: 16px;
  }
}
.cid-uRdVNEbuqZ .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 80px 54px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uRdVNEbuqZ .item .item-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uRdVNEbuqZ .item .item-wrapper {
    padding: 30px 16px;
  }
}
.cid-uRdVNEbuqZ .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRdVNEbuqZ .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fd9839;
  z-index: 1;
  opacity: 0.7;
  pointer-events: none;
}
.cid-uRdVNEbuqZ .item .item-wrapper .item-content {
  position: relative;
  z-index: 2;
}
.cid-uRdVNEbuqZ .item .item-wrapper .item-content .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #fff7ee;
}
.cid-uRdVNEbuqZ .item .item-wrapper .item-content .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uRdVNEbuqZ .item .item-wrapper .item-content .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #918f90;
}
.cid-uRdVNEbuqZ .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uRdVNEbuqZ .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
.cid-uRdVNEbuqZ .item-label,
.cid-uRdVNEbuqZ .label-wrapper {
  color: #151e11;
  text-align: center;
}
.cid-uRdVNEbuqZ .item-title {
  color: #fff7ee;
}
.cid-uRdVNEbuqZ .item-title,
.cid-uRdVNEbuqZ .mbr-section-btn {
  text-align: center;
}
.cid-uRdWtX9Uir.popup-builder {
  background-color: #ffffff;
}
.cid-uRdWtX9Uir.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRdWtX9Uir.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRdWtX9Uir .modal-content,
.cid-uRdWtX9Uir .modal-dialog {
  height: auto;
}
.cid-uRdWtX9Uir .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRdWtX9Uir .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRdWtX9Uir .form-wrapper .mbr-form .form-group,
  .cid-uRdWtX9Uir .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRdWtX9Uir .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRdWtX9Uir .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-uRdWtX9Uir .mbr-text {
  text-align: left;
}
.cid-uRdWtX9Uir .pt-0 {
  padding-top: 0 !important;
}
.cid-uRdWtX9Uir .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRdWtX9Uir .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRdWtX9Uir .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRdWtX9Uir .modal-open {
  overflow: hidden;
}
.cid-uRdWtX9Uir .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRdWtX9Uir .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRdWtX9Uir .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRdWtX9Uir .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-uRdWtX9Uir .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRdWtX9Uir .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRdWtX9Uir .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRdWtX9Uir .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-uRdWtX9Uir .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRdWtX9Uir .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRdWtX9Uir .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRdWtX9Uir .modal-backdrop.show {
  opacity: .5;
}
.cid-uRdWtX9Uir .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-uRdWtX9Uir .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRdWtX9Uir .modal-header {
    padding: 1rem;
  }
}
.cid-uRdWtX9Uir .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRdWtX9Uir .modal-header .close svg {
  fill: #353535;
}
.cid-uRdWtX9Uir .modal-header .close:hover {
  opacity: 1;
}
.cid-uRdWtX9Uir .modal-header .close:focus {
  outline: none;
}
.cid-uRdWtX9Uir .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-uRdWtX9Uir .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRdWtX9Uir .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRdWtX9Uir .modal-body {
    padding: 1rem;
  }
}
.cid-uRdWtX9Uir .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-uRdWtX9Uir .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRdWtX9Uir .modal-footer {
    padding: 1rem;
  }
}
.cid-uRdWtX9Uir .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRdWtX9Uir .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRdWtX9Uir .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRdWtX9Uir .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRdWtX9Uir .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uRdWtX9Uir .modal-lg,
  .cid-uRdWtX9Uir .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRdWtX9Uir .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRdWtX9Uir .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRdWtX9Uir .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-uRdWtX9Uir .form-group {
  margin-bottom: 1rem;
}
.cid-uRdWtX9Uir .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRdWtX9Uir .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRdWtX9Uir .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-uRdWtX9Uir .mbr-section-btn {
  margin: 0;
}
.cid-uRdWtX9Uir .mbr-section-btn .btn {
  margin: 0;
}
.cid-uRdWuJf0am.popup-builder {
  background-color: #ffffff;
}
.cid-uRdWuJf0am.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uRdWuJf0am.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uRdWuJf0am .modal-content,
.cid-uRdWuJf0am .modal-dialog {
  height: auto;
}
.cid-uRdWuJf0am .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uRdWuJf0am .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uRdWuJf0am .form-wrapper .mbr-form .form-group,
  .cid-uRdWuJf0am .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uRdWuJf0am .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uRdWuJf0am .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-uRdWuJf0am .mbr-text {
  text-align: left;
}
.cid-uRdWuJf0am .pt-0 {
  padding-top: 0 !important;
}
.cid-uRdWuJf0am .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uRdWuJf0am .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uRdWuJf0am .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uRdWuJf0am .modal-open {
  overflow: hidden;
}
.cid-uRdWuJf0am .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uRdWuJf0am .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uRdWuJf0am .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uRdWuJf0am .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-uRdWuJf0am .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uRdWuJf0am .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uRdWuJf0am .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uRdWuJf0am .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-uRdWuJf0am .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uRdWuJf0am .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uRdWuJf0am .modal-backdrop.fade {
  opacity: 0;
}
.cid-uRdWuJf0am .modal-backdrop.show {
  opacity: .5;
}
.cid-uRdWuJf0am .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-uRdWuJf0am .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uRdWuJf0am .modal-header {
    padding: 1rem;
  }
}
.cid-uRdWuJf0am .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uRdWuJf0am .modal-header .close svg {
  fill: #353535;
}
.cid-uRdWuJf0am .modal-header .close:hover {
  opacity: 1;
}
.cid-uRdWuJf0am .modal-header .close:focus {
  outline: none;
}
.cid-uRdWuJf0am .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-uRdWuJf0am .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uRdWuJf0am .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRdWuJf0am .modal-body {
    padding: 1rem;
  }
}
.cid-uRdWuJf0am .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-uRdWuJf0am .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uRdWuJf0am .modal-footer {
    padding: 1rem;
  }
}
.cid-uRdWuJf0am .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uRdWuJf0am .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uRdWuJf0am .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uRdWuJf0am .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uRdWuJf0am .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uRdWuJf0am .modal-lg,
  .cid-uRdWuJf0am .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uRdWuJf0am .modal-xl {
    max-width: 1140px;
  }
}
.cid-uRdWuJf0am .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uRdWuJf0am .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-uRdWuJf0am .form-group {
  margin-bottom: 1rem;
}
.cid-uRdWuJf0am .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uRdWuJf0am .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uRdWuJf0am .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-uRdWuJf0am .mbr-section-btn {
  margin: 0;
}
.cid-uRdWuJf0am .mbr-section-btn .btn {
  margin: 0;
}
.cid-u14CMyD7ff {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u14CMyD7ff .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14CMyD7ff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14CMyD7ff .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14CMyD7ff .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14CMyD7ff .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14CMyD7ff .container {
    padding: 0 16px;
  }
}
.cid-u14CMyD7ff .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u14CMyD7ff .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-u14CMyD7ff .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-u14CMyD7ff .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u14CMyD7ff .image-wrapper img {
    height: 350px;
  }
}
.cid-u14CMyD7ff .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-u14CMyD7ff .content-wrapper {
    margin: 0;
  }
}
.cid-u14CMyD7ff .desc-wrapper {
  margin-bottom: 24px;
}
.cid-u14CMyD7ff .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-u14CMyD7ff .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #fd9839, #eb611d);
}
.cid-u14CMyD7ff .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-u14CMyD7ff .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-u14CMyD7ff .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-u14CMyD7ff .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-u14CMyD7ff .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-u14CMyD7ff .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-u14CMyD7ff .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #918f90 !important;
}
.cid-u14CMyD7ff .dragArea.row .form-group .form-control:hover,
.cid-u14CMyD7ff .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #918f90 !important;
}
.cid-u14CMyD7ff .dragArea.row .form-group .form-control::placeholder {
  color: #1c1c1c;
  opacity: .7;
}
.cid-u14CMyD7ff .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-u14CMyD7ff .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-u14CMyD7ff .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #1c1c1c;
  border-radius: 0;
}
.cid-u14CMyD7ff .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #1c1c1c;
}
.cid-u14CMyD7ff .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-u14CMyD7ff .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-u14CMyD7ff .mbr-section-title {
  color: #1c1c1c;
}
.cid-u14CMyD7ff .mbr-desc {
  color: #1c1c1c;
}
.cid-u14CMyD7ff .mbr-text {
  color: #1c1c1c;
}
.cid-u14G4piVwj {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u14G4piVwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u14G4piVwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u14G4piVwj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-u14G4piVwj .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-u14G4piVwj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u14G4piVwj .container {
    padding: 0 16px;
  }
}
.cid-u14G4piVwj .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-u14G4piVwj .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-u14G4piVwj .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #fd9839;
}
.cid-u14G4piVwj .panel-group .card:first-child {
  border-top: 1px solid #fd9839;
}
.cid-u14G4piVwj .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u14G4piVwj .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u14G4piVwj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-u14G4piVwj .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u14G4piVwj .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u14G4piVwj .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u14G4piVwj .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u14G4piVwj .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u14G4piVwj .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-u14G4piVwj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #fd9839;
  transition: all 0.3s ease-in-out;
}
.cid-u14G4piVwj .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-u14G4piVwj .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u14G4piVwj .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u14G4piVwj .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-u14G4piVwj .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-u14G4piVwj .mbr-section-title {
  color: #fd9839;
}
.cid-u14G4piVwj .panel-number {
  color: #1c1c1c;
}
.cid-u14G4piVwj .panel-title-edit {
  color: #000000;
}
.cid-u14G4piVwj .panel-text {
  color: #1c1c1c;
}
.cid-uQPO2jcEuQ {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #918f90;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .content {
    text-align: center;
  }
  .cid-uQPO2jcEuQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uQPO2jcEuQ .logo-subtitle {
  color: #8d97ad;
}
.cid-uQPO2jcEuQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQPO2jcEuQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQPO2jcEuQ .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQPO2jcEuQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uQPO2jcEuQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQPO2jcEuQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uQPO2jcEuQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQPO2jcEuQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQPO2jcEuQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQPO2jcEuQ .list-item {
  display: flex;
}
.cid-uQPO2jcEuQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uQPO2jcEuQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQPO2jcEuQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uQPO2jcEuQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uQPO2jcEuQ .logo-subtitle,
.cid-uQPO2jcEuQ .media-wrap {
  color: #fd9839;
}
.cid-uQQLMCYqDf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .nav-item,
.cid-uQQLMCYqDf .nav-link,
.cid-uQQLMCYqDf .navbar-caption {
  font-weight: normal;
}
.cid-uQQLMCYqDf .nav-item:focus,
.cid-uQQLMCYqDf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQLMCYqDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQLMCYqDf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #918f90;
  background: none;
}
.cid-uQQLMCYqDf .navbar.opened {
  transition: all .3s;
  background: #918f90 !important;
}
.cid-uQQLMCYqDf .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uQQLMCYqDf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQLMCYqDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQQLMCYqDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQQLMCYqDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQQLMCYqDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQLMCYqDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQQLMCYqDf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQQLMCYqDf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQQLMCYqDf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQQLMCYqDf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQQLMCYqDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQQLMCYqDf .navbar.navbar-short {
  background: #918f90 !important;
  min-height: 60px;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQQLMCYqDf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQLMCYqDf .dropdown-item.active,
.cid-uQQLMCYqDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #918f90;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQQLMCYqDf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQQLMCYqDf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQQLMCYqDf .navbar-buttons {
  text-align: center;
}
.cid-uQQLMCYqDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd9839;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQQLMCYqDf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQQLMCYqDf .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQQLMCYqDf .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQQLMCYqDf .soc-item {
  margin: .5rem .3rem;
}
.cid-uQQLMCYqDf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQQLMCYqDf .navbar {
    height: 77px;
  }
  .cid-uQQLMCYqDf .navbar.opened {
    height: auto;
  }
  .cid-uQQLMCYqDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ3oqzH7eT {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}
.cid-uQ3oqzH7eT::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #918f90 18%, transparent 90%, #918f90 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uQ3oqzH7eT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3oqzH7eT .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/3450x1155-ohne-background-1.png");
}
.cid-uQ3oqzH7eT .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uQ3oqzH7eT .content-wrapper {
    margin-top: 0;
  }
}
.cid-uQ3oqzH7eT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #fd9839);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQ3oqzH7eT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQ3oqzH7eT .mbr-section-title {
  color: #ffffff;
}
.cid-uQ3oqzH7eT .mbr-text {
  color: #fd9839;
  text-align: left;
}
.cid-uQ3oqzH7eT .mbr-section-title,
.cid-uQ3oqzH7eT .mbr-section-btn {
  color: #fd9839;
}
.cid-uQ3oqzH7eT .mbr-section-title,
.cid-uQ3oqzH7eT .mbr-section-btn DIV {
  text-align: left;
}
.cid-uQ3oqAew7g {
  background-image: url("../../../assets/images/20250625-75635.jpeg");
}
.cid-uQ3oqAew7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3oqAew7g .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-uQ3oqAew7g .container {
    padding: 0 16px;
  }
}
.cid-uQ3oqAew7g .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uQ3oqAew7g .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uQ3oqAew7g .desc-wrapper {
  margin-bottom: 32px;
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uQ3oqAew7g .desc-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ3oqAew7g .desc-wrapper {
    padding: 0;
  }
}
.cid-uQ3oqAew7g .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uQ3oqAew7g .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #eb611d, #ff914d);
}
.cid-uQ3oqAew7g .image-wrapper {
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uQ3oqAew7g .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ3oqAew7g .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uQ3oqAew7g .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ3oqAew7g .image-wrapper img {
    height: 350px;
  }
}
.cid-uQ3oqAew7g .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ3oqAew7g .mbr-section-title {
  color: #ffffff;
}
.cid-uQ3oqAew7g .mbr-desc {
  color: #1c1c1c;
}
.cid-uQ3oqAew7g .mbr-text {
  color: #ffffff;
}
.cid-uQ3oqAew7g .mbr-desc,
.cid-uQ3oqAew7g .desc-wrapper {
  color: #ffffff;
}
.cid-uQ3oqCh5Z4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fd9839;
}
.cid-uQ3oqCh5Z4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3oqCh5Z4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3oqCh5Z4 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uQ3oqCh5Z4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ3oqCh5Z4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ3oqCh5Z4 .container {
    padding: 0 16px;
  }
}
.cid-uQ3oqCh5Z4 .row {
  margin: 0;
}
.cid-uQ3oqCh5Z4 .row .card {
  padding: 0;
}
.cid-uQ3oqCh5Z4 .title-wrapper {
  position: relative;
  padding: 0 60px;
  height: 100%;
}
.cid-uQ3oqCh5Z4 .title-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: -50vh;
  height: 250vh;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQ3oqCh5Z4 .title-wrapper {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3oqCh5Z4 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uQ3oqCh5Z4 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ3oqCh5Z4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQ3oqCh5Z4 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uQ3oqCh5Z4 .content-wrapper {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3oqCh5Z4 .content-wrapper {
    padding: 32px 16px 0;
  }
}
.cid-uQ3oqCh5Z4 .content-wrapper .mbr-text {
  margin-bottom: 115px;
}
@media (max-width: 992px) {
  .cid-uQ3oqCh5Z4 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 992px) {
  .cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item {
  padding-top: 28px;
  border-top: 1px solid #c1c1c1;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  min-width: 136px;
  margin-right: 16px;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  width: 136px;
  min-width: 136px;
  height: 136px;
  object-fit: cover;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper {
  margin-top: 20px;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item {
  margin-left: 12px;
  margin-bottom: 5px;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover,
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus {
  border: 1px solid #1c1c1c;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover::before,
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus::before {
  transform: scale(1);
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #f27120;
  opacity: 1;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-uQ3oqCh5Z4 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #1c1c1c;
  opacity: .6;
  transition: all 0.3s ease-in-out;
}
.cid-uQ3oqCh5Z4 .mbr-section-title {
  color: #fd9839;
}
.cid-uQ3oqCh5Z4 .mbr-text {
  color: #ffffff;
}
.cid-uQ3oqCh5Z4 .card-name {
  color: #1c1c1c;
}
.cid-uQ3oqCh5Z4 .card-role {
  color: #1c1c1c;
}
.cid-uQPO2jcEuQ {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #918f90;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .content {
    text-align: center;
  }
  .cid-uQPO2jcEuQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uQPO2jcEuQ .logo-subtitle {
  color: #8d97ad;
}
.cid-uQPO2jcEuQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQPO2jcEuQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQPO2jcEuQ .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQPO2jcEuQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uQPO2jcEuQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQPO2jcEuQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uQPO2jcEuQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQPO2jcEuQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQPO2jcEuQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQPO2jcEuQ .list-item {
  display: flex;
}
.cid-uQPO2jcEuQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uQPO2jcEuQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQPO2jcEuQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uQPO2jcEuQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uQPO2jcEuQ .logo-subtitle,
.cid-uQPO2jcEuQ .media-wrap {
  color: #fd9839;
}
.cid-uQQLMCYqDf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .nav-item,
.cid-uQQLMCYqDf .nav-link,
.cid-uQQLMCYqDf .navbar-caption {
  font-weight: normal;
}
.cid-uQQLMCYqDf .nav-item:focus,
.cid-uQQLMCYqDf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQLMCYqDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQLMCYqDf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #918f90;
  background: none;
}
.cid-uQQLMCYqDf .navbar.opened {
  transition: all .3s;
  background: #918f90 !important;
}
.cid-uQQLMCYqDf .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uQQLMCYqDf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQLMCYqDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQQLMCYqDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQQLMCYqDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQQLMCYqDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQLMCYqDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQQLMCYqDf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQQLMCYqDf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQQLMCYqDf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQQLMCYqDf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQQLMCYqDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQQLMCYqDf .navbar.navbar-short {
  background: #918f90 !important;
  min-height: 60px;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQQLMCYqDf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQLMCYqDf .dropdown-item.active,
.cid-uQQLMCYqDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #918f90;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQQLMCYqDf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQQLMCYqDf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQQLMCYqDf .navbar-buttons {
  text-align: center;
}
.cid-uQQLMCYqDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd9839;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQQLMCYqDf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQQLMCYqDf .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQQLMCYqDf .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQQLMCYqDf .soc-item {
  margin: .5rem .3rem;
}
.cid-uQQLMCYqDf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQQLMCYqDf .navbar {
    height: 77px;
  }
  .cid-uQQLMCYqDf .navbar.opened {
    height: auto;
  }
  .cid-uQQLMCYqDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ3oCCj7nz {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}
.cid-uQ3oCCj7nz::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #918f90 18%, transparent 90%, #918f90 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uQ3oCCj7nz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3oCCj7nz .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/3450x1155-ohne-background-1.png");
}
.cid-uQ3oCCj7nz .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uQ3oCCj7nz .content-wrapper {
    margin-top: 0;
  }
}
.cid-uQ3oCCj7nz .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ff914d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQ3oCCj7nz .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQ3oCCj7nz .mbr-section-title {
  color: #ffffff;
}
.cid-uQ3oCCj7nz .mbr-text {
  color: #fd9839;
  text-align: left;
}
.cid-uQ3oCCj7nz .mbr-section-title,
.cid-uQ3oCCj7nz .mbr-section-btn {
  color: #fd9839;
}
.cid-uQ3oCCj7nz .mbr-section-title,
.cid-uQ3oCCj7nz .mbr-section-btn DIV {
  text-align: left;
}
.cid-uQ3oCCJFqV {
  background-color: #918f90;
}
.cid-uQ3oCCJFqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3oCCJFqV .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-uQ3oCCJFqV .container {
    padding: 0 16px;
  }
}
.cid-uQ3oCCJFqV .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uQ3oCCJFqV .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uQ3oCCJFqV .desc-wrapper {
  margin-bottom: 32px;
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uQ3oCCJFqV .desc-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ3oCCJFqV .desc-wrapper {
    padding: 0;
  }
}
.cid-uQ3oCCJFqV .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uQ3oCCJFqV .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #fd9839, #f27120);
}
.cid-uQ3oCCJFqV .image-wrapper {
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uQ3oCCJFqV .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ3oCCJFqV .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uQ3oCCJFqV .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ3oCCJFqV .image-wrapper img {
    height: 350px;
  }
}
.cid-uQ3oCCJFqV .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ3oCCJFqV .mbr-section-title {
  color: #ffffff;
}
.cid-uQ3oCCJFqV .mbr-desc {
  color: #1c1c1c;
}
.cid-uQ3oCCJFqV .mbr-text {
  color: #ffffff;
}
.cid-uQ3oCCJFqV .mbr-desc,
.cid-uQ3oCCJFqV .desc-wrapper {
  color: #ffffff;
}
.cid-uQQqmTkeT3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fd9839;
}
.cid-uQQqmTkeT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQqmTkeT3 .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-uQQqmTkeT3 .container {
    padding: 0 16px;
  }
}
.cid-uQQqmTkeT3 .row {
  justify-content: center;
  margin: 0 -24px;
}
.cid-uQQqmTkeT3 .row .item {
  padding: 0 24px;
}
.cid-uQQqmTkeT3 .row .item:first-child {
  margin-bottom: 0;
}
.cid-uQQqmTkeT3 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uQQqmTkeT3 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uQQqmTkeT3 .item {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uQQqmTkeT3 .item {
    margin-bottom: 32px;
  }
}
.cid-uQQqmTkeT3 .item:hover .item-wrapper .item-img img,
.cid-uQQqmTkeT3 .item:focus .item-wrapper .item-img img {
  transform: scale(1.08);
}
.cid-uQQqmTkeT3 .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: .3rem;
  margin-bottom: 24px;
}
.cid-uQQqmTkeT3 .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .card-date {
  margin-bottom: 16px;
}
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .card-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uQQqmTkeT3 .item .item-wrapper .item-content .card-title {
    margin-bottom: 16px;
  }
}
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0 0 5px 0;
  border: none !important;
  position: relative;
  margin-top: 0;
}
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline::before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline::before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline::before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline::before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline::before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline::before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline::before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus:before,
.cid-uQQqmTkeT3 .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus:before {
  width: 0;
}
.cid-uQQqmTkeT3 .mbr-section-title {
  color: #ffffff;
}
.cid-uQQqmTkeT3 .card-title {
  color: #1c1c1c;
}
.cid-uQQqmTkeT3 .card-date {
  color: #ffffff;
}
.cid-uQQqmTkeT3 .card-title,
.cid-uQQqmTkeT3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uQPO2jcEuQ {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #918f90;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .content {
    text-align: center;
  }
  .cid-uQPO2jcEuQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uQPO2jcEuQ .logo-subtitle {
  color: #8d97ad;
}
.cid-uQPO2jcEuQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQPO2jcEuQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQPO2jcEuQ .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQPO2jcEuQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uQPO2jcEuQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQPO2jcEuQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uQPO2jcEuQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQPO2jcEuQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQPO2jcEuQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQPO2jcEuQ .list-item {
  display: flex;
}
.cid-uQPO2jcEuQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uQPO2jcEuQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQPO2jcEuQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uQPO2jcEuQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uQPO2jcEuQ .logo-subtitle,
.cid-uQPO2jcEuQ .media-wrap {
  color: #fd9839;
}
.cid-uQQLMCYqDf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .nav-item,
.cid-uQQLMCYqDf .nav-link,
.cid-uQQLMCYqDf .navbar-caption {
  font-weight: normal;
}
.cid-uQQLMCYqDf .nav-item:focus,
.cid-uQQLMCYqDf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQLMCYqDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQLMCYqDf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #918f90;
  background: none;
}
.cid-uQQLMCYqDf .navbar.opened {
  transition: all .3s;
  background: #918f90 !important;
}
.cid-uQQLMCYqDf .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uQQLMCYqDf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQLMCYqDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQQLMCYqDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQQLMCYqDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQQLMCYqDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQLMCYqDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQQLMCYqDf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQQLMCYqDf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQQLMCYqDf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQQLMCYqDf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQQLMCYqDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQQLMCYqDf .navbar.navbar-short {
  background: #918f90 !important;
  min-height: 60px;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQQLMCYqDf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQLMCYqDf .dropdown-item.active,
.cid-uQQLMCYqDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #918f90;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQQLMCYqDf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQQLMCYqDf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQQLMCYqDf .navbar-buttons {
  text-align: center;
}
.cid-uQQLMCYqDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd9839;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQQLMCYqDf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQQLMCYqDf .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQQLMCYqDf .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQQLMCYqDf .soc-item {
  margin: .5rem .3rem;
}
.cid-uQQLMCYqDf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQQLMCYqDf .navbar {
    height: 77px;
  }
  .cid-uQQLMCYqDf .navbar.opened {
    height: auto;
  }
  .cid-uQQLMCYqDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ3rh7YPwZ {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}
.cid-uQ3rh7YPwZ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #918f90 18%, transparent 90%, #918f90 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uQ3rh7YPwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3rh7YPwZ .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/3450x1155-ohne-background-1.png");
}
.cid-uQ3rh7YPwZ .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uQ3rh7YPwZ .content-wrapper {
    margin-top: 0;
  }
}
.cid-uQ3rh7YPwZ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ff914d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQ3rh7YPwZ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQ3rh7YPwZ .mbr-section-title {
  color: #ffffff;
}
.cid-uQ3rh7YPwZ .mbr-text {
  color: #fd9839;
  text-align: left;
}
.cid-uQ3rh7YPwZ .mbr-section-title,
.cid-uQ3rh7YPwZ .mbr-section-btn {
  color: #fd9839;
}
.cid-uQ3rh7YPwZ .mbr-section-title,
.cid-uQ3rh7YPwZ .mbr-section-btn DIV {
  text-align: left;
}
.cid-uQ4jkI2ecR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/20250624-154151.jpeg");
}
.cid-uQ4jkI2ecR .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uQ4jkI2ecR .form-group {
  margin-bottom: 1rem;
}
.cid-uQ4jkI2ecR .form-control {
  border: none !important;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: #fd9839;
  color: #000000;
  width: 100%;
}
.cid-uQ4jkI2ecR textarea.form-control {
  min-height: 96px;
}
.cid-uQ4jkI2ecR .input-group-btn {
  width: 100%;
}
.cid-uQ4jkI2ecR .input-group-btn .btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uQ4jkI2ecR .form-control-label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 100 !important;
}
.cid-uQ4jkI2ecR .google-map {
  width: 100%;
  height: 25rem;
}
.cid-uQ4jkI2ecR .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-uQ4jkI2ecR .info-row ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.cid-uQ4jkI2ecR .info-row ol li {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #ff914d !important;
  padding: 10px;
}
.cid-uQ4jkI2ecR .info-value {
  color: #efefef;
}
@media (max-width: 991px), (max-width: 767px) {
  .cid-uQ4jkI2ecR .form-wrapper {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uQ4jkI2ecR .form-subtitle {
    text-align: center;
  }
}
.cid-uQ4jkI2ecR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4jkI2ecR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4jkI2ecR .form-text {
  color: #ffffff;
}
.cid-uQ4jkI2ecR .form-title {
  color: #fd9839;
}
.cid-uQ3rh8LM7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fd9839;
}
.cid-uQ3rh8LM7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3rh8LM7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3rh8LM7A .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uQ3rh8LM7A .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ3rh8LM7A .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ3rh8LM7A .container {
    padding: 0 16px;
  }
}
.cid-uQ3rh8LM7A .row {
  margin: 0;
}
.cid-uQ3rh8LM7A .row .card {
  padding: 0;
}
.cid-uQ3rh8LM7A .title-wrapper {
  position: relative;
  padding: 0 60px;
  height: 100%;
}
.cid-uQ3rh8LM7A .title-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: -50vh;
  height: 250vh;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQ3rh8LM7A .title-wrapper {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3rh8LM7A .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uQ3rh8LM7A .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQ3rh8LM7A .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQ3rh8LM7A .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uQ3rh8LM7A .content-wrapper {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3rh8LM7A .content-wrapper {
    padding: 32px 16px 0;
  }
}
.cid-uQ3rh8LM7A .content-wrapper .mbr-text {
  margin-bottom: 115px;
}
@media (max-width: 992px) {
  .cid-uQ3rh8LM7A .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 992px) {
  .cid-uQ3rh8LM7A .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item {
  padding-top: 28px;
  border-top: 1px solid #c1c1c1;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  min-width: 136px;
  margin-right: 16px;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  width: 136px;
  min-width: 136px;
  height: 136px;
  object-fit: cover;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper {
  margin-top: 20px;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item {
  margin-left: 12px;
  margin-bottom: 5px;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover,
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus {
  border: 1px solid #1c1c1c;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover::before,
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus::before {
  transform: scale(1);
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #fd9839;
  opacity: 1;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-uQ3rh8LM7A .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #1c1c1c;
  opacity: .6;
  transition: all 0.3s ease-in-out;
}
.cid-uQ3rh8LM7A .mbr-section-title {
  color: #fd9839;
}
.cid-uQ3rh8LM7A .mbr-text {
  color: #ffffff;
}
.cid-uQ3rh8LM7A .card-name {
  color: #1c1c1c;
}
.cid-uQ3rh8LM7A .card-role {
  color: #1c1c1c;
}
.cid-uQPO2jcEuQ {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #918f90;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .content {
    text-align: center;
  }
  .cid-uQPO2jcEuQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uQPO2jcEuQ .logo-subtitle {
  color: #8d97ad;
}
.cid-uQPO2jcEuQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQPO2jcEuQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQPO2jcEuQ .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQPO2jcEuQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uQPO2jcEuQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQPO2jcEuQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uQPO2jcEuQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQPO2jcEuQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQPO2jcEuQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQPO2jcEuQ .list-item {
  display: flex;
}
.cid-uQPO2jcEuQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uQPO2jcEuQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQPO2jcEuQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uQPO2jcEuQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uQPO2jcEuQ .logo-subtitle,
.cid-uQPO2jcEuQ .media-wrap {
  color: #fd9839;
}
.cid-uQQLMCYqDf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .nav-item,
.cid-uQQLMCYqDf .nav-link,
.cid-uQQLMCYqDf .navbar-caption {
  font-weight: normal;
}
.cid-uQQLMCYqDf .nav-item:focus,
.cid-uQQLMCYqDf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQLMCYqDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQLMCYqDf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #918f90;
  background: none;
}
.cid-uQQLMCYqDf .navbar.opened {
  transition: all .3s;
  background: #918f90 !important;
}
.cid-uQQLMCYqDf .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uQQLMCYqDf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQLMCYqDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQQLMCYqDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQQLMCYqDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQQLMCYqDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQLMCYqDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQQLMCYqDf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQQLMCYqDf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQQLMCYqDf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQQLMCYqDf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQQLMCYqDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQQLMCYqDf .navbar.navbar-short {
  background: #918f90 !important;
  min-height: 60px;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQQLMCYqDf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQLMCYqDf .dropdown-item.active,
.cid-uQQLMCYqDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #918f90;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQQLMCYqDf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQQLMCYqDf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQQLMCYqDf .navbar-buttons {
  text-align: center;
}
.cid-uQQLMCYqDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd9839;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQQLMCYqDf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQQLMCYqDf .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQQLMCYqDf .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQQLMCYqDf .soc-item {
  margin: .5rem .3rem;
}
.cid-uQQLMCYqDf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQQLMCYqDf .navbar {
    height: 77px;
  }
  .cid-uQQLMCYqDf .navbar.opened {
    height: auto;
  }
  .cid-uQQLMCYqDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQQdO0zpNy {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}
.cid-uQQdO0zpNy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #918f90 18%, transparent 90%, #918f90 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uQQdO0zpNy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQdO0zpNy .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/3450x1155-ohne-background-1.png");
}
.cid-uQQdO0zpNy .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uQQdO0zpNy .content-wrapper {
    margin-top: 0;
  }
}
.cid-uQQdO0zpNy .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ff914d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQQdO0zpNy .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQQdO0zpNy .mbr-section-title {
  color: #ffffff;
}
.cid-uQQdO0zpNy .mbr-text {
  color: #fd9839;
  text-align: left;
}
.cid-uQQdO0zpNy .mbr-section-title,
.cid-uQQdO0zpNy .mbr-section-btn {
  color: #fd9839;
}
.cid-uQQdO0zpNy .mbr-section-title,
.cid-uQQdO0zpNy .mbr-section-btn DIV {
  text-align: left;
}
.cid-uQQgvflmZd {
  background-color: #918f90;
}
.cid-uQQgvflmZd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQgvflmZd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uQQgvflmZd .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uQQgvflmZd .row {
    margin: 0;
  }
}
.cid-uQQgvflmZd .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQQgvflmZd .row .card {
    padding: 0 16px;
  }
}
.cid-uQQgvflmZd .title-wrapper .mbr-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQQgvflmZd .title-wrapper .mbr-section-title {
    padding: 0 24px 24px;
  }
}
.cid-uQQgvflmZd .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uQQgvflmZd .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-uQQgvflmZd .content-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uQQgvflmZd .content-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uQQgvflmZd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQQgvflmZd .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uQQgvflmZd .items {
  border-left: 1px solid #72716b;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uQQgvflmZd .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uQQgvflmZd .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uQQgvflmZd .items .item {
    padding: 24px;
  }
}
.cid-uQQgvflmZd .items .item:last-child {
  border: none;
}
.cid-uQQgvflmZd .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-uQQgvflmZd .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uQQgvflmZd .image-wrapper {
  padding: 32px;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uQQgvflmZd .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-uQQgvflmZd .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uQQgvflmZd .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uQQgvflmZd .mbr-section-subtitle {
  color: #fd9839;
  text-align: left;
}
.cid-uQQgvflmZd .mbr-text {
  color: #f0f0f0;
  text-align: left;
}
.cid-uQQgvflmZd .card-title {
  color: #F9F6E0;
}
.cid-uQQgvflmZd .card-text {
  color: #f0f0f0;
  text-align: left;
}
.cid-uQQgvflmZd .card-title,
.cid-uQQgvflmZd .title-wrapper {
  color: #f0f0f0;
  text-align: left;
}
.cid-uR3w4haO9N {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fd9839;
}
.cid-uR3w4haO9N .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uR3w4haO9N .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uR3w4haO9N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 354px;
  max-width: 354px;
}
@media (max-width: 992px) {
  .cid-uR3w4haO9N .embla__slide {
    min-width: 620px;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .cid-uR3w4haO9N .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uR3w4haO9N .embla__slide .slide-content {
  width: 100%;
}
.cid-uR3w4haO9N .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uR3w4haO9N .embla__slide .slide-content .item-wrapper {
    height: 350px;
  }
}
.cid-uR3w4haO9N .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uR3w4haO9N .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uR3w4haO9N .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uR3w4haO9N .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uR3w4haO9N .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uR3w4haO9N .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uR3w4haO9N .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uR3w4haO9N .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uR3w4haO9N .embla__button--next,
.cid-uR3w4haO9N .embla__button--prev {
  display: flex;
}
.cid-uR3w4haO9N .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #272b2e !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uR3w4haO9N .embla__button:hover {
  opacity: .7 !important;
}
.cid-uR3w4haO9N .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uR3w4haO9N .embla__button.embla__button--next {
  right: 0;
}
.cid-uR3w4haO9N .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uR3w4haO9N .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uR3w4haO9N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uR3w4haO9N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uR3w4haO9N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uR3w4haO9N .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uR3w4haO9N .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uR3w4haO9N .item-tag {
  color: #ffffff;
}
.cid-uR3w4haO9N .item-name {
  color: #ffffff;
}
.cid-uQQdO5A9i1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fd9839;
}
.cid-uQQdO5A9i1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQdO5A9i1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQdO5A9i1 .container-fluid {
  padding: 0;
}
@media (max-width: 1440px) {
  .cid-uQQdO5A9i1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQQdO5A9i1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQQdO5A9i1 .container {
    padding: 0 16px;
  }
}
.cid-uQQdO5A9i1 .row {
  margin: 0;
}
.cid-uQQdO5A9i1 .row .card {
  padding: 0;
}
.cid-uQQdO5A9i1 .title-wrapper {
  position: relative;
  padding: 0 60px;
  height: 100%;
}
.cid-uQQdO5A9i1 .title-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: -50vh;
  height: 250vh;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uQQdO5A9i1 .title-wrapper {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uQQdO5A9i1 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uQQdO5A9i1 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uQQdO5A9i1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uQQdO5A9i1 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uQQdO5A9i1 .content-wrapper {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uQQdO5A9i1 .content-wrapper {
    padding: 32px 16px 0;
  }
}
.cid-uQQdO5A9i1 .content-wrapper .mbr-text {
  margin-bottom: 115px;
}
@media (max-width: 992px) {
  .cid-uQQdO5A9i1 .content-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
}
@media (max-width: 992px) {
  .cid-uQQdO5A9i1 .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item {
  padding-top: 28px;
  border-top: 1px solid #c1c1c1;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-img {
  min-width: 136px;
  margin-right: 16px;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-img img {
  width: 136px;
  min-width: 136px;
  height: 136px;
  object-fit: cover;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .card-name {
  margin-bottom: 0;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .card-role {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper {
  margin-top: 20px;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item {
  margin-left: 12px;
  margin-bottom: 5px;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #c1c1c1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover,
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus {
  border: 1px solid #1c1c1c;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover::before,
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus::before {
  transform: scale(1);
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #f27120;
  opacity: 1;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-uQQdO5A9i1 .content-wrapper .items-wrapper .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #1c1c1c;
  opacity: .6;
  transition: all 0.3s ease-in-out;
}
.cid-uQQdO5A9i1 .mbr-section-title {
  color: #fd9839;
}
.cid-uQQdO5A9i1 .mbr-text {
  color: #ffffff;
}
.cid-uQQdO5A9i1 .card-name {
  color: #1c1c1c;
}
.cid-uQQdO5A9i1 .card-role {
  color: #1c1c1c;
}
.cid-uQQdOa2XAI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQdOa2XAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQdOa2XAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQdOa2XAI .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uQQdOa2XAI .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uQQdOa2XAI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQQdOa2XAI .container {
    padding: 0 16px;
  }
}
.cid-uQQdOa2XAI .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uQQdOa2XAI .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uQQdOa2XAI .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQQdOa2XAI .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQQdOa2XAI .image-wrapper img {
    height: 350px;
  }
}
.cid-uQQdOa2XAI .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uQQdOa2XAI .content-wrapper {
    margin: 0;
  }
}
.cid-uQQdOa2XAI .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uQQdOa2XAI .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uQQdOa2XAI .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ff914d, #c65108);
}
.cid-uQQdOa2XAI .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uQQdOa2XAI .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uQQdOa2XAI .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uQQdOa2XAI .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uQQdOa2XAI .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uQQdOa2XAI .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uQQdOa2XAI .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #918f90 !important;
}
.cid-uQQdOa2XAI .dragArea.row .form-group .form-control:hover,
.cid-uQQdOa2XAI .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #918f90 !important;
}
.cid-uQQdOa2XAI .dragArea.row .form-group .form-control::placeholder {
  color: #1c1c1c;
  opacity: .7;
}
.cid-uQQdOa2XAI .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uQQdOa2XAI .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uQQdOa2XAI .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #1c1c1c;
  border-radius: 0;
}
.cid-uQQdOa2XAI .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #1c1c1c;
}
.cid-uQQdOa2XAI .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uQQdOa2XAI .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQQdOa2XAI .mbr-section-title {
  color: #1c1c1c;
}
.cid-uQQdOa2XAI .mbr-desc {
  color: #1c1c1c;
}
.cid-uQQdOa2XAI .mbr-text {
  color: #1c1c1c;
}
.cid-uQQdObGeUI {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #918f90;
}
@media (max-width: 767px) {
  .cid-uQQdObGeUI .content {
    text-align: center;
  }
  .cid-uQQdObGeUI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uQQdObGeUI .logo-subtitle {
  color: #8d97ad;
}
.cid-uQQdObGeUI .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQQdObGeUI .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQQdObGeUI .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQQdObGeUI .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uQQdObGeUI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQQdObGeUI .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uQQdObGeUI .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQQdObGeUI .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uQQdObGeUI .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQQdObGeUI .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQQdObGeUI .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQQdObGeUI .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQQdObGeUI .list-item {
  display: flex;
}
.cid-uQQdObGeUI .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uQQdObGeUI ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQQdObGeUI ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uQQdObGeUI ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uQQdObGeUI .logo-subtitle,
.cid-uQQdObGeUI .media-wrap {
  color: #fd9839;
}
.cid-uQQLMCYqDf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .nav-item,
.cid-uQQLMCYqDf .nav-link,
.cid-uQQLMCYqDf .navbar-caption {
  font-weight: normal;
}
.cid-uQQLMCYqDf .nav-item:focus,
.cid-uQQLMCYqDf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQLMCYqDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQLMCYqDf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #918f90;
  background: none;
}
.cid-uQQLMCYqDf .navbar.opened {
  transition: all .3s;
  background: #918f90 !important;
}
.cid-uQQLMCYqDf .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uQQLMCYqDf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQLMCYqDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQQLMCYqDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQQLMCYqDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQQLMCYqDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQLMCYqDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQQLMCYqDf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQQLMCYqDf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQQLMCYqDf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQQLMCYqDf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQQLMCYqDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQQLMCYqDf .navbar.navbar-short {
  background: #918f90 !important;
  min-height: 60px;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQQLMCYqDf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQLMCYqDf .dropdown-item.active,
.cid-uQQLMCYqDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #918f90;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQQLMCYqDf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQQLMCYqDf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQQLMCYqDf .navbar-buttons {
  text-align: center;
}
.cid-uQQLMCYqDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd9839;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQQLMCYqDf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQQLMCYqDf .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQQLMCYqDf .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQQLMCYqDf .soc-item {
  margin: .5rem .3rem;
}
.cid-uQQLMCYqDf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQQLMCYqDf .navbar {
    height: 77px;
  }
  .cid-uQQLMCYqDf .navbar.opened {
    height: auto;
  }
  .cid-uQQLMCYqDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQPGhimgH7 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}
.cid-uQPGhimgH7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #918f90 18%, transparent 90%, #918f90 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uQPGhimgH7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPGhimgH7 .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/3450x1155-ohne-background-1.png");
}
.cid-uQPGhimgH7 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uQPGhimgH7 .content-wrapper {
    margin-top: 0;
  }
}
.cid-uQPGhimgH7 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ff914d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQPGhimgH7 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQPGhimgH7 .mbr-section-title {
  color: #ffffff;
}
.cid-uQPGhimgH7 .mbr-text {
  color: #fd9839;
  text-align: left;
}
.cid-uQPGhimgH7 .mbr-section-title,
.cid-uQPGhimgH7 .mbr-section-btn {
  color: #fd9839;
}
.cid-uQPGhimgH7 .mbr-section-title,
.cid-uQPGhimgH7 .mbr-section-btn DIV {
  text-align: left;
}
.cid-uQPGhiUPdD {
  background-color: #918f90;
}
.cid-uQPGhiUPdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPGhiUPdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPGhiUPdD .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uQPGhiUPdD .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uQPGhiUPdD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQPGhiUPdD .container {
    padding: 0 16px;
  }
}
.cid-uQPGhiUPdD .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uQPGhiUPdD .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uQPGhiUPdD .desc-wrapper {
  margin-bottom: 32px;
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uQPGhiUPdD .desc-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQPGhiUPdD .desc-wrapper {
    padding: 0;
  }
}
.cid-uQPGhiUPdD .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uQPGhiUPdD .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #eb611d, #ff914d);
}
.cid-uQPGhiUPdD .image-wrapper {
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uQPGhiUPdD .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQPGhiUPdD .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uQPGhiUPdD .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQPGhiUPdD .image-wrapper img {
    height: 350px;
  }
}
.cid-uQPGhiUPdD .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQPGhiUPdD .mbr-section-title {
  color: #ffffff;
}
.cid-uQPGhiUPdD .mbr-desc {
  color: #1c1c1c;
}
.cid-uQPGhiUPdD .mbr-text {
  color: #ffffff;
}
.cid-uQPGhiUPdD .mbr-desc,
.cid-uQPGhiUPdD .desc-wrapper {
  color: #ffffff;
}
.cid-uQPGhjqUGh {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uQPGhjqUGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPGhjqUGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPGhjqUGh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uQPGhjqUGh .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQPGhjqUGh .items-wrapper {
  margin: 0 -8px;
}
.cid-uQPGhjqUGh .items-wrapper .item {
  padding: 0 8px;
}
.cid-uQPGhjqUGh .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uQPGhjqUGh .item {
    margin-bottom: 12px;
  }
}
.cid-uQPGhjqUGh .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fd9839;
  overflow: hidden;
}
.cid-uQPGhjqUGh .item .item-wrapper .card-box .item-img img {
  height: 480px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uQPGhjqUGh .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-uQPGhjqUGh .item .item-wrapper .card-box .item-content {
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uQPGhjqUGh .item .item-wrapper .card-box .item-content {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQPGhjqUGh .item .item-wrapper .card-box .item-content {
    padding: 24px;
  }
}
.cid-uQPGhjqUGh .item .item-wrapper .card-box .item-content .card-title {
  margin-bottom: 24px;
}
.cid-uQPGhjqUGh .item .item-wrapper .card-box .item-content .card-text {
  margin-bottom: 0;
}
.cid-uQPGhjqUGh .item .item-wrapper .mbr-section-btn {
  padding: 0 48px 48px;
}
@media (max-width: 1440px) {
  .cid-uQPGhjqUGh .item .item-wrapper .mbr-section-btn {
    padding: 0 32px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uQPGhjqUGh .item .item-wrapper .mbr-section-btn {
    padding: 0 24px 24px;
  }
}
.cid-uQPGhjqUGh .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQPGhjqUGh .mbr-section-title {
  color: #000000;
}
.cid-uQPGhjqUGh .card-title {
  color: #ffffff;
}
.cid-uQPGhjqUGh .card-text {
  color: #d2d2d2;
}
.cid-uQPGhk04b3.popup-builder {
  background-color: #ffffff;
}
.cid-uQPGhk04b3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQPGhk04b3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQPGhk04b3 .modal-content,
.cid-uQPGhk04b3 .modal-dialog {
  height: auto;
}
.cid-uQPGhk04b3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQPGhk04b3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQPGhk04b3 .form-wrapper .mbr-form .form-group,
  .cid-uQPGhk04b3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQPGhk04b3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQPGhk04b3 .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-uQPGhk04b3 .mbr-text {
  text-align: left;
}
.cid-uQPGhk04b3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uQPGhk04b3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQPGhk04b3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQPGhk04b3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQPGhk04b3 .modal-open {
  overflow: hidden;
}
.cid-uQPGhk04b3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQPGhk04b3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQPGhk04b3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQPGhk04b3 .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-uQPGhk04b3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQPGhk04b3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQPGhk04b3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQPGhk04b3 .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-uQPGhk04b3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQPGhk04b3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQPGhk04b3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQPGhk04b3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uQPGhk04b3 .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-uQPGhk04b3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQPGhk04b3 .modal-header {
    padding: 1rem;
  }
}
.cid-uQPGhk04b3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQPGhk04b3 .modal-header .close svg {
  fill: #fd9839;
}
.cid-uQPGhk04b3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uQPGhk04b3 .modal-header .close:focus {
  outline: none;
}
.cid-uQPGhk04b3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQPGhk04b3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQPGhk04b3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQPGhk04b3 .modal-body {
    padding: 1rem;
  }
}
.cid-uQPGhk04b3 .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-uQPGhk04b3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQPGhk04b3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uQPGhk04b3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQPGhk04b3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQPGhk04b3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQPGhk04b3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQPGhk04b3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQPGhk04b3 .modal-lg,
  .cid-uQPGhk04b3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQPGhk04b3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQPGhk04b3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQPGhk04b3 .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-uQPGhk04b3 .form-group {
  margin-bottom: 1rem;
}
.cid-uQPGhk04b3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQPGhk04b3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQPGhk04b3 .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-uQPGhk04b3 .mbr-section-btn {
  margin: 0;
}
.cid-uQPGhk04b3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQPGhkKJzM.popup-builder {
  background-color: #ffffff;
}
.cid-uQPGhkKJzM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQPGhkKJzM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQPGhkKJzM .modal-content,
.cid-uQPGhkKJzM .modal-dialog {
  height: auto;
}
.cid-uQPGhkKJzM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQPGhkKJzM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQPGhkKJzM .form-wrapper .mbr-form .form-group,
  .cid-uQPGhkKJzM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQPGhkKJzM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQPGhkKJzM .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-uQPGhkKJzM .mbr-text {
  text-align: left;
}
.cid-uQPGhkKJzM .pt-0 {
  padding-top: 0 !important;
}
.cid-uQPGhkKJzM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQPGhkKJzM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQPGhkKJzM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQPGhkKJzM .modal-open {
  overflow: hidden;
}
.cid-uQPGhkKJzM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQPGhkKJzM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQPGhkKJzM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQPGhkKJzM .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-uQPGhkKJzM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQPGhkKJzM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQPGhkKJzM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQPGhkKJzM .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-uQPGhkKJzM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQPGhkKJzM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQPGhkKJzM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQPGhkKJzM .modal-backdrop.show {
  opacity: .5;
}
.cid-uQPGhkKJzM .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-uQPGhkKJzM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQPGhkKJzM .modal-header {
    padding: 1rem;
  }
}
.cid-uQPGhkKJzM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQPGhkKJzM .modal-header .close svg {
  fill: #fd9839;
}
.cid-uQPGhkKJzM .modal-header .close:hover {
  opacity: 1;
}
.cid-uQPGhkKJzM .modal-header .close:focus {
  outline: none;
}
.cid-uQPGhkKJzM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQPGhkKJzM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQPGhkKJzM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQPGhkKJzM .modal-body {
    padding: 1rem;
  }
}
.cid-uQPGhkKJzM .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-uQPGhkKJzM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQPGhkKJzM .modal-footer {
    padding: 1rem;
  }
}
.cid-uQPGhkKJzM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQPGhkKJzM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQPGhkKJzM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQPGhkKJzM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQPGhkKJzM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQPGhkKJzM .modal-lg,
  .cid-uQPGhkKJzM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQPGhkKJzM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQPGhkKJzM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQPGhkKJzM .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-uQPGhkKJzM .form-group {
  margin-bottom: 1rem;
}
.cid-uQPGhkKJzM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQPGhkKJzM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQPGhkKJzM .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-uQPGhkKJzM .mbr-section-btn {
  margin: 0;
}
.cid-uQPGhkKJzM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQPGhlrd83.popup-builder {
  background-color: #ffffff;
}
.cid-uQPGhlrd83.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uQPGhlrd83.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uQPGhlrd83 .modal-content,
.cid-uQPGhlrd83 .modal-dialog {
  height: auto;
}
.cid-uQPGhlrd83 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uQPGhlrd83 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uQPGhlrd83 .form-wrapper .mbr-form .form-group,
  .cid-uQPGhlrd83 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uQPGhlrd83 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uQPGhlrd83 .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-uQPGhlrd83 .mbr-text {
  text-align: left;
}
.cid-uQPGhlrd83 .pt-0 {
  padding-top: 0 !important;
}
.cid-uQPGhlrd83 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uQPGhlrd83 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uQPGhlrd83 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uQPGhlrd83 .modal-open {
  overflow: hidden;
}
.cid-uQPGhlrd83 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uQPGhlrd83 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uQPGhlrd83 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uQPGhlrd83 .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-uQPGhlrd83 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uQPGhlrd83 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uQPGhlrd83 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uQPGhlrd83 .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-uQPGhlrd83 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uQPGhlrd83 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uQPGhlrd83 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uQPGhlrd83 .modal-backdrop.show {
  opacity: .5;
}
.cid-uQPGhlrd83 .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-uQPGhlrd83 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uQPGhlrd83 .modal-header {
    padding: 1rem;
  }
}
.cid-uQPGhlrd83 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uQPGhlrd83 .modal-header .close svg {
  fill: #fd9839;
}
.cid-uQPGhlrd83 .modal-header .close:hover {
  opacity: 1;
}
.cid-uQPGhlrd83 .modal-header .close:focus {
  outline: none;
}
.cid-uQPGhlrd83 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uQPGhlrd83 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uQPGhlrd83 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQPGhlrd83 .modal-body {
    padding: 1rem;
  }
}
.cid-uQPGhlrd83 .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-uQPGhlrd83 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQPGhlrd83 .modal-footer {
    padding: 1rem;
  }
}
.cid-uQPGhlrd83 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uQPGhlrd83 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uQPGhlrd83 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uQPGhlrd83 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uQPGhlrd83 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uQPGhlrd83 .modal-lg,
  .cid-uQPGhlrd83 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uQPGhlrd83 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uQPGhlrd83 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uQPGhlrd83 .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-uQPGhlrd83 .form-group {
  margin-bottom: 1rem;
}
.cid-uQPGhlrd83 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uQPGhlrd83 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uQPGhlrd83 .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-uQPGhlrd83 .mbr-section-btn {
  margin: 0;
}
.cid-uQPGhlrd83 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uQPGhnwtoR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/20250630-84635.jpg");
}
.cid-uQPGhnwtoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPGhnwtoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPGhnwtoR .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uQPGhnwtoR .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uQPGhnwtoR .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQPGhnwtoR .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQPGhnwtoR .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uQPGhnwtoR .row {
  justify-content: space-between;
}
.cid-uQPGhnwtoR .item {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #c1c1c1;
}
@media (max-width: 992px) {
  .cid-uQPGhnwtoR .item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.cid-uQPGhnwtoR .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uQPGhnwtoR .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uQPGhnwtoR .mbr-section-title {
  color: #ffffff;
}
.cid-uQPGhnwtoR .card-title {
  color: #f4f4f4;
}
.cid-uQPGhnwtoR .card-text {
  color: #ffffff;
}
.cid-uQPGhnwtoR .mbr-section-title,
.cid-uQPGhnwtoR .title-wrapper {
  text-align: left;
}
.cid-uQPGhrFOVs {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/wohngebude-und-anbauten-holzbauweise-c1113382a3-1000x625.jpg");
}
.cid-uQPGhrFOVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPGhrFOVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPGhrFOVs .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uQPGhrFOVs .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uQPGhrFOVs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQPGhrFOVs .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQPGhrFOVs .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uQPGhrFOVs .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uQPGhrFOVs .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}
.cid-uQPGhrFOVs .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQPGhrFOVs .mbr-desc {
  color: #1c1c1c;
}
.cid-uQPGhrFOVs .mbr-text {
  color: #ffffff;
}
.cid-uQPGhrFOVs .mbr-desc,
.cid-uQPGhrFOVs .desc-wrapper {
  color: #ffffff;
}
.cid-uQPGht2cS7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQPGht2cS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQPGht2cS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQPGht2cS7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uQPGht2cS7 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uQPGht2cS7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQPGht2cS7 .container {
    padding: 0 16px;
  }
}
.cid-uQPGht2cS7 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uQPGht2cS7 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uQPGht2cS7 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQPGht2cS7 .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQPGht2cS7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uQPGht2cS7 .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uQPGht2cS7 .content-wrapper {
    margin: 0;
  }
}
.cid-uQPGht2cS7 .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uQPGht2cS7 .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uQPGht2cS7 .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ff914d, #c65108);
}
.cid-uQPGht2cS7 .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uQPGht2cS7 .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uQPGht2cS7 .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uQPGht2cS7 .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uQPGht2cS7 .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uQPGht2cS7 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uQPGht2cS7 .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #918f90 !important;
}
.cid-uQPGht2cS7 .dragArea.row .form-group .form-control:hover,
.cid-uQPGht2cS7 .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #918f90 !important;
}
.cid-uQPGht2cS7 .dragArea.row .form-group .form-control::placeholder {
  color: #1c1c1c;
  opacity: .7;
}
.cid-uQPGht2cS7 .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uQPGht2cS7 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uQPGht2cS7 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #1c1c1c;
  border-radius: 0;
}
.cid-uQPGht2cS7 .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #1c1c1c;
}
.cid-uQPGht2cS7 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uQPGht2cS7 .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQPGht2cS7 .mbr-section-title {
  color: #1c1c1c;
}
.cid-uQPGht2cS7 .mbr-desc {
  color: #1c1c1c;
}
.cid-uQPGht2cS7 .mbr-text {
  color: #1c1c1c;
}
.cid-uQPO2jcEuQ {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #918f90;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .content {
    text-align: center;
  }
  .cid-uQPO2jcEuQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uQPO2jcEuQ .logo-subtitle {
  color: #8d97ad;
}
.cid-uQPO2jcEuQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQPO2jcEuQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQPO2jcEuQ .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQPO2jcEuQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uQPO2jcEuQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQPO2jcEuQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uQPO2jcEuQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQPO2jcEuQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQPO2jcEuQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQPO2jcEuQ .list-item {
  display: flex;
}
.cid-uQPO2jcEuQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uQPO2jcEuQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQPO2jcEuQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uQPO2jcEuQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uQPO2jcEuQ .logo-subtitle,
.cid-uQPO2jcEuQ .media-wrap {
  color: #fd9839;
}
.cid-uQQLMCYqDf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .nav-item,
.cid-uQQLMCYqDf .nav-link,
.cid-uQQLMCYqDf .navbar-caption {
  font-weight: normal;
}
.cid-uQQLMCYqDf .nav-item:focus,
.cid-uQQLMCYqDf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQLMCYqDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQLMCYqDf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #918f90;
  background: none;
}
.cid-uQQLMCYqDf .navbar.opened {
  transition: all .3s;
  background: #918f90 !important;
}
.cid-uQQLMCYqDf .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uQQLMCYqDf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQLMCYqDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQQLMCYqDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQQLMCYqDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQQLMCYqDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQLMCYqDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQQLMCYqDf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQQLMCYqDf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQQLMCYqDf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQQLMCYqDf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQQLMCYqDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQQLMCYqDf .navbar.navbar-short {
  background: #918f90 !important;
  min-height: 60px;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQQLMCYqDf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQLMCYqDf .dropdown-item.active,
.cid-uQQLMCYqDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #918f90;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQQLMCYqDf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQQLMCYqDf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQQLMCYqDf .navbar-buttons {
  text-align: center;
}
.cid-uQQLMCYqDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd9839;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQQLMCYqDf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQQLMCYqDf .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQQLMCYqDf .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQQLMCYqDf .soc-item {
  margin: .5rem .3rem;
}
.cid-uQQLMCYqDf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQQLMCYqDf .navbar {
    height: 77px;
  }
  .cid-uQQLMCYqDf .navbar.opened {
    height: auto;
  }
  .cid-uQQLMCYqDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQQrOtBwcI {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}
.cid-uQQrOtBwcI::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #918f90 18%, transparent 90%, #918f90 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uQQrOtBwcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQrOtBwcI .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/3450x1155-ohne-background-1.png");
}
.cid-uQQrOtBwcI .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uQQrOtBwcI .content-wrapper {
    margin-top: 0;
  }
}
.cid-uQQrOtBwcI .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #fd9839);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQQrOtBwcI .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQQrOtBwcI .mbr-section-title {
  color: #ffffff;
}
.cid-uQQrOtBwcI .mbr-text {
  color: #fd9839;
  text-align: left;
}
.cid-uQQrOtBwcI .mbr-section-title,
.cid-uQQrOtBwcI .mbr-section-btn {
  color: #fd9839;
}
.cid-uQQrOtBwcI .mbr-section-title,
.cid-uQQrOtBwcI .mbr-section-btn DIV {
  text-align: left;
}
.cid-uQQsp1SgyJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uQQsp1SgyJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQsp1SgyJ .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-uQQsp1SgyJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQQsp1SgyJ .desc-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uQQsp1SgyJ .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uQQsp1SgyJ .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ffd751, #f27120);
}
.cid-uQQsp1SgyJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQQsp1SgyJ .mbr-desc {
  color: #1c1c1c;
}
.cid-uQQsp1SgyJ .mbr-text {
  color: #1c1c1c;
}
.cid-uQQrODALv2 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #918f90;
}
@media (max-width: 767px) {
  .cid-uQQrODALv2 .content {
    text-align: center;
  }
  .cid-uQQrODALv2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uQQrODALv2 .logo-subtitle {
  color: #8d97ad;
}
.cid-uQQrODALv2 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQQrODALv2 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQQrODALv2 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQQrODALv2 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uQQrODALv2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQQrODALv2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uQQrODALv2 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQQrODALv2 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uQQrODALv2 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQQrODALv2 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQQrODALv2 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQQrODALv2 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQQrODALv2 .list-item {
  display: flex;
}
.cid-uQQrODALv2 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uQQrODALv2 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQQrODALv2 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uQQrODALv2 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uQQrODALv2 .logo-subtitle,
.cid-uQQrODALv2 .media-wrap {
  color: #fd9839;
}
.cid-uQX1LTMcbo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQX1LTMcbo .nav-item,
.cid-uQX1LTMcbo .nav-link,
.cid-uQX1LTMcbo .navbar-caption {
  font-weight: normal;
}
.cid-uQX1LTMcbo .nav-item:focus,
.cid-uQX1LTMcbo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uQX1LTMcbo .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQX1LTMcbo .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQX1LTMcbo .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQX1LTMcbo .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQX1LTMcbo .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQX1LTMcbo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQX1LTMcbo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQX1LTMcbo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQX1LTMcbo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQX1LTMcbo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #918f90;
  background: none;
}
.cid-uQX1LTMcbo .navbar.opened {
  transition: all .3s;
  background: #918f90 !important;
}
.cid-uQX1LTMcbo .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uQX1LTMcbo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQX1LTMcbo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQX1LTMcbo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQX1LTMcbo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-uQX1LTMcbo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQX1LTMcbo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQX1LTMcbo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQX1LTMcbo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQX1LTMcbo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQX1LTMcbo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQX1LTMcbo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQX1LTMcbo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQX1LTMcbo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQX1LTMcbo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQX1LTMcbo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQX1LTMcbo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQX1LTMcbo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQX1LTMcbo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQX1LTMcbo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQX1LTMcbo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQX1LTMcbo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQX1LTMcbo .navbar.navbar-short {
  background: #918f90 !important;
  min-height: 60px;
}
.cid-uQX1LTMcbo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQX1LTMcbo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQX1LTMcbo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQX1LTMcbo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQX1LTMcbo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQX1LTMcbo .dropdown-item.active,
.cid-uQX1LTMcbo .dropdown-item:active {
  background-color: transparent;
}
.cid-uQX1LTMcbo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQX1LTMcbo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQX1LTMcbo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #918f90;
}
.cid-uQX1LTMcbo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQX1LTMcbo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQX1LTMcbo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQX1LTMcbo .navbar-buttons {
  text-align: center;
}
.cid-uQX1LTMcbo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQX1LTMcbo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd9839;
}
.cid-uQX1LTMcbo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQX1LTMcbo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQX1LTMcbo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQX1LTMcbo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQX1LTMcbo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQX1LTMcbo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQX1LTMcbo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQX1LTMcbo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQX1LTMcbo .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQX1LTMcbo a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQX1LTMcbo .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQX1LTMcbo .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQX1LTMcbo .soc-item {
  margin: .5rem .3rem;
}
.cid-uQX1LTMcbo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQX1LTMcbo .navbar {
    height: 77px;
  }
  .cid-uQX1LTMcbo .navbar.opened {
    height: auto;
  }
  .cid-uQX1LTMcbo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQX1LUhOIn {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}
.cid-uQX1LUhOIn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #918f90 18%, transparent 90%, #918f90 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uQX1LUhOIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQX1LUhOIn .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/3450x1155-ohne-background-1.png");
}
.cid-uQX1LUhOIn .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uQX1LUhOIn .content-wrapper {
    margin-top: 0;
  }
}
.cid-uQX1LUhOIn .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ff914d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQX1LUhOIn .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQX1LUhOIn .mbr-section-title {
  color: #ffffff;
}
.cid-uQX1LUhOIn .mbr-text {
  color: #fd9839;
  text-align: left;
}
.cid-uQX1LUhOIn .mbr-section-title,
.cid-uQX1LUhOIn .mbr-section-btn {
  color: #fd9839;
}
.cid-uQX1LUhOIn .mbr-section-title,
.cid-uQX1LUhOIn .mbr-section-btn DIV {
  text-align: left;
}
.cid-uQX2EACVeP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/20250623-175019.jpg");
}
.cid-uQX2EACVeP .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  color: #fd9839;
  margin-bottom: 1rem;
  border-radius: 50%;
  overflow: visible;
}
.cid-uQX2EACVeP .row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 3rem 3rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uQX2EACVeP .row {
    padding: 2rem 1rem;
  }
}
.cid-uQX2EACVeP .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uQX2EACVeP .card-wrapper {
  overflow: visible;
  margin-bottom: 2rem;
}
.cid-uQX2EACVeP .card-text {
  color: #000000;
  text-align: left;
}
.cid-uQX2EACVeP .card-title,
.cid-uQX2EACVeP .iconfont-wrapper {
  color: #ffffff;
}
.cid-uQX2EACVeP .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uQX2EACVeP .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uQX2EACVeP .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQX2EACVeP P {
  text-align: justify;
}
.cid-uQX4VpL1u8 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/kopie-dsc9365.jpg");
}
.cid-uQX4VpL1u8 .link-align {
  width: 100%;
}
.cid-uQX4VpL1u8 .link-wrap {
  display: inline-block;
}
@keyframes hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.cid-uQX4VpL1u8 .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-uQX4VpL1u8 .link:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  opacity: 0.8;
  left: -80px;
}
.cid-uQX4VpL1u8 .link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  top: 45%;
  transform: translateY(-45%);
  left: -80px;
}
.cid-uQX4VpL1u8 .link:hover:before {
  width: 60px;
}
.cid-uQX4VpL1u8 .mbr-text,
.cid-uQX4VpL1u8 .link-align {
  color: #e5e5e5;
}
.cid-uQX4VpL1u8 .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 130px;
  height: 130px;
  cursor: pointer;
}
.cid-uQX4VpL1u8 .icon-wrap:hover {
  animation: 0.6s hover;
}
.cid-uQX4VpL1u8 .icon-wrap span {
  padding-left: 4px;
}
.cid-uQX4VpL1u8 .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uQX4VpL1u8 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uQX4VpL1u8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uQX4VpL1u8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uQX4VpL1u8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uQX4VpL1u8 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uQX4VpL1u8 a.close:hover {
  color: #ffffff;
}
.cid-uQX4VpL1u8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQX4VpL1u8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQX1LWfh5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQX1LWfh5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQX1LWfh5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQX1LWfh5W .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uQX1LWfh5W .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uQX1LWfh5W .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQX1LWfh5W .container {
    padding: 0 16px;
  }
}
.cid-uQX1LWfh5W .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uQX1LWfh5W .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uQX1LWfh5W .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQX1LWfh5W .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQX1LWfh5W .image-wrapper img {
    height: 350px;
  }
}
.cid-uQX1LWfh5W .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uQX1LWfh5W .content-wrapper {
    margin: 0;
  }
}
.cid-uQX1LWfh5W .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uQX1LWfh5W .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uQX1LWfh5W .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #ff914d, #c65108);
}
.cid-uQX1LWfh5W .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uQX1LWfh5W .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uQX1LWfh5W .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uQX1LWfh5W .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uQX1LWfh5W .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uQX1LWfh5W .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uQX1LWfh5W .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #918f90 !important;
}
.cid-uQX1LWfh5W .dragArea.row .form-group .form-control:hover,
.cid-uQX1LWfh5W .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #918f90 !important;
}
.cid-uQX1LWfh5W .dragArea.row .form-group .form-control::placeholder {
  color: #1c1c1c;
  opacity: .7;
}
.cid-uQX1LWfh5W .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uQX1LWfh5W .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uQX1LWfh5W .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #1c1c1c;
  border-radius: 0;
}
.cid-uQX1LWfh5W .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #1c1c1c;
}
.cid-uQX1LWfh5W .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uQX1LWfh5W .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQX1LWfh5W .mbr-section-title {
  color: #1c1c1c;
}
.cid-uQX1LWfh5W .mbr-desc {
  color: #1c1c1c;
}
.cid-uQX1LWfh5W .mbr-text {
  color: #1c1c1c;
}
.cid-uQX1LWIuRS {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #918f90;
}
@media (max-width: 767px) {
  .cid-uQX1LWIuRS .content {
    text-align: center;
  }
  .cid-uQX1LWIuRS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uQX1LWIuRS .logo-subtitle {
  color: #8d97ad;
}
.cid-uQX1LWIuRS .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQX1LWIuRS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQX1LWIuRS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQX1LWIuRS .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uQX1LWIuRS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQX1LWIuRS .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uQX1LWIuRS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQX1LWIuRS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uQX1LWIuRS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQX1LWIuRS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQX1LWIuRS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQX1LWIuRS .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQX1LWIuRS .list-item {
  display: flex;
}
.cid-uQX1LWIuRS .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uQX1LWIuRS ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQX1LWIuRS ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uQX1LWIuRS ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uQX1LWIuRS .logo-subtitle,
.cid-uQX1LWIuRS .media-wrap {
  color: #fd9839;
}
.cid-uQQLMCYqDf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .nav-item,
.cid-uQQLMCYqDf .nav-link,
.cid-uQQLMCYqDf .navbar-caption {
  font-weight: normal;
}
.cid-uQQLMCYqDf .nav-item:focus,
.cid-uQQLMCYqDf .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uQQLMCYqDf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uQQLMCYqDf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQLMCYqDf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQLMCYqDf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #918f90;
  background: none;
}
.cid-uQQLMCYqDf .navbar.opened {
  transition: all .3s;
  background: #918f90 !important;
}
.cid-uQQLMCYqDf .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uQQLMCYqDf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQLMCYqDf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQLMCYqDf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem - 1rem);
  }
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uQQLMCYqDf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQLMCYqDf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uQQLMCYqDf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uQQLMCYqDf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQLMCYqDf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uQQLMCYqDf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uQQLMCYqDf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQQLMCYqDf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uQQLMCYqDf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uQQLMCYqDf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uQQLMCYqDf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uQQLMCYqDf .navbar.navbar-short {
  background: #918f90 !important;
  min-height: 60px;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uQQLMCYqDf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uQQLMCYqDf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQQLMCYqDf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQLMCYqDf .dropdown-item.active,
.cid-uQQLMCYqDf .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQLMCYqDf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #918f90;
}
.cid-uQQLMCYqDf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQQLMCYqDf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQQLMCYqDf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uQQLMCYqDf .navbar-buttons {
  text-align: center;
}
.cid-uQQLMCYqDf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd9839;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uQQLMCYqDf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uQQLMCYqDf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uQQLMCYqDf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uQQLMCYqDf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uQQLMCYqDf .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uQQLMCYqDf .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uQQLMCYqDf .soc-item {
  margin: .5rem .3rem;
}
.cid-uQQLMCYqDf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQQLMCYqDf .navbar {
    height: 77px;
  }
  .cid-uQQLMCYqDf .navbar.opened {
    height: auto;
  }
  .cid-uQQLMCYqDf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ3ozuWidc {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
}
.cid-uQ3ozuWidc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(10deg, #918f90 18%, transparent 90%, #918f90 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uQ3ozuWidc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3ozuWidc .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/3450x1155-ohne-background-1.png");
}
.cid-uQ3ozuWidc .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
}
@media (max-width: 992px) {
  .cid-uQ3ozuWidc .content-wrapper {
    margin-top: 0;
  }
}
.cid-uQ3ozuWidc .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #fd9839);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uQ3ozuWidc .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uQ3ozuWidc .mbr-section-title {
  color: #ffffff;
}
.cid-uQ3ozuWidc .mbr-text {
  color: #fd9839;
  text-align: left;
}
.cid-uQ3ozuWidc .mbr-section-title,
.cid-uQ3ozuWidc .mbr-section-btn {
  color: #fd9839;
}
.cid-uQ3ozuWidc .mbr-section-title,
.cid-uQ3ozuWidc .mbr-section-btn DIV {
  text-align: left;
}
.cid-uQ3ozvoHIb {
  background-image: url("../../../assets/images/kopie-dsc9244.jpg");
}
.cid-uQ3ozvoHIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3ozvoHIb .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-uQ3ozvoHIb .container {
    padding: 0 16px;
  }
}
.cid-uQ3ozvoHIb .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uQ3ozvoHIb .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uQ3ozvoHIb .desc-wrapper {
  margin-bottom: 32px;
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uQ3ozvoHIb .desc-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ3ozvoHIb .desc-wrapper {
    padding: 0;
  }
}
.cid-uQ3ozvoHIb .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uQ3ozvoHIb .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #eb611d, #fd9839);
}
.cid-uQ3ozvoHIb .image-wrapper {
  padding-right: 60px;
  padding-right: 0;
  padding-left: 60px;
}
@media (max-width: 992px) {
  .cid-uQ3ozvoHIb .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uQ3ozvoHIb .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uQ3ozvoHIb .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ3ozvoHIb .image-wrapper img {
    height: 350px;
  }
}
.cid-uQ3ozvoHIb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uQ3ozvoHIb .mbr-section-title {
  color: #ffffff;
}
.cid-uQ3ozvoHIb .mbr-desc {
  color: #1c1c1c;
}
.cid-uQ3ozvoHIb .mbr-text {
  color: #ffffff;
}
.cid-uQ3ozvoHIb .mbr-desc,
.cid-uQ3ozvoHIb .desc-wrapper {
  color: #ffffff;
}
.cid-uQ3ozAIePj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ3ozAIePj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ3ozAIePj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ3ozAIePj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uQ3ozAIePj .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3ozAIePj .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3ozAIePj .container {
    padding: 0 16px;
  }
}
.cid-uQ3ozAIePj .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uQ3ozAIePj .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uQ3ozAIePj .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uQ3ozAIePj .image-wrapper img {
  height: 610px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQ3ozAIePj .image-wrapper img {
    height: 350px;
  }
}
.cid-uQ3ozAIePj .content-wrapper {
  margin-left: 82px;
}
@media (max-width: 992px) {
  .cid-uQ3ozAIePj .content-wrapper {
    margin: 0;
  }
}
.cid-uQ3ozAIePj .desc-wrapper {
  margin-bottom: 24px;
}
.cid-uQ3ozAIePj .desc-wrapper .mbr-desc {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 16px;
}
.cid-uQ3ozAIePj .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #fd9839, #c65108);
}
.cid-uQ3ozAIePj .dragArea.row .mbr-section-title {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uQ3ozAIePj .dragArea.row .mbr-section-title {
    margin-bottom: 16px !important;
  }
}
.cid-uQ3ozAIePj .dragArea.row .mbr-text {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uQ3ozAIePj .dragArea.row .mbr-text {
    margin-bottom: 16px !important;
  }
}
.cid-uQ3ozAIePj .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uQ3ozAIePj .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uQ3ozAIePj .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #918f90 !important;
}
.cid-uQ3ozAIePj .dragArea.row .form-group .form-control:hover,
.cid-uQ3ozAIePj .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 1px solid #918f90 !important;
}
.cid-uQ3ozAIePj .dragArea.row .form-group .form-control::placeholder {
  color: #1c1c1c;
  opacity: .7;
}
.cid-uQ3ozAIePj .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uQ3ozAIePj .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uQ3ozAIePj .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #1c1c1c;
  border-radius: 0;
}
.cid-uQ3ozAIePj .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #1c1c1c;
}
.cid-uQ3ozAIePj .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uQ3ozAIePj .dragArea.row .mbr-section-btn .btn {
  width: 100%;
}
.cid-uQ3ozAIePj .mbr-section-title {
  color: #1c1c1c;
}
.cid-uQ3ozAIePj .mbr-desc {
  color: #1c1c1c;
}
.cid-uQ3ozAIePj .mbr-text {
  color: #1c1c1c;
}
.cid-uQPO2jcEuQ {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #918f90;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .content {
    text-align: center;
  }
  .cid-uQPO2jcEuQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uQPO2jcEuQ .logo-subtitle {
  color: #8d97ad;
}
.cid-uQPO2jcEuQ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uQPO2jcEuQ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uQPO2jcEuQ .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uQPO2jcEuQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uQPO2jcEuQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uQPO2jcEuQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uQPO2jcEuQ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQPO2jcEuQ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uQPO2jcEuQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQPO2jcEuQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQPO2jcEuQ .list-item {
  display: flex;
}
.cid-uQPO2jcEuQ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uQPO2jcEuQ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uQPO2jcEuQ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uQPO2jcEuQ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uQPO2jcEuQ .logo-subtitle,
.cid-uQPO2jcEuQ .media-wrap {
  color: #fd9839;
}
