@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #ac964d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ac964d !important;
  border-color: #ac964d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #776835 !important;
  border-color: #776835 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #776835 !important;
  border-color: #776835 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #66592d;
  color: #66592d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ac964d;
  border-color: #ac964d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ac964d !important;
  border-color: #ac964d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ac964d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b566f !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #66592d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #ac964d;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #149dcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b4e6f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d6caa3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #149dcc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #149dcc;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #149dcc;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qCMMEzpsaQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qCMMEzpsaQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qCMMEzpsaQ a {
  font-style: normal;
}
.cid-qCMMEzpsaQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qCMMEzpsaQ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qCMMEzpsaQ .nav-item:focus,
.cid-qCMMEzpsaQ .nav-link:focus {
  outline: none;
}
.cid-qCMMEzpsaQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qCMMEzpsaQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qCMMEzpsaQ .menu-logo {
  margin-right: auto;
}
.cid-qCMMEzpsaQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qCMMEzpsaQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qCMMEzpsaQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qCMMEzpsaQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qCMMEzpsaQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qCMMEzpsaQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qCMMEzpsaQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qCMMEzpsaQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qCMMEzpsaQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qCMMEzpsaQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qCMMEzpsaQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qCMMEzpsaQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qCMMEzpsaQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qCMMEzpsaQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qCMMEzpsaQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qCMMEzpsaQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qCMMEzpsaQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qCMMEzpsaQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qCMMEzpsaQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qCMMEzpsaQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qCMMEzpsaQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qCMMEzpsaQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qCMMEzpsaQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qCMMEzpsaQ button.navbar-toggler:focus {
  outline: none;
}
.cid-qCMMEzpsaQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qCMMEzpsaQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qCMMEzpsaQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qCMMEzpsaQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qCMMEzpsaQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qCMMEzpsaQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCMMEzpsaQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qCMMEzpsaQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qCMMEzpsaQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qCMMEzpsaQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qCMMEzpsaQ .collapsed .btn {
  display: flex;
}
.cid-qCMMEzpsaQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qCMMEzpsaQ .collapsed .navbar-collapse.collapsing,
.cid-qCMMEzpsaQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qCMMEzpsaQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qCMMEzpsaQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qCMMEzpsaQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qCMMEzpsaQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qCMMEzpsaQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qCMMEzpsaQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qCMMEzpsaQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qCMMEzpsaQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qCMMEzpsaQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-qCMMEzpsaQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qCMMEzpsaQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qCMMEzpsaQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qCMMEzpsaQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qCMMEzpsaQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qCMMEzpsaQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qCMMEzpsaQ.navbar-expand {
    flex-direction: column;
  }
  .cid-qCMMEzpsaQ img {
    height: 3.8rem !important;
  }
  .cid-qCMMEzpsaQ .btn {
    display: flex;
  }
  .cid-qCMMEzpsaQ button.navbar-toggler {
    display: block;
  }
  .cid-qCMMEzpsaQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qCMMEzpsaQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qCMMEzpsaQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qCMMEzpsaQ .navbar-collapse.collapsing,
  .cid-qCMMEzpsaQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-qCMMEzpsaQ .navbar-collapse.collapsing .navbar-nav,
  .cid-qCMMEzpsaQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qCMMEzpsaQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qCMMEzpsaQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qCMMEzpsaQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-qCMMEzpsaQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qCMMEzpsaQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qCMMEzpsaQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qCMMEzpsaQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qCMMEzpsaQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qCMMEzpsaQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qCMMEzpsaQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qCMMEzpsaQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qCMMEzpsaQ .navbar-collapse {
  flex-basis: auto;
}
.cid-qCMMEzpsaQ .nav-link:hover,
.cid-qCMMEzpsaQ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qCMYdKNojJ {
  background-image: url("../../../assets/images/steildach-2-2000x1658.jpg");
}
.cid-qCMYdKNojJ h1 {
  color: #616161;
}
.cid-qCMYdKNojJ h2,
.cid-qCMYdKNojJ h3,
.cid-qCMYdKNojJ p {
  color: #767676;
}
.cid-qCMYdKNojJ .mbr-section-subtitle {
  font-style: italic;
}
.cid-qCMYdKNojJ P {
  color: #ffffff;
  text-align: left;
}
.cid-qCMYdKNojJ H1 {
  color: #ffffff;
}
.cid-qCMYdKNojJ SPAN {
  color: #ffffff;
}
.cid-qCPREjHtGu {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-qCPREjHtGu h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qCPREjHtGu p {
  color: #767676;
  text-align: left;
}
.cid-qCPREjHtGu .card-img {
  text-align: left;
  padding-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cid-qCPREjHtGu .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-qCPREjHtGu .card-title {
  margin-bottom: 0;
}
.cid-qCPREjHtGu .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qCPREjHtGu .media {
  margin: initial;
  align-items: center;
}
@media (max-width: 300px) {
  .cid-qCPREjHtGu .card-img span {
    font-size: 40px !important;
  }
}
.cid-qCPREjHtGu P {
  color: #232323;
}
.cid-qCRHM4DODH {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qCRHM4DODH .mbr-section-subtitle {
  color: #767676;
}
.cid-qCRAWZhxL9 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qCRAWZhxL9 .card-box {
  padding: 0 2rem;
}
.cid-qCRAWZhxL9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qCRAWZhxL9 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qCRAWZhxL9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qCRAWZhxL9 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qCRAWZhxL9 .mbr-text {
  color: #232323;
}
.cid-qCRAWZhxL9 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCRAWZhxL9 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qCRAWZhxL9 .mbr-text B {
  color: #b2ccd2;
}
.cid-qCRAWZhxL9 .mbr-text I {
  color: #ac9134;
}
.cid-qCRKhVsVTJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qCRKhVsVTJ .card-box {
  padding: 0 2rem;
}
.cid-qCRKhVsVTJ .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qCRKhVsVTJ .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qCRKhVsVTJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qCRKhVsVTJ p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qCRKhVsVTJ .mbr-text {
  color: #232323;
}
.cid-qCRKhVsVTJ .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCRKhVsVTJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qCRKhVsVTJ .mbr-text B {
  color: #b2ccd2;
}
.cid-qCRKhVsVTJ .mbr-text I {
  color: #ac9134;
}
.cid-qCRKkA1g1X {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qCRKkA1g1X .card-box {
  padding: 0 2rem;
}
.cid-qCRKkA1g1X .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qCRKkA1g1X .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qCRKkA1g1X h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qCRKkA1g1X p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qCRKkA1g1X .mbr-text {
  color: #232323;
}
.cid-qCRKkA1g1X .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCRKkA1g1X .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qCRKkA1g1X .mbr-text B {
  color: #b2ccd2;
}
.cid-qCRKkA1g1X .mbr-text I {
  color: #ac9134;
}
.cid-qCRKlDExEq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9f9f9;
}
.cid-qCRKlDExEq .card-box {
  padding: 0 2rem;
}
.cid-qCRKlDExEq .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qCRKlDExEq .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qCRKlDExEq h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qCRKlDExEq p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qCRKlDExEq .mbr-text {
  color: #232323;
}
.cid-qCRKlDExEq .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qCRKlDExEq .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qCRKlDExEq .mbr-text B {
  color: #b2ccd2;
}
.cid-qCRKlDExEq .mbr-text I {
  color: #ac9134;
}
.cid-qCRIgzbL8m {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qCRIgzbL8m .mbr-section-subtitle {
  color: #767676;
}
.cid-qCRIgzbL8m H2 {
  text-align: center;
}
.cid-qD8GA6Drxh {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qD8GA6Drxh h2 {
  text-align: left;
}
.cid-qD8GA6Drxh h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qD8GA6Drxh p {
  color: #767676;
  text-align: left;
}
.cid-qD8GA6Drxh .aside-content {
  flex-basis: 100%;
}
.cid-qD8GA6Drxh .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qD8GA6Drxh .media {
  margin: initial;
  align-items: center;
}
.cid-qD8GA6Drxh .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qD8GA6Drxh .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qD8GA6Drxh .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qD8GA6Drxh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qD8GA6Drxh .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qD8GA6Drxh .card-img span {
    font-size: 40px !important;
  }
}
.cid-qD8GA6Drxh P {
  color: #232323;
}
.cid-qCROmIZH2j {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qCROmIZH2j .mbr-section-subtitle {
  color: #767676;
}
.cid-qCROmIZH2j H2 {
  text-align: center;
}
.cid-qCROytCaBn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qCROytCaBn .mbr-text,
.cid-qCROytCaBn blockquote {
  color: #767676;
}
.cid-qCROytCaBn .mbr-text {
  color: #232323;
}
.cid-qCRPuoRFeA {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qCRPuoRFeA .mbr-section-subtitle {
  color: #767676;
}
.cid-qCPMSllLhA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qCPMSllLhA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qCPMSllLhA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qCPMSllLhA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qCPMSllLhA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qCPMSllLhA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qCPMSllLhA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qCPMSllLhA .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qCPMSllLhA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qCPMSllLhA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qDf3pVuoHr {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qDf3pVuoHr .mbr-section-subtitle {
  color: #767676;
}
.cid-qDf7SUgc9s {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qDf7SUgc9s .card-box {
  padding: 0 2rem;
}
.cid-qDf7SUgc9s .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qDf7SUgc9s .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qDf7SUgc9s h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qDf7SUgc9s p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qDf7SUgc9s .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-qDf7SUgc9s .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f9f9f9;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qDf7SUgc9s .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qDf7SUgc9s .card-title {
  text-align: center;
}
.cid-qD8wZKw9NN {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qD8wZKw9NN .mbr-section-subtitle {
  color: #767676;
}
.cid-qD8xe3k4Cu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-qD8xe3k4Cu .mbr-section-subtitle {
  color: #767676;
}
.cid-qD8xe3k4Cu .mbr-section-subtitle B {
  color: #232323;
}
.cid-qD8xe3k4Cu .mbr-section-subtitle DIV {
  color: #232323;
}
.cid-qDdJgCtb14 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f9f9f9;
}
.cid-qD8zxNrXlb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qD8zxNrXlb .mbr-section-subtitle {
  color: #767676;
}
.cid-qCQ2GVrUaB {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qCQ2GVrUaB .google-map {
  height: 25rem;
  position: relative;
}
.cid-qCQ2GVrUaB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qCQ2GVrUaB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qCQ2GVrUaB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qCQ2GVrUaB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qCPWTlUzSi {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #c0a375;
}
@media (max-width: 767px) {
  .cid-qCPWTlUzSi .content {
    text-align: center;
  }
  .cid-qCPWTlUzSi .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qCPWTlUzSi .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qCPWTlUzSi .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qCPWTlUzSi .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qCPWTlUzSi .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qCPWTlUzSi .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qCPWTlUzSi .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qCPWTlUzSi .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qCPWTlUzSi .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qCPWTlUzSi .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qCPWTlUzSi .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qCPWTlUzSi .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qCPWTlUzSi P {
  color: #232323;
}
.cid-qDplgQlTkS .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qDplgQlTkS .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qDplgQlTkS a {
  font-style: normal;
}
.cid-qDplgQlTkS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qDplgQlTkS .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qDplgQlTkS .nav-item:focus,
.cid-qDplgQlTkS .nav-link:focus {
  outline: none;
}
.cid-qDplgQlTkS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qDplgQlTkS .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qDplgQlTkS .menu-logo {
  margin-right: auto;
}
.cid-qDplgQlTkS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qDplgQlTkS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qDplgQlTkS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qDplgQlTkS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qDplgQlTkS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qDplgQlTkS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qDplgQlTkS .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qDplgQlTkS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qDplgQlTkS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qDplgQlTkS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qDplgQlTkS .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qDplgQlTkS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qDplgQlTkS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qDplgQlTkS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qDplgQlTkS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qDplgQlTkS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qDplgQlTkS .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qDplgQlTkS .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qDplgQlTkS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qDplgQlTkS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qDplgQlTkS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qDplgQlTkS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qDplgQlTkS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qDplgQlTkS button.navbar-toggler:focus {
  outline: none;
}
.cid-qDplgQlTkS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qDplgQlTkS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qDplgQlTkS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qDplgQlTkS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qDplgQlTkS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qDplgQlTkS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qDplgQlTkS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qDplgQlTkS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qDplgQlTkS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qDplgQlTkS .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qDplgQlTkS .collapsed .btn {
  display: flex;
}
.cid-qDplgQlTkS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qDplgQlTkS .collapsed .navbar-collapse.collapsing,
.cid-qDplgQlTkS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qDplgQlTkS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qDplgQlTkS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qDplgQlTkS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qDplgQlTkS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qDplgQlTkS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qDplgQlTkS .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qDplgQlTkS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qDplgQlTkS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qDplgQlTkS .collapsed button.navbar-toggler {
  display: block;
}
.cid-qDplgQlTkS .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qDplgQlTkS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qDplgQlTkS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qDplgQlTkS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qDplgQlTkS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qDplgQlTkS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qDplgQlTkS.navbar-expand {
    flex-direction: column;
  }
  .cid-qDplgQlTkS img {
    height: 3.8rem !important;
  }
  .cid-qDplgQlTkS .btn {
    display: flex;
  }
  .cid-qDplgQlTkS button.navbar-toggler {
    display: block;
  }
  .cid-qDplgQlTkS .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qDplgQlTkS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qDplgQlTkS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qDplgQlTkS .navbar-collapse.collapsing,
  .cid-qDplgQlTkS .navbar-collapse.show {
    display: block !important;
  }
  .cid-qDplgQlTkS .navbar-collapse.collapsing .navbar-nav,
  .cid-qDplgQlTkS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qDplgQlTkS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qDplgQlTkS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qDplgQlTkS .navbar-collapse.collapsing .navbar-buttons,
  .cid-qDplgQlTkS .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qDplgQlTkS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qDplgQlTkS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qDplgQlTkS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qDplgQlTkS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qDplgQlTkS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qDplgQlTkS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qDplgQlTkS .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qDplgQlTkS .navbar-collapse {
  flex-basis: auto;
}
.cid-qDplgQlTkS .nav-link:hover,
.cid-qDplgQlTkS .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qDplgRMiSv {
  background-image: url("../../../assets/images/leistung-dach-4-1920x1280.jpg");
}
.cid-qDplgRMiSv h1 {
  color: #616161;
}
.cid-qDplgRMiSv h2,
.cid-qDplgRMiSv h3,
.cid-qDplgRMiSv p {
  color: #767676;
}
.cid-qDplgRMiSv .mbr-section-subtitle {
  font-style: italic;
}
.cid-qDplgRMiSv P {
  color: #b1a374;
}
.cid-qDplgRMiSv H1 {
  color: #ffffff;
}
.cid-qDplgRMiSv SPAN {
  color: #ffffff;
}
.cid-qDplh1pLx1 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qDplh1pLx1 .mbr-section-subtitle {
  color: #767676;
}
.cid-qDplh1pLx1 H2 {
  text-align: left;
}
.cid-qGs0jZdc3d {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs0jZdc3d .mbr-text,
.cid-qGs0jZdc3d blockquote {
  color: #767676;
}
.cid-qGs0jZdc3d .mbr-text {
  color: #232323;
}
.cid-qDpmoGCykp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qDpmoGCykp .counter-container {
  color: #767676;
}
.cid-qDpmoGCykp .counter-container ul {
  margin-bottom: 0;
}
.cid-qDpmoGCykp .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qDpmoGCykp .mbr-text UL {
  color: #232323;
}
.cid-qGs0OCzuPa {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs0OCzuPa .mbr-text,
.cid-qGs0OCzuPa blockquote {
  color: #767676;
}
.cid-qGs0OCzuPa .mbr-text {
  color: #232323;
}
.cid-qGs1hUAU5S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs1hUAU5S .counter-container {
  color: #767676;
}
.cid-qGs1hUAU5S .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs1hUAU5S .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs1hUAU5S .mbr-text UL {
  color: #232323;
}
.cid-qGs1iOVzCv {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGs1iOVzCv .mbr-text,
.cid-qGs1iOVzCv blockquote {
  color: #767676;
}
.cid-qGs1iOVzCv .mbr-text {
  color: #232323;
}
.cid-qGs3AAGDmi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs3mc7lPg {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs3mc7lPg .mbr-section-subtitle {
  color: #767676;
}
.cid-qGTnqi5YK6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGTnqi5YK6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGTnqi5YK6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGTnqi5YK6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGTnqi5YK6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGTnqi5YK6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGTnqi5YK6 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGTnqi5YK6 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGTnqi5YK6 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGTnqi5YK6 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qDplhgsqq4 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #c0a375;
}
@media (max-width: 767px) {
  .cid-qDplhgsqq4 .content {
    text-align: center;
  }
  .cid-qDplhgsqq4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qDplhgsqq4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qDplhgsqq4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qDplhgsqq4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qDplhgsqq4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qDplhgsqq4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qDplhgsqq4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qDplhgsqq4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qDplhgsqq4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qDplhgsqq4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qDplhgsqq4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qDplhgsqq4 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qDplhgsqq4 P {
  color: #232323;
}
.cid-qGs5fZcAZJ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGs5fZcAZJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qGs5fZcAZJ a {
  font-style: normal;
}
.cid-qGs5fZcAZJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qGs5fZcAZJ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGs5fZcAZJ .nav-item:focus,
.cid-qGs5fZcAZJ .nav-link:focus {
  outline: none;
}
.cid-qGs5fZcAZJ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGs5fZcAZJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGs5fZcAZJ .menu-logo {
  margin-right: auto;
}
.cid-qGs5fZcAZJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGs5fZcAZJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGs5fZcAZJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGs5fZcAZJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGs5fZcAZJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGs5fZcAZJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGs5fZcAZJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGs5fZcAZJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGs5fZcAZJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGs5fZcAZJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGs5fZcAZJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGs5fZcAZJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGs5fZcAZJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGs5fZcAZJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGs5fZcAZJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGs5fZcAZJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGs5fZcAZJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGs5fZcAZJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGs5fZcAZJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGs5fZcAZJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGs5fZcAZJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGs5fZcAZJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGs5fZcAZJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGs5fZcAZJ button.navbar-toggler:focus {
  outline: none;
}
.cid-qGs5fZcAZJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGs5fZcAZJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGs5fZcAZJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs5fZcAZJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs5fZcAZJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGs5fZcAZJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs5fZcAZJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGs5fZcAZJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGs5fZcAZJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs5fZcAZJ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qGs5fZcAZJ .collapsed .btn {
  display: flex;
}
.cid-qGs5fZcAZJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGs5fZcAZJ .collapsed .navbar-collapse.collapsing,
.cid-qGs5fZcAZJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGs5fZcAZJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGs5fZcAZJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGs5fZcAZJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGs5fZcAZJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGs5fZcAZJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGs5fZcAZJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGs5fZcAZJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGs5fZcAZJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGs5fZcAZJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGs5fZcAZJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qGs5fZcAZJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGs5fZcAZJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGs5fZcAZJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGs5fZcAZJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGs5fZcAZJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGs5fZcAZJ.navbar-expand {
    flex-direction: column;
  }
  .cid-qGs5fZcAZJ img {
    height: 3.8rem !important;
  }
  .cid-qGs5fZcAZJ .btn {
    display: flex;
  }
  .cid-qGs5fZcAZJ button.navbar-toggler {
    display: block;
  }
  .cid-qGs5fZcAZJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qGs5fZcAZJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGs5fZcAZJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGs5fZcAZJ .navbar-collapse.collapsing,
  .cid-qGs5fZcAZJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGs5fZcAZJ .navbar-collapse.collapsing .navbar-nav,
  .cid-qGs5fZcAZJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGs5fZcAZJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGs5fZcAZJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGs5fZcAZJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGs5fZcAZJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGs5fZcAZJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGs5fZcAZJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGs5fZcAZJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGs5fZcAZJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGs5fZcAZJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGs5fZcAZJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qGs5fZcAZJ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qGs5fZcAZJ .navbar-collapse {
  flex-basis: auto;
}
.cid-qGs5fZcAZJ .nav-link:hover,
.cid-qGs5fZcAZJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qGs5g0esPA {
  background-image: url("../../../assets/images/leistung-begruenung-2-1920x1280.jpg");
}
.cid-qGs5g0esPA h1 {
  color: #616161;
}
.cid-qGs5g0esPA h2,
.cid-qGs5g0esPA h3,
.cid-qGs5g0esPA p {
  color: #767676;
}
.cid-qGs5g0esPA .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGs5g0esPA P {
  color: #b1a374;
}
.cid-qGs5g0esPA H1 {
  color: #ffffff;
}
.cid-qGs5g0esPA SPAN {
  color: #ffffff;
}
.cid-qGs5g1lJUw {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5g1lJUw .mbr-section-subtitle {
  color: #767676;
}
.cid-qGs5g1lJUw H2 {
  text-align: left;
}
.cid-qGs5g2a9TY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs5g2a9TY .mbr-text,
.cid-qGs5g2a9TY blockquote {
  color: #767676;
}
.cid-qGs5g2a9TY .mbr-text {
  color: #232323;
}
.cid-qGs5g2Sav1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5g2Sav1 .counter-container {
  color: #767676;
}
.cid-qGs5g2Sav1 .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs5g2Sav1 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs5g2Sav1 .mbr-text UL {
  color: #232323;
}
.cid-qGs5g3AFNS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs5g3AFNS .mbr-text,
.cid-qGs5g3AFNS blockquote {
  color: #767676;
}
.cid-qGs5g3AFNS .mbr-text {
  color: #232323;
}
.cid-qGs5g5Vt7k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5g5Vt7k .counter-container {
  color: #767676;
}
.cid-qGs5g5Vt7k .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs5g5Vt7k .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs5g5Vt7k .mbr-text UL {
  color: #232323;
}
.cid-qGs5g6Dh7N {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGs5g6Dh7N .mbr-text,
.cid-qGs5g6Dh7N blockquote {
  color: #767676;
}
.cid-qGs5g6Dh7N .mbr-text {
  color: #232323;
}
.cid-qGs5g7kl4x {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qGs5gaXZ7x {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #c0a375;
}
@media (max-width: 767px) {
  .cid-qGs5gaXZ7x .content {
    text-align: center;
  }
  .cid-qGs5gaXZ7x .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGs5gaXZ7x .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGs5gaXZ7x .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGs5gaXZ7x .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGs5gaXZ7x .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGs5gaXZ7x .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGs5gaXZ7x .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGs5gaXZ7x .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGs5gaXZ7x .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGs5gaXZ7x .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGs5gaXZ7x .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGs5gaXZ7x .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGs5gaXZ7x P {
  color: #232323;
}
.cid-qGs5e6Y5fZ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGs5e6Y5fZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qGs5e6Y5fZ a {
  font-style: normal;
}
.cid-qGs5e6Y5fZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qGs5e6Y5fZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGs5e6Y5fZ .nav-item:focus,
.cid-qGs5e6Y5fZ .nav-link:focus {
  outline: none;
}
.cid-qGs5e6Y5fZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGs5e6Y5fZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGs5e6Y5fZ .menu-logo {
  margin-right: auto;
}
.cid-qGs5e6Y5fZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGs5e6Y5fZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGs5e6Y5fZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGs5e6Y5fZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGs5e6Y5fZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGs5e6Y5fZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGs5e6Y5fZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGs5e6Y5fZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGs5e6Y5fZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGs5e6Y5fZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGs5e6Y5fZ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGs5e6Y5fZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGs5e6Y5fZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGs5e6Y5fZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGs5e6Y5fZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGs5e6Y5fZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGs5e6Y5fZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGs5e6Y5fZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGs5e6Y5fZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGs5e6Y5fZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGs5e6Y5fZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGs5e6Y5fZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGs5e6Y5fZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGs5e6Y5fZ button.navbar-toggler:focus {
  outline: none;
}
.cid-qGs5e6Y5fZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGs5e6Y5fZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGs5e6Y5fZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs5e6Y5fZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs5e6Y5fZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGs5e6Y5fZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs5e6Y5fZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGs5e6Y5fZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGs5e6Y5fZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs5e6Y5fZ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qGs5e6Y5fZ .collapsed .btn {
  display: flex;
}
.cid-qGs5e6Y5fZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGs5e6Y5fZ .collapsed .navbar-collapse.collapsing,
.cid-qGs5e6Y5fZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGs5e6Y5fZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGs5e6Y5fZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGs5e6Y5fZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGs5e6Y5fZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGs5e6Y5fZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGs5e6Y5fZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGs5e6Y5fZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGs5e6Y5fZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGs5e6Y5fZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGs5e6Y5fZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qGs5e6Y5fZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGs5e6Y5fZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGs5e6Y5fZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGs5e6Y5fZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGs5e6Y5fZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGs5e6Y5fZ.navbar-expand {
    flex-direction: column;
  }
  .cid-qGs5e6Y5fZ img {
    height: 3.8rem !important;
  }
  .cid-qGs5e6Y5fZ .btn {
    display: flex;
  }
  .cid-qGs5e6Y5fZ button.navbar-toggler {
    display: block;
  }
  .cid-qGs5e6Y5fZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qGs5e6Y5fZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGs5e6Y5fZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGs5e6Y5fZ .navbar-collapse.collapsing,
  .cid-qGs5e6Y5fZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGs5e6Y5fZ .navbar-collapse.collapsing .navbar-nav,
  .cid-qGs5e6Y5fZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGs5e6Y5fZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGs5e6Y5fZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGs5e6Y5fZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGs5e6Y5fZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGs5e6Y5fZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGs5e6Y5fZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGs5e6Y5fZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGs5e6Y5fZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGs5e6Y5fZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGs5e6Y5fZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qGs5e6Y5fZ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qGs5e6Y5fZ .navbar-collapse {
  flex-basis: auto;
}
.cid-qGs5e6Y5fZ .nav-link:hover,
.cid-qGs5e6Y5fZ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qGs5e88D0a {
  background-image: url("../../../assets/images/img-0678-10z15-1400x933-61-1400x933.jpg");
}
.cid-qGs5e88D0a h1 {
  color: #616161;
}
.cid-qGs5e88D0a h2,
.cid-qGs5e88D0a h3,
.cid-qGs5e88D0a p {
  color: #767676;
}
.cid-qGs5e88D0a .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGs5e88D0a P {
  color: #b1a374;
}
.cid-qGs5e88D0a H1 {
  color: #ffffff;
}
.cid-qGs5e88D0a SPAN {
  color: #ffffff;
}
.cid-qGs5e9oXMu {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5e9oXMu .mbr-section-subtitle {
  color: #767676;
}
.cid-qGs5e9oXMu H2 {
  text-align: left;
}
.cid-qGs5eah9O1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs5eah9O1 .mbr-text,
.cid-qGs5eah9O1 blockquote {
  color: #767676;
}
.cid-qGs5eah9O1 .mbr-text {
  color: #232323;
}
.cid-qGs5eb5bZF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5eb5bZF .counter-container {
  color: #767676;
}
.cid-qGs5eb5bZF .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs5eb5bZF .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs5eb5bZF .mbr-text UL {
  color: #232323;
}
.cid-qGs5ec3gc9 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs5ec3gc9 .mbr-text,
.cid-qGs5ec3gc9 blockquote {
  color: #767676;
}
.cid-qGs5ec3gc9 .mbr-text {
  color: #232323;
}
.cid-qGs5ed75Wa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5ed75Wa .counter-container {
  color: #767676;
}
.cid-qGs5ed75Wa .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs5ed75Wa .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs5ed75Wa .mbr-text UL {
  color: #232323;
}
.cid-qGs5efULu2 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGs5efULu2 .mbr-text,
.cid-qGs5efULu2 blockquote {
  color: #767676;
}
.cid-qGs5efULu2 .mbr-text {
  color: #232323;
}
.cid-qGs5egKre4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5ehEZ6v {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5ehEZ6v .mbr-section-subtitle {
  color: #767676;
}
.cid-qGTxXzNOT4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGTxXzNOT4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGTxXzNOT4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGTxXzNOT4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGTxXzNOT4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGTxXzNOT4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGTxXzNOT4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGTxXzNOT4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGTxXzNOT4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGTxXzNOT4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qGs5elAHoy {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #c0a375;
}
@media (max-width: 767px) {
  .cid-qGs5elAHoy .content {
    text-align: center;
  }
  .cid-qGs5elAHoy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGs5elAHoy .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGs5elAHoy .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGs5elAHoy .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGs5elAHoy .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGs5elAHoy .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGs5elAHoy .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGs5elAHoy .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGs5elAHoy .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGs5elAHoy .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGs5elAHoy .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGs5elAHoy .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGs5elAHoy P {
  color: #232323;
}
.cid-qGs5cAA4RJ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGs5cAA4RJ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qGs5cAA4RJ a {
  font-style: normal;
}
.cid-qGs5cAA4RJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qGs5cAA4RJ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGs5cAA4RJ .nav-item:focus,
.cid-qGs5cAA4RJ .nav-link:focus {
  outline: none;
}
.cid-qGs5cAA4RJ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGs5cAA4RJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGs5cAA4RJ .menu-logo {
  margin-right: auto;
}
.cid-qGs5cAA4RJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGs5cAA4RJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGs5cAA4RJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGs5cAA4RJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGs5cAA4RJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGs5cAA4RJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGs5cAA4RJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGs5cAA4RJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGs5cAA4RJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGs5cAA4RJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGs5cAA4RJ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGs5cAA4RJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGs5cAA4RJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGs5cAA4RJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGs5cAA4RJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGs5cAA4RJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGs5cAA4RJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGs5cAA4RJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGs5cAA4RJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGs5cAA4RJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGs5cAA4RJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGs5cAA4RJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGs5cAA4RJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGs5cAA4RJ button.navbar-toggler:focus {
  outline: none;
}
.cid-qGs5cAA4RJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGs5cAA4RJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGs5cAA4RJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs5cAA4RJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs5cAA4RJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGs5cAA4RJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs5cAA4RJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGs5cAA4RJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGs5cAA4RJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs5cAA4RJ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qGs5cAA4RJ .collapsed .btn {
  display: flex;
}
.cid-qGs5cAA4RJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGs5cAA4RJ .collapsed .navbar-collapse.collapsing,
.cid-qGs5cAA4RJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGs5cAA4RJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGs5cAA4RJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGs5cAA4RJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGs5cAA4RJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGs5cAA4RJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGs5cAA4RJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGs5cAA4RJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGs5cAA4RJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGs5cAA4RJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGs5cAA4RJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qGs5cAA4RJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGs5cAA4RJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGs5cAA4RJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGs5cAA4RJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGs5cAA4RJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGs5cAA4RJ.navbar-expand {
    flex-direction: column;
  }
  .cid-qGs5cAA4RJ img {
    height: 3.8rem !important;
  }
  .cid-qGs5cAA4RJ .btn {
    display: flex;
  }
  .cid-qGs5cAA4RJ button.navbar-toggler {
    display: block;
  }
  .cid-qGs5cAA4RJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qGs5cAA4RJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGs5cAA4RJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGs5cAA4RJ .navbar-collapse.collapsing,
  .cid-qGs5cAA4RJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGs5cAA4RJ .navbar-collapse.collapsing .navbar-nav,
  .cid-qGs5cAA4RJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGs5cAA4RJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGs5cAA4RJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGs5cAA4RJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGs5cAA4RJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGs5cAA4RJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGs5cAA4RJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGs5cAA4RJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGs5cAA4RJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGs5cAA4RJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGs5cAA4RJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qGs5cAA4RJ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qGs5cAA4RJ .navbar-collapse {
  flex-basis: auto;
}
.cid-qGs5cAA4RJ .nav-link:hover,
.cid-qGs5cAA4RJ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qGs5cBD8DE {
  background-image: url("../../../assets/images/leistung-fasade-3-1920x1280.jpg");
}
.cid-qGs5cBD8DE h1 {
  color: #616161;
}
.cid-qGs5cBD8DE h2,
.cid-qGs5cBD8DE h3,
.cid-qGs5cBD8DE p {
  color: #767676;
}
.cid-qGs5cBD8DE .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGs5cBD8DE P {
  color: #b1a374;
}
.cid-qGs5cBD8DE H1 {
  color: #ffffff;
}
.cid-qGs5cBD8DE SPAN {
  color: #ffffff;
}
.cid-qGs5cCYo09 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5cCYo09 .mbr-section-subtitle {
  color: #767676;
}
.cid-qGs5cCYo09 H2 {
  text-align: left;
}
.cid-qGs5cDP215 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs5cDP215 .mbr-text,
.cid-qGs5cDP215 blockquote {
  color: #767676;
}
.cid-qGs5cDP215 .mbr-text {
  color: #232323;
}
.cid-qGs5cExB4X {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5cExB4X .counter-container {
  color: #767676;
}
.cid-qGs5cExB4X .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs5cExB4X .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs5cExB4X .mbr-text UL {
  color: #232323;
}
.cid-qGs5cFldph {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs5cFldph .mbr-text,
.cid-qGs5cFldph blockquote {
  color: #767676;
}
.cid-qGs5cFldph .mbr-text {
  color: #232323;
}
.cid-qGs5cG4QVm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5cG4QVm .counter-container {
  color: #767676;
}
.cid-qGs5cG4QVm .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs5cG4QVm .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs5cG4QVm .mbr-text UL {
  color: #232323;
}
.cid-qGs5cIlJML {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGs5cIlJML .mbr-text,
.cid-qGs5cIlJML blockquote {
  color: #767676;
}
.cid-qGs5cIlJML .mbr-text {
  color: #232323;
}
.cid-qGs5cJ1n7C {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-qGs5cMvS0W {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #c0a375;
}
@media (max-width: 767px) {
  .cid-qGs5cMvS0W .content {
    text-align: center;
  }
  .cid-qGs5cMvS0W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGs5cMvS0W .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGs5cMvS0W .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGs5cMvS0W .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGs5cMvS0W .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGs5cMvS0W .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGs5cMvS0W .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGs5cMvS0W .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGs5cMvS0W .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGs5cMvS0W .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGs5cMvS0W .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGs5cMvS0W .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGs5cMvS0W P {
  color: #232323;
}
.cid-qGs5bo1Rlu .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGs5bo1Rlu .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qGs5bo1Rlu a {
  font-style: normal;
}
.cid-qGs5bo1Rlu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qGs5bo1Rlu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGs5bo1Rlu .nav-item:focus,
.cid-qGs5bo1Rlu .nav-link:focus {
  outline: none;
}
.cid-qGs5bo1Rlu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGs5bo1Rlu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGs5bo1Rlu .menu-logo {
  margin-right: auto;
}
.cid-qGs5bo1Rlu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGs5bo1Rlu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGs5bo1Rlu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGs5bo1Rlu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGs5bo1Rlu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGs5bo1Rlu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGs5bo1Rlu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGs5bo1Rlu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGs5bo1Rlu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGs5bo1Rlu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGs5bo1Rlu .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGs5bo1Rlu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGs5bo1Rlu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGs5bo1Rlu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGs5bo1Rlu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGs5bo1Rlu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGs5bo1Rlu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGs5bo1Rlu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGs5bo1Rlu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGs5bo1Rlu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGs5bo1Rlu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGs5bo1Rlu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGs5bo1Rlu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGs5bo1Rlu button.navbar-toggler:focus {
  outline: none;
}
.cid-qGs5bo1Rlu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGs5bo1Rlu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGs5bo1Rlu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs5bo1Rlu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs5bo1Rlu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGs5bo1Rlu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs5bo1Rlu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGs5bo1Rlu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGs5bo1Rlu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs5bo1Rlu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qGs5bo1Rlu .collapsed .btn {
  display: flex;
}
.cid-qGs5bo1Rlu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGs5bo1Rlu .collapsed .navbar-collapse.collapsing,
.cid-qGs5bo1Rlu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGs5bo1Rlu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGs5bo1Rlu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGs5bo1Rlu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGs5bo1Rlu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGs5bo1Rlu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGs5bo1Rlu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGs5bo1Rlu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGs5bo1Rlu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGs5bo1Rlu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGs5bo1Rlu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qGs5bo1Rlu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGs5bo1Rlu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGs5bo1Rlu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGs5bo1Rlu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGs5bo1Rlu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGs5bo1Rlu.navbar-expand {
    flex-direction: column;
  }
  .cid-qGs5bo1Rlu img {
    height: 3.8rem !important;
  }
  .cid-qGs5bo1Rlu .btn {
    display: flex;
  }
  .cid-qGs5bo1Rlu button.navbar-toggler {
    display: block;
  }
  .cid-qGs5bo1Rlu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qGs5bo1Rlu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGs5bo1Rlu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGs5bo1Rlu .navbar-collapse.collapsing,
  .cid-qGs5bo1Rlu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGs5bo1Rlu .navbar-collapse.collapsing .navbar-nav,
  .cid-qGs5bo1Rlu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGs5bo1Rlu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGs5bo1Rlu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGs5bo1Rlu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGs5bo1Rlu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGs5bo1Rlu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGs5bo1Rlu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGs5bo1Rlu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGs5bo1Rlu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGs5bo1Rlu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGs5bo1Rlu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qGs5bo1Rlu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qGs5bo1Rlu .navbar-collapse {
  flex-basis: auto;
}
.cid-qGs5bo1Rlu .nav-link:hover,
.cid-qGs5bo1Rlu .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qGs5bpCz2a {
  background-image: url("../../../assets/images/img-2205-1920x1249.jpg");
}
.cid-qGs5bpCz2a h1 {
  color: #616161;
}
.cid-qGs5bpCz2a h2,
.cid-qGs5bpCz2a h3,
.cid-qGs5bpCz2a p {
  color: #767676;
}
.cid-qGs5bpCz2a .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGs5bpCz2a P {
  color: #b1a374;
}
.cid-qGs5bpCz2a H1 {
  color: #ffffff;
}
.cid-qGs5bpCz2a SPAN {
  color: #ffffff;
}
.cid-qGs5br9CLl {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5br9CLl .mbr-section-subtitle {
  color: #767676;
}
.cid-qGs5br9CLl H2 {
  text-align: left;
}
.cid-qGs5bsnER1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs5bsnER1 .mbr-text,
.cid-qGs5bsnER1 blockquote {
  color: #767676;
}
.cid-qGs5bsnER1 .mbr-text {
  color: #232323;
}
.cid-qGs5btg8pn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5btg8pn .counter-container {
  color: #767676;
}
.cid-qGs5btg8pn .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs5btg8pn .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs5btg8pn .mbr-text UL {
  color: #232323;
}
.cid-qGs5bugriX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs5bugriX .mbr-text,
.cid-qGs5bugriX blockquote {
  color: #767676;
}
.cid-qGs5bugriX .mbr-text {
  color: #232323;
}
.cid-qGs5bvlbqx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5bvlbqx .counter-container {
  color: #767676;
}
.cid-qGs5bvlbqx .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs5bvlbqx .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs5bvlbqx .mbr-text UL {
  color: #232323;
}
.cid-qGs5by1axd {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGs5by1axd .mbr-text,
.cid-qGs5by1axd blockquote {
  color: #767676;
}
.cid-qGs5by1axd .mbr-text {
  color: #232323;
}
.cid-qGs5bzKZUJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5bDrnhb {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5bDrnhb .mbr-section-subtitle {
  color: #767676;
}
.cid-qGTtrTsduM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGTtrTsduM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGTtrTsduM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGTtrTsduM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGTtrTsduM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGTtrTsduM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGTtrTsduM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGTtrTsduM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGTtrTsduM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGTtrTsduM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qGs5bGi8St {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #c0a375;
}
@media (max-width: 767px) {
  .cid-qGs5bGi8St .content {
    text-align: center;
  }
  .cid-qGs5bGi8St .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGs5bGi8St .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGs5bGi8St .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGs5bGi8St .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGs5bGi8St .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGs5bGi8St .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGs5bGi8St .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGs5bGi8St .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGs5bGi8St .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGs5bGi8St .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGs5bGi8St .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGs5bGi8St .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGs5bGi8St P {
  color: #232323;
}
.cid-qGs6YGyobp .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGs6YGyobp .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qGs6YGyobp a {
  font-style: normal;
}
.cid-qGs6YGyobp .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qGs6YGyobp .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGs6YGyobp .nav-item:focus,
.cid-qGs6YGyobp .nav-link:focus {
  outline: none;
}
.cid-qGs6YGyobp .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGs6YGyobp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGs6YGyobp .menu-logo {
  margin-right: auto;
}
.cid-qGs6YGyobp .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGs6YGyobp .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGs6YGyobp .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGs6YGyobp .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGs6YGyobp .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGs6YGyobp .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGs6YGyobp .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGs6YGyobp .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGs6YGyobp .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGs6YGyobp .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGs6YGyobp .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGs6YGyobp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGs6YGyobp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGs6YGyobp .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGs6YGyobp .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGs6YGyobp .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGs6YGyobp .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGs6YGyobp .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGs6YGyobp .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGs6YGyobp .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGs6YGyobp .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGs6YGyobp .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGs6YGyobp button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGs6YGyobp button.navbar-toggler:focus {
  outline: none;
}
.cid-qGs6YGyobp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGs6YGyobp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGs6YGyobp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs6YGyobp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs6YGyobp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGs6YGyobp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs6YGyobp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGs6YGyobp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGs6YGyobp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs6YGyobp .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qGs6YGyobp .collapsed .btn {
  display: flex;
}
.cid-qGs6YGyobp .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGs6YGyobp .collapsed .navbar-collapse.collapsing,
.cid-qGs6YGyobp .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGs6YGyobp .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGs6YGyobp .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGs6YGyobp .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGs6YGyobp .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGs6YGyobp .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGs6YGyobp .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGs6YGyobp .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGs6YGyobp .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGs6YGyobp .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGs6YGyobp .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qGs6YGyobp .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGs6YGyobp .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGs6YGyobp .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGs6YGyobp .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGs6YGyobp .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGs6YGyobp.navbar-expand {
    flex-direction: column;
  }
  .cid-qGs6YGyobp img {
    height: 3.8rem !important;
  }
  .cid-qGs6YGyobp .btn {
    display: flex;
  }
  .cid-qGs6YGyobp button.navbar-toggler {
    display: block;
  }
  .cid-qGs6YGyobp .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qGs6YGyobp .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGs6YGyobp .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGs6YGyobp .navbar-collapse.collapsing,
  .cid-qGs6YGyobp .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGs6YGyobp .navbar-collapse.collapsing .navbar-nav,
  .cid-qGs6YGyobp .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGs6YGyobp .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGs6YGyobp .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGs6YGyobp .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGs6YGyobp .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGs6YGyobp .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGs6YGyobp .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGs6YGyobp .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGs6YGyobp .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGs6YGyobp .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGs6YGyobp .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qGs6YGyobp .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qGs6YGyobp .navbar-collapse {
  flex-basis: auto;
}
.cid-qGs6YGyobp .nav-link:hover,
.cid-qGs6YGyobp .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qGs6YHPJP9 {
  background-image: url("../../../assets/images/leistung-spenglerei-2-1920x1280.jpg");
}
.cid-qGs6YHPJP9 h1 {
  color: #616161;
}
.cid-qGs6YHPJP9 h2,
.cid-qGs6YHPJP9 h3,
.cid-qGs6YHPJP9 p {
  color: #767676;
}
.cid-qGs6YHPJP9 .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGs6YHPJP9 P {
  color: #b1a374;
}
.cid-qGs6YHPJP9 H1 {
  color: #ffffff;
}
.cid-qGs6YHPJP9 SPAN {
  color: #ffffff;
}
.cid-qGs6YJcK8o {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs6YJcK8o .mbr-section-subtitle {
  color: #767676;
}
.cid-qGs6YJcK8o H2 {
  text-align: left;
}
.cid-qGs6YK27zS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs6YK27zS .mbr-text,
.cid-qGs6YK27zS blockquote {
  color: #767676;
}
.cid-qGs6YK27zS .mbr-text {
  color: #232323;
}
.cid-qGs6YKOcuI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs6YKOcuI .counter-container {
  color: #767676;
}
.cid-qGs6YKOcuI .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs6YKOcuI .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs6YKOcuI .mbr-text UL {
  color: #232323;
}
.cid-qGs6YLBZ95 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs6YLBZ95 .mbr-text,
.cid-qGs6YLBZ95 blockquote {
  color: #767676;
}
.cid-qGs6YLBZ95 .mbr-text {
  color: #232323;
}
.cid-qGs6YMkOhW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs6YMkOhW .counter-container {
  color: #767676;
}
.cid-qGs6YMkOhW .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs6YMkOhW .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs6YMkOhW .mbr-text UL {
  color: #232323;
}
.cid-qGs6YOCY5N {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGs6YOCY5N .mbr-text,
.cid-qGs6YOCY5N blockquote {
  color: #767676;
}
.cid-qGs6YOCY5N .mbr-text {
  color: #232323;
}
.cid-qGs6YPofA8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs6YQ94gG {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs6YQ94gG .mbr-section-subtitle {
  color: #767676;
}
.cid-qGULOMtcKa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGULOMtcKa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGULOMtcKa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGULOMtcKa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGULOMtcKa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGULOMtcKa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGULOMtcKa .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGULOMtcKa .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGULOMtcKa .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGULOMtcKa .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qGs6YTgXKS {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #c0a375;
}
@media (max-width: 767px) {
  .cid-qGs6YTgXKS .content {
    text-align: center;
  }
  .cid-qGs6YTgXKS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGs6YTgXKS .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGs6YTgXKS .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGs6YTgXKS .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGs6YTgXKS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGs6YTgXKS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGs6YTgXKS .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGs6YTgXKS .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGs6YTgXKS .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGs6YTgXKS .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGs6YTgXKS .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGs6YTgXKS .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGs6YTgXKS P {
  color: #232323;
}
.cid-qGs58Ae4ce .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGs58Ae4ce .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qGs58Ae4ce a {
  font-style: normal;
}
.cid-qGs58Ae4ce .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qGs58Ae4ce .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGs58Ae4ce .nav-item:focus,
.cid-qGs58Ae4ce .nav-link:focus {
  outline: none;
}
.cid-qGs58Ae4ce .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGs58Ae4ce .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGs58Ae4ce .menu-logo {
  margin-right: auto;
}
.cid-qGs58Ae4ce .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGs58Ae4ce .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGs58Ae4ce .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGs58Ae4ce .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGs58Ae4ce .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGs58Ae4ce .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGs58Ae4ce .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGs58Ae4ce .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGs58Ae4ce .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGs58Ae4ce .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGs58Ae4ce .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGs58Ae4ce .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGs58Ae4ce .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGs58Ae4ce .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGs58Ae4ce .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGs58Ae4ce .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGs58Ae4ce .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGs58Ae4ce .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGs58Ae4ce .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGs58Ae4ce .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGs58Ae4ce .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGs58Ae4ce .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGs58Ae4ce button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGs58Ae4ce button.navbar-toggler:focus {
  outline: none;
}
.cid-qGs58Ae4ce button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGs58Ae4ce button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGs58Ae4ce button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs58Ae4ce button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs58Ae4ce button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGs58Ae4ce nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs58Ae4ce nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGs58Ae4ce nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGs58Ae4ce nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs58Ae4ce .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qGs58Ae4ce .collapsed .btn {
  display: flex;
}
.cid-qGs58Ae4ce .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGs58Ae4ce .collapsed .navbar-collapse.collapsing,
.cid-qGs58Ae4ce .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGs58Ae4ce .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGs58Ae4ce .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGs58Ae4ce .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGs58Ae4ce .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGs58Ae4ce .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGs58Ae4ce .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGs58Ae4ce .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGs58Ae4ce .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGs58Ae4ce .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGs58Ae4ce .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qGs58Ae4ce .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGs58Ae4ce .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGs58Ae4ce .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGs58Ae4ce .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGs58Ae4ce .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGs58Ae4ce.navbar-expand {
    flex-direction: column;
  }
  .cid-qGs58Ae4ce img {
    height: 3.8rem !important;
  }
  .cid-qGs58Ae4ce .btn {
    display: flex;
  }
  .cid-qGs58Ae4ce button.navbar-toggler {
    display: block;
  }
  .cid-qGs58Ae4ce .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qGs58Ae4ce .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGs58Ae4ce .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGs58Ae4ce .navbar-collapse.collapsing,
  .cid-qGs58Ae4ce .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGs58Ae4ce .navbar-collapse.collapsing .navbar-nav,
  .cid-qGs58Ae4ce .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGs58Ae4ce .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGs58Ae4ce .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGs58Ae4ce .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGs58Ae4ce .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGs58Ae4ce .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGs58Ae4ce .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGs58Ae4ce .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGs58Ae4ce .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGs58Ae4ce .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGs58Ae4ce .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qGs58Ae4ce .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qGs58Ae4ce .navbar-collapse {
  flex-basis: auto;
}
.cid-qGs58Ae4ce .nav-link:hover,
.cid-qGs58Ae4ce .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qGs58Bixur {
  background-image: url("../../../assets/images/leistung-kran-2-1920x1280.jpg");
}
.cid-qGs58Bixur h1 {
  color: #616161;
}
.cid-qGs58Bixur h2,
.cid-qGs58Bixur h3,
.cid-qGs58Bixur p {
  color: #767676;
}
.cid-qGs58Bixur .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGs58Bixur P {
  color: #b1a374;
}
.cid-qGs58Bixur H1 {
  color: #ffffff;
}
.cid-qGs58Bixur SPAN {
  color: #ffffff;
}
.cid-qGs58Cpzag {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs58Cpzag .mbr-section-subtitle {
  color: #767676;
}
.cid-qGs58Cpzag H2 {
  text-align: left;
}
.cid-qGs58Dmehl {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs58Dmehl .mbr-text,
.cid-qGs58Dmehl blockquote {
  color: #767676;
}
.cid-qGs58Dmehl .mbr-text {
  color: #232323;
}
.cid-qGs58EeRlz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs58EeRlz .counter-container {
  color: #767676;
}
.cid-qGs58EeRlz .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs58EeRlz .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs58EeRlz .mbr-text UL {
  color: #232323;
}
.cid-qGs58F1mEN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs58F1mEN .mbr-text,
.cid-qGs58F1mEN blockquote {
  color: #767676;
}
.cid-qGs58F1mEN .mbr-text {
  color: #232323;
}
.cid-qGs58FFBCO {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qGs58FFBCO .counter-container {
  color: #767676;
}
.cid-qGs58FFBCO .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs58FFBCO .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs58FFBCO .mbr-text UL {
  color: #232323;
}
.cid-qGs58H6Xa8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs58H6Xa8 .counter-container {
  color: #767676;
}
.cid-qGs58H6Xa8 .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs58H6Xa8 .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs58H6Xa8 .mbr-text UL {
  color: #232323;
}
.cid-qGs58HPQIO {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGs58HPQIO .mbr-text,
.cid-qGs58HPQIO blockquote {
  color: #767676;
}
.cid-qGs58HPQIO .mbr-text {
  color: #232323;
}
.cid-qGs58Ivjbs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs58Je16b {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs58Je16b .mbr-section-subtitle {
  color: #767676;
}
.cid-qGJoYpvJtI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGJoYpvJtI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGJoYpvJtI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGJoYpvJtI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGJoYpvJtI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGJoYpvJtI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGJoYpvJtI .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGJoYpvJtI .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGJoYpvJtI .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGJoYpvJtI .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qGs58M8Vhd {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #c0a375;
}
@media (max-width: 767px) {
  .cid-qGs58M8Vhd .content {
    text-align: center;
  }
  .cid-qGs58M8Vhd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGs58M8Vhd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGs58M8Vhd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGs58M8Vhd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGs58M8Vhd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGs58M8Vhd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGs58M8Vhd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGs58M8Vhd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGs58M8Vhd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGs58M8Vhd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGs58M8Vhd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGs58M8Vhd .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGs58M8Vhd P {
  color: #232323;
}
.cid-qDBRNqpfkw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/logo-2-2000x390.jpg");
}
.cid-qDBNei1oK4 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qDBNei1oK4 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qDBNei1oK4 a {
  font-style: normal;
}
.cid-qDBNei1oK4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qDBNei1oK4 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qDBNei1oK4 .nav-item:focus,
.cid-qDBNei1oK4 .nav-link:focus {
  outline: none;
}
.cid-qDBNei1oK4 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qDBNei1oK4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qDBNei1oK4 .menu-logo {
  margin-right: auto;
}
.cid-qDBNei1oK4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qDBNei1oK4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qDBNei1oK4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qDBNei1oK4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qDBNei1oK4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qDBNei1oK4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qDBNei1oK4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qDBNei1oK4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qDBNei1oK4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qDBNei1oK4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qDBNei1oK4 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qDBNei1oK4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qDBNei1oK4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qDBNei1oK4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qDBNei1oK4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qDBNei1oK4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qDBNei1oK4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qDBNei1oK4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qDBNei1oK4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qDBNei1oK4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qDBNei1oK4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qDBNei1oK4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qDBNei1oK4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qDBNei1oK4 button.navbar-toggler:focus {
  outline: none;
}
.cid-qDBNei1oK4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qDBNei1oK4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qDBNei1oK4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qDBNei1oK4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qDBNei1oK4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qDBNei1oK4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qDBNei1oK4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qDBNei1oK4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qDBNei1oK4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qDBNei1oK4 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qDBNei1oK4 .collapsed .btn {
  display: flex;
}
.cid-qDBNei1oK4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qDBNei1oK4 .collapsed .navbar-collapse.collapsing,
.cid-qDBNei1oK4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qDBNei1oK4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qDBNei1oK4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qDBNei1oK4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qDBNei1oK4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qDBNei1oK4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qDBNei1oK4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qDBNei1oK4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qDBNei1oK4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qDBNei1oK4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-qDBNei1oK4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qDBNei1oK4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qDBNei1oK4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qDBNei1oK4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qDBNei1oK4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qDBNei1oK4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qDBNei1oK4.navbar-expand {
    flex-direction: column;
  }
  .cid-qDBNei1oK4 img {
    height: 3.8rem !important;
  }
  .cid-qDBNei1oK4 .btn {
    display: flex;
  }
  .cid-qDBNei1oK4 button.navbar-toggler {
    display: block;
  }
  .cid-qDBNei1oK4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qDBNei1oK4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qDBNei1oK4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qDBNei1oK4 .navbar-collapse.collapsing,
  .cid-qDBNei1oK4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-qDBNei1oK4 .navbar-collapse.collapsing .navbar-nav,
  .cid-qDBNei1oK4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qDBNei1oK4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qDBNei1oK4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qDBNei1oK4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-qDBNei1oK4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qDBNei1oK4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qDBNei1oK4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qDBNei1oK4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qDBNei1oK4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qDBNei1oK4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qDBNei1oK4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qDBNei1oK4 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qDBNei1oK4 .navbar-collapse {
  flex-basis: auto;
}
.cid-qDBNei1oK4 .nav-link:hover,
.cid-qDBNei1oK4 .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qDBNek9xQr {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qDBNek9xQr .mbr-section-subtitle {
  color: #767676;
}
.cid-qDBNek9xQr H2 {
  text-align: left;
}
.cid-qDBNB0F2zR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qDBNB0F2zR .mbr-text,
.cid-qDBNB0F2zR blockquote {
  color: #767676;
}
.cid-qDBNB0F2zR .mbr-text P {
  color: #232323;
}
.cid-qDBNeqnNnh {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #c0a375;
}
@media (max-width: 767px) {
  .cid-qDBNeqnNnh .content {
    text-align: center;
  }
  .cid-qDBNeqnNnh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qDBNeqnNnh .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qDBNeqnNnh .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qDBNeqnNnh .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qDBNeqnNnh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qDBNeqnNnh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qDBNeqnNnh .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qDBNeqnNnh .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qDBNeqnNnh .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qDBNeqnNnh .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qDBNeqnNnh .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qDBNeqnNnh .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qDBNeqnNnh P {
  color: #232323;
}
.cid-qGBTMadyiA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/logo-2-2000x390.jpg");
}
.cid-qGBTMbWfic .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGBTMbWfic .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qGBTMbWfic a {
  font-style: normal;
}
.cid-qGBTMbWfic .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qGBTMbWfic .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGBTMbWfic .nav-item:focus,
.cid-qGBTMbWfic .nav-link:focus {
  outline: none;
}
.cid-qGBTMbWfic .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGBTMbWfic .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGBTMbWfic .menu-logo {
  margin-right: auto;
}
.cid-qGBTMbWfic .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGBTMbWfic .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGBTMbWfic .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGBTMbWfic .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGBTMbWfic .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGBTMbWfic .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGBTMbWfic .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGBTMbWfic .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGBTMbWfic .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGBTMbWfic .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGBTMbWfic .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGBTMbWfic .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGBTMbWfic .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGBTMbWfic .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGBTMbWfic .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGBTMbWfic .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGBTMbWfic .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGBTMbWfic .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGBTMbWfic .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGBTMbWfic .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGBTMbWfic .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGBTMbWfic .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGBTMbWfic button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGBTMbWfic button.navbar-toggler:focus {
  outline: none;
}
.cid-qGBTMbWfic button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGBTMbWfic button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGBTMbWfic button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGBTMbWfic button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGBTMbWfic button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGBTMbWfic nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGBTMbWfic nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGBTMbWfic nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGBTMbWfic nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGBTMbWfic .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qGBTMbWfic .collapsed .btn {
  display: flex;
}
.cid-qGBTMbWfic .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGBTMbWfic .collapsed .navbar-collapse.collapsing,
.cid-qGBTMbWfic .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGBTMbWfic .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGBTMbWfic .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGBTMbWfic .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGBTMbWfic .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGBTMbWfic .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGBTMbWfic .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGBTMbWfic .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGBTMbWfic .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGBTMbWfic .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGBTMbWfic .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qGBTMbWfic .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGBTMbWfic .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGBTMbWfic .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGBTMbWfic .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGBTMbWfic .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGBTMbWfic.navbar-expand {
    flex-direction: column;
  }
  .cid-qGBTMbWfic img {
    height: 3.8rem !important;
  }
  .cid-qGBTMbWfic .btn {
    display: flex;
  }
  .cid-qGBTMbWfic button.navbar-toggler {
    display: block;
  }
  .cid-qGBTMbWfic .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qGBTMbWfic .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGBTMbWfic .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGBTMbWfic .navbar-collapse.collapsing,
  .cid-qGBTMbWfic .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGBTMbWfic .navbar-collapse.collapsing .navbar-nav,
  .cid-qGBTMbWfic .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGBTMbWfic .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGBTMbWfic .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGBTMbWfic .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGBTMbWfic .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGBTMbWfic .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGBTMbWfic .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGBTMbWfic .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGBTMbWfic .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGBTMbWfic .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGBTMbWfic .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qGBTMbWfic .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qGBTMbWfic .navbar-collapse {
  flex-basis: auto;
}
.cid-qGBTMbWfic .nav-link:hover,
.cid-qGBTMbWfic .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qGBTMcRyyo {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGBTMcRyyo .mbr-section-subtitle {
  color: #767676;
}
.cid-qGBTMcRyyo H2 {
  text-align: left;
}
.cid-qGBTMdFWhX {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGBTMdFWhX .mbr-text,
.cid-qGBTMdFWhX blockquote {
  color: #767676;
}
.cid-qGBTMdFWhX .mbr-text P {
  color: #232323;
}
.cid-qGBUMpYMZk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGBUMpYMZk .mbr-text,
.cid-qGBUMpYMZk blockquote {
  color: #767676;
}
.cid-qGBUMpYMZk .mbr-text {
  color: #232323;
}
.cid-qGBUt3JDdw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGBUt3JDdw .counter-container {
  color: #767676;
}
.cid-qGBUt3JDdw .counter-container ul {
  margin-bottom: 0;
}
.cid-qGBUt3JDdw .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGBUt3JDdw .mbr-text UL {
  color: #232323;
}
.cid-qGBVCMixKu {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGBVCMixKu .mbr-text,
.cid-qGBVCMixKu blockquote {
  color: #767676;
}
.cid-qGBVCMixKu .mbr-text {
  color: #232323;
}
.cid-qGBUHr4gZQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGBUHr4gZQ .counter-container {
  color: #767676;
}
.cid-qGBUHr4gZQ .counter-container ul {
  margin-bottom: 0;
}
.cid-qGBUHr4gZQ .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGBUHr4gZQ .mbr-text UL {
  color: #232323;
}
.cid-qGBW9J5D1D {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGBW9J5D1D .mbr-text,
.cid-qGBW9J5D1D blockquote {
  color: #767676;
}
.cid-qGBW9J5D1D .mbr-text {
  color: #232323;
}
.cid-qGBWbSNkET {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGBWbSNkET .counter-container {
  color: #767676;
}
.cid-qGBWbSNkET .counter-container ul {
  margin-bottom: 0;
}
.cid-qGBWbSNkET .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGBWbSNkET .mbr-text UL {
  color: #232323;
}
.cid-qGBWd9DK07 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGBWd9DK07 .mbr-text,
.cid-qGBWd9DK07 blockquote {
  color: #767676;
}
.cid-qGBWd9DK07 .mbr-text {
  color: #232323;
}
.cid-qGBWeouh7M {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGBWeouh7M .counter-container {
  color: #767676;
}
.cid-qGBWeouh7M .counter-container ul {
  margin-bottom: 0;
}
.cid-qGBWeouh7M .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGBWeouh7M .mbr-text UL {
  color: #232323;
}
.cid-qGBTMetCqY {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #c0a375;
}
@media (max-width: 767px) {
  .cid-qGBTMetCqY .content {
    text-align: center;
  }
  .cid-qGBTMetCqY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGBTMetCqY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGBTMetCqY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGBTMetCqY .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGBTMetCqY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGBTMetCqY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGBTMetCqY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGBTMetCqY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGBTMetCqY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGBTMetCqY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGBTMetCqY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGBTMetCqY .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGBTMetCqY P {
  color: #232323;
}
.cid-qGs5gRHe2j .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qGs5gRHe2j .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qGs5gRHe2j a {
  font-style: normal;
}
.cid-qGs5gRHe2j .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qGs5gRHe2j .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qGs5gRHe2j .nav-item:focus,
.cid-qGs5gRHe2j .nav-link:focus {
  outline: none;
}
.cid-qGs5gRHe2j .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qGs5gRHe2j .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qGs5gRHe2j .menu-logo {
  margin-right: auto;
}
.cid-qGs5gRHe2j .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qGs5gRHe2j .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qGs5gRHe2j .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qGs5gRHe2j .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qGs5gRHe2j .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qGs5gRHe2j .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qGs5gRHe2j .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qGs5gRHe2j .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qGs5gRHe2j .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qGs5gRHe2j .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qGs5gRHe2j .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qGs5gRHe2j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qGs5gRHe2j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qGs5gRHe2j .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qGs5gRHe2j .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qGs5gRHe2j .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qGs5gRHe2j .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qGs5gRHe2j .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qGs5gRHe2j .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qGs5gRHe2j .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qGs5gRHe2j .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qGs5gRHe2j .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qGs5gRHe2j button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qGs5gRHe2j button.navbar-toggler:focus {
  outline: none;
}
.cid-qGs5gRHe2j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qGs5gRHe2j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qGs5gRHe2j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs5gRHe2j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qGs5gRHe2j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qGs5gRHe2j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs5gRHe2j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qGs5gRHe2j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qGs5gRHe2j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qGs5gRHe2j .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qGs5gRHe2j .collapsed .btn {
  display: flex;
}
.cid-qGs5gRHe2j .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qGs5gRHe2j .collapsed .navbar-collapse.collapsing,
.cid-qGs5gRHe2j .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qGs5gRHe2j .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qGs5gRHe2j .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qGs5gRHe2j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qGs5gRHe2j .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qGs5gRHe2j .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qGs5gRHe2j .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qGs5gRHe2j .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qGs5gRHe2j .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qGs5gRHe2j .collapsed button.navbar-toggler {
  display: block;
}
.cid-qGs5gRHe2j .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qGs5gRHe2j .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qGs5gRHe2j .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qGs5gRHe2j .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qGs5gRHe2j .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qGs5gRHe2j .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qGs5gRHe2j.navbar-expand {
    flex-direction: column;
  }
  .cid-qGs5gRHe2j img {
    height: 3.8rem !important;
  }
  .cid-qGs5gRHe2j .btn {
    display: flex;
  }
  .cid-qGs5gRHe2j button.navbar-toggler {
    display: block;
  }
  .cid-qGs5gRHe2j .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qGs5gRHe2j .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qGs5gRHe2j .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qGs5gRHe2j .navbar-collapse.collapsing,
  .cid-qGs5gRHe2j .navbar-collapse.show {
    display: block !important;
  }
  .cid-qGs5gRHe2j .navbar-collapse.collapsing .navbar-nav,
  .cid-qGs5gRHe2j .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qGs5gRHe2j .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qGs5gRHe2j .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qGs5gRHe2j .navbar-collapse.collapsing .navbar-buttons,
  .cid-qGs5gRHe2j .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qGs5gRHe2j .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qGs5gRHe2j .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qGs5gRHe2j .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qGs5gRHe2j .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qGs5gRHe2j .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qGs5gRHe2j .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qGs5gRHe2j .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qGs5gRHe2j .navbar-collapse {
  flex-basis: auto;
}
.cid-qGs5gRHe2j .nav-link:hover,
.cid-qGs5gRHe2j .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qGs5gSJdyZ {
  background-image: url("../../../assets/images/leistung-zimmerei-1-2000x1227.jpg");
}
.cid-qGs5gSJdyZ h1 {
  color: #616161;
}
.cid-qGs5gSJdyZ h2,
.cid-qGs5gSJdyZ h3,
.cid-qGs5gSJdyZ p {
  color: #767676;
}
.cid-qGs5gSJdyZ .mbr-section-subtitle {
  font-style: italic;
}
.cid-qGs5gSJdyZ P {
  color: #b1a374;
}
.cid-qGs5gSJdyZ H1 {
  color: #ffffff;
}
.cid-qGs5gSJdyZ SPAN {
  color: #ffffff;
}
.cid-qGs5gTR7Au {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5gTR7Au .mbr-section-subtitle {
  color: #767676;
}
.cid-qGs5gTR7Au H2 {
  text-align: left;
}
.cid-qGs5gUG2Mk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs5gUG2Mk .mbr-text,
.cid-qGs5gUG2Mk blockquote {
  color: #767676;
}
.cid-qGs5gUG2Mk .mbr-text {
  color: #232323;
}
.cid-qGs5gVpyEK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5gVpyEK .counter-container {
  color: #767676;
}
.cid-qGs5gVpyEK .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs5gVpyEK .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs5gVpyEK .mbr-text UL {
  color: #232323;
}
.cid-qGs5gWbLCB {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-qGs5gWbLCB .mbr-text,
.cid-qGs5gWbLCB blockquote {
  color: #767676;
}
.cid-qGs5gWbLCB .mbr-text {
  color: #232323;
}
.cid-qGs5gWSH0a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5gWSH0a .counter-container {
  color: #767676;
}
.cid-qGs5gWSH0a .counter-container ul {
  margin-bottom: 0;
}
.cid-qGs5gWSH0a .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-qGs5gWSH0a .mbr-text UL {
  color: #232323;
}
.cid-qGs5gZ9rH0 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qGs5gZ9rH0 .mbr-text,
.cid-qGs5gZ9rH0 blockquote {
  color: #767676;
}
.cid-qGs5gZ9rH0 .mbr-text {
  color: #232323;
}
.cid-qGs5gZRGsU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5h0CVkx {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGs5h0CVkx .mbr-section-subtitle {
  color: #767676;
}
.cid-qGTA39hIfm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qGTA39hIfm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qGTA39hIfm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qGTA39hIfm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qGTA39hIfm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qGTA39hIfm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qGTA39hIfm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qGTA39hIfm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qGTA39hIfm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qGTA39hIfm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qGs5h3xSQK {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #c0a375;
}
@media (max-width: 767px) {
  .cid-qGs5h3xSQK .content {
    text-align: center;
  }
  .cid-qGs5h3xSQK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qGs5h3xSQK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qGs5h3xSQK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qGs5h3xSQK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qGs5h3xSQK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qGs5h3xSQK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qGs5h3xSQK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qGs5h3xSQK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qGs5h3xSQK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qGs5h3xSQK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qGs5h3xSQK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qGs5h3xSQK .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qGs5h3xSQK P {
  color: #232323;
}
.cid-qT5SN80uge .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qT5SN80uge .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qT5SN80uge a {
  font-style: normal;
}
.cid-qT5SN80uge .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qT5SN80uge .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qT5SN80uge .nav-item:focus,
.cid-qT5SN80uge .nav-link:focus {
  outline: none;
}
.cid-qT5SN80uge .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qT5SN80uge .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qT5SN80uge .menu-logo {
  margin-right: auto;
}
.cid-qT5SN80uge .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qT5SN80uge .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qT5SN80uge .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qT5SN80uge .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qT5SN80uge .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qT5SN80uge .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qT5SN80uge .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qT5SN80uge .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qT5SN80uge .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qT5SN80uge .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qT5SN80uge .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qT5SN80uge .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qT5SN80uge .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qT5SN80uge .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qT5SN80uge .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qT5SN80uge .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qT5SN80uge .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qT5SN80uge .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qT5SN80uge .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qT5SN80uge .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qT5SN80uge .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qT5SN80uge .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qT5SN80uge button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qT5SN80uge button.navbar-toggler:focus {
  outline: none;
}
.cid-qT5SN80uge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qT5SN80uge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qT5SN80uge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qT5SN80uge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qT5SN80uge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qT5SN80uge nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qT5SN80uge nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qT5SN80uge nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qT5SN80uge nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qT5SN80uge .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qT5SN80uge .collapsed .btn {
  display: flex;
}
.cid-qT5SN80uge .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qT5SN80uge .collapsed .navbar-collapse.collapsing,
.cid-qT5SN80uge .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qT5SN80uge .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qT5SN80uge .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qT5SN80uge .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qT5SN80uge .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qT5SN80uge .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qT5SN80uge .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qT5SN80uge .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qT5SN80uge .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qT5SN80uge .collapsed button.navbar-toggler {
  display: block;
}
.cid-qT5SN80uge .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qT5SN80uge .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qT5SN80uge .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qT5SN80uge .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qT5SN80uge .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qT5SN80uge .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qT5SN80uge.navbar-expand {
    flex-direction: column;
  }
  .cid-qT5SN80uge img {
    height: 3.8rem !important;
  }
  .cid-qT5SN80uge .btn {
    display: flex;
  }
  .cid-qT5SN80uge button.navbar-toggler {
    display: block;
  }
  .cid-qT5SN80uge .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qT5SN80uge .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qT5SN80uge .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qT5SN80uge .navbar-collapse.collapsing,
  .cid-qT5SN80uge .navbar-collapse.show {
    display: block !important;
  }
  .cid-qT5SN80uge .navbar-collapse.collapsing .navbar-nav,
  .cid-qT5SN80uge .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qT5SN80uge .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qT5SN80uge .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qT5SN80uge .navbar-collapse.collapsing .navbar-buttons,
  .cid-qT5SN80uge .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qT5SN80uge .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qT5SN80uge .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qT5SN80uge .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qT5SN80uge .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qT5SN80uge .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qT5SN80uge .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qT5SN80uge .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qT5SN80uge .navbar-collapse {
  flex-basis: auto;
}
.cid-qT5SN80uge .nav-link:hover,
.cid-qT5SN80uge .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qT5SN8Tb2z {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qT5SN8Tb2z .mbr-section-subtitle {
  color: #767676;
}
.cid-qT5SN8Tb2z H2 {
  text-align: left;
}
.cid-qT5SN9EdjE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qT5SN9EdjE .mbr-text,
.cid-qT5SN9EdjE blockquote {
  color: #767676;
}
.cid-qT5SN9EdjE .mbr-text P {
  color: #232323;
  text-align: left;
}
.cid-qT5SNauIFZ {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #c0a375;
}
@media (max-width: 767px) {
  .cid-qT5SNauIFZ .content {
    text-align: center;
  }
  .cid-qT5SNauIFZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qT5SNauIFZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qT5SNauIFZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qT5SNauIFZ .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qT5SNauIFZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qT5SNauIFZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qT5SNauIFZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qT5SNauIFZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qT5SNauIFZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qT5SNauIFZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qT5SNauIFZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qT5SNauIFZ .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qT5SNauIFZ P {
  color: #232323;
}
.cid-qYZLc0mTSQ .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qYZLc0mTSQ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qYZLc0mTSQ a {
  font-style: normal;
}
.cid-qYZLc0mTSQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qYZLc0mTSQ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qYZLc0mTSQ .nav-item:focus,
.cid-qYZLc0mTSQ .nav-link:focus {
  outline: none;
}
.cid-qYZLc0mTSQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qYZLc0mTSQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qYZLc0mTSQ .menu-logo {
  margin-right: auto;
}
.cid-qYZLc0mTSQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qYZLc0mTSQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qYZLc0mTSQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qYZLc0mTSQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qYZLc0mTSQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qYZLc0mTSQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qYZLc0mTSQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qYZLc0mTSQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qYZLc0mTSQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qYZLc0mTSQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qYZLc0mTSQ .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qYZLc0mTSQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qYZLc0mTSQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qYZLc0mTSQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qYZLc0mTSQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qYZLc0mTSQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qYZLc0mTSQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qYZLc0mTSQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qYZLc0mTSQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qYZLc0mTSQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qYZLc0mTSQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qYZLc0mTSQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qYZLc0mTSQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qYZLc0mTSQ button.navbar-toggler:focus {
  outline: none;
}
.cid-qYZLc0mTSQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-qYZLc0mTSQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qYZLc0mTSQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qYZLc0mTSQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qYZLc0mTSQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qYZLc0mTSQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYZLc0mTSQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qYZLc0mTSQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qYZLc0mTSQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qYZLc0mTSQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qYZLc0mTSQ .collapsed .btn {
  display: flex;
}
.cid-qYZLc0mTSQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qYZLc0mTSQ .collapsed .navbar-collapse.collapsing,
.cid-qYZLc0mTSQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qYZLc0mTSQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qYZLc0mTSQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qYZLc0mTSQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qYZLc0mTSQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qYZLc0mTSQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qYZLc0mTSQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qYZLc0mTSQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qYZLc0mTSQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qYZLc0mTSQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-qYZLc0mTSQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qYZLc0mTSQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qYZLc0mTSQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qYZLc0mTSQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qYZLc0mTSQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qYZLc0mTSQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qYZLc0mTSQ.navbar-expand {
    flex-direction: column;
  }
  .cid-qYZLc0mTSQ img {
    height: 3.8rem !important;
  }
  .cid-qYZLc0mTSQ .btn {
    display: flex;
  }
  .cid-qYZLc0mTSQ button.navbar-toggler {
    display: block;
  }
  .cid-qYZLc0mTSQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qYZLc0mTSQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qYZLc0mTSQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qYZLc0mTSQ .navbar-collapse.collapsing,
  .cid-qYZLc0mTSQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-qYZLc0mTSQ .navbar-collapse.collapsing .navbar-nav,
  .cid-qYZLc0mTSQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qYZLc0mTSQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qYZLc0mTSQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qYZLc0mTSQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-qYZLc0mTSQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qYZLc0mTSQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qYZLc0mTSQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qYZLc0mTSQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qYZLc0mTSQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qYZLc0mTSQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qYZLc0mTSQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qYZLc0mTSQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qYZLc0mTSQ .navbar-collapse {
  flex-basis: auto;
}
.cid-qYZLc0mTSQ .nav-link:hover,
.cid-qYZLc0mTSQ .dropdown-item:hover {
  color: #767676 !important;
}
.cid-qYZLc18W1I {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qYZLc18W1I .mbr-section-subtitle {
  color: #767676;
}
.cid-qYZLc18W1I H2 {
  text-align: left;
}
.cid-qYZLc1KlKl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qYZLc1KlKl .mbr-text,
.cid-qYZLc1KlKl blockquote {
  color: #767676;
}
.cid-qYZLc1KlKl .mbr-text P {
  color: #060606;
  text-align: left;
}
.cid-qYZLc2CInT {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #c0a375;
}
@media (max-width: 767px) {
  .cid-qYZLc2CInT .content {
    text-align: center;
  }
  .cid-qYZLc2CInT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-qYZLc2CInT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-qYZLc2CInT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-qYZLc2CInT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-qYZLc2CInT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qYZLc2CInT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qYZLc2CInT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qYZLc2CInT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qYZLc2CInT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qYZLc2CInT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qYZLc2CInT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qYZLc2CInT .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qYZLc2CInT P {
  color: #232323;
}
