body {
  font-family: Rubik;
}
.display-1 {
  font-family: '372372_0_0';
  font-size: 3.8rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: '372372_0_0';
  font-size: 2.4rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: '372372_0_0';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: '372372_0_0';
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: '372372_0_0';
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #c36438 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #c36438 !important;
}
.bg-warning {
  background-color: #f8e8cd !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c36438 !important;
  border-color: #c36438 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #884627 !important;
  border-color: #884627 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #884627 !important;
  border-color: #884627 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c9050b !important;
  border-color: #c9050b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #7e0307 !important;
  border-color: #7e0307 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #7e0307 !important;
  border-color: #7e0307 !important;
}
.btn-info,
.btn-info:active {
  background-color: #c36438 !important;
  border-color: #c36438 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #884627 !important;
  border-color: #884627 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #884627 !important;
  border-color: #884627 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f8e8cd !important;
  border-color: #f8e8cd !important;
  color: #ae7618 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ae7618 !important;
  background-color: #efc98a !important;
  border-color: #efc98a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ae7618 !important;
  background-color: #efc98a !important;
  border-color: #efc98a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #743b21;
  color: #743b21;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #c36438;
  border-color: #c36438;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c36438 !important;
  border-color: #c36438 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #650306;
  color: #650306;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #c9050b;
  border-color: #c9050b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c9050b !important;
  border-color: #c9050b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #743b21;
  color: #743b21;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #c36438;
  border-color: #c36438;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c36438 !important;
  border-color: #c36438 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #ebbf74;
  color: #ebbf74;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ae7618;
  background-color: #f8e8cd;
  border-color: #f8e8cd;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ae7618 !important;
  background-color: #f8e8cd !important;
  border-color: #f8e8cd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c36438 !important;
}
.text-secondary {
  color: #c9050b !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #c36438 !important;
}
.text-warning {
  color: #f8e8cd !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #743b21 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #650306 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #743b21 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ebbf74 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c36438;
}
.alert-warning {
  background-color: #f8e8cd;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c36438;
  border-color: #c36438;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c36438;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2b099;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e2b099;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: '372372_0_0';
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #c36438;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #c36438;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #c36438;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c36438;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c36438;
  border-bottom-color: #c36438;
}
.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: #c36438 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #c9050b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c36438' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-szNqH0j6s6 {
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-szNqH0j6s6 H1 {
  color: #c47049;
}
.cid-szNqH0j6s6 H3 {
  color: #c47049;
}
.cid-szNqH0j6s6 .mbr-text,
.cid-szNqH0j6s6 .mbr-section-btn {
  color: #c36438;
}
.cid-szL6OgKtns {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bg-doro-1445x1800.jpg");
}
.cid-szL6OgKtns H1 {
  text-align: right;
  color: #ffeccb;
}
.cid-qVfWsFjEta {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffeccb;
}
.cid-qVfWsFjEta .line {
  background-color: #c36438;
  color: #c36438;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-qVfWsFjEta .section-text {
  padding: 2rem 0;
  color: #c36438;
}
.cid-qVfWsFjEta .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-qVfWsFjEta .inner-container {
    width: 100% !important;
  }
}
.cid-szKNPA2v7U {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffeccb;
}
.cid-szKNPA2v7U P {
  color: #767676;
}
.cid-qVWljVZlJ6 {
  background-image: url("../../../assets/images/schalen-1981-web-2000x1332211.jpg");
}
.cid-qVWljVZlJ6 H1 {
  color: #ffeccb;
}
.cid-qWjaixLpvy {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffeccb;
}
.cid-qWjaixLpvy .card-box {
  padding: 0 2rem;
}
.cid-qWjaixLpvy .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qWjaixLpvy .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qWjaixLpvy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qWjaixLpvy p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qWjaixLpvy .mbr-text {
  color: #c36438;
  text-align: center;
}
.cid-qWjaixLpvy .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #fddfab;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qWjaixLpvy .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qWjaixLpvy .card-title {
  text-align: center;
  color: #c36438;
}
.cid-qWjaE6uI92 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffeccb;
}
.cid-qWjaE6uI92 .card-box {
  padding: 0 2rem;
}
.cid-qWjaE6uI92 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qWjaE6uI92 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qWjaE6uI92 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qWjaE6uI92 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qWjaE6uI92 .mbr-text {
  color: #767676;
}
.cid-qWjaE6uI92 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #fddfab;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qWjaE6uI92 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qWjaE6uI92 .card-title {
  text-align: center;
}
.cid-qWjaOcqOeo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffeccb;
}
.cid-qWjaOcqOeo .card-box {
  padding: 0 2rem;
}
.cid-qWjaOcqOeo .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qWjaOcqOeo .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qWjaOcqOeo h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qWjaOcqOeo p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qWjaOcqOeo .mbr-text {
  color: #767676;
}
.cid-qWjaOcqOeo .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #fddfab;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qWjaOcqOeo .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qWjaOcqOeo .card-title {
  text-align: center;
}
.cid-qWjaUoiX95 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #ffeccb;
}
.cid-qWjaUoiX95 .card-box {
  padding: 0 2rem;
}
.cid-qWjaUoiX95 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-qWjaUoiX95 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-qWjaUoiX95 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-qWjaUoiX95 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-qWjaUoiX95 .mbr-text {
  color: #767676;
}
.cid-qWjaUoiX95 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #fddfab;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-qWjaUoiX95 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-qWjaUoiX95 .card-title {
  text-align: center;
}
.cid-qVh3UUi8FC {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffeccb;
}
.cid-qVh3UUi8FC .mbr-text {
  color: #c36438;
}
.cid-qVh3UUi8FC h4 {
  text-align: center;
}
.cid-qVh3UUi8FC p {
  text-align: center;
}
.cid-qVh3UUi8FC .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-qVh3UUi8FC .card-title,
.cid-qVh3UUi8FC .card-img {
  color: #c36438;
}
.cid-qVhbx5WlDO {
  background-image: url("../../../assets/images/schalen-2000x1333433.jpg");
}
.cid-qVhbx5WlDO H1 {
  color: #ffeccb;
}
.cid-qVgqxs9ulz {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-qVgqxs9ulz h2 {
  text-align: left;
}
.cid-qVgqxs9ulz h4 {
  text-align: left;
  font-weight: 500;
}
.cid-qVgqxs9ulz p {
  color: #767676;
  text-align: left;
}
.cid-qVgqxs9ulz .aside-content {
  flex-basis: 100%;
}
.cid-qVgqxs9ulz .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-qVgqxs9ulz .media {
  margin: initial;
  align-items: center;
}
.cid-qVgqxs9ulz .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-qVgqxs9ulz .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-qVgqxs9ulz .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-qVgqxs9ulz .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-qVgqxs9ulz .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-qVgqxs9ulz .card-img span {
    font-size: 40px !important;
  }
}
.cid-qVgqxs9ulz H2 {
  color: #c36438;
  text-align: left;
}
.cid-qVgqxs9ulz .mbr-text {
  color: #c36438;
}
.cid-qVgqxs9ulz P {
  color: #c36438;
  text-align: left;
}
.cid-qVgqxs9ulz H4 {
  color: #c36438;
  text-align: left;
}
#instagram-feed-block-eh .inst__title {
  color: #c36438;
}
.cid-szFNQQ9xdW {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(0deg, #ffeccb, #ffeccb);
}
.cid-szFNQQ9xdW .mbr-iconfont-social {
  font-size: 32px;
  color: #ff3366;
}
.cid-szFNQQ9xdW .social-list a:focus {
  text-decoration: none;
}
.cid-szFNQQ9xdW H2 {
  color: #c47049;
}
.cid-uJdSgnUmpv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6f3013;
}
@media (max-width: 767px) {
  .cid-uJdSgnUmpv .content {
    text-align: center;
  }
  .cid-uJdSgnUmpv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJdSgnUmpv .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJdSgnUmpv .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJdSgnUmpv .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uJdSgnUmpv .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJdSgnUmpv .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uJdSgnUmpv .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJdSgnUmpv .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uJdSgnUmpv .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJdSgnUmpv .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJdSgnUmpv .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJdSgnUmpv .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJdSgnUmpv .copyright > p {
  color: #f8e8cd;
  text-align: left;
}
.cid-uJdSgnUmpv H5 {
  color: #f8e8cd;
}
.cid-uJdSgnUmpv P {
  color: #ffeccb;
}
.cid-tyGHeLgbPq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6f3013;
}
.cid-tyGHeLgbPq .media-container-row .mbr-text {
  color: #ffeccb;
  text-align: center;
}
.cid-szNzD2yLv8 .navbar {
  background: #ffeccb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-szNzD2yLv8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffeccb;
}
.cid-szNzD2yLv8 a {
  font-style: normal;
}
.cid-szNzD2yLv8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-szNzD2yLv8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-szNzD2yLv8 .nav-item:focus,
.cid-szNzD2yLv8 .nav-link:focus {
  outline: none;
}
.cid-szNzD2yLv8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-szNzD2yLv8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-szNzD2yLv8 .menu-logo {
  margin-right: auto;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu {
  background: #ffeccb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-szNzD2yLv8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szNzD2yLv8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-szNzD2yLv8 button.navbar-toggler:focus {
  outline: none;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c36438;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .btn {
  display: flex;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-szNzD2yLv8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-szNzD2yLv8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-szNzD2yLv8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-szNzD2yLv8.navbar-expand {
    flex-direction: column;
  }
  .cid-szNzD2yLv8 img {
    height: 3.8rem !important;
  }
  .cid-szNzD2yLv8 .btn {
    display: flex;
  }
  .cid-szNzD2yLv8 button.navbar-toggler {
    display: block;
  }
  .cid-szNzD2yLv8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-szNzD2yLv8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-szNzD2yLv8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing,
  .cid-szNzD2yLv8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-szNzD2yLv8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-szNzD2yLv8 .navbar-collapse {
  flex-basis: auto;
}
.cid-szNzD2yLv8 .nav-link:hover,
.cid-szNzD2yLv8 .dropdown-item:hover {
  color: #c36438 !important;
}
.cid-qVhkOOTRU5 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffeccb;
}
.cid-qVhkOOTRU5 .mbr-text,
.cid-qVhkOOTRU5 blockquote {
  color: #767676;
}
.cid-qVhkOOTRU5 .mbr-text DIV {
  color: #c36438;
}
.cid-qVhkOOTRU5 .mbr-text B {
  color: #c36438;
}
.cid-szNzD2yLv8 .navbar {
  background: #ffeccb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-szNzD2yLv8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffeccb;
}
.cid-szNzD2yLv8 a {
  font-style: normal;
}
.cid-szNzD2yLv8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-szNzD2yLv8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-szNzD2yLv8 .nav-item:focus,
.cid-szNzD2yLv8 .nav-link:focus {
  outline: none;
}
.cid-szNzD2yLv8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-szNzD2yLv8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-szNzD2yLv8 .menu-logo {
  margin-right: auto;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu {
  background: #ffeccb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-szNzD2yLv8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szNzD2yLv8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-szNzD2yLv8 button.navbar-toggler:focus {
  outline: none;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c36438;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .btn {
  display: flex;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-szNzD2yLv8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-szNzD2yLv8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-szNzD2yLv8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-szNzD2yLv8.navbar-expand {
    flex-direction: column;
  }
  .cid-szNzD2yLv8 img {
    height: 3.8rem !important;
  }
  .cid-szNzD2yLv8 .btn {
    display: flex;
  }
  .cid-szNzD2yLv8 button.navbar-toggler {
    display: block;
  }
  .cid-szNzD2yLv8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-szNzD2yLv8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-szNzD2yLv8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing,
  .cid-szNzD2yLv8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-szNzD2yLv8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-szNzD2yLv8 .navbar-collapse {
  flex-basis: auto;
}
.cid-szNzD2yLv8 .nav-link:hover,
.cid-szNzD2yLv8 .dropdown-item:hover {
  color: #c36438 !important;
}
.cid-uJdSm8UJpd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6f3013;
}
@media (max-width: 767px) {
  .cid-uJdSm8UJpd .content {
    text-align: center;
  }
  .cid-uJdSm8UJpd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJdSm8UJpd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJdSm8UJpd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJdSm8UJpd .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uJdSm8UJpd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJdSm8UJpd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uJdSm8UJpd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJdSm8UJpd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uJdSm8UJpd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJdSm8UJpd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJdSm8UJpd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJdSm8UJpd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJdSm8UJpd .copyright > p {
  color: #f8e8cd;
  text-align: left;
}
.cid-uJdSm8UJpd H5 {
  color: #f8e8cd;
}
.cid-uJdSm8UJpd P {
  color: #ffeccb;
}
.cid-tyGHeLgbPq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6f3013;
}
.cid-tyGHeLgbPq .media-container-row .mbr-text {
  color: #ffeccb;
  text-align: center;
}
.cid-qVhmaXaSrs {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffeccb;
}
.cid-qVhmaXaSrs .mbr-text,
.cid-qVhmaXaSrs blockquote {
  color: #767676;
}
.cid-qVhmaXaSrs .mbr-text DIV {
  color: #c36438;
}
.cid-qVhmaXaSrs .mbr-text B {
  color: #c36438;
}
.cid-qVhmaXaSrs .mbr-text P {
  color: #c36438;
  text-align: left;
}
.cid-qVhmaXaSrs .mbr-text {
  color: #c36438;
}
.cid-uJdSpslxNq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6f3013;
}
@media (max-width: 767px) {
  .cid-uJdSpslxNq .content {
    text-align: center;
  }
  .cid-uJdSpslxNq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJdSpslxNq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJdSpslxNq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJdSpslxNq .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uJdSpslxNq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJdSpslxNq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uJdSpslxNq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJdSpslxNq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uJdSpslxNq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJdSpslxNq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJdSpslxNq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJdSpslxNq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJdSpslxNq .copyright > p {
  color: #f8e8cd;
  text-align: left;
}
.cid-uJdSpslxNq H5 {
  color: #f8e8cd;
}
.cid-uJdSpslxNq P {
  color: #ffeccb;
}
.cid-szNzD2yLv8 .navbar {
  background: #ffeccb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-szNzD2yLv8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffeccb;
}
.cid-szNzD2yLv8 a {
  font-style: normal;
}
.cid-szNzD2yLv8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-szNzD2yLv8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-szNzD2yLv8 .nav-item:focus,
.cid-szNzD2yLv8 .nav-link:focus {
  outline: none;
}
.cid-szNzD2yLv8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-szNzD2yLv8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-szNzD2yLv8 .menu-logo {
  margin-right: auto;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu {
  background: #ffeccb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-szNzD2yLv8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szNzD2yLv8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-szNzD2yLv8 button.navbar-toggler:focus {
  outline: none;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c36438;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .btn {
  display: flex;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-szNzD2yLv8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-szNzD2yLv8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-szNzD2yLv8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-szNzD2yLv8.navbar-expand {
    flex-direction: column;
  }
  .cid-szNzD2yLv8 img {
    height: 3.8rem !important;
  }
  .cid-szNzD2yLv8 .btn {
    display: flex;
  }
  .cid-szNzD2yLv8 button.navbar-toggler {
    display: block;
  }
  .cid-szNzD2yLv8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-szNzD2yLv8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-szNzD2yLv8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing,
  .cid-szNzD2yLv8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-szNzD2yLv8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-szNzD2yLv8 .navbar-collapse {
  flex-basis: auto;
}
.cid-szNzD2yLv8 .nav-link:hover,
.cid-szNzD2yLv8 .dropdown-item:hover {
  color: #c36438 !important;
}
.cid-tyGHeLgbPq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6f3013;
}
.cid-tyGHeLgbPq .media-container-row .mbr-text {
  color: #ffeccb;
  text-align: center;
}
.cid-qYrW6LTWkz {
  background-image: url("../../../assets/images/drechselarbeiten-1243x827544.jpg");
}
.cid-qYrW6LTWkz H1 {
  color: #ffeccb;
}
.cid-qZYsTXQA0r {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-qZYsTXQA0r .mbr-text,
.cid-qZYsTXQA0r blockquote {
  color: #767676;
}
.cid-qZYsTXQA0r .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-qZYsTXQA0r .mbr-text B {
  color: #c36438;
}
.cid-qZZmuaqpke {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffeccb;
}
.cid-qZZmuaqpke .image-block {
  margin: auto;
}
.cid-qZZmuaqpke figcaption {
  position: relative;
}
.cid-qZZmuaqpke figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZZmuaqpke .image-block {
    width: 100% !important;
  }
}
.cid-qZZonaIAkW {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-qZZonaIAkW .mbr-text,
.cid-qZZonaIAkW blockquote {
  color: #767676;
}
.cid-qZZonaIAkW .mbr-text {
  color: #c36438;
  text-align: center;
}
.cid-qZZmtebJ5F {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffeccb;
}
.cid-qZZmtebJ5F .image-block {
  margin: auto;
}
.cid-qZZmtebJ5F figcaption {
  position: relative;
}
.cid-qZZmtebJ5F figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZZmtebJ5F .image-block {
    width: 100% !important;
  }
}
.cid-qZYqLH2dOJ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffeccb;
}
.cid-qZYqLH2dOJ .mbr-text,
.cid-qZYqLH2dOJ blockquote {
  color: #767676;
}
.cid-qZYqLH2dOJ .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-qZYqw8yPF8 {
  padding-top: 15px;
  padding-bottom: 90px;
  background: #ffeccb;
}
.cid-qZYqw8yPF8 .image-block {
  margin: auto;
}
.cid-qZYqw8yPF8 figcaption {
  position: relative;
}
.cid-qZYqw8yPF8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZYqw8yPF8 .image-block {
    width: 100% !important;
  }
}
.cid-qZYsV7heVn {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-qZYsV7heVn .mbr-text,
.cid-qZYsV7heVn blockquote {
  color: #767676;
}
.cid-qZYsV7heVn .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-qZYtkYRhBQ {
  padding-top: 30px;
  padding-bottom: 120px;
  background: #ffeccb;
}
.cid-qZYtkYRhBQ .image-block {
  margin: auto;
}
.cid-qZYtkYRhBQ figcaption {
  position: relative;
}
.cid-qZYtkYRhBQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZYtkYRhBQ .image-block {
    width: 100% !important;
  }
}
.cid-uJdSyvb167 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6f3013;
}
@media (max-width: 767px) {
  .cid-uJdSyvb167 .content {
    text-align: center;
  }
  .cid-uJdSyvb167 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJdSyvb167 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJdSyvb167 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJdSyvb167 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uJdSyvb167 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJdSyvb167 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uJdSyvb167 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJdSyvb167 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uJdSyvb167 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJdSyvb167 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJdSyvb167 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJdSyvb167 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJdSyvb167 .copyright > p {
  color: #f8e8cd;
  text-align: left;
}
.cid-uJdSyvb167 H5 {
  color: #f8e8cd;
}
.cid-uJdSyvb167 P {
  color: #ffeccb;
}
.cid-szNzD2yLv8 .navbar {
  background: #ffeccb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-szNzD2yLv8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffeccb;
}
.cid-szNzD2yLv8 a {
  font-style: normal;
}
.cid-szNzD2yLv8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-szNzD2yLv8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-szNzD2yLv8 .nav-item:focus,
.cid-szNzD2yLv8 .nav-link:focus {
  outline: none;
}
.cid-szNzD2yLv8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-szNzD2yLv8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-szNzD2yLv8 .menu-logo {
  margin-right: auto;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu {
  background: #ffeccb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-szNzD2yLv8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szNzD2yLv8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-szNzD2yLv8 button.navbar-toggler:focus {
  outline: none;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c36438;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .btn {
  display: flex;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-szNzD2yLv8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-szNzD2yLv8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-szNzD2yLv8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-szNzD2yLv8.navbar-expand {
    flex-direction: column;
  }
  .cid-szNzD2yLv8 img {
    height: 3.8rem !important;
  }
  .cid-szNzD2yLv8 .btn {
    display: flex;
  }
  .cid-szNzD2yLv8 button.navbar-toggler {
    display: block;
  }
  .cid-szNzD2yLv8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-szNzD2yLv8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-szNzD2yLv8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing,
  .cid-szNzD2yLv8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-szNzD2yLv8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-szNzD2yLv8 .navbar-collapse {
  flex-basis: auto;
}
.cid-szNzD2yLv8 .nav-link:hover,
.cid-szNzD2yLv8 .dropdown-item:hover {
  color: #c36438 !important;
}
.cid-tyGHeLgbPq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6f3013;
}
.cid-tyGHeLgbPq .media-container-row .mbr-text {
  color: #ffeccb;
  text-align: center;
}
.cid-qYseULK2G3 {
  background-image: url("../../../assets/images/palle-doro-dorothee-machaczek-2000x1330655.jpg");
}
.cid-qYseULK2G3 H1 {
  color: #ffeccb;
}
.cid-qZYyyP9hxw {
  padding-top: 75px;
  padding-bottom: 120px;
  background-color: #ffeccb;
}
@media (min-width: 992px) {
  .cid-qZYyyP9hxw .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qZYyyP9hxw .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qZYyyP9hxw .mbr-text {
  color: #c36438;
}
.cid-qZYyHN6CNx {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-qZYyHN6CNx .mbr-text,
.cid-qZYyHN6CNx blockquote {
  color: #767676;
}
.cid-qZYyHN6CNx .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-qZYyHN6CNx .mbr-text B {
  color: #c36438;
}
.cid-qZYoahU8fH {
  padding-top: 15px;
  padding-bottom: 45px;
  background: #ffeccb;
}
.cid-qZYoahU8fH .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qZYoahU8fH .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qZYoahU8fH .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qZYoahU8fH .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qZYoahU8fH .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qZYoahU8fH .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qZYoahU8fH .img-item {
    width: 100% !important;
  }
  .cid-qZYoahU8fH .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qZYoahU8fH P {
  color: #c36438;
}
.cid-qZXRWFjw2k {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-qZXRWFjw2k .mbr-text,
.cid-qZXRWFjw2k blockquote {
  color: #767676;
}
.cid-qZXRWFjw2k .mbr-text P {
  color: #c36438;
  text-align: center;
}
.cid-qZXRWFjw2k .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-qZi6LI4hqt {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffeccb;
}
.cid-qZi6LI4hqt .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qZi6LI4hqt .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qZi6LI4hqt .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qZi6LI4hqt .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qZi6LI4hqt .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qZi6LI4hqt .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qZi6LI4hqt .img-item {
    width: 100% !important;
  }
  .cid-qZi6LI4hqt .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qZi6LI4hqt P {
  color: #c36438;
  text-align: center;
}
.cid-qZYIRqhQmr {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-qZYIRqhQmr .mbr-text,
.cid-qZYIRqhQmr blockquote {
  color: #767676;
}
.cid-qZYIRqhQmr .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-qZYIRqhQmr .mbr-text B {
  color: #c36438;
}
.cid-qZYIOUsAbc {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #ffeccb;
}
.cid-qZYIOUsAbc .image-block {
  margin: auto;
}
.cid-qZYIOUsAbc figcaption {
  position: relative;
}
.cid-qZYIOUsAbc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZYIOUsAbc .image-block {
    width: 100% !important;
  }
}
.cid-r0fx8Ck3xa {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-r0fx8Ck3xa .mbr-text,
.cid-r0fx8Ck3xa blockquote {
  color: #767676;
}
.cid-r0fx8Ck3xa .mbr-text B {
  color: #c36438;
}
.cid-r0fx8Ck3xa .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-r0fxcQv7UL {
  padding-top: 15px;
  padding-bottom: 120px;
  background: #ffeccb;
}
.cid-r0fxcQv7UL .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-r0fxcQv7UL .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-r0fxcQv7UL .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-r0fxcQv7UL .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-r0fxcQv7UL .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-r0fxcQv7UL .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-r0fxcQv7UL .img-item {
    width: 100% !important;
  }
  .cid-r0fxcQv7UL .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-r0fEyeQOvx {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffeccb;
}
.cid-r0fEyeQOvx .mbr-text,
.cid-r0fEyeQOvx blockquote {
  color: #767676;
}
.cid-r0fEyeQOvx .mbr-text {
  color: #c36438;
  text-align: center;
}
.cid-r0ghTBFVm3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffeccb;
}
.cid-r0ghTBFVm3 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-r0ghTBFVm3 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-r0ghTBFVm3 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-r0ghTBFVm3 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-r0ghTBFVm3 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-r0ghTBFVm3 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-r0ghTBFVm3 .img-item {
    width: 100% !important;
  }
  .cid-r0ghTBFVm3 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-r0ghU8K3iu {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #ffeccb;
}
.cid-r0ghU8K3iu .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-r0ghU8K3iu .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-r0ghU8K3iu .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-r0ghU8K3iu .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-r0ghU8K3iu .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-r0ghU8K3iu .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-r0ghU8K3iu .img-item {
    width: 100% !important;
  }
  .cid-r0ghU8K3iu .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-r0ghVTmh0U {
  padding-top: 30px;
  padding-bottom: 120px;
  background: #ffeccb;
}
.cid-r0ghVTmh0U .image-block {
  margin: auto;
}
.cid-r0ghVTmh0U figcaption {
  position: relative;
}
.cid-r0ghVTmh0U figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r0ghVTmh0U .image-block {
    width: 100% !important;
  }
}
.cid-szLkXH5u4G {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffeccb;
}
.cid-szLkXH5u4G .mbr-text,
.cid-szLkXH5u4G blockquote {
  color: #767676;
}
.cid-szLkXH5u4G .mbr-text {
  color: #c36438;
  text-align: center;
}
.cid-rBRwrca3Li {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-rBRwrca3Li .mbr-section-subtitle {
  color: #767676;
}
.cid-rBRwrca3Li H2 {
  color: #c47049;
}
.cid-rBRwmdDPNu {
  padding-top: 45px;
  padding-bottom: 120px;
  background: #ffeccb;
}
.cid-rBRwmdDPNu .images-container.container-fluid {
  padding: 0;
}
.cid-rBRwmdDPNu .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rBRwmdDPNu .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-rBRwmdDPNu .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-rBRwmdDPNu .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-rBRwmdDPNu .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-rBRwmdDPNu .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-rBRwmdDPNu .img-item {
    width: 100% !important;
  }
  .cid-rBRwmdDPNu .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-rBRwmdDPNu P {
  color: #c36438;
}
.cid-uJdSCtuK4X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6f3013;
}
@media (max-width: 767px) {
  .cid-uJdSCtuK4X .content {
    text-align: center;
  }
  .cid-uJdSCtuK4X .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJdSCtuK4X .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJdSCtuK4X .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJdSCtuK4X .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uJdSCtuK4X .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJdSCtuK4X .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uJdSCtuK4X .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJdSCtuK4X .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uJdSCtuK4X .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJdSCtuK4X .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJdSCtuK4X .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJdSCtuK4X .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJdSCtuK4X .copyright > p {
  color: #f8e8cd;
  text-align: left;
}
.cid-uJdSCtuK4X H5 {
  color: #f8e8cd;
}
.cid-uJdSCtuK4X P {
  color: #ffeccb;
}
.cid-szNzD2yLv8 .navbar {
  background: #ffeccb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-szNzD2yLv8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffeccb;
}
.cid-szNzD2yLv8 a {
  font-style: normal;
}
.cid-szNzD2yLv8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-szNzD2yLv8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-szNzD2yLv8 .nav-item:focus,
.cid-szNzD2yLv8 .nav-link:focus {
  outline: none;
}
.cid-szNzD2yLv8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-szNzD2yLv8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-szNzD2yLv8 .menu-logo {
  margin-right: auto;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu {
  background: #ffeccb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-szNzD2yLv8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szNzD2yLv8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-szNzD2yLv8 button.navbar-toggler:focus {
  outline: none;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c36438;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .btn {
  display: flex;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-szNzD2yLv8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-szNzD2yLv8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-szNzD2yLv8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-szNzD2yLv8.navbar-expand {
    flex-direction: column;
  }
  .cid-szNzD2yLv8 img {
    height: 3.8rem !important;
  }
  .cid-szNzD2yLv8 .btn {
    display: flex;
  }
  .cid-szNzD2yLv8 button.navbar-toggler {
    display: block;
  }
  .cid-szNzD2yLv8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-szNzD2yLv8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-szNzD2yLv8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing,
  .cid-szNzD2yLv8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-szNzD2yLv8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-szNzD2yLv8 .navbar-collapse {
  flex-basis: auto;
}
.cid-szNzD2yLv8 .nav-link:hover,
.cid-szNzD2yLv8 .dropdown-item:hover {
  color: #c36438 !important;
}
.cid-tyGHeLgbPq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6f3013;
}
.cid-tyGHeLgbPq .media-container-row .mbr-text {
  color: #ffeccb;
  text-align: center;
}
.cid-qYsfT0Ld41 {
  background-image: url("../../../assets/images/kunst-und-vollholztischlerei-palle-doro-dorothee-machaczek-2018-800x450766.jpg");
}
.cid-qYsfT0Ld41 H1 {
  color: #ffeccb;
}
.cid-qZkkYAGwET {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffeccb;
}
.cid-qZkkYAGwET .mbr-section-subtitle {
  color: #c36438;
}
.cid-qZZqkRIOwW {
  padding-top: 0px;
  padding-bottom: 60px;
  background: #ffeccb;
}
.cid-qZZqkRIOwW .image-block {
  margin: auto;
}
.cid-qZZqkRIOwW figcaption {
  position: relative;
}
.cid-qZZqkRIOwW figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZZqkRIOwW .image-block {
    width: 100% !important;
  }
}
.cid-qZZANLlmJz {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-qZZANLlmJz .mbr-text,
.cid-qZZANLlmJz blockquote {
  color: #767676;
}
.cid-qZZANLlmJz .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-qZi3MY3JKD {
  padding-top: 45px;
  padding-bottom: 120px;
  background: #ffeccb;
}
.cid-qZi3MY3JKD .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qZi3MY3JKD .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qZi3MY3JKD .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qZi3MY3JKD .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qZi3MY3JKD .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qZi3MY3JKD .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qZi3MY3JKD .img-item {
    width: 100% !important;
  }
  .cid-qZi3MY3JKD .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qZi3MY3JKD P {
  color: #c36438;
}
.cid-r0eydHvYho {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-r0eydHvYho .mbr-text,
.cid-r0eydHvYho blockquote {
  color: #767676;
}
.cid-r0eydHvYho .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-r0exD3c5R8 {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #ffeccb;
}
.cid-r0exD3c5R8 .image-block {
  margin: auto;
}
.cid-r0exD3c5R8 figcaption {
  position: relative;
}
.cid-r0exD3c5R8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r0exD3c5R8 .image-block {
    width: 100% !important;
  }
}
.cid-r0eycJeisP {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-r0eycJeisP .mbr-text,
.cid-r0eycJeisP blockquote {
  color: #767676;
}
.cid-r0eycJeisP .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-r0exDwQGLn {
  padding-top: 15px;
  padding-bottom: 105px;
  background: #ffeccb;
}
.cid-r0exDwQGLn .image-block {
  margin: auto;
}
.cid-r0exDwQGLn figcaption {
  position: relative;
}
.cid-r0exDwQGLn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r0exDwQGLn .image-block {
    width: 100% !important;
  }
}
.cid-r0fz2u6NgV {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffeccb;
}
.cid-r0fz2u6NgV .mbr-text,
.cid-r0fz2u6NgV blockquote {
  color: #767676;
}
.cid-r0fz2u6NgV .mbr-text DIV {
  color: #c36438;
}
.cid-r0fz2u6NgV .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-r0fzdqYEZG {
  padding-top: 15px;
  padding-bottom: 120px;
  background: #ffeccb;
}
.cid-r0fzdqYEZG .image-block {
  margin: auto;
}
.cid-r0fzdqYEZG figcaption {
  position: relative;
}
.cid-r0fzdqYEZG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-r0fzdqYEZG .image-block {
    width: 100% !important;
  }
}
.cid-uJdSFjKMb4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6f3013;
}
@media (max-width: 767px) {
  .cid-uJdSFjKMb4 .content {
    text-align: center;
  }
  .cid-uJdSFjKMb4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJdSFjKMb4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJdSFjKMb4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJdSFjKMb4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uJdSFjKMb4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJdSFjKMb4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uJdSFjKMb4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJdSFjKMb4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uJdSFjKMb4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJdSFjKMb4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJdSFjKMb4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJdSFjKMb4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJdSFjKMb4 .copyright > p {
  color: #f8e8cd;
  text-align: left;
}
.cid-uJdSFjKMb4 H5 {
  color: #f8e8cd;
}
.cid-uJdSFjKMb4 P {
  color: #ffeccb;
}
.cid-szNzD2yLv8 .navbar {
  background: #ffeccb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-szNzD2yLv8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffeccb;
}
.cid-szNzD2yLv8 a {
  font-style: normal;
}
.cid-szNzD2yLv8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-szNzD2yLv8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-szNzD2yLv8 .nav-item:focus,
.cid-szNzD2yLv8 .nav-link:focus {
  outline: none;
}
.cid-szNzD2yLv8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-szNzD2yLv8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-szNzD2yLv8 .menu-logo {
  margin-right: auto;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu {
  background: #ffeccb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-szNzD2yLv8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szNzD2yLv8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-szNzD2yLv8 button.navbar-toggler:focus {
  outline: none;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c36438;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .btn {
  display: flex;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-szNzD2yLv8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-szNzD2yLv8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-szNzD2yLv8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-szNzD2yLv8.navbar-expand {
    flex-direction: column;
  }
  .cid-szNzD2yLv8 img {
    height: 3.8rem !important;
  }
  .cid-szNzD2yLv8 .btn {
    display: flex;
  }
  .cid-szNzD2yLv8 button.navbar-toggler {
    display: block;
  }
  .cid-szNzD2yLv8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-szNzD2yLv8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-szNzD2yLv8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing,
  .cid-szNzD2yLv8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-szNzD2yLv8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-szNzD2yLv8 .navbar-collapse {
  flex-basis: auto;
}
.cid-szNzD2yLv8 .nav-link:hover,
.cid-szNzD2yLv8 .dropdown-item:hover {
  color: #c36438 !important;
}
.cid-tyGHeLgbPq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6f3013;
}
.cid-tyGHeLgbPq .media-container-row .mbr-text {
  color: #ffeccb;
  text-align: center;
}
.cid-qYsgMoLCe0 {
  background-image: url("../../../assets/images/smart-repair-palle-doro-dorothee-machaczek-600x401.jpg");
}
.cid-qYsgMoLCe0 H1 {
  color: #ffeccb;
}
.cid-qZqvwJurWf {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #ffeccb;
}
.cid-qZqvwJurWf .image-block {
  margin: auto;
}
.cid-qZqvwJurWf figcaption {
  position: relative;
}
.cid-qZqvwJurWf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZqvwJurWf .image-block {
    width: 100% !important;
  }
}
.cid-qZqvwJurWf DIV {
  color: #ffeccb;
}
.cid-qZZBwOdnHc {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffeccb;
}
.cid-qZZBwOdnHc .mbr-text,
.cid-qZZBwOdnHc blockquote {
  color: #767676;
}
.cid-qZZBwOdnHc .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-qZiu9hXbFL {
  padding-top: 105px;
  padding-bottom: 0px;
  background: #ffeccb;
}
.cid-qZiu9hXbFL .image-block {
  margin: auto;
}
.cid-qZiu9hXbFL figcaption {
  position: relative;
}
.cid-qZiu9hXbFL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZiu9hXbFL .image-block {
    width: 100% !important;
  }
}
.cid-qZivvsXeW6 {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffeccb;
}
.cid-qZivvsXeW6 .mbr-section-subtitle {
  color: #c36438;
}
.cid-qWH9ZhiRyT {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-qWH9ZhiRyT .mbr-section-subtitle {
  color: #767676;
}
.cid-qWH9ZhiRyT H2 {
  color: #c36438;
}
.cid-qZkf9r29mb {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffeccb;
}
.cid-qZkf9r29mb .images-container.container-fluid {
  padding: 0;
}
.cid-qZkf9r29mb .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qZkf9r29mb .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qZkf9r29mb .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qZkf9r29mb .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qZkf9r29mb .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qZkf9r29mb .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qZkf9r29mb .img-item {
    width: 100% !important;
  }
  .cid-qZkf9r29mb .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qZkf9r29mb P {
  color: #c36438;
}
.cid-qZkgIGSanJ {
  padding-top: 60px;
  padding-bottom: 15px;
  background: #ffeccb;
}
.cid-qZkgIGSanJ .image-block {
  margin: auto;
}
.cid-qZkgIGSanJ figcaption {
  position: relative;
}
.cid-qZkgIGSanJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZkgIGSanJ .image-block {
    width: 100% !important;
  }
}
.cid-qZkgIGSanJ DIV {
  color: #ffeccb;
}
.cid-qZZBXpR5oH {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffeccb;
}
.cid-qZZBXpR5oH .mbr-text,
.cid-qZZBXpR5oH blockquote {
  color: #767676;
}
.cid-qZZBXpR5oH .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-qWH9mre1MN {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffeccb;
}
.cid-qWH9mre1MN .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qWH9mre1MN .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qWH9mre1MN .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qWH9mre1MN .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qWH9mre1MN .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qWH9mre1MN .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qWH9mre1MN .img-item {
    width: 100% !important;
  }
  .cid-qWH9mre1MN .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qWH9mre1MN P {
  color: #c36438;
}
.cid-qWH9gHsI24 {
  padding-top: 60px;
  padding-bottom: 45px;
  background: #ffeccb;
}
.cid-qWH9gHsI24 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qWH9gHsI24 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qWH9gHsI24 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qWH9gHsI24 .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qWH9gHsI24 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qWH9gHsI24 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qWH9gHsI24 .img-item {
    width: 100% !important;
  }
  .cid-qWH9gHsI24 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qWH9gHsI24 P {
  color: #c36438;
}
.cid-qWH9R6WKvX {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-qWH9R6WKvX .mbr-section-subtitle {
  color: #c36438;
}
.cid-qWH9R6WKvX H2 {
  color: #c36438;
}
.cid-qWH9kX4xrS {
  padding-top: 15px;
  padding-bottom: 120px;
  background: #ffeccb;
}
.cid-qWH9kX4xrS .images-container.container-fluid {
  padding: 0;
}
.cid-qWH9kX4xrS .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qWH9kX4xrS .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qWH9kX4xrS .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qWH9kX4xrS .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qWH9kX4xrS .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qWH9kX4xrS .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qWH9kX4xrS .img-item {
    width: 100% !important;
  }
  .cid-qWH9kX4xrS .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qWH9kX4xrS P {
  color: #c36438;
}
.cid-uJdSIPXsYo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6f3013;
}
@media (max-width: 767px) {
  .cid-uJdSIPXsYo .content {
    text-align: center;
  }
  .cid-uJdSIPXsYo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJdSIPXsYo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJdSIPXsYo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJdSIPXsYo .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uJdSIPXsYo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJdSIPXsYo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uJdSIPXsYo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJdSIPXsYo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uJdSIPXsYo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJdSIPXsYo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJdSIPXsYo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJdSIPXsYo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJdSIPXsYo .copyright > p {
  color: #f8e8cd;
  text-align: left;
}
.cid-uJdSIPXsYo H5 {
  color: #f8e8cd;
}
.cid-uJdSIPXsYo P {
  color: #ffeccb;
}
.cid-szNzD2yLv8 .navbar {
  background: #ffeccb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-szNzD2yLv8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffeccb;
}
.cid-szNzD2yLv8 a {
  font-style: normal;
}
.cid-szNzD2yLv8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-szNzD2yLv8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-szNzD2yLv8 .nav-item:focus,
.cid-szNzD2yLv8 .nav-link:focus {
  outline: none;
}
.cid-szNzD2yLv8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-szNzD2yLv8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-szNzD2yLv8 .menu-logo {
  margin-right: auto;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu {
  background: #ffeccb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-szNzD2yLv8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szNzD2yLv8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-szNzD2yLv8 button.navbar-toggler:focus {
  outline: none;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c36438;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .btn {
  display: flex;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-szNzD2yLv8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-szNzD2yLv8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-szNzD2yLv8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-szNzD2yLv8.navbar-expand {
    flex-direction: column;
  }
  .cid-szNzD2yLv8 img {
    height: 3.8rem !important;
  }
  .cid-szNzD2yLv8 .btn {
    display: flex;
  }
  .cid-szNzD2yLv8 button.navbar-toggler {
    display: block;
  }
  .cid-szNzD2yLv8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-szNzD2yLv8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-szNzD2yLv8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing,
  .cid-szNzD2yLv8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-szNzD2yLv8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-szNzD2yLv8 .navbar-collapse {
  flex-basis: auto;
}
.cid-szNzD2yLv8 .nav-link:hover,
.cid-szNzD2yLv8 .dropdown-item:hover {
  color: #c36438 !important;
}
.cid-tyGHeLgbPq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6f3013;
}
.cid-tyGHeLgbPq .media-container-row .mbr-text {
  color: #ffeccb;
  text-align: center;
}
.cid-qYskelBRgJ {
  background-image: url("../../../assets/images/schalen-aus-rosenholz-2000x1333877.jpg");
}
.cid-qYskelBRgJ H1 {
  color: #ffeccb;
}
.cid-qZYzKSy6oV {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffeccb;
}
.cid-qZYzKSy6oV .mbr-text,
.cid-qZYzKSy6oV blockquote {
  color: #767676;
}
.cid-qZYzKSy6oV .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-qZYzKSy6oV .mbr-text B {
  color: #c36438;
}
.cid-qWHabJZitJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffeccb;
}
.cid-qWHabJZitJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qWHabJZitJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qWHabJZitJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qWHabJZitJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qWHabJZitJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  background: linear-gradient(to left, #554346, #ffeccb) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qWHabJZitJ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-qWHabJZitJ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-qWHabJZitJ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-qWHabJZitJ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  background: linear-gradient(to left, #554346, #ffeccb) !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qZYAxUabfv {
  background: #ffffff;
}
.cid-qZYAxUabfv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-qZYAxUabfv figcaption {
  position: relative;
}
.cid-qZYAxUabfv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZYAxUabfv .image-block {
    width: 100% !important;
  }
}
.cid-qZYA98nmbr {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffeccb;
}
.cid-qZYA98nmbr .mbr-text,
.cid-qZYA98nmbr blockquote {
  color: #767676;
}
.cid-qZYA98nmbr .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-qZYA98nmbr .mbr-text B {
  color: #c36438;
}
.cid-qZYB15Z1IQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffeccb;
}
.cid-qZYB15Z1IQ .image-block {
  margin: auto;
}
.cid-qZYB15Z1IQ figcaption {
  position: relative;
}
.cid-qZYB15Z1IQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZYB15Z1IQ .image-block {
    width: 100% !important;
  }
}
.cid-qZXVXbKjrO {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffeccb;
}
.cid-qZXVXbKjrO .mbr-text,
.cid-qZXVXbKjrO blockquote {
  color: #767676;
}
.cid-qZXVXbKjrO .mbr-text B {
  color: #c36438;
}
.cid-qZXVXbKjrO .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-qZXSxYBEyy {
  padding-top: 0px;
  padding-bottom: 120px;
  background: #ffeccb;
}
.cid-qZXSxYBEyy .image-block {
  margin: auto;
}
.cid-qZXSxYBEyy figcaption {
  position: relative;
}
.cid-qZXSxYBEyy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZXSxYBEyy .image-block {
    width: 100% !important;
  }
}
.cid-qZXSxYBEyy DIV {
  color: #ffeccb;
}
.cid-uJdSQu2Ifl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6f3013;
}
@media (max-width: 767px) {
  .cid-uJdSQu2Ifl .content {
    text-align: center;
  }
  .cid-uJdSQu2Ifl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJdSQu2Ifl .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJdSQu2Ifl .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJdSQu2Ifl .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uJdSQu2Ifl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJdSQu2Ifl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uJdSQu2Ifl .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJdSQu2Ifl .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uJdSQu2Ifl .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJdSQu2Ifl .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJdSQu2Ifl .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJdSQu2Ifl .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJdSQu2Ifl .copyright > p {
  color: #f8e8cd;
  text-align: left;
}
.cid-uJdSQu2Ifl H5 {
  color: #f8e8cd;
}
.cid-uJdSQu2Ifl P {
  color: #ffeccb;
}
.cid-szNzD2yLv8 .navbar {
  background: #ffeccb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-szNzD2yLv8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffeccb;
}
.cid-szNzD2yLv8 a {
  font-style: normal;
}
.cid-szNzD2yLv8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-szNzD2yLv8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-szNzD2yLv8 .nav-item:focus,
.cid-szNzD2yLv8 .nav-link:focus {
  outline: none;
}
.cid-szNzD2yLv8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-szNzD2yLv8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-szNzD2yLv8 .menu-logo {
  margin-right: auto;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu {
  background: #ffeccb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-szNzD2yLv8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szNzD2yLv8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-szNzD2yLv8 button.navbar-toggler:focus {
  outline: none;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c36438;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .btn {
  display: flex;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-szNzD2yLv8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-szNzD2yLv8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-szNzD2yLv8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-szNzD2yLv8.navbar-expand {
    flex-direction: column;
  }
  .cid-szNzD2yLv8 img {
    height: 3.8rem !important;
  }
  .cid-szNzD2yLv8 .btn {
    display: flex;
  }
  .cid-szNzD2yLv8 button.navbar-toggler {
    display: block;
  }
  .cid-szNzD2yLv8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-szNzD2yLv8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-szNzD2yLv8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing,
  .cid-szNzD2yLv8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-szNzD2yLv8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-szNzD2yLv8 .navbar-collapse {
  flex-basis: auto;
}
.cid-szNzD2yLv8 .nav-link:hover,
.cid-szNzD2yLv8 .dropdown-item:hover {
  color: #c36438 !important;
}
.cid-tyGHeLgbPq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6f3013;
}
.cid-tyGHeLgbPq .media-container-row .mbr-text {
  color: #ffeccb;
  text-align: center;
}
.cid-qYslVJXwmd {
  background-image: url("../../../assets/images/1-1600x1200988.jpg");
}
.cid-qYslVJXwmd H1 {
  color: #ffeccb;
}
.cid-szFBlgzCJj {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-szFBlgzCJj .mbr-section-subtitle {
  color: #c36438;
}
.cid-szFBlgzCJj H2 {
  color: #c36438;
}
.cid-szFAlGkAP6 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffeccb;
}
.cid-szFAlGkAP6 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-szFAlGkAP6 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-szFAlGkAP6 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-szFAlGkAP6 .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-szFAlGkAP6 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-szFAlGkAP6 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-szFAlGkAP6 .img-item {
    width: 100% !important;
  }
  .cid-szFAlGkAP6 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-szFAlGkAP6 P {
  color: #c36438;
}
.cid-qZYGjgiRSj {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-qZYGjgiRSj .mbr-section-subtitle {
  color: #c36438;
}
.cid-qZYGjgiRSj H2 {
  color: #c36438;
}
.cid-qVVTi0RMO2 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-qVVTi0RMO2 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qVVTi0RMO2 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qVVTi0RMO2 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qVVTi0RMO2 H1 {
  color: #c47049;
}
.cid-r02WhsF8ca {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffeccb;
}
.cid-r02WhsF8ca .mbr-text,
.cid-r02WhsF8ca blockquote {
  color: #767676;
}
.cid-r02WhsF8ca .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-r02WhsF8ca .mbr-text B {
  color: #c36438;
}
.cid-qZi8l7DwGw {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffeccb;
}
.cid-qZi8l7DwGw .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qZi8l7DwGw .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qZi8l7DwGw .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qZi8l7DwGw .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qZi8l7DwGw .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qZi8l7DwGw .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qZi8l7DwGw .img-item {
    width: 100% !important;
  }
  .cid-qZi8l7DwGw .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qZi8l7DwGw P {
  color: #c36438;
}
.cid-qZYFJFzlnP {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffeccb;
}
.cid-qZYFJFzlnP .mbr-section-subtitle {
  color: #c36438;
}
.cid-qZYFJFzlnP H2 {
  color: #c36438;
}
.cid-qZZDGnvcw2 {
  padding-top: 0px;
  padding-bottom: 90px;
  background: #ffeccb;
}
.cid-qZZDGnvcw2 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-qZZDGnvcw2 .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-qZZDGnvcw2 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-qZZDGnvcw2 .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-qZZDGnvcw2 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-qZZDGnvcw2 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-qZZDGnvcw2 .img-item {
    width: 100% !important;
  }
  .cid-qZZDGnvcw2 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-qZZDGnvcw2 P {
  color: #c36438;
}
.cid-uJdSMQWnx8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6f3013;
}
@media (max-width: 767px) {
  .cid-uJdSMQWnx8 .content {
    text-align: center;
  }
  .cid-uJdSMQWnx8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJdSMQWnx8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJdSMQWnx8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJdSMQWnx8 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uJdSMQWnx8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJdSMQWnx8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uJdSMQWnx8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJdSMQWnx8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uJdSMQWnx8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJdSMQWnx8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJdSMQWnx8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJdSMQWnx8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJdSMQWnx8 .copyright > p {
  color: #f8e8cd;
  text-align: left;
}
.cid-uJdSMQWnx8 H5 {
  color: #f8e8cd;
}
.cid-uJdSMQWnx8 P {
  color: #ffeccb;
}
.cid-szNzD2yLv8 .navbar {
  background: #ffeccb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-szNzD2yLv8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffeccb;
}
.cid-szNzD2yLv8 a {
  font-style: normal;
}
.cid-szNzD2yLv8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-szNzD2yLv8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-szNzD2yLv8 .nav-item:focus,
.cid-szNzD2yLv8 .nav-link:focus {
  outline: none;
}
.cid-szNzD2yLv8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-szNzD2yLv8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-szNzD2yLv8 .menu-logo {
  margin-right: auto;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu {
  background: #ffeccb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-szNzD2yLv8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szNzD2yLv8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-szNzD2yLv8 button.navbar-toggler:focus {
  outline: none;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c36438;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .btn {
  display: flex;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-szNzD2yLv8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-szNzD2yLv8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-szNzD2yLv8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-szNzD2yLv8.navbar-expand {
    flex-direction: column;
  }
  .cid-szNzD2yLv8 img {
    height: 3.8rem !important;
  }
  .cid-szNzD2yLv8 .btn {
    display: flex;
  }
  .cid-szNzD2yLv8 button.navbar-toggler {
    display: block;
  }
  .cid-szNzD2yLv8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-szNzD2yLv8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-szNzD2yLv8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing,
  .cid-szNzD2yLv8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-szNzD2yLv8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-szNzD2yLv8 .navbar-collapse {
  flex-basis: auto;
}
.cid-szNzD2yLv8 .nav-link:hover,
.cid-szNzD2yLv8 .dropdown-item:hover {
  color: #c36438 !important;
}
.cid-tyGHeLgbPq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6f3013;
}
.cid-tyGHeLgbPq .media-container-row .mbr-text {
  color: #ffeccb;
  text-align: center;
}
.cid-szNzD2yLv8 .navbar {
  background: #ffeccb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-szNzD2yLv8 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffeccb;
}
.cid-szNzD2yLv8 a {
  font-style: normal;
}
.cid-szNzD2yLv8 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-szNzD2yLv8 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-szNzD2yLv8 .nav-item:focus,
.cid-szNzD2yLv8 .nav-link:focus {
  outline: none;
}
.cid-szNzD2yLv8 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-szNzD2yLv8 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-szNzD2yLv8 .menu-logo {
  margin-right: auto;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-szNzD2yLv8 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu {
  background: #ffeccb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-szNzD2yLv8 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-szNzD2yLv8 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-szNzD2yLv8 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-szNzD2yLv8 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-szNzD2yLv8 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-szNzD2yLv8 button.navbar-toggler:focus {
  outline: none;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c36438;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-szNzD2yLv8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-szNzD2yLv8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-szNzD2yLv8 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .btn {
  display: flex;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-szNzD2yLv8 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-szNzD2yLv8 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-szNzD2yLv8 .collapsed button.navbar-toggler {
  display: block;
}
.cid-szNzD2yLv8 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-szNzD2yLv8 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-szNzD2yLv8 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-szNzD2yLv8 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-szNzD2yLv8.navbar-expand {
    flex-direction: column;
  }
  .cid-szNzD2yLv8 img {
    height: 3.8rem !important;
  }
  .cid-szNzD2yLv8 .btn {
    display: flex;
  }
  .cid-szNzD2yLv8 button.navbar-toggler {
    display: block;
  }
  .cid-szNzD2yLv8 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-szNzD2yLv8 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-szNzD2yLv8 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing,
  .cid-szNzD2yLv8 .navbar-collapse.show {
    display: block !important;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-szNzD2yLv8 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-szNzD2yLv8 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-szNzD2yLv8 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-szNzD2yLv8 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-szNzD2yLv8 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-szNzD2yLv8 .navbar-collapse {
  flex-basis: auto;
}
.cid-szNzD2yLv8 .nav-link:hover,
.cid-szNzD2yLv8 .dropdown-item:hover {
  color: #c36438 !important;
}
.cid-qYsb8ZYGyL {
  background-image: url("../../../assets/images/oberflchengestaltung-palle-doro-dorothee-machaczek-2000x11251099.jpg");
}
.cid-qYsb8ZYGyL H1 {
  color: #ffeccb;
}
.cid-qYsb8ZYGyL SPAN {
  color: #ffeccb;
}
.cid-r0aXOViQOc {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-r0aXOViQOc .mbr-text,
.cid-r0aXOViQOc blockquote {
  color: #767676;
}
.cid-r0aXOViQOc .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-r0aXOViQOc .mbr-text B {
  color: #c36438;
}
.cid-r0fA4KXnjv {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffeccb;
}
.cid-r0fA4KXnjv .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-r0fA4KXnjv .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-r0fA4KXnjv .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-r0fA4KXnjv .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-r0fA4KXnjv .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-r0fA4KXnjv .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-r0fA4KXnjv .img-item {
    width: 100% !important;
  }
  .cid-r0fA4KXnjv .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-r0b1kWT9tw {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffeccb;
}
.cid-r0b1kWT9tw .mbr-text,
.cid-r0b1kWT9tw blockquote {
  color: #767676;
}
.cid-r0b1kWT9tw .mbr-text DIV {
  color: #c36438;
}
.cid-r0b1kWT9tw .mbr-text {
  color: #c36438;
  text-align: center;
}
.cid-qZZlsPHn2b {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #ffeccb;
}
.cid-qZZlsPHn2b .image-block {
  margin: auto;
}
.cid-qZZlsPHn2b figcaption {
  position: relative;
}
.cid-qZZlsPHn2b figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZZlsPHn2b .image-block {
    width: 100% !important;
  }
}
.cid-qZZjEcBkva {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #ffeccb;
}
.cid-qZZjEcBkva .image-block {
  margin: auto;
}
.cid-qZZjEcBkva figcaption {
  position: relative;
}
.cid-qZZjEcBkva figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-qZZjEcBkva .image-block {
    width: 100% !important;
  }
}
.cid-r0eBPMLTju {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffeccb;
}
.cid-r0eBPMLTju .mbr-text,
.cid-r0eBPMLTju blockquote {
  color: #767676;
}
.cid-r0eBPMLTju .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-r0eCib0Vz4 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffeccb;
}
.cid-r0eCib0Vz4 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-r0eCib0Vz4 p {
  color: #767676;
  text-align: left;
}
.cid-r0eCib0Vz4 .card-box {
  padding-top: 2rem;
}
.cid-r0eCib0Vz4 .card-wrapper {
  height: 100%;
}
.cid-uJdSu0cMbw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6f3013;
}
@media (max-width: 767px) {
  .cid-uJdSu0cMbw .content {
    text-align: center;
  }
  .cid-uJdSu0cMbw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJdSu0cMbw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJdSu0cMbw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJdSu0cMbw .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uJdSu0cMbw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJdSu0cMbw .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uJdSu0cMbw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJdSu0cMbw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uJdSu0cMbw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJdSu0cMbw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJdSu0cMbw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJdSu0cMbw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJdSu0cMbw .copyright > p {
  color: #f8e8cd;
  text-align: left;
}
.cid-uJdSu0cMbw H5 {
  color: #f8e8cd;
}
.cid-uJdSu0cMbw P {
  color: #ffeccb;
}
.cid-tyGHeLgbPq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6f3013;
}
.cid-tyGHeLgbPq .media-container-row .mbr-text {
  color: #ffeccb;
  text-align: center;
}
.cid-uJdJcbDoFj {
  background-image: url("../../../assets/images/fai-da-te-kurse-palle-doro-dorothee-machaczek-2000x3556.jpg");
}
.cid-uJdJcbDoFj H1 {
  color: #ffeccb;
}
.cid-uJdJejklH9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: #ffeccb;
}
.cid-uJdJejklH9 .images-container.container-fluid {
  padding: 0;
}
.cid-uJdJejklH9 .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: 100% !important;
}
.cid-uJdJejklH9 .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uJdJejklH9 .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uJdJejklH9 .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uJdJejklH9 .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uJdJejklH9 .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uJdJejklH9 .img-item {
    width: 100% !important;
  }
  .cid-uJdJejklH9 .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uJdJf4f9O3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffeccb;
}
.cid-uJdJf4f9O3 h2 {
  text-align: left;
}
.cid-uJdJf4f9O3 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uJdJf4f9O3 p {
  color: #767676;
  text-align: left;
}
.cid-uJdJf4f9O3 .aside-content {
  flex-basis: 100%;
}
.cid-uJdJf4f9O3 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uJdJf4f9O3 .media {
  margin: initial;
  align-items: center;
}
.cid-uJdJf4f9O3 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uJdJf4f9O3 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uJdJf4f9O3 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uJdJf4f9O3 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uJdJf4f9O3 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uJdJf4f9O3 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uJdJf4f9O3 H2 {
  color: #c36438;
}
.cid-uJdJf4f9O3 .mbr-text {
  color: #c36438;
}
.cid-uJdJf4f9O3 H4 {
  color: #c36438;
}
.cid-uJdJf4f9O3 P {
  color: #c36438;
  text-align: left;
}
.cid-uJdJg41pf2 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffeccb;
}
.cid-uJdJg41pf2 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uJdJg41pf2 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #c36438;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #c36438;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .3s;
}
.cid-uJdJg41pf2 .nav-tabs .nav-link:hover {
  background-color: #c36438;
}
.cid-uJdJg41pf2 .nav-tabs .nav-link:focus {
  box-shadow: none;
  background-color: #c36438;
}
.cid-uJdJg41pf2 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #c36438;
}
.cid-uJdJg41pf2 .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uJdJg41pf2 .mbr-section-subtitle {
  color: #c47049;
}
.cid-uJdJg41pf2 p {
  color: #767676;
}
.cid-uJdJg41pf2 .mbr-figure {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  padding-right: 4rem;
}
.cid-uJdJg41pf2 .mbr-text {
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uJdJg41pf2 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-uJdJg41pf2 P {
  text-align: center;
  color: #c36438;
}
.cid-uJdJhgP3e0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffeccb;
}
.cid-uJdJhgP3e0 P {
  color: #767676;
}
.cid-uJdJhgP3e0 .mbr-text,
.cid-uJdJhgP3e0 .mbr-section-btn {
  color: #c36438;
}
.cid-uJdJhJD8jE {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffeccb;
}
.cid-uJdJhJD8jE .mbr-text,
.cid-uJdJhJD8jE blockquote {
  color: #767676;
}
.cid-uJdJhJD8jE .mbr-text P {
  text-align: center;
}
.cid-uJdJhJD8jE .mbr-text {
  color: #c36438;
}
.cid-uJdJitvXOt {
  padding-top: 45px;
  padding-bottom: 90px;
  background: #ffeccb;
}
.cid-uJdJitvXOt .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-uJdJitvXOt .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uJdJitvXOt .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uJdJitvXOt .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uJdJitvXOt .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uJdJitvXOt .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uJdJitvXOt .img-item {
    width: 100% !important;
  }
  .cid-uJdJitvXOt .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uJdJjBiJBY {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffeccb;
}
.cid-uJdJjBiJBY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uJdJjBiJBY p {
  color: #767676;
  text-align: left;
}
.cid-uJdJjBiJBY .card-box {
  padding-top: 2rem;
}
.cid-uJdJjBiJBY .card-wrapper {
  height: 100%;
}
.cid-uJkzNd7vuv {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-uJkzNd7vuv .mbr-text,
.cid-uJkzNd7vuv blockquote {
  color: #767676;
}
.cid-uJkzNd7vuv .mbr-text B {
  color: #c36438;
}
.cid-uJkzNd7vuv .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-uJkzNGSfRZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #ffeccb;
}
.cid-uJkzNGSfRZ .images-container.container-fluid {
  padding: 0;
}
.cid-uJkzNGSfRZ .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-uJkzNGSfRZ .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uJkzNGSfRZ .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uJkzNGSfRZ .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uJkzNGSfRZ .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uJkzNGSfRZ .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uJkzNGSfRZ .img-item {
    width: 100% !important;
  }
  .cid-uJkzNGSfRZ .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uJkzNGSfRZ P {
  color: #c36438;
}
.cid-uJkzOjQyYt {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffeccb;
}
.cid-uJkzOjQyYt .mbr-text,
.cid-uJkzOjQyYt blockquote {
  color: #767676;
}
.cid-uJkzOjQyYt .mbr-text {
  text-align: center;
  color: #c36438;
}
.cid-uJkzOjQyYt .mbr-text B {
  color: #c36438;
}
.cid-uJkzP5lAtt {
  padding-top: 45px;
  padding-bottom: 120px;
  background: #ffeccb;
}
.cid-uJkzP5lAtt .images-container.container-fluid {
  padding: 0;
}
.cid-uJkzP5lAtt .media-container-row {
  margin: 0 auto;
  align-items: stretch;
}
.cid-uJkzP5lAtt .media-container-row .img-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}
.cid-uJkzP5lAtt .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uJkzP5lAtt .media-container-row .img-item .img-caption {
  background: #ffeccb;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uJkzP5lAtt .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uJkzP5lAtt .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uJkzP5lAtt .img-item {
    width: 100% !important;
  }
  .cid-uJkzP5lAtt .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
  }
}
.cid-uJkzP5lAtt P {
  color: #c36438;
}
.cid-uJdSTF5gTN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #6f3013;
}
@media (max-width: 767px) {
  .cid-uJdSTF5gTN .content {
    text-align: center;
  }
  .cid-uJdSTF5gTN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uJdSTF5gTN .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uJdSTF5gTN .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uJdSTF5gTN .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uJdSTF5gTN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uJdSTF5gTN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uJdSTF5gTN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uJdSTF5gTN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uJdSTF5gTN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJdSTF5gTN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uJdSTF5gTN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJdSTF5gTN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJdSTF5gTN .copyright > p {
  color: #f8e8cd;
  text-align: left;
}
.cid-uJdSTF5gTN H5 {
  color: #f8e8cd;
}
.cid-uJdSTF5gTN P {
  color: #ffeccb;
}
.cid-uJdHgGxWva .navbar {
  background: #ffeccb;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uJdHgGxWva .navbar-dropdown.bg-color.transparent.opened {
  background: #ffeccb;
}
.cid-uJdHgGxWva a {
  font-style: normal;
}
.cid-uJdHgGxWva .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uJdHgGxWva .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-uJdHgGxWva .nav-item:focus,
.cid-uJdHgGxWva .nav-link:focus {
  outline: none;
}
.cid-uJdHgGxWva .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-uJdHgGxWva .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uJdHgGxWva .menu-logo {
  margin-right: auto;
}
.cid-uJdHgGxWva .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-uJdHgGxWva .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uJdHgGxWva .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uJdHgGxWva .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uJdHgGxWva .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uJdHgGxWva .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uJdHgGxWva .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uJdHgGxWva .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uJdHgGxWva .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uJdHgGxWva .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uJdHgGxWva .dropdown .dropdown-menu {
  background: #ffeccb;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uJdHgGxWva .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uJdHgGxWva .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJdHgGxWva .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uJdHgGxWva .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJdHgGxWva .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uJdHgGxWva .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uJdHgGxWva .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uJdHgGxWva .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uJdHgGxWva .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uJdHgGxWva .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uJdHgGxWva .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uJdHgGxWva button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uJdHgGxWva button.navbar-toggler:focus {
  outline: none;
}
.cid-uJdHgGxWva button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c36438;
}
.cid-uJdHgGxWva button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uJdHgGxWva button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uJdHgGxWva button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uJdHgGxWva button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uJdHgGxWva nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJdHgGxWva nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uJdHgGxWva nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uJdHgGxWva nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uJdHgGxWva .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-uJdHgGxWva .collapsed .btn {
  display: flex;
}
.cid-uJdHgGxWva .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uJdHgGxWva .collapsed .navbar-collapse.collapsing,
.cid-uJdHgGxWva .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uJdHgGxWva .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uJdHgGxWva .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uJdHgGxWva .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uJdHgGxWva .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uJdHgGxWva .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uJdHgGxWva .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uJdHgGxWva .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uJdHgGxWva .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-uJdHgGxWva .collapsed button.navbar-toggler {
  display: block;
}
.cid-uJdHgGxWva .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uJdHgGxWva .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uJdHgGxWva .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uJdHgGxWva .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uJdHgGxWva .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uJdHgGxWva .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uJdHgGxWva.navbar-expand {
    flex-direction: column;
  }
  .cid-uJdHgGxWva img {
    height: 3.8rem !important;
  }
  .cid-uJdHgGxWva .btn {
    display: flex;
  }
  .cid-uJdHgGxWva button.navbar-toggler {
    display: block;
  }
  .cid-uJdHgGxWva .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uJdHgGxWva .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uJdHgGxWva .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uJdHgGxWva .navbar-collapse.collapsing,
  .cid-uJdHgGxWva .navbar-collapse.show {
    display: block !important;
  }
  .cid-uJdHgGxWva .navbar-collapse.collapsing .navbar-nav,
  .cid-uJdHgGxWva .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uJdHgGxWva .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uJdHgGxWva .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uJdHgGxWva .navbar-collapse.collapsing .navbar-buttons,
  .cid-uJdHgGxWva .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uJdHgGxWva .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uJdHgGxWva .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uJdHgGxWva .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uJdHgGxWva .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uJdHgGxWva .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uJdHgGxWva .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uJdHgGxWva .menu-logo {
    flex-shrink: 0;
  }
}
.cid-uJdHgGxWva .navbar-collapse {
  flex-basis: auto;
}
.cid-uJdHgGxWva .nav-link:hover,
.cid-uJdHgGxWva .dropdown-item:hover {
  color: #c36438 !important;
}
.cid-uJdHgIaoby {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #6f3013;
}
.cid-uJdHgIaoby .media-container-row .mbr-text {
  color: #ffeccb;
  text-align: center;
}
