.btn {
  border-width: 2px;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'times';
  font-size: 3.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'times';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'arial';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'times';
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'arial';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 25rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 25rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 25rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 25rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #232323 !important;
}
.bg-success {
  background-color: #928034 !important;
}
.bg-info {
  background-color: #4f4943 !important;
}
.bg-warning {
  background-color: #b69b74 !important;
}
.bg-danger {
  background-color: #f7f4f0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #201e1b !important;
  border-color: #201e1b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #201e1b !important;
  border-color: #201e1b !important;
}
.btn-success,
.btn-success:active {
  background-color: #928034 !important;
  border-color: #928034 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #52481d !important;
  border-color: #52481d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #52481d !important;
  border-color: #52481d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #8b7049 !important;
  border-color: #8b7049 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8b7049 !important;
  border-color: #8b7049 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f7f4f0 !important;
  border-color: #f7f4f0 !important;
  color: #977951 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #5f4c33 !important;
  background-color: #d9cbb7 !important;
  border-color: #d9cbb7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #977951 !important;
  background-color: #d9cbb7 !important;
  border-color: #d9cbb7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #82786e;
  color: #82786e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #534d46 !important;
  background-color: transparent!important;
  border-color: #534d46 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4f4943;
  color: #4f4943;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #201e1b !important;
  background-color: transparent!important;
  border-color: #201e1b !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4f4943 !important;
  border-color: #4f4943 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #928034;
  color: #928034;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #52481d !important;
  background-color: transparent!important;
  border-color: #52481d !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #928034 !important;
  border-color: #928034 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #b69b74;
  color: #b69b74;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8b7049 !important;
  background-color: transparent!important;
  border-color: #8b7049 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f7f4f0;
  color: #f7f4f0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d9cbb7 !important;
  background-color: transparent!important;
  border-color: #d9cbb7 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #977951 !important;
  background-color: #f7f4f0 !important;
  border-color: #f7f4f0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #232323 !important;
}
.text-secondary {
  color: #82786e !important;
}
.text-success {
  color: #928034 !important;
}
.text-info {
  color: #4f4943 !important;
}
.text-warning {
  color: #b69b74 !important;
}
.text-danger {
  color: #f7f4f0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4b453f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #473e19 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #181614 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #816843 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d4c3ad !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #232323;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4f4943;
}
.alert-warning {
  background-color: #b69b74;
}
.alert-danger {
  background-color: #f7f4f0;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cfbe77;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c1bcb6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e2d7c8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'arial';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #232323 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'arial';
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #232323;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #232323;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.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: #232323 !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: #82786e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23232323' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding: 0 5.2vw;
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 6.5vw;
  }
}
.container {
  max-width: 2400px;
  margin: 0 auto;
  padding: 0 10.4vw;
}
@media (max-width: 767px) {
  .container {
    padding: 0 6.5vw;
  }
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mbr-section-btn .btn {
  min-width: 80px;
  min-height: 60px;
  padding: 24px 44px;
  border-radius: 10em !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: none !important;
  transition: .4s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn-transform {
  position: relative;
  width: 100%;
  overflow: hidden;
  animation: btn-move-out 0.4s ease-in-out;
  will-change: transform;
}
.custom-section-btn .btn-primary {
  color: #173D33 !important;
  background: linear-gradient(to bottom, #232323, #232323 50%, #173d33 50%, #173d33 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: none !important;
}
.custom-section-btn .btn-primary:hover {
  background: linear-gradient(to bottom, #232323, #232323 50%, #173d33 50%, #173d33 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #FFFFFF !important;
}
.custom-section-btn .btn-primary:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
.custom-section-btn .btn-white-outline {
  color: #FFFFFF !important;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 50%, #232323 50%, #232323 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
  border: none !important;
}
.custom-section-btn .btn-white-outline:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 50%, #232323 50%, #232323 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
  color: #0E0E0E !important;
}
.custom-section-btn .btn-white-outline:hover .btn-transform {
  animation: btn-move 0.4s ease-in-out;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 0;
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 0;
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
.cid-uF2S0Elbyk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uF2S0Elbyk nav.navbar {
  position: fixed;
}
.cid-uF2S0Elbyk .navbar-nav {
  margin: auto;
}
.cid-uF2S0Elbyk .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF2S0Elbyk .dropdown-item:hover,
.cid-uF2S0Elbyk .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-uF2S0Elbyk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF2S0Elbyk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF2S0Elbyk .navbar-short,
.cid-uF2S0Elbyk .opened {
  background: #0f0f0f !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uF2S0Elbyk .navbar-short .nav-link,
.cid-uF2S0Elbyk .opened .nav-link,
.cid-uF2S0Elbyk .navbar-short .navbar-caption,
.cid-uF2S0Elbyk .opened .navbar-caption,
.cid-uF2S0Elbyk .navbar-short .mbr-iconfont,
.cid-uF2S0Elbyk .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uF2S0Elbyk .navbar-short .hamburger span,
.cid-uF2S0Elbyk .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uF2S0Elbyk .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uF2S0Elbyk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF2S0Elbyk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF2S0Elbyk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF2S0Elbyk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF2S0Elbyk .container {
  display: flex;
  margin: auto;
}
.cid-uF2S0Elbyk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF2S0Elbyk .dropdown-menu,
.cid-uF2S0Elbyk .navbar.opened {
  background: #0f0f0f !important;
}
.cid-uF2S0Elbyk .nav-item:focus,
.cid-uF2S0Elbyk .nav-link:focus {
  outline: none;
}
.cid-uF2S0Elbyk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF2S0Elbyk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF2S0Elbyk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF2S0Elbyk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF2S0Elbyk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF2S0Elbyk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF2S0Elbyk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0f0f0f;
}
.cid-uF2S0Elbyk .navbar.opened {
  transition: all 0.3s;
}
.cid-uF2S0Elbyk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF2S0Elbyk .navbar .navbar-logo img {
  width: auto;
}
.cid-uF2S0Elbyk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF2S0Elbyk .navbar.collapsed {
  justify-content: center;
}
.cid-uF2S0Elbyk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF2S0Elbyk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF2S0Elbyk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uF2S0Elbyk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF2S0Elbyk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF2S0Elbyk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF2S0Elbyk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF2S0Elbyk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF2S0Elbyk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF2S0Elbyk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF2S0Elbyk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF2S0Elbyk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF2S0Elbyk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF2S0Elbyk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF2S0Elbyk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF2S0Elbyk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF2S0Elbyk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF2S0Elbyk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF2S0Elbyk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF2S0Elbyk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF2S0Elbyk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF2S0Elbyk .navbar.navbar-short .navbar-logo img {
  height: 4.0rem !important;
}
.cid-uF2S0Elbyk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF2S0Elbyk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF2S0Elbyk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF2S0Elbyk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF2S0Elbyk .dropdown-item.active,
.cid-uF2S0Elbyk .dropdown-item:active {
  background-color: transparent;
}
.cid-uF2S0Elbyk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF2S0Elbyk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF2S0Elbyk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF2S0Elbyk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0f0f;
}
.cid-uF2S0Elbyk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF2S0Elbyk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF2S0Elbyk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF2S0Elbyk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF2S0Elbyk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF2S0Elbyk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF2S0Elbyk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF2S0Elbyk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF2S0Elbyk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF2S0Elbyk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF2S0Elbyk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF2S0Elbyk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF2S0Elbyk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF2S0Elbyk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF2S0Elbyk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF2S0Elbyk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF2S0Elbyk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF2S0Elbyk .navbar {
    height: 70px;
  }
  .cid-uF2S0Elbyk .navbar.opened {
    height: auto;
  }
  .cid-uF2S0Elbyk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFNJrAIYhA {
  background-color: #0f0f0f;
  display: block;
  padding-top: 3rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-uFNJrAIYhA .carousel {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .cid-uFNJrAIYhA .carousel {
    height: 100vh;
  }
}
.cid-uFNJrAIYhA .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uFNJrAIYhA .carousel-item,
.cid-uFNJrAIYhA .carousel-inner {
  height: 100%;
}
.cid-uFNJrAIYhA .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
@media (max-width: 767px) {
  .cid-uFNJrAIYhA .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-uFNJrAIYhA .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-uFNJrAIYhA .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-uFNJrAIYhA .mbr-section-btn {
  margin-top: 42px;
}
.cid-uFNJrAIYhA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFNJrAIYhA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFNJrAIYhA .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-uFNJrAIYhA .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-uFNJrAIYhA .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uFNJrAIYhA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uFNJrAIYhA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uFNJrAIYhA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uFNJrAIYhA .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #fef2f2;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-uFNJrAIYhA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #fef2f2 !important;
}
.cid-uFNJrAIYhA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #fef2f2 !important;
}
.cid-uFNJrAIYhA .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-uFNJrAIYhA .carousel-control {
    display: none !important;
  }
}
.cid-uFNJrAIYhA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-uFNJrAIYhA .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #fef2f2;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-uFNJrAIYhA .carousel-indicators li.active,
.cid-uFNJrAIYhA .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-uFNJrAIYhA .carousel-indicators li::after,
.cid-uFNJrAIYhA .carousel-indicators li::before {
  content: none;
}
.cid-uFNJrAIYhA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFNJrAIYhA .carousel-indicators {
    display: none !important;
  }
}
.cid-uFNJrAIYhA .mbr-section-text,
.cid-uFNJrAIYhA .mbr-section-btn {
  text-align: center;
}
.cid-uF2WrRlMNM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #141414;
}
.cid-uF2WrRlMNM .main_header {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .cid-uF2WrRlMNM .main_header {
    margin-bottom: 3rem;
  }
}
.cid-uF2WrRlMNM .mbr-section-subtitle {
  margin-bottom: .75rem;
  margin-left: 1.5rem;
  line-height: 1;
  color: #efefef;
}
.cid-uF2WrRlMNM .mbr-section-title {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  color: #efefef;
  text-align: left;
}
.cid-uF2WrRlMNM .mbr-text {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  letter-spacing: -0.025em;
}
.cid-uF2WrRlMNM .content_box {
  max-width: 42rem;
}
.cid-uF2WrRlMNM img,
.cid-uF2WrRlMNM .item-img {
  width: 100%;
  object-fit: cover;
  height: 20rem;
}
.cid-uF2WrRlMNM .item:focus,
.cid-uF2WrRlMNM span:focus {
  outline: none;
}
.cid-uF2WrRlMNM .item-img {
  position: relative;
}
.cid-uF2WrRlMNM .item_descr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
  text-align: center;
  cursor: default;
  padding: 0 1rem;
}
.cid-uF2WrRlMNM .item {
  cursor: pointer;
}
.cid-uF2WrRlMNM .item:nth-child(odd) .item-wrapper {
  padding-right: 1rem;
}
.cid-uF2WrRlMNM .item:nth-child(even) .item-wrapper {
  padding-left: 1rem;
}
.cid-uF2WrRlMNM .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 6rem;
}
@media (max-width: 991px) {
  .cid-uF2WrRlMNM .item-wrapper {
    padding: 0 0 3rem 0 !important;
  }
}
.cid-uF2WrRlMNM .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uF2WrRlMNM .item-title {
  text-align: left;
  flex: 1 1 0;
  color: #efefef;
}
.cid-uF2WrRlMNM .item-subtitle {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 767px) {
  .cid-uF2WrRlMNM .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uF2WrRlMNM .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uF2WrRlMNM .item-content {
    margin-bottom: .75rem;
  }
}
.cid-uF2WrRlMNM .mbr-text,
.cid-uF2WrRlMNM .linkBtn {
  color: #efefef;
  text-align: left;
  margin-left: 1.5rem;
}
.cid-uF2WrRlMNM .linkBtn {
  color: #f1eeea;
}
.cid-uF30GFpq5h {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uF30GFpq5h .card-box {
  padding: 0rem;
}
.cid-uF30GFpq5h .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uF30GFpq5h .card {
  padding: 0;
  margin: auto;
}
.cid-uF30GFpq5h .card-img {
  height: 400px;
}
.cid-uF30GFpq5h .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uF30GFpq5h .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uF30GFpq5h .card-wrapper {
    padding: 4rem;
  }
}
.cid-uF30GFpq5h .card-title {
  text-align: left;
  color: #4f4943;
}
.cid-uF2WnissuM {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("https://r.mobirisesite.com/1258485/assets/images/schieferplatte-2000x1178.jpg");
}
.cid-uF2WnissuM .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-uF2WnissuM .content {
    flex-wrap: wrap;
  }
}
.cid-uF2WnissuM h2,
.cid-uF2WnissuM h4,
.cid-uF2WnissuM h3,
.cid-uF2WnissuM h6,
.cid-uF2WnissuM p,
.cid-uF2WnissuM ul {
  margin: 0;
}
.cid-uF2WnissuM ul {
  padding: 0;
  list-style-type: none;
}
.cid-uF2WnissuM .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-uF2WnissuM .heading {
    width: 100%;
  }
}
.cid-uF2WnissuM .heading-inner {
  max-width: 476px;
}
.cid-uF2WnissuM .mbr-section-title {
  color: #f1eeea;
  text-align: left;
}
.cid-uF2WnissuM .mbr-section-subtitle {
  color: #f1eeea;
}
.cid-uF2WnissuM .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-uF2WnissuM .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uF2WnissuM .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-uF2WnissuM .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-uF2WnissuM .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uF2WnissuM .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-uF2WnissuM .mbr-card-title {
  color: #f1eeea;
  margin-bottom: 3px;
  text-align: left;
}
.cid-uF2WnissuM .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-uF2WnissuM .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #f1eeea;
  text-align: left;
}
.cid-uF8PxAkIkA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-uF8PxAkIkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8PxAkIkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8PxAkIkA .map-wrapper {
  height: 100%;
}
.cid-uF8PxAkIkA .card-wrapper {
  border: 1px solid #232323;
  padding: 3rem 2.25rem;
  background: #efefef;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uF8PxAkIkA .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF8PxAkIkA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uF8PxAkIkA .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF8PxAkIkA .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uF8PxAkIkA .google-map {
  height: 100%;
  position: relative;
}
.cid-uF8PxAkIkA .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uF8PxAkIkA .google-map iframe {
    min-height: 350px;
  }
}
.cid-uF8PxAkIkA .google-map [data-state-details] {
  color: #6b6763;
  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-uF8PxAkIkA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF8PxAkIkA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF8PxAkIkA ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uF8PxAkIkA .content-head {
  max-width: 800px;
}
.cid-uF8PxAkIkA .mbr-section-title {
  color: #221b35;
}
.cid-uF8PxAkIkA .cardTitle {
  color: #221b35;
}
.cid-uF8PxAkIkA .list,
.cid-uF8PxAkIkA .item-wrap {
  color: #221b35;
}
.cid-uF2VFuB4cP {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://r.mobirisesite.com/1258485/assets/images/hergiswil-1-2000x1125.jpg");
}
.cid-uF2VFuB4cP .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uMNZzZ3ONo.popup-builder {
  background-color: #ffffff;
}
.cid-uMNZzZ3ONo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMNZzZ3ONo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMNZzZ3ONo .modal-content,
.cid-uMNZzZ3ONo .modal-dialog {
  height: auto;
}
.cid-uMNZzZ3ONo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMNZzZ3ONo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMNZzZ3ONo .form-wrapper .mbr-form .form-group,
  .cid-uMNZzZ3ONo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMNZzZ3ONo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMNZzZ3ONo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMNZzZ3ONo .mbr-text {
  text-align: center;
}
.cid-uMNZzZ3ONo .pt-0 {
  padding-top: 0 !important;
}
.cid-uMNZzZ3ONo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMNZzZ3ONo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMNZzZ3ONo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMNZzZ3ONo .modal-open {
  overflow: hidden;
}
.cid-uMNZzZ3ONo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMNZzZ3ONo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMNZzZ3ONo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMNZzZ3ONo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMNZzZ3ONo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMNZzZ3ONo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMNZzZ3ONo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMNZzZ3ONo .modal-content {
  background: #ffc2a4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMNZzZ3ONo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMNZzZ3ONo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMNZzZ3ONo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMNZzZ3ONo .modal-backdrop.show {
  opacity: .5;
}
.cid-uMNZzZ3ONo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uMNZzZ3ONo .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uMNZzZ3ONo .modal-header {
    padding: 1rem;
  }
}
.cid-uMNZzZ3ONo .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMNZzZ3ONo .modal-header .close svg {
  fill: #353535;
}
.cid-uMNZzZ3ONo .modal-header .close:hover {
  opacity: 1;
}
.cid-uMNZzZ3ONo .modal-header .close:focus {
  outline: none;
}
.cid-uMNZzZ3ONo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMNZzZ3ONo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uMNZzZ3ONo .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMNZzZ3ONo .modal-body {
    padding: 1rem;
  }
}
.cid-uMNZzZ3ONo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMNZzZ3ONo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMNZzZ3ONo .modal-footer {
    padding: 1rem;
  }
}
.cid-uMNZzZ3ONo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMNZzZ3ONo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMNZzZ3ONo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMNZzZ3ONo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMNZzZ3ONo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMNZzZ3ONo .modal-lg,
  .cid-uMNZzZ3ONo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMNZzZ3ONo .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMNZzZ3ONo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMNZzZ3ONo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMNZzZ3ONo .form-group {
  margin-bottom: 1rem;
}
.cid-uMNZzZ3ONo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMNZzZ3ONo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMNZzZ3ONo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMNZzZ3ONo .mbr-section-btn {
  margin: 0;
}
.cid-uMNZzZ3ONo .mbr-section-btn .btn {
  margin: 0;
}
.cid-uF3AvYuPGL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uF3AvYuPGL nav.navbar {
  position: fixed;
}
.cid-uF3AvYuPGL .navbar-nav {
  margin: auto;
}
.cid-uF3AvYuPGL .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF3AvYuPGL .dropdown-item:hover,
.cid-uF3AvYuPGL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-uF3AvYuPGL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF3AvYuPGL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF3AvYuPGL .navbar-short,
.cid-uF3AvYuPGL .opened {
  background: #0f0f0f !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uF3AvYuPGL .navbar-short .nav-link,
.cid-uF3AvYuPGL .opened .nav-link,
.cid-uF3AvYuPGL .navbar-short .navbar-caption,
.cid-uF3AvYuPGL .opened .navbar-caption,
.cid-uF3AvYuPGL .navbar-short .mbr-iconfont,
.cid-uF3AvYuPGL .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uF3AvYuPGL .navbar-short .hamburger span,
.cid-uF3AvYuPGL .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uF3AvYuPGL .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uF3AvYuPGL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF3AvYuPGL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF3AvYuPGL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF3AvYuPGL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF3AvYuPGL .container {
  display: flex;
  margin: auto;
}
.cid-uF3AvYuPGL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF3AvYuPGL .dropdown-menu,
.cid-uF3AvYuPGL .navbar.opened {
  background: #0f0f0f !important;
}
.cid-uF3AvYuPGL .nav-item:focus,
.cid-uF3AvYuPGL .nav-link:focus {
  outline: none;
}
.cid-uF3AvYuPGL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF3AvYuPGL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF3AvYuPGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF3AvYuPGL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF3AvYuPGL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3AvYuPGL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3AvYuPGL .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0f0f0f;
}
.cid-uF3AvYuPGL .navbar.opened {
  transition: all 0.3s;
}
.cid-uF3AvYuPGL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF3AvYuPGL .navbar .navbar-logo img {
  width: auto;
}
.cid-uF3AvYuPGL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3AvYuPGL .navbar.collapsed {
  justify-content: center;
}
.cid-uF3AvYuPGL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3AvYuPGL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3AvYuPGL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uF3AvYuPGL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3AvYuPGL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3AvYuPGL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF3AvYuPGL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3AvYuPGL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF3AvYuPGL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF3AvYuPGL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3AvYuPGL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3AvYuPGL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3AvYuPGL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3AvYuPGL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF3AvYuPGL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF3AvYuPGL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3AvYuPGL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3AvYuPGL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF3AvYuPGL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF3AvYuPGL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF3AvYuPGL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF3AvYuPGL .navbar.navbar-short .navbar-logo img {
  height: 4.0rem !important;
}
.cid-uF3AvYuPGL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF3AvYuPGL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3AvYuPGL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3AvYuPGL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3AvYuPGL .dropdown-item.active,
.cid-uF3AvYuPGL .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3AvYuPGL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3AvYuPGL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3AvYuPGL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3AvYuPGL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0f0f;
}
.cid-uF3AvYuPGL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3AvYuPGL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3AvYuPGL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF3AvYuPGL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF3AvYuPGL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF3AvYuPGL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3AvYuPGL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF3AvYuPGL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3AvYuPGL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3AvYuPGL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF3AvYuPGL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3AvYuPGL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF3AvYuPGL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF3AvYuPGL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3AvYuPGL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF3AvYuPGL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF3AvYuPGL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3AvYuPGL .navbar {
    height: 70px;
  }
  .cid-uF3AvYuPGL .navbar.opened {
    height: auto;
  }
  .cid-uF3AvYuPGL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3Aw3EuU1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://r.mobirisesite.com/1258485/assets/images/menue-5.jpg");
}
.cid-uF3Aw3EuU1 .mbr-text,
.cid-uF3Aw3EuU1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uF3Aw3EuU1 H1 {
  color: #ffffff;
}
.cid-uF3Aw3EuU1 H3 {
  color: #efefef;
}
.cid-uF3Aw3EuU1 DIV {
  text-align: left;
}
.cid-uF3CIqbUEG {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uF3CIqbUEG .mbr-section-subtitle {
  color: #14191e;
}
.cid-uF3CIqbUEG .mbr-text {
  color: #777777;
}
.cid-uF3CIqbUEG .row {
  justify-content: space-between;
}
.cid-uF3CIqbUEG .mbr-list {
  padding: 0 1rem;
  color: #181817;
}
.cid-uF3CIqbUEG ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uF3CIqbUEG ul li {
  margin-bottom: 1rem;
  position: relative;
  list-style: none;
  padding-left: 1rem;
}
.cid-uF3CIqbUEG ul li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  content: "→";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  width: 25px;
  height: 25px;
}
.cid-uF3CIqbUEG .mbr-section-title {
  color: #181817;
}
.cid-uF3CIqbUEG .mbr-section-title DIV {
  text-align: left;
}
.cid-uF3CIqbUEG .mbr-list UL {
  text-align: left;
}
.cid-uF3CXV9bp0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #181817;
}
.cid-uF3CXV9bp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3CXV9bp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3CXV9bp0 .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-uF3CXV9bp0 .col-text {
    padding-right: 28px;
  }
}
.cid-uF3CXV9bp0 .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uF3CXV9bp0 .col-img {
    padding-left: 28px;
  }
}
.cid-uF3CXV9bp0 .card-title {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF3CXV9bp0 .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-uF3CXV9bp0 .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uF3CXV9bp0 .mbr-text {
    padding-right: 0;
    margin-top: 1rem;
    text-align: center !important;
  }
}
.cid-uF3CXV9bp0 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-uF3CXV9bp0 .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uF3CXV9bp0 .mbr-section-btn {
    width: 100%;
  }
}
.cid-uF3CXV9bp0 .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uF3CXV9bp0 .image-wrapper {
    height: 360px;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .cid-uF3CXV9bp0 .image-wrapper {
    height: auto;
  }
}
.cid-uF3CXV9bp0 .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-uF8R93EpF7 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #efefef;
}
.cid-uF8R93EpF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF8R93EpF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF8R93EpF7 .map-wrapper {
  height: 100%;
}
.cid-uF8R93EpF7 .card-wrapper {
  border: 1px solid #232323;
  padding: 3rem 2.25rem;
  background: #efefef;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uF8R93EpF7 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uF8R93EpF7 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uF8R93EpF7 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF8R93EpF7 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uF8R93EpF7 .google-map {
  height: 100%;
  position: relative;
}
.cid-uF8R93EpF7 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uF8R93EpF7 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uF8R93EpF7 .google-map [data-state-details] {
  color: #6b6763;
  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-uF8R93EpF7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uF8R93EpF7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uF8R93EpF7 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uF8R93EpF7 .content-head {
  max-width: 800px;
}
.cid-uF8R93EpF7 .mbr-section-title {
  color: #221b35;
}
.cid-uF8R93EpF7 .cardTitle {
  color: #221b35;
}
.cid-uF8R93EpF7 .list,
.cid-uF8R93EpF7 .item-wrap {
  color: #221b35;
}
.cid-uIqRhCp1UY {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-image: url("https://r.mobirisesite.com/1258485/assets/images/schieferplatte-2000x1178.jpg");
}
.cid-uIqRhCp1UY .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-uIqRhCp1UY .content {
    flex-wrap: wrap;
  }
}
.cid-uIqRhCp1UY h2,
.cid-uIqRhCp1UY h4,
.cid-uIqRhCp1UY h3,
.cid-uIqRhCp1UY h6,
.cid-uIqRhCp1UY p,
.cid-uIqRhCp1UY ul {
  margin: 0;
}
.cid-uIqRhCp1UY ul {
  padding: 0;
  list-style-type: none;
}
.cid-uIqRhCp1UY .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-uIqRhCp1UY .heading {
    width: 100%;
  }
}
.cid-uIqRhCp1UY .heading-inner {
  max-width: 476px;
}
.cid-uIqRhCp1UY .mbr-section-title {
  color: #f1eeea;
  text-align: left;
}
.cid-uIqRhCp1UY .mbr-section-subtitle {
  color: #f1eeea;
}
.cid-uIqRhCp1UY .cards {
  width: 65%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-uIqRhCp1UY .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uIqRhCp1UY .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-uIqRhCp1UY .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-uIqRhCp1UY .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uIqRhCp1UY .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-uIqRhCp1UY .mbr-card-title {
  color: #f1eeea;
  margin-bottom: 3px;
  text-align: left;
}
.cid-uIqRhCp1UY .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-uIqRhCp1UY .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #f1eeea;
  text-align: left;
}
.cid-uF3Aw61YSq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://r.mobirisesite.com/1258485/assets/images/hergiswil-1-2000x1125.jpg");
}
.cid-uF3Aw61YSq .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uGz7x2krAs.popup-builder {
  background-color: #ffffff;
}
.cid-uGz7x2krAs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uGz7x2krAs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uGz7x2krAs .modal-content,
.cid-uGz7x2krAs .modal-dialog {
  height: auto;
}
.cid-uGz7x2krAs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uGz7x2krAs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uGz7x2krAs .form-wrapper .mbr-form .form-group,
  .cid-uGz7x2krAs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uGz7x2krAs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uGz7x2krAs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uGz7x2krAs .mbr-text {
  text-align: left;
}
.cid-uGz7x2krAs .pt-0 {
  padding-top: 0 !important;
}
.cid-uGz7x2krAs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uGz7x2krAs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uGz7x2krAs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uGz7x2krAs .modal-open {
  overflow: hidden;
}
.cid-uGz7x2krAs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uGz7x2krAs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uGz7x2krAs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uGz7x2krAs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uGz7x2krAs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uGz7x2krAs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uGz7x2krAs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uGz7x2krAs .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uGz7x2krAs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uGz7x2krAs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uGz7x2krAs .modal-backdrop.fade {
  opacity: 0;
}
.cid-uGz7x2krAs .modal-backdrop.show {
  opacity: .5;
}
.cid-uGz7x2krAs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uGz7x2krAs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGz7x2krAs .modal-header {
    padding: 1rem;
  }
}
.cid-uGz7x2krAs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uGz7x2krAs .modal-header .close svg {
  fill: #000000;
}
.cid-uGz7x2krAs .modal-header .close:hover {
  opacity: 1;
}
.cid-uGz7x2krAs .modal-header .close:focus {
  outline: none;
}
.cid-uGz7x2krAs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: left;
}
.cid-uGz7x2krAs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uGz7x2krAs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGz7x2krAs .modal-body {
    padding: 1rem;
  }
}
.cid-uGz7x2krAs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGz7x2krAs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGz7x2krAs .modal-footer {
    padding: 1rem;
  }
}
.cid-uGz7x2krAs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uGz7x2krAs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uGz7x2krAs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uGz7x2krAs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uGz7x2krAs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uGz7x2krAs .modal-lg,
  .cid-uGz7x2krAs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uGz7x2krAs .modal-xl {
    max-width: 1140px;
  }
}
.cid-uGz7x2krAs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uGz7x2krAs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uGz7x2krAs .form-group {
  margin-bottom: 1rem;
}
.cid-uGz7x2krAs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uGz7x2krAs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uGz7x2krAs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uGz7x2krAs .mbr-section-btn {
  margin: 0;
}
.cid-uGz7x2krAs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uF3Sp8Q57E {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uF3Sp8Q57E nav.navbar {
  position: fixed;
}
.cid-uF3Sp8Q57E .navbar-nav {
  margin: auto;
}
.cid-uF3Sp8Q57E .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF3Sp8Q57E .dropdown-item:hover,
.cid-uF3Sp8Q57E .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-uF3Sp8Q57E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF3Sp8Q57E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF3Sp8Q57E .navbar-short,
.cid-uF3Sp8Q57E .opened {
  background: #0f0f0f !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uF3Sp8Q57E .navbar-short .nav-link,
.cid-uF3Sp8Q57E .opened .nav-link,
.cid-uF3Sp8Q57E .navbar-short .navbar-caption,
.cid-uF3Sp8Q57E .opened .navbar-caption,
.cid-uF3Sp8Q57E .navbar-short .mbr-iconfont,
.cid-uF3Sp8Q57E .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uF3Sp8Q57E .navbar-short .hamburger span,
.cid-uF3Sp8Q57E .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uF3Sp8Q57E .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uF3Sp8Q57E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF3Sp8Q57E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF3Sp8Q57E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF3Sp8Q57E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF3Sp8Q57E .container {
  display: flex;
  margin: auto;
}
.cid-uF3Sp8Q57E .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF3Sp8Q57E .dropdown-menu,
.cid-uF3Sp8Q57E .navbar.opened {
  background: #0f0f0f !important;
}
.cid-uF3Sp8Q57E .nav-item:focus,
.cid-uF3Sp8Q57E .nav-link:focus {
  outline: none;
}
.cid-uF3Sp8Q57E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF3Sp8Q57E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF3Sp8Q57E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF3Sp8Q57E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF3Sp8Q57E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3Sp8Q57E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3Sp8Q57E .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0f0f0f;
}
.cid-uF3Sp8Q57E .navbar.opened {
  transition: all 0.3s;
}
.cid-uF3Sp8Q57E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF3Sp8Q57E .navbar .navbar-logo img {
  width: auto;
}
.cid-uF3Sp8Q57E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3Sp8Q57E .navbar.collapsed {
  justify-content: center;
}
.cid-uF3Sp8Q57E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3Sp8Q57E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3Sp8Q57E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uF3Sp8Q57E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3Sp8Q57E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3Sp8Q57E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF3Sp8Q57E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3Sp8Q57E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF3Sp8Q57E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF3Sp8Q57E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3Sp8Q57E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3Sp8Q57E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3Sp8Q57E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3Sp8Q57E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF3Sp8Q57E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF3Sp8Q57E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3Sp8Q57E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3Sp8Q57E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF3Sp8Q57E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF3Sp8Q57E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF3Sp8Q57E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF3Sp8Q57E .navbar.navbar-short .navbar-logo img {
  height: 4.0rem !important;
}
.cid-uF3Sp8Q57E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF3Sp8Q57E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3Sp8Q57E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3Sp8Q57E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3Sp8Q57E .dropdown-item.active,
.cid-uF3Sp8Q57E .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3Sp8Q57E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3Sp8Q57E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3Sp8Q57E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3Sp8Q57E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0f0f;
}
.cid-uF3Sp8Q57E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3Sp8Q57E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3Sp8Q57E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF3Sp8Q57E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF3Sp8Q57E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF3Sp8Q57E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3Sp8Q57E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF3Sp8Q57E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3Sp8Q57E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3Sp8Q57E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF3Sp8Q57E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3Sp8Q57E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF3Sp8Q57E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF3Sp8Q57E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3Sp8Q57E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF3Sp8Q57E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF3Sp8Q57E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3Sp8Q57E .navbar {
    height: 70px;
  }
  .cid-uF3Sp8Q57E .navbar.opened {
    height: auto;
  }
  .cid-uF3Sp8Q57E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3TRz0KBA {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-uF3TRz0KBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3TRz0KBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3TRz0KBA .row {
  justify-content: center;
}
.cid-uF3TRz0KBA .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-uF3TRz0KBA .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-uF3TRz0KBA .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uF3TRz0KBA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF3TRz0KBA .item {
  margin-bottom: 32px;
}
.cid-uF3TRz0KBA .item:nth-child(2n) .item-wrapper .item-img {
  transform: rotate(-5deg);
}
.cid-uF3TRz0KBA .item .item-wrapper {
  overflow: visible;
}
.cid-uF3TRz0KBA .item .item-wrapper .item-img {
  transform: rotate(5deg);
}
.cid-uF3TRz0KBA .item .item-wrapper .item-img img {
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 6px 6px 20px #928034;
}
@media (max-width: 992px) {
  .cid-uF3TRz0KBA .item .item-wrapper .item-img img {
    min-height: 250px;
    max-height: 250px;
  }
}
.cid-uF3TRz0KBA .mbr-section-title {
  color: #101511;
  text-align: left;
}
.cid-uF3TRz0KBA .mbr-text {
  color: #141414;
  text-align: left;
}
.cid-uF3UhnuBwr {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-uF3UhnuBwr .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-uF3UhnuBwr .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uF3UhnuBwr .title {
    width: 100% !important;
  }
}
.cid-uF3UhnuBwr .mbr-section-title {
  color: #444444;
  text-align: left;
}
.cid-uF3UhnuBwr .mbr-section-subtitle,
.cid-uF3UhnuBwr .underline {
  color: #000000;
}
.cid-uF3Sp9AceO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://r.mobirisesite.com/1258485/assets/images/hergiswil-1-2000x1125.jpg");
}
.cid-uF3Sp9AceO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uF3Wuxc9JB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uF3Wuxc9JB nav.navbar {
  position: fixed;
}
.cid-uF3Wuxc9JB .navbar-nav {
  margin: auto;
}
.cid-uF3Wuxc9JB .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF3Wuxc9JB .dropdown-item:hover,
.cid-uF3Wuxc9JB .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-uF3Wuxc9JB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF3Wuxc9JB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF3Wuxc9JB .navbar-short,
.cid-uF3Wuxc9JB .opened {
  background: #0f0f0f !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uF3Wuxc9JB .navbar-short .nav-link,
.cid-uF3Wuxc9JB .opened .nav-link,
.cid-uF3Wuxc9JB .navbar-short .navbar-caption,
.cid-uF3Wuxc9JB .opened .navbar-caption,
.cid-uF3Wuxc9JB .navbar-short .mbr-iconfont,
.cid-uF3Wuxc9JB .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uF3Wuxc9JB .navbar-short .hamburger span,
.cid-uF3Wuxc9JB .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uF3Wuxc9JB .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uF3Wuxc9JB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF3Wuxc9JB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF3Wuxc9JB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF3Wuxc9JB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF3Wuxc9JB .container {
  display: flex;
  margin: auto;
}
.cid-uF3Wuxc9JB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF3Wuxc9JB .dropdown-menu,
.cid-uF3Wuxc9JB .navbar.opened {
  background: #0f0f0f !important;
}
.cid-uF3Wuxc9JB .nav-item:focus,
.cid-uF3Wuxc9JB .nav-link:focus {
  outline: none;
}
.cid-uF3Wuxc9JB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF3Wuxc9JB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF3Wuxc9JB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF3Wuxc9JB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF3Wuxc9JB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3Wuxc9JB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3Wuxc9JB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0f0f0f;
}
.cid-uF3Wuxc9JB .navbar.opened {
  transition: all 0.3s;
}
.cid-uF3Wuxc9JB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF3Wuxc9JB .navbar .navbar-logo img {
  width: auto;
}
.cid-uF3Wuxc9JB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3Wuxc9JB .navbar.collapsed {
  justify-content: center;
}
.cid-uF3Wuxc9JB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3Wuxc9JB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3Wuxc9JB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uF3Wuxc9JB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3Wuxc9JB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3Wuxc9JB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF3Wuxc9JB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3Wuxc9JB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF3Wuxc9JB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF3Wuxc9JB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3Wuxc9JB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3Wuxc9JB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3Wuxc9JB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3Wuxc9JB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF3Wuxc9JB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF3Wuxc9JB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3Wuxc9JB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3Wuxc9JB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF3Wuxc9JB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF3Wuxc9JB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF3Wuxc9JB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF3Wuxc9JB .navbar.navbar-short .navbar-logo img {
  height: 4.0rem !important;
}
.cid-uF3Wuxc9JB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF3Wuxc9JB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3Wuxc9JB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3Wuxc9JB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3Wuxc9JB .dropdown-item.active,
.cid-uF3Wuxc9JB .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3Wuxc9JB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3Wuxc9JB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3Wuxc9JB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3Wuxc9JB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0f0f;
}
.cid-uF3Wuxc9JB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3Wuxc9JB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3Wuxc9JB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF3Wuxc9JB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF3Wuxc9JB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF3Wuxc9JB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3Wuxc9JB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF3Wuxc9JB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3Wuxc9JB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3Wuxc9JB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF3Wuxc9JB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3Wuxc9JB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF3Wuxc9JB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF3Wuxc9JB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3Wuxc9JB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF3Wuxc9JB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF3Wuxc9JB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3Wuxc9JB .navbar {
    height: 70px;
  }
  .cid-uF3Wuxc9JB .navbar.opened {
    height: auto;
  }
  .cid-uF3Wuxc9JB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3XGsAYLY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #3d3d3d;
}
.cid-uF3XGsAYLY .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uF3XGsAYLY .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uF3XGsAYLY .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF3XGsAYLY .card-wrapper {
    padding: 4rem;
  }
}
.cid-uF3XGsAYLY .mbr-text,
.cid-uF3XGsAYLY .mbr-section-btn {
  color: #4f4943;
}
.cid-uF3XGsAYLY .card-title,
.cid-uF3XGsAYLY .card-box {
  text-align: left;
  color: #4f4943;
}
.cid-uF3WRtM1wx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #3d3d3d;
}
.cid-uF3WRtM1wx .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uF3WRtM1wx .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uF3WRtM1wx .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uF3WRtM1wx .card-wrapper {
    padding: 4rem;
  }
}
.cid-uF3WRtM1wx .mbr-text,
.cid-uF3WRtM1wx .mbr-section-btn {
  color: #4f4943;
  text-align: left;
}
.cid-uF3WRtM1wx .card-title,
.cid-uF3WRtM1wx .card-box {
  text-align: left;
  color: #4f4943;
}
.cid-uF3WuxRaEY {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://r.mobirisesite.com/1258485/assets/images/hergiswil-1-2000x1125.jpg");
}
.cid-uF3WuxRaEY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uF3Owdhk1H {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uF3Owdhk1H nav.navbar {
  position: fixed;
}
.cid-uF3Owdhk1H .navbar-nav {
  margin: auto;
}
.cid-uF3Owdhk1H .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF3Owdhk1H .dropdown-item:hover,
.cid-uF3Owdhk1H .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-uF3Owdhk1H .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF3Owdhk1H .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF3Owdhk1H .navbar-short,
.cid-uF3Owdhk1H .opened {
  background: #0f0f0f !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uF3Owdhk1H .navbar-short .nav-link,
.cid-uF3Owdhk1H .opened .nav-link,
.cid-uF3Owdhk1H .navbar-short .navbar-caption,
.cid-uF3Owdhk1H .opened .navbar-caption,
.cid-uF3Owdhk1H .navbar-short .mbr-iconfont,
.cid-uF3Owdhk1H .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uF3Owdhk1H .navbar-short .hamburger span,
.cid-uF3Owdhk1H .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uF3Owdhk1H .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uF3Owdhk1H .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF3Owdhk1H .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF3Owdhk1H .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF3Owdhk1H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF3Owdhk1H .container {
  display: flex;
  margin: auto;
}
.cid-uF3Owdhk1H .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF3Owdhk1H .dropdown-menu,
.cid-uF3Owdhk1H .navbar.opened {
  background: #0f0f0f !important;
}
.cid-uF3Owdhk1H .nav-item:focus,
.cid-uF3Owdhk1H .nav-link:focus {
  outline: none;
}
.cid-uF3Owdhk1H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF3Owdhk1H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF3Owdhk1H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF3Owdhk1H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF3Owdhk1H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF3Owdhk1H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF3Owdhk1H .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #0f0f0f;
}
.cid-uF3Owdhk1H .navbar.opened {
  transition: all 0.3s;
}
.cid-uF3Owdhk1H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF3Owdhk1H .navbar .navbar-logo img {
  width: auto;
}
.cid-uF3Owdhk1H .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF3Owdhk1H .navbar.collapsed {
  justify-content: center;
}
.cid-uF3Owdhk1H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF3Owdhk1H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uF3Owdhk1H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.6rem);
  }
}
.cid-uF3Owdhk1H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF3Owdhk1H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF3Owdhk1H .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF3Owdhk1H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF3Owdhk1H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF3Owdhk1H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF3Owdhk1H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF3Owdhk1H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF3Owdhk1H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF3Owdhk1H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF3Owdhk1H .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF3Owdhk1H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF3Owdhk1H .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF3Owdhk1H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF3Owdhk1H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF3Owdhk1H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF3Owdhk1H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF3Owdhk1H .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF3Owdhk1H .navbar.navbar-short .navbar-logo img {
  height: 4.0rem !important;
}
.cid-uF3Owdhk1H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF3Owdhk1H .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF3Owdhk1H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF3Owdhk1H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF3Owdhk1H .dropdown-item.active,
.cid-uF3Owdhk1H .dropdown-item:active {
  background-color: transparent;
}
.cid-uF3Owdhk1H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF3Owdhk1H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF3Owdhk1H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF3Owdhk1H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0f0f0f;
}
.cid-uF3Owdhk1H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF3Owdhk1H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF3Owdhk1H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF3Owdhk1H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF3Owdhk1H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF3Owdhk1H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF3Owdhk1H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF3Owdhk1H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3Owdhk1H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF3Owdhk1H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF3Owdhk1H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3Owdhk1H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF3Owdhk1H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF3Owdhk1H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF3Owdhk1H .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uF3Owdhk1H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF3Owdhk1H .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF3Owdhk1H .navbar {
    height: 70px;
  }
  .cid-uF3Owdhk1H .navbar.opened {
    height: auto;
  }
  .cid-uF3Owdhk1H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF3ORBW6Wm {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-uF3ORBW6Wm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3ORBW6Wm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3ORBW6Wm .row {
  justify-content: center;
}
.cid-uF3ORBW6Wm .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-uF3ORBW6Wm .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-uF3ORBW6Wm .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uF3ORBW6Wm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uF3ORBW6Wm .item {
  margin-bottom: 32px;
}
.cid-uF3ORBW6Wm .item:nth-child(2n) .item-wrapper .item-img {
  transform: rotate(-5deg);
}
.cid-uF3ORBW6Wm .item .item-wrapper {
  overflow: visible;
}
.cid-uF3ORBW6Wm .item .item-wrapper .item-img {
  transform: rotate(5deg);
}
.cid-uF3ORBW6Wm .item .item-wrapper .item-img img {
  max-height: 500px;
  min-height: 500px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 6px 6px 20px #928034;
}
@media (max-width: 992px) {
  .cid-uF3ORBW6Wm .item .item-wrapper .item-img img {
    min-height: 250px;
    max-height: 250px;
  }
}
.cid-uF3ORBW6Wm .mbr-section-title {
  color: #101511;
  text-align: left;
}
.cid-uF3ORBW6Wm .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uF3OwgmTbh {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://r.mobirisesite.com/1258485/assets/images/hergiswil-1-2000x1125.jpg");
}
.cid-uF3OwgmTbh .media-container-row .mbr-text {
  color: #ffffff;
}
