body {
  font-family: Josefin Sans;
}
.display-1 {
  font-family: 'Tinos', serif;
  font-size: 6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6rem;
}
.display-2 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Cormorant Upright', serif;
  font-size: 2.1rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.36rem;
}
.display-7 {
  font-family: 'Tinos', serif;
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f9e2af !important;
}
.bg-success {
  background-color: #c5dec1 !important;
}
.bg-info {
  background-color: #d6eaf0 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
  color: #9d700c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #bf5d67 !important;
  border-color: #bf5d67 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #953b44 !important;
  border-color: #953b44 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #953b44 !important;
  border-color: #953b44 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #d6eaf0 !important;
  border-color: #d6eaf0 !important;
  color: #357c92 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #357c92 !important;
  background-color: #9ecddc !important;
  border-color: #9ecddc !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #357c92 !important;
  background-color: #9ecddc !important;
  border-color: #9ecddc !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #c5dec1 !important;
  border-color: #c5dec1 !important;
  color: #3e6838 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #3e6838 !important;
  background-color: #96c38f !important;
  border-color: #96c38f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3e6838 !important;
  background-color: #96c38f !important;
  border-color: #96c38f !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #f2c050;
  color: #f2c050;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #9d700c;
  background-color: #f9e2af;
  border-color: #f9e2af;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #9d700c !important;
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #82343c;
  color: #82343c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #bf5d67;
  border-color: #bf5d67;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bf5d67 !important;
  border-color: #bf5d67 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #8bc4d5;
  color: #8bc4d5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #357c92;
  background-color: #d6eaf0;
  border-color: #d6eaf0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #357c92 !important;
  background-color: #d6eaf0 !important;
  border-color: #d6eaf0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #87bb7e;
  color: #87bb7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #3e6838;
  background-color: #c5dec1;
  border-color: #c5dec1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3e6838 !important;
  background-color: #c5dec1 !important;
  border-color: #c5dec1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f9e2af !important;
}
.text-secondary {
  color: #bf5d67 !important;
}
.text-success {
  color: #c5dec1 !important;
}
.text-info {
  color: #d6eaf0 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f2c050 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #82343c !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #87bb7e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #8bc4d5 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #c5dec1;
}
.alert-info {
  background-color: #d6eaf0;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f9e2af;
  border-color: #f9e2af;
  color: #b5810e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f9e2af;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  border: 2px solid #9f3942;
}
#scrollToTop a i:before {
  background: #9f3942;
}
#scrollToTop a i:after {
  border-top: 2px solid #9f3942;
  border-right: 2px solid #9f3942;
}
.mbr-arrow a i {
  color: #9f3942;
}
.form-control {
  font-family: 'Tinos', serif;
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #f9e2af;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f9e2af;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  border-radius: 0;
  background-color: #efefef;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f9e2af;
  border-bottom-color: #f9e2af;
}
.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: #000000 !important;
  background-color: #f9e2af !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: #bf5d67 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23f9e2af' %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;
}
.cid-qFiJTqt7DE .nav-item:focus,
.cid-qFiJTqt7DE .nav-link:focus {
  outline: none;
}
.cid-qFiJTqt7DE .dropdown .dropdown-menu .dropdown-item {
  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-qFiJTqt7DE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qFiJTqt7DE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qFiJTqt7DE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qFiJTqt7DE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qFiJTqt7DE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d6eaf0;
  background: none;
}
.cid-qFiJTqt7DE .navbar.opened {
  transition: all .3s;
  background: #d6eaf0 !important;
}
.cid-qFiJTqt7DE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qFiJTqt7DE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qFiJTqt7DE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qFiJTqt7DE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qFiJTqt7DE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qFiJTqt7DE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qFiJTqt7DE .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-qFiJTqt7DE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qFiJTqt7DE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qFiJTqt7DE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qFiJTqt7DE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qFiJTqt7DE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qFiJTqt7DE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qFiJTqt7DE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qFiJTqt7DE .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-qFiJTqt7DE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qFiJTqt7DE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qFiJTqt7DE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qFiJTqt7DE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qFiJTqt7DE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qFiJTqt7DE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qFiJTqt7DE .navbar.navbar-short {
  background: #d6eaf0 !important;
  min-height: 60px;
}
.cid-qFiJTqt7DE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qFiJTqt7DE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qFiJTqt7DE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qFiJTqt7DE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qFiJTqt7DE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qFiJTqt7DE .dropdown-item.active,
.cid-qFiJTqt7DE .dropdown-item:active {
  background-color: transparent;
}
.cid-qFiJTqt7DE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qFiJTqt7DE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qFiJTqt7DE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qFiJTqt7DE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6eaf0;
}
.cid-qFiJTqt7DE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qFiJTqt7DE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qFiJTqt7DE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qFiJTqt7DE .navbar-buttons {
  text-align: center;
}
.cid-qFiJTqt7DE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qFiJTqt7DE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qFiJTqt7DE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qFiJTqt7DE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qFiJTqt7DE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qFiJTqt7DE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qFiJTqt7DE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qFiJTqt7DE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qFiJTqt7DE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qFiJTqt7DE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qFiJTqt7DE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qFiJTqt7DE a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qFiJTqt7DE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qFiJTqt7DE .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qFiJTqt7DE .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qFiJTqt7DE .nav-link:hover,
.cid-qFiJTqt7DE .dropdown-item:hover,
.cid-qFiJTqt7DE .icons-menu .mbr-iconfont:hover {
  color: #748286 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qFiJTqt7DE .navbar {
    height: 77px;
  }
  .cid-qFiJTqt7DE .navbar.opened {
    height: auto;
  }
}
.cid-qFiJYsYTDf {
  background-image: url("../../../assets/images/01-hauszuverkaufen-1800x1350.jpg");
}
.cid-qFiJYsYTDf .mbr-overlay {
  background: #000000;
  background: linear-gradient(45deg, #000000, #fcf5ee);
}
.cid-qFiJYsYTDf .mbr-section-title {
  letter-spacing: .5rem;
}
.cid-qFiJYsYTDf .mbr-section-title SPAN {
  color: #d6eaf0;
}
.cid-qFiJYsYTDf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qFiJYsYTDf .mbr-text,
.cid-qFiJYsYTDf .mbr-section-btn {
  color: #ffffff;
}
.cid-qFiJYsYTDf .mbr-section-subtitle I {
  color: #ffffff;
}
.cid-qPEI4EtZzQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/14-strandstimmung-1200-1200x782.jpg");
}
.cid-qPEI4EtZzQ .carousel-item {
  justify-content: center;
}
.cid-qPEI4EtZzQ .carousel-item.active,
.cid-qPEI4EtZzQ .carousel-item-next,
.cid-qPEI4EtZzQ .carousel-item-prev {
  display: flex;
}
.cid-qPEI4EtZzQ .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-qPEI4EtZzQ .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  background: #bf5d67;
  opacity: .9;
}
.cid-qPEI4EtZzQ .carousel-controls a:hover span {
  opacity: 1;
}
.cid-qPEI4EtZzQ .user {
  padding: 3rem;
  background: transparent;
}
.cid-qPEI4EtZzQ .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 auto 2rem auto;
  display: flex;
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-qPEI4EtZzQ .user_image .user_image_inner {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-qPEI4EtZzQ .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qPEI4EtZzQ .user_text {
  color: #444444;
}
@media (max-width: 230px) {
  .cid-qPEI4EtZzQ .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qPEI4EtZzQ .user_desk {
  color: #9f3942;
}
.cid-qPEI4EtZzQ H2 {
  color: #c6091a;
}
.cid-qPEI4EtZzQ .user_name SPAN {
  color: #c6091a;
}
.cid-qPEI4EtZzQ .user_text B {
  color: #3789a0;
}
.cid-qOaN443j9K {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #d6eaf0;
}
.cid-qOaN443j9K .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-qOaN443j9K .video-block {
    width: 100% !important;
  }
}
.cid-qQOtBYYmZA {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qQOtBYYmZA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qQOtBYYmZA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qQOtBYYmZA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qQOtBYYmZA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qQOtBYYmZA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d6eaf0;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qQOtBYYmZA .icon-focus {
  display: none;
}
.cid-qQOtBYYmZA .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-qQOtBYYmZA ul {
  font-size: 0;
}
.cid-qQOtBYYmZA .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #c6091a !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-qQOtBYYmZA .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-qQOtBYYmZA .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f9e2af, #bf5d67);
}
.cid-qQOtBYYmZA .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-qQOtBYYmZA .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-qQOtBYYmZA .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-qQOtBYYmZA .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-qQOtBYYmZA .btn:hover {
  background: transparent !important;
}
.cid-qQOtBYYmZA .btn:hover:before {
  background: transparent !important;
}
.cid-qQOtBYYmZA .btn:before {
  background-color: transparent !important;
}
.cid-qQOtBYYmZA .btn:focus {
  box-shadow: none;
}
.cid-qQOtBYYmZA .mbr-section-title {
  position: relative;
  z-index: 1;
  color: #c6091a;
}
.cid-qQS92vDInc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #d6eaf0);
}
.cid-qQS92vDInc .counter-container {
  color: #444444;
}
.cid-qQS92vDInc .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-qQS92vDInc .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-qQS92vDInc .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-qQS92vDInc .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 35px;
  transition: all .2s;
  color: #000000;
  background: #ffda73;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-qQS92vDInc .mbr-text {
  text-align: left;
}
.cid-qQS92vDInc .mbr-section-title {
  text-align: left;
}
.cid-qNB3sLr6HM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qNB3sLr6HM .mbr-section-subtitle DIV {
  color: #bf5d67;
}
.cid-qNB3sLr6HM .mbr-section-subtitle {
  text-align: center;
  color: #748286;
}
.cid-qNB3sLr6HM SPAN {
  color: #9f3942;
}
.cid-qNB3sLr6HM .mbr-text {
  color: #3789a0;
}
.cid-qNB3sLr6HM .mbr-section-subtitle I {
  color: #748286;
}
.cid-qNB3sLr6HM .mbr-text I {
  color: #5b686b;
}
.cid-qNB3sLr6HM .mbr-section-subtitle B {
  color: #ffbc00;
}
.cid-qNB3sLr6HM H2 {
  color: #5b686b;
}
.cid-sUoT55cHWO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/23-hausgarage-aussen-1201x1800.jpg");
}
.cid-sUoT55cHWO .mbr-overlay {
  background: #232323;
}
.cid-sUoT55cHWO .mbr-section-title {
  letter-spacing: 0.5rem;
}
.cid-sUoT55cHWO .mbr-section-subtitle {
  color: #9f3942;
}
.cid-qV2KwJ3dMY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.cid-qV2KwJ3dMY:hover {
  background-color: #ffffff;
}
.cid-qV2KwJ3dMY .mbr-section-title {
  margin: 0;
}
.cid-qV2KwJ3dMY .card-wrapper {
  z-index: 3;
}
.cid-qV2KwJ3dMY .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-qV2KwJ3dMY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-qV2KwJ3dMY .mbr-section-title,
.cid-qV2KwJ3dMY .text-block SPAN {
  color: #c6091a;
}
.cid-qV2JRGMZ0V {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-qV2JRGMZ0V .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-qV2JRGMZ0V .video-block {
    width: 100% !important;
  }
}
.cid-qNBqFBbQHf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9f3942;
}
.cid-qNBqFBbQHf .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-qNBqFBbQHf .media-container-row .mbr-text B {
  color: #ffffff;
}
.cid-qOaDxjuB19 .nav-item:focus,
.cid-qOaDxjuB19 .nav-link:focus {
  outline: none;
}
.cid-qOaDxjuB19 .dropdown .dropdown-menu .dropdown-item {
  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-qOaDxjuB19 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qOaDxjuB19 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qOaDxjuB19 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qOaDxjuB19 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qOaDxjuB19 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d6eaf0;
  background: none;
}
.cid-qOaDxjuB19 .navbar.opened {
  transition: all .3s;
  background: #d6eaf0 !important;
}
.cid-qOaDxjuB19 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qOaDxjuB19 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qOaDxjuB19 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qOaDxjuB19 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qOaDxjuB19 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qOaDxjuB19 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qOaDxjuB19 .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-qOaDxjuB19 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qOaDxjuB19 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qOaDxjuB19 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qOaDxjuB19 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qOaDxjuB19 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qOaDxjuB19 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qOaDxjuB19 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qOaDxjuB19 .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-qOaDxjuB19 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qOaDxjuB19 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qOaDxjuB19 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qOaDxjuB19 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qOaDxjuB19 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qOaDxjuB19 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qOaDxjuB19 .navbar.navbar-short {
  background: #d6eaf0 !important;
  min-height: 60px;
}
.cid-qOaDxjuB19 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qOaDxjuB19 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qOaDxjuB19 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qOaDxjuB19 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qOaDxjuB19 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qOaDxjuB19 .dropdown-item.active,
.cid-qOaDxjuB19 .dropdown-item:active {
  background-color: transparent;
}
.cid-qOaDxjuB19 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qOaDxjuB19 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qOaDxjuB19 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qOaDxjuB19 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6eaf0;
}
.cid-qOaDxjuB19 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qOaDxjuB19 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qOaDxjuB19 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qOaDxjuB19 .navbar-buttons {
  text-align: center;
}
.cid-qOaDxjuB19 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qOaDxjuB19 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qOaDxjuB19 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qOaDxjuB19 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qOaDxjuB19 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qOaDxjuB19 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qOaDxjuB19 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOaDxjuB19 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qOaDxjuB19 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qOaDxjuB19 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOaDxjuB19 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qOaDxjuB19 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qOaDxjuB19 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qOaDxjuB19 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qOaDxjuB19 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qOaDxjuB19 .nav-link:hover,
.cid-qOaDxjuB19 .dropdown-item:hover,
.cid-qOaDxjuB19 .icons-menu .mbr-iconfont:hover {
  color: #748286 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qOaDxjuB19 .navbar {
    height: 77px;
  }
  .cid-qOaDxjuB19 .navbar.opened {
    height: auto;
  }
}
.cid-qOaDxk8vGT {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #d6eaf0;
}
.cid-qOaDxk8vGT .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qOaDxk8vGT .mbr-section-subtitle {
  text-align: center;
  color: #5b686b;
}
.cid-qOaDxk8vGT SPAN {
  color: #9f3942;
}
.cid-qOaDxk8vGT .mbr-text {
  color: #232323;
}
.cid-qOaDxk8vGT .mbr-section-subtitle I {
  color: #5b686b;
}
.cid-qOaDxk8vGT .mbr-text I {
  color: #5b686b;
}
.cid-qOaDxk8vGT .mbr-section-subtitle B {
  color: #465052;
}
.cid-qOaDxk8vGT .mbr-text B {
  color: #9f3942;
}
.cid-qOaDxkyoPl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9f3942;
}
.cid-qOaDxkyoPl .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-qOaDxkyoPl .media-container-row .mbr-text B {
  color: #ffffff;
}
.cid-qOaB7C1qSL .nav-item:focus,
.cid-qOaB7C1qSL .nav-link:focus {
  outline: none;
}
.cid-qOaB7C1qSL .dropdown .dropdown-menu .dropdown-item {
  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-qOaB7C1qSL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qOaB7C1qSL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qOaB7C1qSL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qOaB7C1qSL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qOaB7C1qSL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #d6eaf0;
  background: none;
}
.cid-qOaB7C1qSL .navbar.opened {
  transition: all .3s;
  background: #d6eaf0 !important;
}
.cid-qOaB7C1qSL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qOaB7C1qSL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qOaB7C1qSL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qOaB7C1qSL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qOaB7C1qSL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qOaB7C1qSL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qOaB7C1qSL .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-qOaB7C1qSL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qOaB7C1qSL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qOaB7C1qSL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qOaB7C1qSL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qOaB7C1qSL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qOaB7C1qSL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qOaB7C1qSL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qOaB7C1qSL .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-qOaB7C1qSL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qOaB7C1qSL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qOaB7C1qSL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qOaB7C1qSL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qOaB7C1qSL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qOaB7C1qSL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qOaB7C1qSL .navbar.navbar-short {
  background: #d6eaf0 !important;
  min-height: 60px;
}
.cid-qOaB7C1qSL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qOaB7C1qSL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qOaB7C1qSL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qOaB7C1qSL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qOaB7C1qSL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qOaB7C1qSL .dropdown-item.active,
.cid-qOaB7C1qSL .dropdown-item:active {
  background-color: transparent;
}
.cid-qOaB7C1qSL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qOaB7C1qSL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qOaB7C1qSL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qOaB7C1qSL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d6eaf0;
}
.cid-qOaB7C1qSL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qOaB7C1qSL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qOaB7C1qSL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qOaB7C1qSL .navbar-buttons {
  text-align: center;
}
.cid-qOaB7C1qSL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qOaB7C1qSL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qOaB7C1qSL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qOaB7C1qSL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qOaB7C1qSL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qOaB7C1qSL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qOaB7C1qSL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOaB7C1qSL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qOaB7C1qSL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qOaB7C1qSL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOaB7C1qSL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qOaB7C1qSL a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qOaB7C1qSL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qOaB7C1qSL .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qOaB7C1qSL .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qOaB7C1qSL .nav-link:hover,
.cid-qOaB7C1qSL .dropdown-item:hover,
.cid-qOaB7C1qSL .icons-menu .mbr-iconfont:hover {
  color: #748286 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qOaB7C1qSL .navbar {
    height: 77px;
  }
  .cid-qOaB7C1qSL .navbar.opened {
    height: auto;
  }
}
.cid-qOaBg4CMdF {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/23-hausgarage-aussen-1201x1800.jpg");
}
.cid-qOaBg4CMdF .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qOaBg4CMdF .mbr-section-subtitle {
  text-align: center;
  color: #5b686b;
}
.cid-qOaBg4CMdF SPAN {
  color: #9f3942;
}
.cid-qOaBg4CMdF .mbr-text {
  color: #232323;
}
.cid-qOaBg4CMdF .mbr-section-subtitle I {
  color: #5b686b;
}
.cid-qOaBg4CMdF .mbr-text I {
  color: #9f3942;
}
.cid-qOaBg4CMdF .mbr-section-subtitle B {
  color: #465052;
}
.cid-qOaBg4CMdF .mbr-text B {
  color: #9f3942;
}
.cid-qOaB7CZX44 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9f3942;
}
.cid-qOaB7CZX44 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-qOaB7CZX44 .media-container-row .mbr-text B {
  color: #ffffff;
}
