body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Cinzel', serif;
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'Cinzel', serif;
  font-size: 3.8rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.display-2 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-4 {
  font-family: 'Abel', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.65;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Abel', sans-serif;
  font-size: 2.4375rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.9rem;
}
.display-7 {
  font-family: 'Abel', sans-serif;
  font-size: 1.3rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.68rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-5 {
    font-size: 1.95rem;
    font-size: calc( 1.5031249999999998rem + (2.4375 - 1.5031249999999998) * ((100vw - 20rem) / (48 - 20)));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
  }
}
/* Buttons */
.btn {
  padding: 14px 18px;
  border-radius: 4px;
}
.btn-sm {
  padding: 7px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 4px;
}
.btn-lg {
  padding: 18px 25px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d90a2c !important;
}
.bg-success {
  background-color: #d90a2c !important;
}
.bg-info {
  background-color: #17161a !important;
}
.bg-warning {
  background-color: #283742 !important;
}
.bg-danger {
  background-color: #f9f9f9 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-primary:hover {
  background-color: #a80822 !important;
  border-color: #a80822 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00376d !important;
  border-color: #00376d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #00376d;
  border-color: #00376d;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00376d !important;
  border-color: #00376d !important;
}
.btn-secondary:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info,
.btn-info:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-info:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d90a2c;
  border-color: #d90a2c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-success:hover {
  background-color: #a80822 !important;
  border-color: #a80822 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #283742 !important;
  border-color: #283742 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #283742;
  border-color: #283742;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-warning:hover {
  background-color: #151d22 !important;
  border-color: #151d22 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #7a7a7a !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #7a7a7a !important;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-danger:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  color: #17161a !important;
}
.btn-white.btn {
  color: #17161a !important;
}
.btn-black,
.btn-black:active {
  background-color: #17161a !important;
  border-color: #17161a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #17161a;
  border-color: #17161a;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d90a2c;
  color: #d90a2c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #d90a2c !important;
  border-color: #d90a2c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #00376d;
  color: #00376d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #00376d !important;
  border-color: #00376d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00376d !important;
  border-color: #00376d !important;
}
.btn-secondary-outline:hover {
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d90a2c;
  color: #d90a2c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #d90a2c !important;
  border-color: #d90a2c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d90a2c !important;
  border-color: #d90a2c !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #283742;
  color: #283742;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #283742 !important;
  border-color: #283742;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #283742 !important;
  border-color: #283742 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f9f9f9;
  color: #f9f9f9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7a7a7a !important;
  background: #f9f9f9 !important;
  border-color: #f9f9f9;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7a7a7a !important;
  background-color: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #17161a;
  color: #17161a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #17161a !important;
  border-color: #17161a;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #17161a !important;
  border-color: #17161a !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline:hover {
  color: #17161a !important;
}
.text-primary {
  color: #d90a2c !important;
}
.text-secondary {
  color: #00376d !important;
}
.text-success {
  color: #d90a2c !important;
}
.text-info {
  color: #17161a !important;
}
.text-warning {
  color: #283742 !important;
}
.text-danger {
  color: #f9f9f9 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #770618 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000407 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #770618 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #020202 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c6c6c6 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #d90a2c !important;
}
.alert-success {
  background-color: #d90a2c;
}
.alert-info {
  background-color: #17161a;
}
.alert-warning {
  background-color: #283742;
}
.alert-danger {
  background-color: #f9f9f9;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d90a2c;
  border-color: #d90a2c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d90a2c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcb3bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fcb3bf;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c8c6cf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #92abbd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Abel', sans-serif;
  font-size: 1.3rem;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #d90a2c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d90a2c;
  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: #d90a2c;
  border-bottom-color: #d90a2c;
}
.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: #d90a2c !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: #00376d !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-siRBz2kadz {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #f7f0eb;
}
.cid-siRBz2kadz .nav-link,
.cid-siRBz2kadz .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-siRBz2kadz .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-siRBz2kadz .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-siRBz2kadz .nav-link.text-primary:hover,
.cid-siRBz2kadz .nav-link.text-primary:focus {
  color: #d90a2c !important;
}
.cid-siRBz2kadz .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-siRBz2kadz .nav-link:hover:before {
  opacity: 1;
}
.cid-siRBz2kadz .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f9f9f9;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-siRBz2kadz .nav-link {
    margin: 0 !important;
  }
}
.cid-siRBz2kadz .icons-menu {
  line-height: 0;
}
.cid-siRBz2kadz .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-siRBz2kadz .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-siRBz2kadz .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-siRBz2kadz .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-siRBz2kadz .dropdown-menu a {
  overflow: hidden;
}
.cid-siRBz2kadz .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/taverna-gigant-schwarzmarbel-1201.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-siRBz2kadz .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-siRBz2kadz .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/referenzfotos-gaia-sandbeige-3.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-siRBz2kadz .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-siRBz2kadz .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/referenzfotos-piazza-jaspis1-1200.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-siRBz2kadz .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-siRBz2kadz .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/referenzfotos-mercato-hazelnuss-2000.jpeg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-siRBz2kadz .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-siRBz2kadz .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-siRBz2kadz .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-siRBz2kadz .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-siRBz2kadz .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-siRBz2kadz .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-siRBz2kadz .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-siRBz2kadz.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-siRBz2kadz .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-siRBz2kadz .btn {
    white-space: nowrap;
  }
  .cid-siRBz2kadz .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-siRBz2kadz .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-siRBz2kadz .nav-item.dropdown:hover::before,
  .cid-siRBz2kadz .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-siRBz2kadz .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-siRBz2kadz .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-siRBz2kadz .navbar > .container,
.cid-siRBz2kadz .navbar > .container-fluid {
  align-items: center;
}
.cid-siRBz2kadz .dropdown-toggle::after,
.cid-siRBz2kadz .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-siRBz2kadz .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-siRBz2kadz .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-siRBz2kadz .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-siRBz2kadz .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-siRBz2kadz .nav-item:focus,
.cid-siRBz2kadz .nav-link:focus {
  outline: none;
}
.cid-siRBz2kadz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-siRBz2kadz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-siRBz2kadz .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-siRBz2kadz a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-siRBz2kadz ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-siRBz2kadz .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #f7f0eb;
}
.cid-siRBz2kadz .navbar.opened {
  transition: all 0.3s;
  background: #f7f0eb !important;
}
.cid-siRBz2kadz .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-siRBz2kadz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-siRBz2kadz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-siRBz2kadz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 70px - 1rem);
  }
}
.cid-siRBz2kadz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-siRBz2kadz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-siRBz2kadz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-siRBz2kadz .dropdown-menu .menu__images {
    display: none;
  }
  .cid-siRBz2kadz .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-siRBz2kadz .nav-item .nav-link::before {
    display: none;
  }
  .cid-siRBz2kadz.opened .dropdown-menu {
    top: 0;
  }
  .cid-siRBz2kadz .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-siRBz2kadz .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-siRBz2kadz .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-siRBz2kadz .navbar-logo {
    margin: 0;
  }
  .cid-siRBz2kadz .navbar-logo img {
    height: 60px !important;
  }
  .cid-siRBz2kadz .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-siRBz2kadz .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-siRBz2kadz .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-siRBz2kadz .navbar {
    padding: 13px 90px;
  }
  .cid-siRBz2kadz .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-siRBz2kadz .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-siRBz2kadz .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-siRBz2kadz .dropdown-toggle::after,
  .cid-siRBz2kadz .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-siRBz2kadz .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-siRBz2kadz a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-siRBz2kadz ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-siRBz2kadz .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
}
.cid-siRBz2kadz.navbar-short {
  background: #f7f0eb !important;
  min-height: 70px;
  height: 70px;
}
.cid-siRBz2kadz.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-siRBz2kadz.navbar-short .navbar-brand {
  padding: 0;
}
.cid-siRBz2kadz.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-siRBz2kadz #IDKontakt {
    display: block;
  }
  .cid-siRBz2kadz .navbar {
    padding: 0 !important;
  }
  .cid-siRBz2kadz ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-siRBz2kadz a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-siRBz2kadz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-siRBz2kadz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-siRBz2kadz .dropdown-item.active,
.cid-siRBz2kadz .dropdown-item:active {
  background-color: transparent;
}
.cid-siRBz2kadz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f0eb;
}
.cid-siRBz2kadz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-siRBz2kadz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-siRBz2kadz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-siRBz2kadz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-siRBz2kadz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-siRBz2kadz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-siRBz2kadz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-siRBz2kadz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-siRBz2kadz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-siRBz2kadz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-siRBz2kadz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-siRBz2kadz .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-siRBz2kadz .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-siRBz2kadz .navbar {
    height: 97px;
  }
  .cid-siRBz2kadz .navbar.opened {
    height: auto;
  }
  .cid-siRBz2kadz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-siRD4HCoqk {
  overflow: hidden;
}
.cid-siRD4HCoqk .user {
  max-width: none;
  flex: 0 0 100%;
  position: relative;
}
.cid-siRD4HCoqk .user_image {
  height: 700px;
  height: 100vh;
  width: 100%;
}
.cid-siRD4HCoqk .user_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-siRD4HCoqk .mode {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background: rgba(255, 0, 0, 0.7);
  left: 9.5%;
  top: 37%;
  z-index: 0;
  transform: translateY(-65%);
}
.cid-siRD4HCoqk .title__block {
  height: 400px;
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translateY(-50%);
  margin-left: 15px;
}
.cid-siRD4HCoqk .mbr-section-subtitle {
  letter-spacing: 1.5px;
  color: #000000;
  margin-bottom: 25px;
  text-align: right;
}
.cid-siRD4HCoqk .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-siRD4HCoqk .arrow__btn .mbr-iconfont {
  font-size: 30px;
  color: #fff;
}
.cid-siRD4HCoqk .box {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.cid-siRD4HCoqk .box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -90px;
  left: -90px;
  opacity: 0.95;
}
.cid-siRD4HCoqk .box__icon .mbr-iconfont {
  font-size: 30px;
  color: #fff;
  padding: 30px;
}
.cid-siRD4HCoqk .box__item {
  width: 230px;
  height: 190px;
  padding: 30px 5px 30px 40px;
  text-align: left;
  float: left;
  background: #ffffff;
}
.cid-siRD4HCoqk .box__item:first-child {
  position: relative;
}
.cid-siRD4HCoqk .box__text {
  color: #000000;
}
.cid-siRD4HCoqk .carousel-item {
  justify-content: center;
}
.cid-siRD4HCoqk .carousel-item.active,
.cid-siRD4HCoqk .carousel-item-next,
.cid-siRD4HCoqk .carousel-item-prev {
  display: flex;
}
.cid-siRD4HCoqk .carousel-control-next,
.cid-siRD4HCoqk .carousel-control-prev {
  right: 50px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: auto;
}
.cid-siRD4HCoqk .carousel-control-next {
  transform: translateY(70px);
}
.cid-siRD4HCoqk .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 30px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.5);
  transition: all 0.3s ease-in-out;
}
.cid-siRD4HCoqk li {
  opacity: 1;
  border: none;
}
.cid-siRD4HCoqk li.active {
  background-color: #000000;
  opacity: 0.1;
  width: 230px;
  height: 190px;
}
.cid-siRD4HCoqk .carousel-indicators {
  right: 0;
  left: auto;
  justify-content: flex-end;
  margin: 0;
  opacity: 0.1;
}
.cid-siRD4HCoqk .carousel-indicators li {
  width: 230px;
  height: 190px;
  max-width: none;
  max-height: none;
  margin: 0;
  background-color: #000000;
  border-radius: 0;
  transition: opacity 0.4s ease-in-out;
}
.is-builder .cid-siRD4HCoqk .carousel-indicators {
  pointer-events: none;
}
@media (max-width: 767px) {
  .cid-siRD4HCoqk .box__content,
  .cid-siRD4HCoqk .carousel-indicators {
    display: none;
  }
  .cid-siRD4HCoqk .box__icon {
    bottom: 0;
    right: 0;
  }
  .cid-siRD4HCoqk .mode {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    mix-blend-mode: multiply;
    background: rgba(255, 0, 0, 0.7);
    left: 9.5%;
    top: 37%;
    z-index: 0;
    transform: translateY(-65%);
  }
}
@media (max-width: 500px) {
  .cid-siRD4HCoqk .carousel-control-next,
  .cid-siRD4HCoqk .carousel-control-prev {
    right: 20px;
  }
}
.cid-siSm3psNv8 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-siSm3psNv8 h2 {
  line-height: 2.7rem;
}
.cid-siSm3psNv8 .BigRed {
  color: #ff0000;
  font-weight: 700;
  font-size: 150%;
}
.cid-siSm3psNv8 .container {
  max-width: 1300px;
}
.cid-siSm3psNv8 .title__block {
  padding-bottom: 40px;
}
.cid-siSm3psNv8 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-siSm3psNv8 .mbr-section-title b,
.cid-siSm3psNv8 .mbr-section-title strong {
  font-weight: 500;
}
.cid-siSm3psNv8 .img1 {
  transition: all 0.3s;
  transform: scale(1);
}
.cid-siSm3psNv8 .img1:hover {
  z-index: 9!important;
  transition: all 0.3s;
  transform: scale(1.1);
}
.cid-siSm3psNv8 .image1:hover {
  z-index: 9!important;
  transition: all 0.3s;
  transform: scale(1.1);
}
.cid-siSm3psNv8 .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-siSm3psNv8 .mbr-text {
  margin-bottom: 43px;
}
.cid-siSm3psNv8 .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-siSm3psNv8 .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #f7ede9;
}
.cid-siSm3psNv8 .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-siSm3psNv8 .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-siSm3psNv8 .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-siSm3psNv8 .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-siSm3psNv8 .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-siSm3psNv8 .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-siSm3psNv8 .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-siSm3psNv8 .row {
    text-align: center;
  }
  .cid-siSm3psNv8 .title__block {
    padding-bottom: 0;
  }
  .cid-siSm3psNv8 .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-siSm3psNv8 .figure:before {
    content: none;
  }
  .cid-siSm3psNv8 .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-siSm3psNv8 .mbr-text {
    margin-bottom: 30px;
  }
  .cid-siSm3psNv8 .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-siSm3psNv8 .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-siSPYIuhtJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f7f0eb;
}
.cid-siSPYIuhtJ .BigRed {
  color: #ff0000;
  font-weight: 700;
  font-size: 150%;
}
.cid-siSPYIuhtJ h2 {
  line-height: 2.9rem;
  padding: 0;
  margin: 0;
}
.cid-siSPYIuhtJ .textkiste {
  background: #fff;
  padding: 1rem;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
}
.cid-siSPYIuhtJ .container {
  max-width: 1300px;
}
.cid-siSPYIuhtJ .ZweitesBild {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 250px;
  height: auto;
}
.cid-siSPYIuhtJ img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-siSPYIuhtJ img:hover {
  transform: scale(1.06);
}
.cid-siSPYIuhtJ .row {
  background: #f7f0eb;
}
.cid-siSPYIuhtJ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-siSPYIuhtJ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-siSPYIuhtJ .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-siSPYIuhtJ .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-siSPYIuhtJ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-siSPYIuhtJ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-siSPYIuhtJ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-siSPYIuhtJ .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-siSPYIuhtJ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-siSPYIuhtJ .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-siSPYIuhtJ .row {
    margin: 0rem;
  }
  .cid-siSPYIuhtJ .text-col {
    padding: 2rem 1rem;
  }
  .cid-siSPYIuhtJ .number {
    margin-right: 2rem;
  }
  .cid-siSPYIuhtJ .img-col {
    margin-bottom: 3rem;
  }
}
.cid-siSPYIuhtJ H2 {
  color: #333333;
}
.cid-siSPYIuhtJ .mbr-text {
  color: #232226;
}
.cid-CCsUUT8ceI {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f7f0eb;
}
.cid-CCsUUT8ceI hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-CCsUUT8ceI .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-CCsUUT8ceI .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-rRIiaHWZmu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f0eb;
}
.cid-rRIiaHWZmu .container {
  max-width: 1300px;
}
.cid-rRIiaHWZmu .BigRed {
  color: #ff0000;
  font-weight: 700;
  font-size: 150%;
}
.cid-rRIiaHWZmu h1 {
  line-height: 2.4rem;
}
.cid-rRIiaHWZmu .title__wrap {
  margin-bottom: 30px;
}
.cid-rRIiaHWZmu .title__block {
  margin-bottom: 10px;
}
.cid-rRIiaHWZmu .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-rRIiaHWZmu .mbr-section-title {
  margin-bottom: 0;
}
.cid-rRIiaHWZmu .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-rRIiaHWZmu .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-rRIiaHWZmu .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-rRIiaHWZmu .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-rRIiaHWZmu .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-rRIiaHWZmu .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-rRIiaHWZmu .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-rRIiaHWZmu .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-rRIiaHWZmu .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rRIiaHWZmu .descr__block {
  padding: 25px 0 0;
}
.cid-rRIiaHWZmu .descr__title {
  margin-bottom: 5px;
}
.cid-rRIiaHWZmu .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
}
.cid-rRIiaHWZmu .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 5px;
}
.cid-rRIiaHWZmu .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-rRIiaHWZmu .link__text a {
  position: relative;
}
.cid-rRIiaHWZmu .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-rRIiaHWZmu .link__text a:hover {
  color: #d90a2c !important;
}
@media (max-width: 767px) {
  .cid-rRIiaHWZmu .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-rRIiaHWZmu .image {
    height: 300px;
  }
  .cid-rRIiaHWZmu .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-rRIiaHWZmu .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-rRIiaHWZmu .buttons {
    justify-content: flex-start;
  }
}
.cid-siYrV1CbH9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7f0eb;
}
.cid-siYrV1CbH9 .container {
  max-width: 1300px;
}
.cid-siYrV1CbH9 .MyText {
  padding: 3rem;
}
.cid-siYrV1CbH9 .BigRed {
  color: #ff0000;
  font-weight: 700;
  font-size: 150%;
}
.cid-siYrV1CbH9 h1 {
  line-height: 2.4rem;
}
.cid-siYrV1CbH9 .title__wrap {
  margin-bottom: 30px;
}
.cid-siYrV1CbH9 .title__block {
  margin-bottom: 10px;
}
.cid-siYrV1CbH9 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-siYrV1CbH9 .mbr-section-title {
  margin-bottom: 0;
}
.cid-siYrV1CbH9 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-siYrV1CbH9 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 10px;
  color: inherit !important;
  border: none !important;
  background-color: transparent !important;
}
.cid-siYrV1CbH9 .mbr-section-btn .btn-secondary-outline:hover {
  color: #d90a2c !important;
}
.cid-siYrV1CbH9 .wrap {
  margin-bottom: 30px;
  height: 100%;
}
.cid-siYrV1CbH9 .wrap:hover .image img {
  transform: scale3d(1.1, 1.1, 1);
}
.cid-siYrV1CbH9 .wrap:hover .descr__text {
  transform: translateY(-20px);
  opacity: 0;
}
.cid-siYrV1CbH9 .wrap:hover .link__text {
  opacity: 1;
  transform: translateY(-25px);
}
.cid-siYrV1CbH9 .image {
  overflow: hidden;
  width: 100%;
  min-height: 80px;
  height: 430px;
  border-radius: 4px;
}
.cid-siYrV1CbH9 .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-siYrV1CbH9 .descr__block {
  padding: 25px 0 0;
}
.cid-siYrV1CbH9 .descr__title {
  margin-bottom: 5px;
}
.cid-siYrV1CbH9 .descr__text {
  transform: translateY(0);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-bottom: 0;
}
.cid-siYrV1CbH9 .descr__text:after {
  content: '•';
  display: inline-block;
  vertical-align: middle;
  font-size: .8em;
  margin-top: -2px;
  color: #d90a2c;
  margin-left: 5px;
}
.cid-siYrV1CbH9 .link__text {
  display: inline-block;
  position: relative;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-top: 5px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(0);
}
.cid-siYrV1CbH9 .link__text a {
  position: relative;
}
.cid-siYrV1CbH9 .link__text a:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: currentColor;
  top: 50%;
  right: -55px;
}
.cid-siYrV1CbH9 .link__text a:hover {
  color: #d90a2c !important;
}
@media (max-width: 767px) {
  .cid-siYrV1CbH9 .descr__block {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .cid-siYrV1CbH9 .image {
    height: 300px;
  }
  .cid-siYrV1CbH9 .mbr-section-btn .btn {
    margin: 0.4rem 0.4rem;
  }
  .cid-siYrV1CbH9 .mbr-section-btn {
    margin-left: -0.4rem;
    margin-right: -0.4rem;
  }
  .cid-siYrV1CbH9 .buttons {
    justify-content: flex-start;
  }
}
.cid-siT9iaydoE {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f7f0eb;
}
.cid-siT9iaydoE hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-siT9iaydoE .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-siT9iaydoE .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-shti9jgwdj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #f7f0eb;
  overflow: hidden;
}
.cid-shti9jgwdj .title__block {
  padding: 30px 0px;
}
.cid-shti9jgwdj .BigRed {
  color: #ff0000;
  font-weight: 700;
  font-size: 150%;
}
.cid-shti9jgwdj h2 {
  line-height: 2.4rem;
}
.cid-shti9jgwdj .container {
  max-width: 1300px;
}
.cid-shti9jgwdj .image {
  display: block;
  position: relative;
  height: 950px;
}
.cid-shti9jgwdj .image img {
  height: 100%;
  object-fit: cover;
}
.cid-shti9jgwdj .widget {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 87px;
  width: 100%;
  overflow: hidden;
}
.cid-shti9jgwdj .widget .widget__item {
  padding: 40px 10px 10px 40px;
  background-color: rgba(255, 33, 33, 0.7);
}
.cid-shti9jgwdj .widget .widget__item:hover .mbr-iconfont {
  color: #d90a2c;
}
.cid-shti9jgwdj .widget .widget__item:nth-child(2) {
  background-color: rgba(25, 31, 35, 0.8);
}
.cid-shti9jgwdj .widget .mbr-iconfont {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  margin-right: 10px;
}
.cid-shti9jgwdj .widget .widget__text {
  margin: 5px 0;
}
.cid-shti9jgwdj .mbr-section-btn {
  margin-top: 20px;
}
.cid-shti9jgwdj .btn {
  margin-top: 0;
}
.cid-shti9jgwdj .popup__text {
  display: inline-block;
  margin-left: 10px;
}
.cid-shti9jgwdj .mbr-media {
  display: inline-block;
}
.cid-shti9jgwdj .mbr-figure {
  align-self: flex-start;
  margin-bottom: 30px;
  width: 100%;
}
.cid-shti9jgwdj .anim {
  width: 62px;
  height: 62px;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  position: relative;
  background-color: rgba(25, 31, 35, 0.95);
  border-radius: 50%;
}
.cid-shti9jgwdj .anim span {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  width: 62px;
  height: 62px;
  line-height: 62px;
  position: relative;
  display: inline-block;
  margin-left: 2px;
}
.cid-shti9jgwdj .anim span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-shti9jgwdj .anim:before {
  content: '';
  border-color: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(25, 31, 35, 0.5);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 1.2s;
  animation-name: popup__video;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}
.cid-shti9jgwdj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: #191f23;
  width: 100%;
  height: 100%;
}
.cid-shti9jgwdj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-shti9jgwdj .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-shti9jgwdj a.close {
  position: absolute;
  right: 100px;
  top: 50px;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  padding: 10px;
  transition: all 0.2s;
}
.cid-shti9jgwdj a.close:hover {
  color: #ffffff;
}
@keyframes popup__video {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .cid-shti9jgwdj .push__left {
    margin-left: 8.33333%;
  }
}
@media (max-width: 991px) {
  .cid-shti9jgwdj .image {
    padding: 0;
  }
  .cid-shti9jgwdj .container,
  .cid-shti9jgwdj .row {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-shti9jgwdj .widget {
    margin-left: 0;
  }
  .cid-shti9jgwdj .widget .widget__item {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .cid-shti9jgwdj a.close {
    right: 50px;
    top: 25px;
  }
  .cid-shti9jgwdj .modalWindow .modalWindow-video {
    height: calc(90vw / 1.778);
    width: 90vw;
    margin: 0 auto;
  }
  .cid-shti9jgwdj .image img {
    max-height: 400px;
  }
}
.cid-shti9jgwdj .col-lg-6 {
  padding-right: 0px!important;
  padding-left: 0px!important;
}
.cid-siTX92bwIi {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/referenzfotos-piazza-grau-2.jpeg");
}
@media (max-width: 768px) {
  .cid-siTX92bwIi .mbr-text,
  .cid-siTX92bwIi .mbr-section-subtitle,
  .cid-siTX92bwIi .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rRIjBgE6OI {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-rRIjBgE6OI .main {
  height: 480px;
}
.cid-rRIjBgE6OI .map {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cid-rRIjBgE6OI .map iframe {
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rRIjBgE6OI .map {
    height: auto;
  }
}
.cid-rRIjBgE6OI .wrap__content {
  display: flex;
  padding: 0;
}
.cid-rRIjBgE6OI .block__content1,
.cid-rRIjBgE6OI .block__content2 {
  padding: 90px 15px 90px 70px;
}
.cid-rRIjBgE6OI .block__content1 {
  background-color: #ddcec3;
}
.cid-rRIjBgE6OI .block__content2 {
  background-color: #e7dbd1;
}
.cid-rRIjBgE6OI .border__radius {
  margin-bottom: 20px;
  border: 2px solid #ddcec3;
  border-radius: 50%;
  max-width: 46px;
  width: 100%;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rRIjBgE6OI .content__title,
.cid-rRIjBgE6OI .title__address {
  margin-bottom: 20px;
}
.cid-rRIjBgE6OI .content__span,
.cid-rRIjBgE6OI .content__span2 {
  color: #6a696c;
}
.cid-rRIjBgE6OI .content__phone {
  margin-bottom: 25px;
}
.cid-rRIjBgE6OI .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .cid-rRIjBgE6OI .main {
    height: auto;
  }
  .cid-rRIjBgE6OI .block__content1,
  .cid-rRIjBgE6OI .block__content2 {
    padding: 70px 15px 70px 25px;
  }
}
@media (max-width: 767px) {
  .cid-rRIjBgE6OI .block__content1 {
    padding: 50px 15px 0;
    text-align: left;
  }
  .cid-rRIjBgE6OI .block__content2 {
    padding: 50px 15px 50px;
    text-align: left;
  }
  .cid-rRIjBgE6OI .icons {
    justify-content: flex-start !important;
  }
}
@media (max-width: 575px) {
  .cid-rRIjBgE6OI .wrap__content {
    flex-direction: column;
  }
}
.cid-rRIjBgE6OI .content__title {
  color: #17161a;
}
.cid-rRIjBgE6OI .title__address {
  color: #17161a;
}
.cid-siTiRwMSCq {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #6d6365;
}
.cid-siTiRwMSCq li {
  font-size: 100%;
}
.cid-siTiRwMSCq .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-siTiRwMSCq .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-siTiRwMSCq .mbr-list {
  margin: 0;
}
.cid-siTiRwMSCq .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-siTiRwMSCq .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-siTiRwMSCq .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-siTiRwMSCq .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
