.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  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.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((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: #54433e !important;
}
.bg-success {
  background-color: #937d32 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #245b30 !important;
}
.bg-danger {
  background-color: #c1b68e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #54433e !important;
  border-color: #54433e !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: #221b19 !important;
  border-color: #221b19 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #221b19 !important;
  border-color: #221b19 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d5d0b2 !important;
  border-color: #d5d0b2 !important;
  color: #585230 !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: #b6ae7a !important;
  border-color: #b6ae7a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #585230 !important;
  background-color: #b6ae7a !important;
  border-color: #b6ae7a !important;
}
.btn-info,
.btn-info: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-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.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-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
}
.btn-success,
.btn-success:active {
  background-color: #937d32 !important;
  border-color: #937d32 !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: #52461c !important;
  border-color: #52461c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #52461c !important;
  border-color: #52461c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #245b30 !important;
  border-color: #245b30 !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: #0b1d0f !important;
  border-color: #0b1d0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #0b1d0f !important;
  border-color: #0b1d0f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c1b68e !important;
  border-color: #c1b68e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a09158 !important;
  border-color: #a09158 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a09158 !important;
  border-color: #a09158 !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: #54433e;
  color: #54433e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #221b19 !important;
  background-color: transparent!important;
  border-color: #221b19 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #54433e !important;
  border-color: #54433e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d5d0b2;
  color: #d5d0b2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b6ae7a !important;
  background-color: transparent!important;
  border-color: #b6ae7a !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #585230 !important;
  background-color: #d5d0b2 !important;
  border-color: #d5d0b2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #534d46 !important;
  background-color: transparent!important;
  border-color: #534d46 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #937d32;
  color: #937d32;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #52461c !important;
  background-color: transparent!important;
  border-color: #52461c !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #937d32 !important;
  border-color: #937d32 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #245b30;
  color: #245b30;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #0b1d0f !important;
  background-color: transparent!important;
  border-color: #0b1d0f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #245b30 !important;
  border-color: #245b30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c1b68e;
  color: #c1b68e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a09158 !important;
  background-color: transparent!important;
  border-color: #a09158 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c1b68e !important;
  border-color: #c1b68e !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: #54433e !important;
}
.text-secondary {
  color: #d5d0b2 !important;
}
.text-success {
  color: #937d32 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #245b30 !important;
}
.text-danger {
  color: #c1b68e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #191413 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b1a870 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #473c18 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #071209 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #968853 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #54433e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #245b30;
}
.alert-danger {
  background-color: #c1b68e;
}
.mbr-gallery-filter li.active .btn {
  background-color: #54433e;
  border-color: #54433e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #54433e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c6b6b2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0bb75;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #48b660;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #eeebe0;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #54433e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #54433e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #54433e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #54433e;
}
.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: #54433e;
  border-bottom-color: #54433e;
}
.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: #54433e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d5d0b2 !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='%2354433e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-smKMjEN1wh {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-smKMjEN1wh .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-smKMjEN1wh .modal-body .close {
  background: #1b1b1b;
}
.cid-smKMjEN1wh .modal-body .close span {
  font-style: normal;
}
.cid-smKMjEN1wh .carousel-inner > .active,
.cid-smKMjEN1wh .carousel-inner > .next,
.cid-smKMjEN1wh .carousel-inner > .prev {
  display: flex;
}
.cid-smKMjEN1wh .carousel-control .icon-next,
.cid-smKMjEN1wh .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-smKMjEN1wh .carousel-control:hover {
  background: #54433e;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-smKMjEN1wh .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-smKMjEN1wh .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-smKMjEN1wh .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-smKMjEN1wh .boxed-slider > div {
  position: relative;
}
.cid-smKMjEN1wh .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-smKMjEN1wh .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-smKMjEN1wh .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-smKMjEN1wh .mbr-table-cell {
  padding: 0;
}
.cid-smKMjEN1wh .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-smKMjEN1wh .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-smKMjEN1wh .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-smKMjEN1wh .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-smKMjEN1wh .carousel-item.active.right,
.cid-smKMjEN1wh .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-smKMjEN1wh .carousel-item.active.left,
.cid-smKMjEN1wh .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-smKMjEN1wh .carousel-item.active,
.cid-smKMjEN1wh .carousel-item.next.left,
.cid-smKMjEN1wh .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-smKMjEN1wh .mbr-slider {
  font-weight: lighter;
}
.cid-smKMjEN1wh .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-smKMjEN1wh .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-smKMjEN1wh .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-smKMjEN1wh .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smKMjEN1wh .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-smKMjEN1wh .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #54433e;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-smKMjEN1wh .mbr-slider .carousel-indicators li.active,
.cid-smKMjEN1wh .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smKMjEN1wh .mbr-slider .carousel-indicators li::after,
.cid-smKMjEN1wh .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-smKMjEN1wh .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-smKMjEN1wh .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-smKMjEN1wh .mbr-slider > .container img {
  width: 100%;
}
.cid-smKMjEN1wh .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-smKMjEN1wh .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-smKMjEN1wh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smKMjEN1wh .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-smKMjEN1wh .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-smKMjEN1wh .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-smKMjEN1wh .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-smKMjEN1wh .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-smKMjEN1wh .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-smKMjEN1wh .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-smKMjEN1wh .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-smKMjEN1wh .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-smKMjEN1wh .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-smKMjEN1wh .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-smKMjEN1wh .carousel-inner {
  height: 100%;
}
.cid-smKMjEN1wh .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-smKMjEN1wh .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 660px;
  overflow: hidden;
}
.cid-smKMjEN1wh .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-smKMjEN1wh .content-slider-wrap {
  width: 100%;
}
.cid-smKMjEN1wh P {
  text-align: left;
  font-weight: lighter;
}
.cid-smKMjEN1wh H2 {
  text-align: left;
}
.cid-smbZh1ctYS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smbZh1ctYS .mbr-text {
  color: #879a9f;
}
.cid-smbZh1ctYS .color {
  background: #d5d0b2;
}
.cid-smbZh1ctYS .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
  line-height: 2;
}
.cid-smbZh1ctYS .counter-container ul li {
  margin-bottom: .2rem;
}
@media (min-width: 767px) {
  .cid-smbZh1ctYS .card2 {
    margin-left: 1rem;
  }
  .cid-smbZh1ctYS .card-wrapper {
    margin-right: 1rem;
  }
}
.cid-smbZh1ctYS .card-title {
  color: #644040;
  text-align: right;
}
.cid-smbZh1ctYS .text-title {
  color: #644040;
}
.cid-smbZh1ctYS .mbr-text,
.cid-smbZh1ctYS .mbr-section-btn {
  color: #644040;
  text-align: left;
}
.cid-smbZh1ctYS .card-title DIV {
  text-align: right;
}
.cid-smbZr2zQdt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-smbZr2zQdt .card-box {
  padding: 0rem;
}
.cid-smbZr2zQdt .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-smbZr2zQdt .card {
  padding: 0;
  margin: auto;
}
.cid-smbZr2zQdt .card-img {
  height: 400px;
}
.cid-smbZr2zQdt .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-smbZr2zQdt .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-smbZr2zQdt .card-wrapper {
    padding: 4rem;
  }
}
.cid-smbZr2zQdt .card-title {
  color: #644040;
}
.cid-smbZzeyc2l {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-6-800x600.jpg");
}
.cid-smbZzeyc2l ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-smbZzeyc2l ul li {
  padding: 1rem 0;
}
.cid-smbZzeyc2l ul li:hover {
  color: #54433e;
}
.cid-smbZzeyc2l .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-smbZzeyc2l .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-smbZzeyc2l .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-smbZzeyc2l .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smbZzeyc2l .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-smbZzeyc2l .map {
    height: auto;
  }
}
.cid-smbZzeyc2l .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-smbZzeyc2l .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-smbZzeyc2l .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smbZzeyc2l .social-list a:hover {
  opacity: 1;
}
.cid-smbZzeyc2l .row-element,
.cid-smbZzeyc2l .image-element {
  padding: 0;
}
.cid-smbZzeyc2l .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smbZzeyc2l .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #54433e, #d5d0b2);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-smbZzeyc2l .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-smbZzeyc2l .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smbZzeyc2l .text-content {
    padding: 2rem 1rem;
  }
  .cid-smbZzeyc2l .underline .line {
    height: 2px;
  }
  .cid-smbZzeyc2l .mbr-title,
  .cid-smbZzeyc2l .underline,
  .cid-smbZzeyc2l .mbr-text,
  .cid-smbZzeyc2l .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-smbZzeyc2l .mbr-title,
.cid-smbZzeyc2l .underline {
  color: #ffffff;
}
.cid-smbZzeyc2l .mbr-text,
.cid-smbZzeyc2l .mbr-section-btn {
  color: #ffffff;
}
.cid-smbZzeyc2l mbr-list LI {
  color: #ffffff;
}
.cid-smbZzeyc2l mbr-list {
  text-align: center;
}
.cid-smbZzeyc2l .mbr-list,
.cid-smbZzeyc2l .social-list mbr-list {
  color: #ffffff;
}
.cid-smbZzeyc2l .social-list,
.cid-smbZzeyc2l .mbr-list {
  color: #ffffff;
}
.cid-smbZzeyc2l .mbr-text {
  color: #ffffff;
}
.cid-smhsw2VzPk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #8b7169;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .nav-item,
.cid-smhsw2VzPk .nav-link,
.cid-smhsw2VzPk .navbar-caption {
  font-weight: normal;
}
.cid-smhsw2VzPk .nav-item:focus,
.cid-smhsw2VzPk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smhsw2VzPk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smhsw2VzPk .nav-item .nav-link {
    position: relative;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #8b7169;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smhsw2VzPk .nav-item:hover .nav-link:before,
  .cid-smhsw2VzPk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f7f6;
}
.cid-smhsw2VzPk .navbar.opened {
  transition: all 0.3s;
  background: #f7f7f6 !important;
}
.cid-smhsw2VzPk .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smhsw2VzPk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smhsw2VzPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smhsw2VzPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smhsw2VzPk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smhsw2VzPk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smhsw2VzPk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smhsw2VzPk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smhsw2VzPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smhsw2VzPk .navbar.navbar-short {
  background: #f7f7f6 !important;
  min-height: 60px;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smhsw2VzPk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smhsw2VzPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smhsw2VzPk .dropdown-item.active,
.cid-smhsw2VzPk .dropdown-item:active {
  background-color: transparent;
}
.cid-smhsw2VzPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f6;
  z-index: 2;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smhsw2VzPk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smhsw2VzPk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .navbar-buttons {
  text-align: center;
}
.cid-smhsw2VzPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smhsw2VzPk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #d5d0b2;
  display: inline-flex;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smhsw2VzPk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smhsw2VzPk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk a.nav-link .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smhsw2VzPk a.nav-link:hover .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smhsw2VzPk .navbar {
    height: 77px;
  }
  .cid-smhsw2VzPk .navbar.opened {
    height: auto;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tjtspi2Z2w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #d5d0b2;
}
.cid-tjtspi2Z2w .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-tjtspi2Z2w .bg-instagram:hover {
  background: #bd005c;
}
.cid-tjtspi2Z2w .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-tjtspi2Z2w [class^="socicon-"]:before,
.cid-tjtspi2Z2w [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-tjtspi2Z2w .mbr-section-title,
.cid-tjtspi2Z2w .social-list {
  color: #644040;
}
.cid-smc8g6PI5h {
  overflow-x: hidden !important;
}
.cid-smc8g6PI5h,
.cid-smc8g6PI5h .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
.cid-smc8g6PI5h .mbr-section-title {
  color: #d5d0b2;
}
.cid-smc8g6PI5h .mbr-section-title span {
  color: #54433e;
}
.cid-smc8g6PI5h .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smc8g6PI5h .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-1-2000x1500.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-smc8g6PI5h .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smc8g6PI5h .mbr-overlay {
  z-index: 1;
}
.cid-smc8g6PI5h .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sntWCbl6eR {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sntWCbl6eR .container {
  pointer-events: none;
}
.cid-sntWCbl6eR .title__block,
.cid-sntWCbl6eR .card__wrap {
  pointer-events: all;
}
.cid-sntWCbl6eR .mbr-overlay {
  background: #5eeebb;
}
.cid-sntWCbl6eR .title__block {
  margin-bottom: 80px;
}
.cid-sntWCbl6eR .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #54433e;
}
.cid-sntWCbl6eR .card {
  box-shadow: 0px 6px 37px 2.4px rgba(67, 75, 114, 0.06);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 70px;
  position: relative;
  height: 400px;
}
.cid-sntWCbl6eR .card:hover .image img {
  opacity: 0.7;
  transform: scale3d(1.1, 1.1, 1);
}
.cid-sntWCbl6eR .card:hover .card__icon {
  opacity: 1;
}
.cid-sntWCbl6eR .card:hover .card__link {
  background-color: #ffffff;
  color: #ffffff;
}
.cid-sntWCbl6eR .image {
  background: #54433e;
  display: block;
  position: relative;
  overflow: hidden;
  height: 400px;
}
.cid-sntWCbl6eR .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease-in-out;
}
.cid-sntWCbl6eR .card__icon {
  position: absolute;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 10;
  font-size: 40px;
  top: 50%;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  left: 50%;
}
.cid-sntWCbl6eR .card__link {
  display: block;
  background: #ffffff;
  padding: 30px 20px;
  color: #1e2149;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
.cid-sntWCbl6eR .mbr-section-title {
  color: #54433e;
}
@media (max-width: 767px) {
  .cid-sntWCbl6eR .card {
    margin-bottom: 50px;
  }
  .cid-sntWCbl6eR .title__block {
    margin-bottom: 50px;
  }
}
.cid-smc5PJ71O8 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-6-800x600.jpg");
}
.cid-smc5PJ71O8 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-smc5PJ71O8 ul li {
  padding: 1rem 0;
}
.cid-smc5PJ71O8 ul li:hover {
  color: #54433e;
}
.cid-smc5PJ71O8 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-smc5PJ71O8 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-smc5PJ71O8 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-smc5PJ71O8 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smc5PJ71O8 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-smc5PJ71O8 .map {
    height: auto;
  }
}
.cid-smc5PJ71O8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-smc5PJ71O8 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-smc5PJ71O8 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smc5PJ71O8 .social-list a:hover {
  opacity: 1;
}
.cid-smc5PJ71O8 .row-element,
.cid-smc5PJ71O8 .image-element {
  padding: 0;
}
.cid-smc5PJ71O8 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smc5PJ71O8 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #54433e, #d5d0b2);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-smc5PJ71O8 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-smc5PJ71O8 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smc5PJ71O8 .text-content {
    padding: 2rem 1rem;
  }
  .cid-smc5PJ71O8 .underline .line {
    height: 2px;
  }
  .cid-smc5PJ71O8 .mbr-title,
  .cid-smc5PJ71O8 .underline,
  .cid-smc5PJ71O8 .mbr-text,
  .cid-smc5PJ71O8 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-smc5PJ71O8 .mbr-title,
.cid-smc5PJ71O8 .underline {
  color: #ffffff;
}
.cid-smc5PJ71O8 .mbr-text,
.cid-smc5PJ71O8 .mbr-section-btn {
  color: #ffffff;
}
.cid-smc5PJ71O8 mbr-list LI {
  color: #ffffff;
}
.cid-smc5PJ71O8 mbr-list {
  text-align: center;
}
.cid-smc5PJ71O8 .mbr-list,
.cid-smc5PJ71O8 .social-list mbr-list {
  color: #ffffff;
}
.cid-smc5PJ71O8 .social-list,
.cid-smc5PJ71O8 .mbr-list {
  color: #ffffff;
}
.cid-smc5PJ71O8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-smhsw2VzPk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #8b7169;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .nav-item,
.cid-smhsw2VzPk .nav-link,
.cid-smhsw2VzPk .navbar-caption {
  font-weight: normal;
}
.cid-smhsw2VzPk .nav-item:focus,
.cid-smhsw2VzPk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smhsw2VzPk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smhsw2VzPk .nav-item .nav-link {
    position: relative;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #8b7169;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smhsw2VzPk .nav-item:hover .nav-link:before,
  .cid-smhsw2VzPk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f7f6;
}
.cid-smhsw2VzPk .navbar.opened {
  transition: all 0.3s;
  background: #f7f7f6 !important;
}
.cid-smhsw2VzPk .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smhsw2VzPk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smhsw2VzPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smhsw2VzPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smhsw2VzPk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smhsw2VzPk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smhsw2VzPk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smhsw2VzPk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smhsw2VzPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smhsw2VzPk .navbar.navbar-short {
  background: #f7f7f6 !important;
  min-height: 60px;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smhsw2VzPk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smhsw2VzPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smhsw2VzPk .dropdown-item.active,
.cid-smhsw2VzPk .dropdown-item:active {
  background-color: transparent;
}
.cid-smhsw2VzPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f6;
  z-index: 2;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smhsw2VzPk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smhsw2VzPk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .navbar-buttons {
  text-align: center;
}
.cid-smhsw2VzPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smhsw2VzPk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #d5d0b2;
  display: inline-flex;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smhsw2VzPk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smhsw2VzPk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk a.nav-link .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smhsw2VzPk a.nav-link:hover .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smhsw2VzPk .navbar {
    height: 77px;
  }
  .cid-smhsw2VzPk .navbar.opened {
    height: auto;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-srtoh2mtFe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-srtoh2mtFe .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-srtoh2mtFe .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-srtoh2mtFe .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-srtoh2mtFe .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-srtoh2mtFe .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-srtoh2mtFe .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-srtoh2mtFe .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-srtoh2mtFe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-smc728xStA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-smc728xStA SPAN {
  color: #232323;
}
.cid-smc728xStA P {
  color: #54433e;
  text-align: left;
}
.cid-smc728xStA H3 {
  color: #000000;
  text-align: left;
}
.cid-smc728xStA H1 {
  text-align: left;
  color: #54433e;
}
.cid-smc6u4nxSE {
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-6-800x600.jpg");
}
.cid-smc6u4nxSE ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-smc6u4nxSE ul li {
  padding: 1rem 0;
}
.cid-smc6u4nxSE ul li:hover {
  color: #54433e;
}
.cid-smc6u4nxSE .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-smc6u4nxSE .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-smc6u4nxSE .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-smc6u4nxSE .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smc6u4nxSE .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-smc6u4nxSE .map {
    height: auto;
  }
}
.cid-smc6u4nxSE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-smc6u4nxSE .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-smc6u4nxSE .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smc6u4nxSE .social-list a:hover {
  opacity: 1;
}
.cid-smc6u4nxSE .row-element,
.cid-smc6u4nxSE .image-element {
  padding: 0;
}
.cid-smc6u4nxSE .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smc6u4nxSE .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #54433e, #d5d0b2);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-smc6u4nxSE .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-smc6u4nxSE .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smc6u4nxSE .text-content {
    padding: 2rem 1rem;
  }
  .cid-smc6u4nxSE .underline .line {
    height: 2px;
  }
  .cid-smc6u4nxSE .mbr-title,
  .cid-smc6u4nxSE .underline,
  .cid-smc6u4nxSE .mbr-text,
  .cid-smc6u4nxSE .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-smc6u4nxSE .mbr-title,
.cid-smc6u4nxSE .underline {
  color: #ffffff;
}
.cid-smc6u4nxSE .mbr-text,
.cid-smc6u4nxSE .mbr-section-btn {
  color: #ffffff;
}
.cid-smc6u4nxSE mbr-list LI {
  color: #ffffff;
}
.cid-smc6u4nxSE mbr-list {
  text-align: center;
}
.cid-smc6u4nxSE .mbr-list,
.cid-smc6u4nxSE .social-list mbr-list {
  color: #ffffff;
}
.cid-smc6u4nxSE .social-list,
.cid-smc6u4nxSE .mbr-list {
  color: #ffffff;
}
.cid-smc6u4nxSE .mbr-text {
  color: #ffffff;
}
.cid-smhsw2VzPk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #8b7169;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .nav-item,
.cid-smhsw2VzPk .nav-link,
.cid-smhsw2VzPk .navbar-caption {
  font-weight: normal;
}
.cid-smhsw2VzPk .nav-item:focus,
.cid-smhsw2VzPk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smhsw2VzPk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smhsw2VzPk .nav-item .nav-link {
    position: relative;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #8b7169;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smhsw2VzPk .nav-item:hover .nav-link:before,
  .cid-smhsw2VzPk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f7f6;
}
.cid-smhsw2VzPk .navbar.opened {
  transition: all 0.3s;
  background: #f7f7f6 !important;
}
.cid-smhsw2VzPk .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smhsw2VzPk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smhsw2VzPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smhsw2VzPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smhsw2VzPk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smhsw2VzPk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smhsw2VzPk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smhsw2VzPk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smhsw2VzPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smhsw2VzPk .navbar.navbar-short {
  background: #f7f7f6 !important;
  min-height: 60px;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smhsw2VzPk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smhsw2VzPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smhsw2VzPk .dropdown-item.active,
.cid-smhsw2VzPk .dropdown-item:active {
  background-color: transparent;
}
.cid-smhsw2VzPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f6;
  z-index: 2;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smhsw2VzPk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smhsw2VzPk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .navbar-buttons {
  text-align: center;
}
.cid-smhsw2VzPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smhsw2VzPk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #d5d0b2;
  display: inline-flex;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smhsw2VzPk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smhsw2VzPk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk a.nav-link .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smhsw2VzPk a.nav-link:hover .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smhsw2VzPk .navbar {
    height: 77px;
  }
  .cid-smhsw2VzPk .navbar.opened {
    height: auto;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smKhbAsbXq {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-17-800x600.jpg");
}
.cid-smfBCsfVU6 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-smfBCsfVU6 .item {
  padding-bottom: 2rem;
}
.cid-smfBCsfVU6 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-smfBCsfVU6 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smfBCsfVU6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-smfBCsfVU6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smfBCsfVU6 .carousel-control,
.cid-smfBCsfVU6 .close {
  background: #1b1b1b;
}
.cid-smfBCsfVU6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smfBCsfVU6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smfBCsfVU6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smfBCsfVU6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-smfBCsfVU6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-smfBCsfVU6 .close::before {
  content: '\e91a';
}
.cid-smfBCsfVU6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smfBCsfVU6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-smfBCsfVU6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smfBCsfVU6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smfBCsfVU6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smfBCsfVU6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smfBCsfVU6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-smfBCsfVU6 .carousel-indicators li.active,
.cid-smfBCsfVU6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smfBCsfVU6 .carousel-indicators li::after,
.cid-smfBCsfVU6 .carousel-indicators li::before {
  content: none;
}
.cid-smfBCsfVU6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smfBCsfVU6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smfBCsfVU6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smfBCsfVU6 .carousel-indicators {
    display: none;
  }
}
.cid-smfBCsfVU6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smfBCsfVU6 .carousel-inner > .active {
  display: block;
}
.cid-smfBCsfVU6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smfBCsfVU6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smfBCsfVU6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smfBCsfVU6 .carousel-control,
  .cid-smfBCsfVU6 .carousel-indicators,
  .cid-smfBCsfVU6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smfBCsfVU6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smfBCsfVU6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smfBCsfVU6 .carousel-indicators .active,
.cid-smfBCsfVU6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smfBCsfVU6 .carousel-indicators .active {
  background: #fff;
}
.cid-smfBCsfVU6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smfBCsfVU6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smfBCsfVU6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smfBCsfVU6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smfBCsfVU6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smfBCsfVU6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smfBCsfVU6 .carousel {
  width: 100%;
}
.cid-smfBCsfVU6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smfBCsfVU6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smfBCsfVU6 .modal.fade .modal-dialog,
.cid-smfBCsfVU6 .modal.in .modal-dialog {
  transform: none;
}
.cid-smfBCsfVU6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smfBCsfVU6 H6 {
  text-align: center;
}
.cid-smfBCsfVU6 H4 {
  color: #54433e;
}
.cid-smfBCsfVU6 H3 {
  color: #54433e;
}
.cid-smfyNe8hLk {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-6-800x600.jpg");
}
.cid-smfyNe8hLk ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-smfyNe8hLk ul li {
  padding: 1rem 0;
}
.cid-smfyNe8hLk ul li:hover {
  color: #54433e;
}
.cid-smfyNe8hLk .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-smfyNe8hLk .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-smfyNe8hLk .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-smfyNe8hLk .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smfyNe8hLk .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-smfyNe8hLk .map {
    height: auto;
  }
}
.cid-smfyNe8hLk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-smfyNe8hLk .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-smfyNe8hLk .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smfyNe8hLk .social-list a:hover {
  opacity: 1;
}
.cid-smfyNe8hLk .row-element,
.cid-smfyNe8hLk .image-element {
  padding: 0;
}
.cid-smfyNe8hLk .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smfyNe8hLk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #54433e, #d5d0b2);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-smfyNe8hLk .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-smfyNe8hLk .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smfyNe8hLk .text-content {
    padding: 2rem 1rem;
  }
  .cid-smfyNe8hLk .underline .line {
    height: 2px;
  }
  .cid-smfyNe8hLk .mbr-title,
  .cid-smfyNe8hLk .underline,
  .cid-smfyNe8hLk .mbr-text,
  .cid-smfyNe8hLk .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-smfyNe8hLk .mbr-title,
.cid-smfyNe8hLk .underline {
  color: #ffffff;
}
.cid-smfyNe8hLk .mbr-text,
.cid-smfyNe8hLk .mbr-section-btn {
  color: #ffffff;
}
.cid-smfyNe8hLk mbr-list LI {
  color: #ffffff;
}
.cid-smfyNe8hLk mbr-list {
  text-align: center;
}
.cid-smfyNe8hLk .mbr-list,
.cid-smfyNe8hLk .social-list mbr-list {
  color: #ffffff;
}
.cid-smfyNe8hLk .social-list,
.cid-smfyNe8hLk .mbr-list {
  color: #ffffff;
}
.cid-smfyNe8hLk .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-smhsw2VzPk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #8b7169;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .nav-item,
.cid-smhsw2VzPk .nav-link,
.cid-smhsw2VzPk .navbar-caption {
  font-weight: normal;
}
.cid-smhsw2VzPk .nav-item:focus,
.cid-smhsw2VzPk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smhsw2VzPk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smhsw2VzPk .nav-item .nav-link {
    position: relative;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #8b7169;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smhsw2VzPk .nav-item:hover .nav-link:before,
  .cid-smhsw2VzPk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f7f6;
}
.cid-smhsw2VzPk .navbar.opened {
  transition: all 0.3s;
  background: #f7f7f6 !important;
}
.cid-smhsw2VzPk .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smhsw2VzPk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smhsw2VzPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smhsw2VzPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smhsw2VzPk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smhsw2VzPk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smhsw2VzPk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smhsw2VzPk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smhsw2VzPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smhsw2VzPk .navbar.navbar-short {
  background: #f7f7f6 !important;
  min-height: 60px;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smhsw2VzPk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smhsw2VzPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smhsw2VzPk .dropdown-item.active,
.cid-smhsw2VzPk .dropdown-item:active {
  background-color: transparent;
}
.cid-smhsw2VzPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f6;
  z-index: 2;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smhsw2VzPk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smhsw2VzPk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .navbar-buttons {
  text-align: center;
}
.cid-smhsw2VzPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smhsw2VzPk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #d5d0b2;
  display: inline-flex;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smhsw2VzPk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smhsw2VzPk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk a.nav-link .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smhsw2VzPk a.nav-link:hover .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smhsw2VzPk .navbar {
    height: 77px;
  }
  .cid-smhsw2VzPk .navbar.opened {
    height: auto;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smKszTwJUh {
  overflow-x: hidden !important;
}
.cid-smKszTwJUh,
.cid-smKszTwJUh .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
.cid-smKszTwJUh .mbr-section-title {
  color: #ffffff;
}
.cid-smKszTwJUh .mbr-section-title span {
  color: #54433e;
}
.cid-smKszTwJUh .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smKszTwJUh .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-1-2000x1500.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-smKszTwJUh .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smKszTwJUh .mbr-overlay {
  z-index: 1;
}
.cid-smKszTwJUh .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-smKrv72gbv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9sKJNFLeb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u9sKJNFLeb .mbr-section-title {
  color: #644040;
  text-align: left;
}
.cid-u9sKJNFLeb .mbr-section-title DIV {
  text-align: left;
}
.cid-smhsw2VzPk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #8b7169;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .nav-item,
.cid-smhsw2VzPk .nav-link,
.cid-smhsw2VzPk .navbar-caption {
  font-weight: normal;
}
.cid-smhsw2VzPk .nav-item:focus,
.cid-smhsw2VzPk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smhsw2VzPk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smhsw2VzPk .nav-item .nav-link {
    position: relative;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #8b7169;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smhsw2VzPk .nav-item:hover .nav-link:before,
  .cid-smhsw2VzPk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f7f6;
}
.cid-smhsw2VzPk .navbar.opened {
  transition: all 0.3s;
  background: #f7f7f6 !important;
}
.cid-smhsw2VzPk .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smhsw2VzPk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smhsw2VzPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smhsw2VzPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smhsw2VzPk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smhsw2VzPk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smhsw2VzPk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smhsw2VzPk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smhsw2VzPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smhsw2VzPk .navbar.navbar-short {
  background: #f7f7f6 !important;
  min-height: 60px;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smhsw2VzPk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smhsw2VzPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smhsw2VzPk .dropdown-item.active,
.cid-smhsw2VzPk .dropdown-item:active {
  background-color: transparent;
}
.cid-smhsw2VzPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f6;
  z-index: 2;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smhsw2VzPk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smhsw2VzPk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .navbar-buttons {
  text-align: center;
}
.cid-smhsw2VzPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smhsw2VzPk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #d5d0b2;
  display: inline-flex;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smhsw2VzPk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smhsw2VzPk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk a.nav-link .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smhsw2VzPk a.nav-link:hover .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smhsw2VzPk .navbar {
    height: 77px;
  }
  .cid-smhsw2VzPk .navbar.opened {
    height: auto;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9sNG6IJkF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u9sNG6IJkF img,
.cid-u9sNG6IJkF .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9sNG6IJkF .item:focus,
.cid-u9sNG6IJkF span:focus {
  outline: none;
}
.cid-u9sNG6IJkF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9sNG6IJkF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9sNG6IJkF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9sNG6IJkF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9sNG6IJkF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9sNG6IJkF .mbr-section-title {
  color: #232323;
}
.cid-smfLWAxbaX {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-6-800x600.jpg");
}
.cid-smfLWAxbaX ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-smfLWAxbaX ul li {
  padding: 1rem 0;
}
.cid-smfLWAxbaX ul li:hover {
  color: #54433e;
}
.cid-smfLWAxbaX .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-smfLWAxbaX .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-smfLWAxbaX .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-smfLWAxbaX .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smfLWAxbaX .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-smfLWAxbaX .map {
    height: auto;
  }
}
.cid-smfLWAxbaX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-smfLWAxbaX .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-smfLWAxbaX .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smfLWAxbaX .social-list a:hover {
  opacity: 1;
}
.cid-smfLWAxbaX .row-element,
.cid-smfLWAxbaX .image-element {
  padding: 0;
}
.cid-smfLWAxbaX .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smfLWAxbaX .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #54433e, #d5d0b2);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-smfLWAxbaX .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-smfLWAxbaX .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smfLWAxbaX .text-content {
    padding: 2rem 1rem;
  }
  .cid-smfLWAxbaX .underline .line {
    height: 2px;
  }
  .cid-smfLWAxbaX .mbr-title,
  .cid-smfLWAxbaX .underline,
  .cid-smfLWAxbaX .mbr-text,
  .cid-smfLWAxbaX .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-smfLWAxbaX .mbr-title,
.cid-smfLWAxbaX .underline {
  color: #ffffff;
}
.cid-smfLWAxbaX .mbr-text,
.cid-smfLWAxbaX .mbr-section-btn {
  color: #ffffff;
}
.cid-smfLWAxbaX mbr-list LI {
  color: #ffffff;
}
.cid-smfLWAxbaX mbr-list {
  text-align: center;
}
.cid-smfLWAxbaX .mbr-list,
.cid-smfLWAxbaX .social-list mbr-list {
  color: #ffffff;
}
.cid-smfLWAxbaX .social-list,
.cid-smfLWAxbaX .mbr-list {
  color: #ffffff;
}
.cid-smfLWAxbaX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-smKislNXCg {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-06-altholzinseln-1180x616.jpg");
}
.cid-smKislNXCg .mbr-section-title {
  text-align: center;
}
.cid-srPkrdexib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-srPkrdexib img,
.cid-srPkrdexib .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-srPkrdexib .item:focus,
.cid-srPkrdexib span:focus {
  outline: none;
}
.cid-srPkrdexib .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-srPkrdexib .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-srPkrdexib .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-srPkrdexib .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-srPkrdexib .mbr-section-btn {
  margin-top: auto !important;
}
.cid-srPkrdexib .mbr-section-title {
  color: #644040;
  text-align: left;
}
.cid-srPkrdexib .mbr-text,
.cid-srPkrdexib .mbr-section-btn {
  text-align: left;
}
.cid-srPkrdexib .item-title {
  text-align: left;
  color: #644040;
}
.cid-srPkrdexib .item-subtitle {
  text-align: left;
  color: #644040;
}
.cid-srPkrdexib .mbr-section-subtitle {
  text-align: left;
  color: #644040;
}
.cid-smfRbxPeXf {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-6-800x600.jpg");
}
.cid-smfRbxPeXf ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-smfRbxPeXf ul li {
  padding: 1rem 0;
}
.cid-smfRbxPeXf ul li:hover {
  color: #54433e;
}
.cid-smfRbxPeXf .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-smfRbxPeXf .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-smfRbxPeXf .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-smfRbxPeXf .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smfRbxPeXf .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-smfRbxPeXf .map {
    height: auto;
  }
}
.cid-smfRbxPeXf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-smfRbxPeXf .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-smfRbxPeXf .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smfRbxPeXf .social-list a:hover {
  opacity: 1;
}
.cid-smfRbxPeXf .row-element,
.cid-smfRbxPeXf .image-element {
  padding: 0;
}
.cid-smfRbxPeXf .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smfRbxPeXf .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #54433e, #d5d0b2);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-smfRbxPeXf .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-smfRbxPeXf .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smfRbxPeXf .text-content {
    padding: 2rem 1rem;
  }
  .cid-smfRbxPeXf .underline .line {
    height: 2px;
  }
  .cid-smfRbxPeXf .mbr-title,
  .cid-smfRbxPeXf .underline,
  .cid-smfRbxPeXf .mbr-text,
  .cid-smfRbxPeXf .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-smfRbxPeXf .mbr-title,
.cid-smfRbxPeXf .underline {
  color: #ffffff;
}
.cid-smfRbxPeXf .mbr-text,
.cid-smfRbxPeXf .mbr-section-btn {
  color: #ffffff;
}
.cid-smfRbxPeXf mbr-list LI {
  color: #ffffff;
}
.cid-smfRbxPeXf mbr-list {
  text-align: center;
}
.cid-smfRbxPeXf .mbr-list,
.cid-smfRbxPeXf .social-list mbr-list {
  color: #ffffff;
}
.cid-smfRbxPeXf .social-list,
.cid-smfRbxPeXf .mbr-list {
  color: #ffffff;
}
.cid-smfRbxPeXf .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-smhsw2VzPk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #8b7169;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .nav-item,
.cid-smhsw2VzPk .nav-link,
.cid-smhsw2VzPk .navbar-caption {
  font-weight: normal;
}
.cid-smhsw2VzPk .nav-item:focus,
.cid-smhsw2VzPk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smhsw2VzPk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smhsw2VzPk .nav-item .nav-link {
    position: relative;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #8b7169;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smhsw2VzPk .nav-item:hover .nav-link:before,
  .cid-smhsw2VzPk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f7f6;
}
.cid-smhsw2VzPk .navbar.opened {
  transition: all 0.3s;
  background: #f7f7f6 !important;
}
.cid-smhsw2VzPk .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smhsw2VzPk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smhsw2VzPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smhsw2VzPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smhsw2VzPk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smhsw2VzPk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smhsw2VzPk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smhsw2VzPk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smhsw2VzPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smhsw2VzPk .navbar.navbar-short {
  background: #f7f7f6 !important;
  min-height: 60px;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smhsw2VzPk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smhsw2VzPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smhsw2VzPk .dropdown-item.active,
.cid-smhsw2VzPk .dropdown-item:active {
  background-color: transparent;
}
.cid-smhsw2VzPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f6;
  z-index: 2;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smhsw2VzPk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smhsw2VzPk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .navbar-buttons {
  text-align: center;
}
.cid-smhsw2VzPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smhsw2VzPk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #d5d0b2;
  display: inline-flex;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smhsw2VzPk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smhsw2VzPk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk a.nav-link .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smhsw2VzPk a.nav-link:hover .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smhsw2VzPk .navbar {
    height: 77px;
  }
  .cid-smhsw2VzPk .navbar.opened {
    height: auto;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smg57YcRVU {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-smg57YcRVU .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-smg57YcRVU .mbr-section-subtitle {
  color: #54433e;
  letter-spacing: 0.03em;
}
.cid-smg57YcRVU .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-smg57YcRVU .wrap-img {
  padding-bottom: 1rem;
}
.cid-smg57YcRVU .wrap-img img {
  max-width: 100%;
}
.cid-smg57YcRVU .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-smg57YcRVU .card-box > p {
  text-align: center;
}
.cid-smfZ4cXwrk {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-6-800x600.jpg");
}
.cid-smfZ4cXwrk ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-smfZ4cXwrk ul li {
  padding: 1rem 0;
}
.cid-smfZ4cXwrk ul li:hover {
  color: #54433e;
}
.cid-smfZ4cXwrk .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-smfZ4cXwrk .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-smfZ4cXwrk .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-smfZ4cXwrk .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smfZ4cXwrk .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-smfZ4cXwrk .map {
    height: auto;
  }
}
.cid-smfZ4cXwrk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-smfZ4cXwrk .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-smfZ4cXwrk .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smfZ4cXwrk .social-list a:hover {
  opacity: 1;
}
.cid-smfZ4cXwrk .row-element,
.cid-smfZ4cXwrk .image-element {
  padding: 0;
}
.cid-smfZ4cXwrk .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smfZ4cXwrk .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #54433e, #d5d0b2);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-smfZ4cXwrk .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-smfZ4cXwrk .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smfZ4cXwrk .text-content {
    padding: 2rem 1rem;
  }
  .cid-smfZ4cXwrk .underline .line {
    height: 2px;
  }
  .cid-smfZ4cXwrk .mbr-title,
  .cid-smfZ4cXwrk .underline,
  .cid-smfZ4cXwrk .mbr-text,
  .cid-smfZ4cXwrk .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-smfZ4cXwrk .mbr-title,
.cid-smfZ4cXwrk .underline {
  color: #ffffff;
}
.cid-smfZ4cXwrk .mbr-text,
.cid-smfZ4cXwrk .mbr-section-btn {
  color: #ffffff;
}
.cid-smfZ4cXwrk mbr-list LI {
  color: #ffffff;
}
.cid-smfZ4cXwrk mbr-list {
  text-align: center;
}
.cid-smfZ4cXwrk .mbr-list,
.cid-smfZ4cXwrk .social-list mbr-list {
  color: #ffffff;
}
.cid-smfZ4cXwrk .social-list,
.cid-smfZ4cXwrk .mbr-list {
  color: #ffffff;
}
.cid-smfZ4cXwrk .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-smhsw2VzPk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #8b7169;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .nav-item,
.cid-smhsw2VzPk .nav-link,
.cid-smhsw2VzPk .navbar-caption {
  font-weight: normal;
}
.cid-smhsw2VzPk .nav-item:focus,
.cid-smhsw2VzPk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smhsw2VzPk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smhsw2VzPk .nav-item .nav-link {
    position: relative;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #8b7169;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smhsw2VzPk .nav-item:hover .nav-link:before,
  .cid-smhsw2VzPk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f7f6;
}
.cid-smhsw2VzPk .navbar.opened {
  transition: all 0.3s;
  background: #f7f7f6 !important;
}
.cid-smhsw2VzPk .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smhsw2VzPk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smhsw2VzPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smhsw2VzPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smhsw2VzPk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smhsw2VzPk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smhsw2VzPk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smhsw2VzPk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smhsw2VzPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smhsw2VzPk .navbar.navbar-short {
  background: #f7f7f6 !important;
  min-height: 60px;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smhsw2VzPk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smhsw2VzPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smhsw2VzPk .dropdown-item.active,
.cid-smhsw2VzPk .dropdown-item:active {
  background-color: transparent;
}
.cid-smhsw2VzPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f6;
  z-index: 2;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smhsw2VzPk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smhsw2VzPk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .navbar-buttons {
  text-align: center;
}
.cid-smhsw2VzPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smhsw2VzPk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #d5d0b2;
  display: inline-flex;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smhsw2VzPk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smhsw2VzPk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk a.nav-link .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smhsw2VzPk a.nav-link:hover .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smhsw2VzPk .navbar {
    height: 77px;
  }
  .cid-smhsw2VzPk .navbar.opened {
    height: auto;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smKsF3Wr6F {
  overflow-x: hidden !important;
}
.cid-smKsF3Wr6F,
.cid-smKsF3Wr6F .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
.cid-smKsF3Wr6F .mbr-section-title {
  color: #d5d0b2;
}
.cid-smKsF3Wr6F .mbr-section-title span {
  color: #54433e;
}
.cid-smKsF3Wr6F .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smKsF3Wr6F .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-1-2000x1500.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-smKsF3Wr6F .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smKsF3Wr6F .mbr-overlay {
  z-index: 1;
}
.cid-smKsF3Wr6F .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-smh58ZUthx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-smh58ZUthx .item {
  padding-bottom: 2rem;
}
.cid-smh58ZUthx .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-smh58ZUthx .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smh58ZUthx .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-smh58ZUthx .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smh58ZUthx .carousel-control,
.cid-smh58ZUthx .close {
  background: #1b1b1b;
}
.cid-smh58ZUthx .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smh58ZUthx .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smh58ZUthx .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smh58ZUthx .carousel-control-next span {
  margin-left: 5px;
}
.cid-smh58ZUthx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-smh58ZUthx .close::before {
  content: '\e91a';
}
.cid-smh58ZUthx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smh58ZUthx .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-smh58ZUthx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smh58ZUthx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smh58ZUthx .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smh58ZUthx .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smh58ZUthx .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-smh58ZUthx .carousel-indicators li.active,
.cid-smh58ZUthx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smh58ZUthx .carousel-indicators li::after,
.cid-smh58ZUthx .carousel-indicators li::before {
  content: none;
}
.cid-smh58ZUthx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smh58ZUthx .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smh58ZUthx .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smh58ZUthx .carousel-indicators {
    display: none;
  }
}
.cid-smh58ZUthx .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smh58ZUthx .carousel-inner > .active {
  display: block;
}
.cid-smh58ZUthx .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smh58ZUthx .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smh58ZUthx .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smh58ZUthx .carousel-control,
  .cid-smh58ZUthx .carousel-indicators,
  .cid-smh58ZUthx .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smh58ZUthx .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smh58ZUthx .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smh58ZUthx .carousel-indicators .active,
.cid-smh58ZUthx .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smh58ZUthx .carousel-indicators .active {
  background: #fff;
}
.cid-smh58ZUthx .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smh58ZUthx .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smh58ZUthx .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smh58ZUthx .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smh58ZUthx .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smh58ZUthx .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smh58ZUthx .carousel {
  width: 100%;
}
.cid-smh58ZUthx .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smh58ZUthx .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smh58ZUthx .modal.fade .modal-dialog,
.cid-smh58ZUthx .modal.in .modal-dialog {
  transform: none;
}
.cid-smh58ZUthx .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smh58ZUthx H6 {
  text-align: center;
}
.cid-smh58ZUthx H3 {
  text-align: left;
  color: #644040;
}
.cid-smh58ZUthx H4 {
  text-align: left;
  color: #644040;
}
.cid-smKuavPcg0 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-smh591GtV0 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-6-800x600.jpg");
}
.cid-smh591GtV0 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-smh591GtV0 ul li {
  padding: 1rem 0;
}
.cid-smh591GtV0 ul li:hover {
  color: #54433e;
}
.cid-smh591GtV0 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-smh591GtV0 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-smh591GtV0 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-smh591GtV0 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smh591GtV0 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-smh591GtV0 .map {
    height: auto;
  }
}
.cid-smh591GtV0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-smh591GtV0 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-smh591GtV0 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smh591GtV0 .social-list a:hover {
  opacity: 1;
}
.cid-smh591GtV0 .row-element,
.cid-smh591GtV0 .image-element {
  padding: 0;
}
.cid-smh591GtV0 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smh591GtV0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #54433e, #d5d0b2);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-smh591GtV0 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-smh591GtV0 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smh591GtV0 .text-content {
    padding: 2rem 1rem;
  }
  .cid-smh591GtV0 .underline .line {
    height: 2px;
  }
  .cid-smh591GtV0 .mbr-title,
  .cid-smh591GtV0 .underline,
  .cid-smh591GtV0 .mbr-text,
  .cid-smh591GtV0 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-smh591GtV0 .mbr-title,
.cid-smh591GtV0 .underline {
  color: #ffffff;
}
.cid-smh591GtV0 .mbr-text,
.cid-smh591GtV0 .mbr-section-btn {
  color: #ffffff;
}
.cid-smh591GtV0 mbr-list LI {
  color: #ffffff;
}
.cid-smh591GtV0 mbr-list {
  text-align: center;
}
.cid-smh591GtV0 .mbr-list,
.cid-smh591GtV0 .social-list mbr-list {
  color: #ffffff;
}
.cid-smh591GtV0 .social-list,
.cid-smh591GtV0 .mbr-list {
  color: #ffffff;
}
.cid-smh591GtV0 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-smhsw2VzPk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #8b7169;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .nav-item,
.cid-smhsw2VzPk .nav-link,
.cid-smhsw2VzPk .navbar-caption {
  font-weight: normal;
}
.cid-smhsw2VzPk .nav-item:focus,
.cid-smhsw2VzPk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smhsw2VzPk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smhsw2VzPk .nav-item .nav-link {
    position: relative;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #8b7169;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smhsw2VzPk .nav-item:hover .nav-link:before,
  .cid-smhsw2VzPk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f7f6;
}
.cid-smhsw2VzPk .navbar.opened {
  transition: all 0.3s;
  background: #f7f7f6 !important;
}
.cid-smhsw2VzPk .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smhsw2VzPk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smhsw2VzPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smhsw2VzPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smhsw2VzPk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smhsw2VzPk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smhsw2VzPk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smhsw2VzPk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smhsw2VzPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smhsw2VzPk .navbar.navbar-short {
  background: #f7f7f6 !important;
  min-height: 60px;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smhsw2VzPk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smhsw2VzPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smhsw2VzPk .dropdown-item.active,
.cid-smhsw2VzPk .dropdown-item:active {
  background-color: transparent;
}
.cid-smhsw2VzPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f6;
  z-index: 2;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smhsw2VzPk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smhsw2VzPk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .navbar-buttons {
  text-align: center;
}
.cid-smhsw2VzPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smhsw2VzPk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #d5d0b2;
  display: inline-flex;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smhsw2VzPk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smhsw2VzPk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk a.nav-link .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smhsw2VzPk a.nav-link:hover .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smhsw2VzPk .navbar {
    height: 77px;
  }
  .cid-smhsw2VzPk .navbar.opened {
    height: auto;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smKsKVKfHA {
  overflow-x: hidden !important;
}
.cid-smKsKVKfHA,
.cid-smKsKVKfHA .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
.cid-smKsKVKfHA .mbr-section-title {
  color: #d5d0b2;
}
.cid-smKsKVKfHA .mbr-section-title span {
  color: #54433e;
}
.cid-smKsKVKfHA .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smKsKVKfHA .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-1-2000x1500.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-smKsKVKfHA .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smKsKVKfHA .mbr-overlay {
  z-index: 1;
}
.cid-smKsKVKfHA .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-smh6AqskGs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-smh6AqskGs .item {
  padding-bottom: 2rem;
}
.cid-smh6AqskGs .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-smh6AqskGs .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smh6AqskGs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-smh6AqskGs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smh6AqskGs .carousel-control,
.cid-smh6AqskGs .close {
  background: #1b1b1b;
}
.cid-smh6AqskGs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smh6AqskGs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smh6AqskGs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smh6AqskGs .carousel-control-next span {
  margin-left: 5px;
}
.cid-smh6AqskGs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-smh6AqskGs .close::before {
  content: '\e91a';
}
.cid-smh6AqskGs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smh6AqskGs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-smh6AqskGs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smh6AqskGs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smh6AqskGs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smh6AqskGs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smh6AqskGs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-smh6AqskGs .carousel-indicators li.active,
.cid-smh6AqskGs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smh6AqskGs .carousel-indicators li::after,
.cid-smh6AqskGs .carousel-indicators li::before {
  content: none;
}
.cid-smh6AqskGs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smh6AqskGs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smh6AqskGs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smh6AqskGs .carousel-indicators {
    display: none;
  }
}
.cid-smh6AqskGs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smh6AqskGs .carousel-inner > .active {
  display: block;
}
.cid-smh6AqskGs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smh6AqskGs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smh6AqskGs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smh6AqskGs .carousel-control,
  .cid-smh6AqskGs .carousel-indicators,
  .cid-smh6AqskGs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smh6AqskGs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smh6AqskGs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smh6AqskGs .carousel-indicators .active,
.cid-smh6AqskGs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smh6AqskGs .carousel-indicators .active {
  background: #fff;
}
.cid-smh6AqskGs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smh6AqskGs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smh6AqskGs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smh6AqskGs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smh6AqskGs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smh6AqskGs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smh6AqskGs .carousel {
  width: 100%;
}
.cid-smh6AqskGs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smh6AqskGs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smh6AqskGs .modal.fade .modal-dialog,
.cid-smh6AqskGs .modal.in .modal-dialog {
  transform: none;
}
.cid-smh6AqskGs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smh6AqskGs H6 {
  text-align: center;
}
.cid-smh6AqskGs H3 {
  text-align: left;
  color: #644040;
}
.cid-smh6AqskGs H4 {
  text-align: left;
  color: #644040;
}
.cid-smKupU9mJI {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-smh6ArBHK9 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-6-800x600.jpg");
}
.cid-smh6ArBHK9 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-smh6ArBHK9 ul li {
  padding: 1rem 0;
}
.cid-smh6ArBHK9 ul li:hover {
  color: #54433e;
}
.cid-smh6ArBHK9 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-smh6ArBHK9 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-smh6ArBHK9 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-smh6ArBHK9 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smh6ArBHK9 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-smh6ArBHK9 .map {
    height: auto;
  }
}
.cid-smh6ArBHK9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-smh6ArBHK9 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-smh6ArBHK9 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smh6ArBHK9 .social-list a:hover {
  opacity: 1;
}
.cid-smh6ArBHK9 .row-element,
.cid-smh6ArBHK9 .image-element {
  padding: 0;
}
.cid-smh6ArBHK9 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smh6ArBHK9 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #54433e, #d5d0b2);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-smh6ArBHK9 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-smh6ArBHK9 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smh6ArBHK9 .text-content {
    padding: 2rem 1rem;
  }
  .cid-smh6ArBHK9 .underline .line {
    height: 2px;
  }
  .cid-smh6ArBHK9 .mbr-title,
  .cid-smh6ArBHK9 .underline,
  .cid-smh6ArBHK9 .mbr-text,
  .cid-smh6ArBHK9 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-smh6ArBHK9 .mbr-title,
.cid-smh6ArBHK9 .underline {
  color: #ffffff;
}
.cid-smh6ArBHK9 .mbr-text,
.cid-smh6ArBHK9 .mbr-section-btn {
  color: #ffffff;
}
.cid-smh6ArBHK9 mbr-list LI {
  color: #ffffff;
}
.cid-smh6ArBHK9 mbr-list {
  text-align: center;
}
.cid-smh6ArBHK9 .mbr-list,
.cid-smh6ArBHK9 .social-list mbr-list {
  color: #ffffff;
}
.cid-smh6ArBHK9 .social-list,
.cid-smh6ArBHK9 .mbr-list {
  color: #ffffff;
}
.cid-smh6ArBHK9 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-smhsw2VzPk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #8b7169;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .nav-item,
.cid-smhsw2VzPk .nav-link,
.cid-smhsw2VzPk .navbar-caption {
  font-weight: normal;
}
.cid-smhsw2VzPk .nav-item:focus,
.cid-smhsw2VzPk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smhsw2VzPk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smhsw2VzPk .nav-item .nav-link {
    position: relative;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #8b7169;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smhsw2VzPk .nav-item:hover .nav-link:before,
  .cid-smhsw2VzPk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f7f6;
}
.cid-smhsw2VzPk .navbar.opened {
  transition: all 0.3s;
  background: #f7f7f6 !important;
}
.cid-smhsw2VzPk .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smhsw2VzPk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smhsw2VzPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smhsw2VzPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smhsw2VzPk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smhsw2VzPk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smhsw2VzPk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smhsw2VzPk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smhsw2VzPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smhsw2VzPk .navbar.navbar-short {
  background: #f7f7f6 !important;
  min-height: 60px;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smhsw2VzPk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smhsw2VzPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smhsw2VzPk .dropdown-item.active,
.cid-smhsw2VzPk .dropdown-item:active {
  background-color: transparent;
}
.cid-smhsw2VzPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f6;
  z-index: 2;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smhsw2VzPk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smhsw2VzPk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .navbar-buttons {
  text-align: center;
}
.cid-smhsw2VzPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smhsw2VzPk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #d5d0b2;
  display: inline-flex;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smhsw2VzPk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smhsw2VzPk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk a.nav-link .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smhsw2VzPk a.nav-link:hover .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smhsw2VzPk .navbar {
    height: 77px;
  }
  .cid-smhsw2VzPk .navbar.opened {
    height: auto;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smKsPoQXGH {
  overflow-x: hidden !important;
}
.cid-smKsPoQXGH,
.cid-smKsPoQXGH .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
.cid-smKsPoQXGH .mbr-section-title {
  color: #d5d0b2;
}
.cid-smKsPoQXGH .mbr-section-title span {
  color: #54433e;
}
.cid-smKsPoQXGH .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smKsPoQXGH .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-1-2000x1500.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-smKsPoQXGH .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smKsPoQXGH .mbr-overlay {
  z-index: 1;
}
.cid-smKsPoQXGH .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-smhaqLW5EY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-smhaqLW5EY .item {
  padding-bottom: 2rem;
}
.cid-smhaqLW5EY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-smhaqLW5EY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smhaqLW5EY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-smhaqLW5EY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smhaqLW5EY .carousel-control,
.cid-smhaqLW5EY .close {
  background: #1b1b1b;
}
.cid-smhaqLW5EY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smhaqLW5EY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smhaqLW5EY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smhaqLW5EY .carousel-control-next span {
  margin-left: 5px;
}
.cid-smhaqLW5EY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-smhaqLW5EY .close::before {
  content: '\e91a';
}
.cid-smhaqLW5EY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smhaqLW5EY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-smhaqLW5EY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smhaqLW5EY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smhaqLW5EY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smhaqLW5EY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smhaqLW5EY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-smhaqLW5EY .carousel-indicators li.active,
.cid-smhaqLW5EY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smhaqLW5EY .carousel-indicators li::after,
.cid-smhaqLW5EY .carousel-indicators li::before {
  content: none;
}
.cid-smhaqLW5EY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smhaqLW5EY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smhaqLW5EY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smhaqLW5EY .carousel-indicators {
    display: none;
  }
}
.cid-smhaqLW5EY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smhaqLW5EY .carousel-inner > .active {
  display: block;
}
.cid-smhaqLW5EY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smhaqLW5EY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smhaqLW5EY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smhaqLW5EY .carousel-control,
  .cid-smhaqLW5EY .carousel-indicators,
  .cid-smhaqLW5EY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smhaqLW5EY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smhaqLW5EY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smhaqLW5EY .carousel-indicators .active,
.cid-smhaqLW5EY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smhaqLW5EY .carousel-indicators .active {
  background: #fff;
}
.cid-smhaqLW5EY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smhaqLW5EY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smhaqLW5EY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smhaqLW5EY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smhaqLW5EY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smhaqLW5EY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smhaqLW5EY .carousel {
  width: 100%;
}
.cid-smhaqLW5EY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smhaqLW5EY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smhaqLW5EY .modal.fade .modal-dialog,
.cid-smhaqLW5EY .modal.in .modal-dialog {
  transform: none;
}
.cid-smhaqLW5EY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smhaqLW5EY H6 {
  text-align: center;
}
.cid-smhaqLW5EY H3 {
  text-align: left;
  color: #644040;
}
.cid-smhaqLW5EY H4 {
  text-align: left;
  color: #644040;
}
.cid-smKuGGEgk0 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-smhaqMTvUN {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-6-800x600.jpg");
}
.cid-smhaqMTvUN ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-smhaqMTvUN ul li {
  padding: 1rem 0;
}
.cid-smhaqMTvUN ul li:hover {
  color: #54433e;
}
.cid-smhaqMTvUN .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-smhaqMTvUN .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-smhaqMTvUN .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-smhaqMTvUN .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smhaqMTvUN .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-smhaqMTvUN .map {
    height: auto;
  }
}
.cid-smhaqMTvUN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-smhaqMTvUN .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-smhaqMTvUN .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smhaqMTvUN .social-list a:hover {
  opacity: 1;
}
.cid-smhaqMTvUN .row-element,
.cid-smhaqMTvUN .image-element {
  padding: 0;
}
.cid-smhaqMTvUN .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smhaqMTvUN .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #54433e, #d5d0b2);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-smhaqMTvUN .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-smhaqMTvUN .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smhaqMTvUN .text-content {
    padding: 2rem 1rem;
  }
  .cid-smhaqMTvUN .underline .line {
    height: 2px;
  }
  .cid-smhaqMTvUN .mbr-title,
  .cid-smhaqMTvUN .underline,
  .cid-smhaqMTvUN .mbr-text,
  .cid-smhaqMTvUN .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-smhaqMTvUN .mbr-title,
.cid-smhaqMTvUN .underline {
  color: #ffffff;
}
.cid-smhaqMTvUN .mbr-text,
.cid-smhaqMTvUN .mbr-section-btn {
  color: #ffffff;
}
.cid-smhaqMTvUN mbr-list LI {
  color: #ffffff;
}
.cid-smhaqMTvUN mbr-list {
  text-align: center;
}
.cid-smhaqMTvUN .mbr-list,
.cid-smhaqMTvUN .social-list mbr-list {
  color: #ffffff;
}
.cid-smhaqMTvUN .social-list,
.cid-smhaqMTvUN .mbr-list {
  color: #ffffff;
}
.cid-smhaqMTvUN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-smhsw2VzPk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #8b7169;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .nav-item,
.cid-smhsw2VzPk .nav-link,
.cid-smhsw2VzPk .navbar-caption {
  font-weight: normal;
}
.cid-smhsw2VzPk .nav-item:focus,
.cid-smhsw2VzPk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smhsw2VzPk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smhsw2VzPk .nav-item .nav-link {
    position: relative;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #8b7169;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smhsw2VzPk .nav-item:hover .nav-link:before,
  .cid-smhsw2VzPk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f7f6;
}
.cid-smhsw2VzPk .navbar.opened {
  transition: all 0.3s;
  background: #f7f7f6 !important;
}
.cid-smhsw2VzPk .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smhsw2VzPk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smhsw2VzPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smhsw2VzPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smhsw2VzPk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smhsw2VzPk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smhsw2VzPk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smhsw2VzPk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smhsw2VzPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smhsw2VzPk .navbar.navbar-short {
  background: #f7f7f6 !important;
  min-height: 60px;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smhsw2VzPk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smhsw2VzPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smhsw2VzPk .dropdown-item.active,
.cid-smhsw2VzPk .dropdown-item:active {
  background-color: transparent;
}
.cid-smhsw2VzPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f6;
  z-index: 2;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smhsw2VzPk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smhsw2VzPk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .navbar-buttons {
  text-align: center;
}
.cid-smhsw2VzPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smhsw2VzPk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #d5d0b2;
  display: inline-flex;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smhsw2VzPk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smhsw2VzPk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk a.nav-link .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smhsw2VzPk a.nav-link:hover .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smhsw2VzPk .navbar {
    height: 77px;
  }
  .cid-smhsw2VzPk .navbar.opened {
    height: auto;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smKsTPULYC {
  overflow-x: hidden !important;
}
.cid-smKsTPULYC,
.cid-smKsTPULYC .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
.cid-smKsTPULYC .mbr-section-title {
  color: #d5d0b2;
}
.cid-smKsTPULYC .mbr-section-title span {
  color: #54433e;
}
.cid-smKsTPULYC .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smKsTPULYC .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-1-2000x1500.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-smKsTPULYC .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smKsTPULYC .mbr-overlay {
  z-index: 1;
}
.cid-smKsTPULYC .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-smhci4FeyQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-smhci4FeyQ .item {
  padding-bottom: 2rem;
}
.cid-smhci4FeyQ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-smhci4FeyQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smhci4FeyQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-smhci4FeyQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smhci4FeyQ .carousel-control,
.cid-smhci4FeyQ .close {
  background: #1b1b1b;
}
.cid-smhci4FeyQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smhci4FeyQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smhci4FeyQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smhci4FeyQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-smhci4FeyQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-smhci4FeyQ .close::before {
  content: '\e91a';
}
.cid-smhci4FeyQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smhci4FeyQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-smhci4FeyQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smhci4FeyQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smhci4FeyQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smhci4FeyQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smhci4FeyQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-smhci4FeyQ .carousel-indicators li.active,
.cid-smhci4FeyQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smhci4FeyQ .carousel-indicators li::after,
.cid-smhci4FeyQ .carousel-indicators li::before {
  content: none;
}
.cid-smhci4FeyQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smhci4FeyQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smhci4FeyQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smhci4FeyQ .carousel-indicators {
    display: none;
  }
}
.cid-smhci4FeyQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smhci4FeyQ .carousel-inner > .active {
  display: block;
}
.cid-smhci4FeyQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smhci4FeyQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smhci4FeyQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smhci4FeyQ .carousel-control,
  .cid-smhci4FeyQ .carousel-indicators,
  .cid-smhci4FeyQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smhci4FeyQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smhci4FeyQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smhci4FeyQ .carousel-indicators .active,
.cid-smhci4FeyQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smhci4FeyQ .carousel-indicators .active {
  background: #fff;
}
.cid-smhci4FeyQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smhci4FeyQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smhci4FeyQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smhci4FeyQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smhci4FeyQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smhci4FeyQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smhci4FeyQ .carousel {
  width: 100%;
}
.cid-smhci4FeyQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smhci4FeyQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smhci4FeyQ .modal.fade .modal-dialog,
.cid-smhci4FeyQ .modal.in .modal-dialog {
  transform: none;
}
.cid-smhci4FeyQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smhci4FeyQ H6 {
  text-align: center;
}
.cid-smhci4FeyQ H3 {
  text-align: left;
  color: #644040;
}
.cid-smhci4FeyQ H4 {
  text-align: left;
  color: #644040;
}
.cid-smKuU57YPz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-smhci5Byio {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-6-800x600.jpg");
}
.cid-smhci5Byio ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-smhci5Byio ul li {
  padding: 1rem 0;
}
.cid-smhci5Byio ul li:hover {
  color: #54433e;
}
.cid-smhci5Byio .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-smhci5Byio .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-smhci5Byio .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-smhci5Byio .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smhci5Byio .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-smhci5Byio .map {
    height: auto;
  }
}
.cid-smhci5Byio .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-smhci5Byio .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-smhci5Byio .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smhci5Byio .social-list a:hover {
  opacity: 1;
}
.cid-smhci5Byio .row-element,
.cid-smhci5Byio .image-element {
  padding: 0;
}
.cid-smhci5Byio .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smhci5Byio .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #54433e, #d5d0b2);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-smhci5Byio .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-smhci5Byio .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smhci5Byio .text-content {
    padding: 2rem 1rem;
  }
  .cid-smhci5Byio .underline .line {
    height: 2px;
  }
  .cid-smhci5Byio .mbr-title,
  .cid-smhci5Byio .underline,
  .cid-smhci5Byio .mbr-text,
  .cid-smhci5Byio .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-smhci5Byio .mbr-title,
.cid-smhci5Byio .underline {
  color: #ffffff;
}
.cid-smhci5Byio .mbr-text,
.cid-smhci5Byio .mbr-section-btn {
  color: #ffffff;
}
.cid-smhci5Byio mbr-list LI {
  color: #ffffff;
}
.cid-smhci5Byio mbr-list {
  text-align: center;
}
.cid-smhci5Byio .mbr-list,
.cid-smhci5Byio .social-list mbr-list {
  color: #ffffff;
}
.cid-smhci5Byio .social-list,
.cid-smhci5Byio .mbr-list {
  color: #ffffff;
}
.cid-smhci5Byio .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-smhsw2VzPk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #8b7169;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .nav-item,
.cid-smhsw2VzPk .nav-link,
.cid-smhsw2VzPk .navbar-caption {
  font-weight: normal;
}
.cid-smhsw2VzPk .nav-item:focus,
.cid-smhsw2VzPk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smhsw2VzPk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smhsw2VzPk .nav-item .nav-link {
    position: relative;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #8b7169;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smhsw2VzPk .nav-item:hover .nav-link:before,
  .cid-smhsw2VzPk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f7f6;
}
.cid-smhsw2VzPk .navbar.opened {
  transition: all 0.3s;
  background: #f7f7f6 !important;
}
.cid-smhsw2VzPk .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smhsw2VzPk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smhsw2VzPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smhsw2VzPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smhsw2VzPk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smhsw2VzPk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smhsw2VzPk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smhsw2VzPk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smhsw2VzPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smhsw2VzPk .navbar.navbar-short {
  background: #f7f7f6 !important;
  min-height: 60px;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smhsw2VzPk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smhsw2VzPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smhsw2VzPk .dropdown-item.active,
.cid-smhsw2VzPk .dropdown-item:active {
  background-color: transparent;
}
.cid-smhsw2VzPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f6;
  z-index: 2;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smhsw2VzPk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smhsw2VzPk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .navbar-buttons {
  text-align: center;
}
.cid-smhsw2VzPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smhsw2VzPk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #d5d0b2;
  display: inline-flex;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smhsw2VzPk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smhsw2VzPk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk a.nav-link .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smhsw2VzPk a.nav-link:hover .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smhsw2VzPk .navbar {
    height: 77px;
  }
  .cid-smhsw2VzPk .navbar.opened {
    height: auto;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-smKsY177b1 {
  overflow-x: hidden !important;
}
.cid-smKsY177b1,
.cid-smKsY177b1 .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 60px;
}
.cid-smKsY177b1 .mbr-section-title {
  color: #d5d0b2;
}
.cid-smKsY177b1 .mbr-section-title span {
  color: #54433e;
}
.cid-smKsY177b1 .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-smKsY177b1 .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-1-2000x1500.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-smKsY177b1 .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-smKsY177b1 .mbr-overlay {
  z-index: 1;
}
.cid-smKsY177b1 .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-smhdqMTdBm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-smhdqMTdBm .item {
  padding-bottom: 2rem;
}
.cid-smhdqMTdBm .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-smhdqMTdBm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-smhdqMTdBm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-smhdqMTdBm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-smhdqMTdBm .carousel-control,
.cid-smhdqMTdBm .close {
  background: #1b1b1b;
}
.cid-smhdqMTdBm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-smhdqMTdBm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-smhdqMTdBm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-smhdqMTdBm .carousel-control-next span {
  margin-left: 5px;
}
.cid-smhdqMTdBm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-smhdqMTdBm .close::before {
  content: '\e91a';
}
.cid-smhdqMTdBm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-smhdqMTdBm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-smhdqMTdBm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smhdqMTdBm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-smhdqMTdBm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-smhdqMTdBm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-smhdqMTdBm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-smhdqMTdBm .carousel-indicators li.active,
.cid-smhdqMTdBm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-smhdqMTdBm .carousel-indicators li::after,
.cid-smhdqMTdBm .carousel-indicators li::before {
  content: none;
}
.cid-smhdqMTdBm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-smhdqMTdBm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-smhdqMTdBm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-smhdqMTdBm .carousel-indicators {
    display: none;
  }
}
.cid-smhdqMTdBm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-smhdqMTdBm .carousel-inner > .active {
  display: block;
}
.cid-smhdqMTdBm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smhdqMTdBm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smhdqMTdBm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-smhdqMTdBm .carousel-control,
  .cid-smhdqMTdBm .carousel-indicators,
  .cid-smhdqMTdBm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-smhdqMTdBm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-smhdqMTdBm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-smhdqMTdBm .carousel-indicators .active,
.cid-smhdqMTdBm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-smhdqMTdBm .carousel-indicators .active {
  background: #fff;
}
.cid-smhdqMTdBm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-smhdqMTdBm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-smhdqMTdBm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smhdqMTdBm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-smhdqMTdBm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-smhdqMTdBm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-smhdqMTdBm .carousel {
  width: 100%;
}
.cid-smhdqMTdBm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-smhdqMTdBm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-smhdqMTdBm .modal.fade .modal-dialog,
.cid-smhdqMTdBm .modal.in .modal-dialog {
  transform: none;
}
.cid-smhdqMTdBm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-smhdqMTdBm H6 {
  text-align: center;
}
.cid-smhdqMTdBm H3 {
  text-align: left;
  color: #644040;
}
.cid-smhdqMTdBm H4 {
  text-align: left;
  color: #644040;
}
.cid-smKvkwGK5x {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-smhdqNPWMr {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://vonrotz-forst.ch/assets/images/vonrotz-forst-6-800x600.jpg");
}
.cid-smhdqNPWMr ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-smhdqNPWMr ul li {
  padding: 1rem 0;
}
.cid-smhdqNPWMr ul li:hover {
  color: #54433e;
}
.cid-smhdqNPWMr .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-smhdqNPWMr .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-smhdqNPWMr .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-smhdqNPWMr .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-smhdqNPWMr .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-smhdqNPWMr .map {
    height: auto;
  }
}
.cid-smhdqNPWMr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-smhdqNPWMr .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-smhdqNPWMr .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-smhdqNPWMr .social-list a:hover {
  opacity: 1;
}
.cid-smhdqNPWMr .row-element,
.cid-smhdqNPWMr .image-element {
  padding: 0;
}
.cid-smhdqNPWMr .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-smhdqNPWMr .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #54433e, #d5d0b2);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-smhdqNPWMr .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-smhdqNPWMr .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-smhdqNPWMr .text-content {
    padding: 2rem 1rem;
  }
  .cid-smhdqNPWMr .underline .line {
    height: 2px;
  }
  .cid-smhdqNPWMr .mbr-title,
  .cid-smhdqNPWMr .underline,
  .cid-smhdqNPWMr .mbr-text,
  .cid-smhdqNPWMr .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-smhdqNPWMr .mbr-title,
.cid-smhdqNPWMr .underline {
  color: #ffffff;
}
.cid-smhdqNPWMr .mbr-text,
.cid-smhdqNPWMr .mbr-section-btn {
  color: #ffffff;
}
.cid-smhdqNPWMr mbr-list LI {
  color: #ffffff;
}
.cid-smhdqNPWMr mbr-list {
  text-align: center;
}
.cid-smhdqNPWMr .mbr-list,
.cid-smhdqNPWMr .social-list mbr-list {
  color: #ffffff;
}
.cid-smhdqNPWMr .social-list,
.cid-smhdqNPWMr .mbr-list {
  color: #ffffff;
}
.cid-smhdqNPWMr .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-smhsw2VzPk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #8b7169;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar-buttons {
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .nav-item,
.cid-smhsw2VzPk .nav-link,
.cid-smhsw2VzPk .navbar-caption {
  font-weight: normal;
}
.cid-smhsw2VzPk .nav-item:focus,
.cid-smhsw2VzPk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-smhsw2VzPk .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-smhsw2VzPk .nav-item .nav-link {
    position: relative;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:before {
    content: '';
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #8b7169;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-smhsw2VzPk .nav-item:hover .nav-link:before,
  .cid-smhsw2VzPk .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-smhsw2VzPk .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-smhsw2VzPk .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #f7f7f6;
}
.cid-smhsw2VzPk .navbar.opened {
  transition: all 0.3s;
  background: #f7f7f6 !important;
}
.cid-smhsw2VzPk .navbar .dropdown-item {
  padding: 0.235rem 2rem;
}
.cid-smhsw2VzPk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-smhsw2VzPk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-smhsw2VzPk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smhsw2VzPk .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-smhsw2VzPk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smhsw2VzPk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-smhsw2VzPk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-smhsw2VzPk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-smhsw2VzPk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-smhsw2VzPk .navbar.navbar-short {
  background: #f7f7f6 !important;
  min-height: 60px;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-smhsw2VzPk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smhsw2VzPk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smhsw2VzPk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smhsw2VzPk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-smhsw2VzPk .dropdown-item.active,
.cid-smhsw2VzPk .dropdown-item:active {
  background-color: transparent;
}
.cid-smhsw2VzPk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smhsw2VzPk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f6;
  z-index: 2;
}
.cid-smhsw2VzPk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-smhsw2VzPk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smhsw2VzPk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smhsw2VzPk .navbar-buttons {
  text-align: center;
}
.cid-smhsw2VzPk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-smhsw2VzPk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-smhsw2VzPk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-smhsw2VzPk .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-smhsw2VzPk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #d5d0b2;
  display: inline-flex;
}
.cid-smhsw2VzPk .soc-item .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-smhsw2VzPk .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-smhsw2VzPk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smhsw2VzPk a.nav-link .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-smhsw2VzPk a.nav-link:hover .mbr-iconfont-btn,
.cid-smhsw2VzPk a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-smhsw2VzPk a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-smhsw2VzPk .navbar {
    height: 77px;
  }
  .cid-smhsw2VzPk .navbar.opened {
    height: auto;
  }
  .cid-smhsw2VzPk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
