.btn {
  border-width: 2px;
}
body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 2.9376rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.672rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.796875rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.0525rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.315625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.35008rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.05632rem;
    font-size: calc( 1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.30625rem + (1.875 - 1.30625) * ((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.15rem;
    font-size: calc( 1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.842rem;
    font-size: calc( 1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  text-transform: uppercase;
  margin-top: 24px;
}
.mbr-section-title {
  text-transform: uppercase;
  margin: 0;
}
.price {
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 9px;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
/*.mbr-section-btn {
border: 2px solid @primaryColor;
background-color: rgba(0, 0, 0, 0);
text-transform: uppercase;
display: inline-block;
color: #000000;
margin: 0;
margin-top: 24px;
}

.mbr-section-btn:hover {
background-color: @primaryColor;
border: 2px solid @primaryColor;
}

.btn-txt {
    color: #000000;
    display: inline-block;

}

.mbr-section-btn:hover .btn-txt {
    color: #ffffff;
}*/
.btn {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff2b09 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b11900 !important;
  border-color: #ff2b09 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b11900 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff6666 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd10a !important;
  border-color: #ffe161 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff2b09;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2b09 !important;
  border-color: #ff2b09 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff2b09 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff2b09;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2b09;
  border-color: #ff2b09;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2b09;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdbd5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  /*border-color: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff2b09;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2b09;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #ff2b09;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff2b09;
  border-bottom-color: #ff2b09;
}
.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: #ff2b09 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff2b09' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0s;
}
.cid-uTQosURj2E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/firefly-vanille-zitronen-oliven-hanf-lein-rizinus-kamillen-trauben-dunkler-hintergrund-mod-1-2000x2000.jpg");
}
.cid-uTQosURj2E .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTQosURj2E .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTQosURj2E .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTQosURj2E .container {
  height: 50vh;
}
.cid-uTQosURj2E .row {
  align-items: center;
  height: 100%;
}
.cid-uTQkOdVnoZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTQkOdVnoZ img,
.cid-uTQkOdVnoZ .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uTQkOdVnoZ .item:focus,
.cid-uTQkOdVnoZ span:focus {
  outline: none;
}
.cid-uTQkOdVnoZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uTQkOdVnoZ .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTQkOdVnoZ .mbr-section-title {
  padding: 0;
  padding-bottom: 100px;
  margin: 0;
  color: #000000;
}
.cid-uTQkOdVnoZ .item-title {
  text-transform: uppercase;
  margin: 0 20px;
  color: #ffffff;
}
.cid-uTQkOdVnoZ .price {
  margin: 0 20px 36px;
  color: #ffffff;
}
.cid-uTQkOdVnoZ .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-sv2nIu8Thc {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sv2nIu8Thc .card-wrapper {
  background: #f2f2f2;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-sv2nIu8Thc .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sv2nIu8Thc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-sv2nIu8Thc .row {
  justify-content: center;
}
.cid-sv2nIu8Thc .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
}
@media (max-width: 690px) {
  .cid-sv2nIu8Thc .item {
    padding-bottom: 25px;
  }
}
.cid-sv2o4Gd235 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/haut-header-2000x1143.jpg");
}
.cid-sv2o4Gd235 .card {
  padding: 12.5rem 0;
  background: #f2f2f2;
  border-radius: 0;
}
.cid-sv2o4Gd235 .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sv2o4Gd235 .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cid-sv2o4Gd235 .lin:hover .line {
  opacity: 1;
}
.cid-sv2o4Gd235 .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-sv2o4Gd235 a {
  font-weight: 700;
}
.cid-sv2o4Gd235 .text-primary {
  color: #626262 !important;
}
.cid-sv2o4Gd235 .mbr-link,
.cid-sv2o4Gd235 .lin,
.cid-sv2o4Gd235 .line H4 {
  color: #ff2b09;
}
.cid-sv38QSKCty {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sv38QSKCty .item-wrapper {
  width: 100%;
}
.cid-sv38QSKCty .left-side {
  text-align: left;
  width: 100%;
  padding-right: 5rem;
}
.cid-sv38QSKCty .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-sv38QSKCty .mbr-section-btn {
    margin-bottom: 25px;
  }
  .cid-sv38QSKCty .mbr-section-title {
    margin-top: 25px;
  }
  .cid-sv38QSKCty .form-row {
    padding-top: 10px;
  }
}
.cid-sv38QSKCty .mbr-section-subtitle {
  color: #626262;
  padding-top: 10px;
  margin-top: 0;
}
.cid-sv38QSKCty .mbr-link {
  width: 100%;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-sv38QSKCty .mbr-section-title {
  color: #000000;
  padding-bottom: 0px;
}
.cid-sv38QSKCty .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-sv38QSKCty img,
.cid-sv38QSKCty .item-img {
  margin: auto;
  width: auto;
}
.cid-sv38QSKCty .lin {
  color: #000000;
  display: inline;
  margin: 0rem 0.5rem 0px 0;
  transition: all 0.2s ease-in-out;
}
.cid-sv38QSKCty .lin:hover {
  color: #ff2b09;
}
.cid-sv38QSKCty .address:hover {
  color: #ff2b09;
}
.cid-sv38QSKCty .bottom {
  text-transform: uppercase;
  display: inline;
}
.cid-sv38QSKCty p {
  margin-bottom: 0.5rem;
}
.cid-sv38QSKCty .col-auto {
  padding: 0;
  margin-top: 20px;
}
.cid-sv38QSKCty input {
  padding: 25px 30px;
  margin: 0;
  border-radius: 0;
  border: 0px;
  outline: 2px solid #cdcdcb;
}
.cid-sv38QSKCty textarea {
  padding: 25px 30px;
  margin: 0;
  border-radius: 0;
  border: 0px;
  outline: 2px solid #cdcdcb;
}
.cid-sv38QSKCty .form-group {
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.cid-sv38QSKCty a {
  font-weight: bold;
}
.cid-sv38QSKCty .p {
  display: block;
}
@media (max-width: 990px) {
  .cid-sv38QSKCty .first {
    border-bottom: 0px;
  }
  .cid-sv38QSKCty .left-side {
    padding: 15px;
  }
  .cid-sv38QSKCty .row .right-side {
    padding: 15px 15px 0 15px;
  }
}
.cid-sv38QSKCty .form-control:hover {
  outline: 2px solid #cdcdcb;
}
.cid-sv38QSKCty .form-control:focus {
  outline: 2px solid #cdcdcb;
}
.cid-sv38QSKCty .right-side {
  padding-right: 5rem;
  padding-left: 4rem;
}
.cid-sv38QSKCty .address {
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.cid-sv38QSKCty .address a {
  font-weight: 400;
}
.cid-sv38QSKCty .form-row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sv38QSKCty .text-primary {
  color: #000000 !important;
}
.cid-sv2ngFHbKs .navbar-dropdown {
  position: relative !important;
}
.cid-sv2ngFHbKs .navbar-dropdown {
  position: absolute !important;
}
.cid-sv2ngFHbKs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sv2ngFHbKs .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sv2ngFHbKs .dropdown-item:hover,
.cid-sv2ngFHbKs .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-sv2ngFHbKs .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-sv2ngFHbKs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sv2ngFHbKs .nav-link {
  position: relative;
  padding: 0;
}
.cid-sv2ngFHbKs .container {
  display: flex;
  margin: auto;
}
.cid-sv2ngFHbKs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sv2ngFHbKs .dropdown-menu,
.cid-sv2ngFHbKs .navbar.opened {
  background: #ffffff !important;
}
.cid-sv2ngFHbKs .nav-item:focus,
.cid-sv2ngFHbKs .nav-link:focus {
  outline: none;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sv2ngFHbKs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sv2ngFHbKs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sv2ngFHbKs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sv2ngFHbKs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-sv2ngFHbKs .navbar.opened {
  transition: all 0.3s;
}
.cid-sv2ngFHbKs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sv2ngFHbKs .navbar .navbar-logo img {
  width: auto;
}
.cid-sv2ngFHbKs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sv2ngFHbKs .navbar.collapsed {
  justify-content: center;
}
.cid-sv2ngFHbKs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sv2ngFHbKs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sv2ngFHbKs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sv2ngFHbKs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sv2ngFHbKs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sv2ngFHbKs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sv2ngFHbKs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sv2ngFHbKs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sv2ngFHbKs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sv2ngFHbKs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sv2ngFHbKs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sv2ngFHbKs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sv2ngFHbKs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sv2ngFHbKs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sv2ngFHbKs .navbar.navbar-short {
  min-height: 60px;
}
.cid-sv2ngFHbKs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sv2ngFHbKs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sv2ngFHbKs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sv2ngFHbKs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sv2ngFHbKs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sv2ngFHbKs .dropdown-item.active,
.cid-sv2ngFHbKs .dropdown-item:active {
  background-color: transparent;
}
.cid-sv2ngFHbKs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sv2ngFHbKs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sv2ngFHbKs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sv2ngFHbKs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sv2ngFHbKs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sv2ngFHbKs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sv2ngFHbKs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sv2ngFHbKs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sv2ngFHbKs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sv2ngFHbKs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sv2ngFHbKs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sv2ngFHbKs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sv2ngFHbKs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sv2ngFHbKs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sv2ngFHbKs .navbar {
    height: 70px;
  }
  .cid-sv2ngFHbKs .navbar.opened {
    height: auto;
  }
  .cid-sv2ngFHbKs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sv2ngFHbKs .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sv2ngFHbKs .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-sv2ngFHbKs a {
  display: inline;
  font-weight: bold;
}
.cid-sv2ngFHbKs img {
  display: inline;
  padding-right: 10px;
}
.cid-sv2ngFHbKs .text-black:hover {
  color: #000000 !important;
}
.cid-sv2ngFHbKs .dropdown-toggle:after {
  display: none;
}
.cid-sv2ngFHbKs .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sv2ngFHbKs .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-sv2ngFHbKs a.text-black:hover,
.cid-sv2ngFHbKs a.text-black:focus,
.cid-sv2ngFHbKs a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-sv2ngFHbKs .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-sv2prYHJzZ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-sv2prYHJzZ input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-sv2prYHJzZ a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-sv2prYHJzZ a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-sv2prYHJzZ .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-sv2prYHJzZ .mbr-text {
  color: #626262;
  padding-top: 5rem;
}
.cid-sv2prYHJzZ .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-sv2prYHJzZ .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-sv2prYHJzZ .long-distance {
    margin-top: 50px;
  }
}
.cid-sv2prYHJzZ .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-sv2prYHJzZ .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-sv2prYHJzZ .btn {
  white-space: nowrap;
}
.cid-sv2prYHJzZ .text-primary {
  color: #000000 !important;
}
.cid-sv2prYHJzZ .form-group {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 690px) {
  .cid-sv2prYHJzZ img {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .cid-sv2prYHJzZ img {
    padding-right: 50px;
  }
}
.cid-uVop2fIw20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/haut-header-2000x1143.jpg");
}
.cid-uVop2fIw20 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVop2fIw20 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVop2fIw20 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVop2fIw20 .container {
  height: 50vh;
}
.cid-uVop2fIw20 .row {
  align-items: center;
  height: 100%;
}
.cid-uVophS4MvT {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVophS4MvT img {
  border-radius: 0px;
}
.cid-uVophS4MvT .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uVophS4MvT .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-uVophS4MvT .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uVophS4MvT .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uVophS4MvT .right {
  display: flex;
  flex-direction: column;
}
.cid-uVophS4MvT .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-uVophS4MvT .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-uVophS4MvT .card-heading {
  padding-top: 0;
}
.cid-uVophS4MvT .mbr-text {
  padding-top: 10px;
}
.cid-uVopOPdL6B {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVopOPdL6B img {
  border-radius: 0px;
}
.cid-uVopOPdL6B .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uVopOPdL6B .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-uVopOPdL6B .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uVopOPdL6B .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uVopOPdL6B .right {
  display: flex;
  flex-direction: column;
}
.cid-uVopOPdL6B .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-uVopOPdL6B .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-uVopOPdL6B .card-heading {
  padding-top: 0;
}
.cid-uVopOPdL6B .mbr-text {
  padding-top: 10px;
}
.cid-uVoq4HNYQW {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVoq4HNYQW img {
  border-radius: 0px;
}
.cid-uVoq4HNYQW .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uVoq4HNYQW .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-uVoq4HNYQW .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uVoq4HNYQW .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uVoq4HNYQW .right {
  display: flex;
  flex-direction: column;
}
.cid-uVoq4HNYQW .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-uVoq4HNYQW .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-uVoq4HNYQW .card-heading {
  padding-top: 0;
}
.cid-uVoq4HNYQW .mbr-text {
  padding-top: 10px;
}
.cid-uVoqkHdFcz {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVoqkHdFcz img {
  border-radius: 0px;
}
.cid-uVoqkHdFcz .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uVoqkHdFcz .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-uVoqkHdFcz .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uVoqkHdFcz .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uVoqkHdFcz .right {
  display: flex;
  flex-direction: column;
}
.cid-uVoqkHdFcz .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-uVoqkHdFcz .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-uVoqkHdFcz .card-heading {
  padding-top: 0;
}
.cid-uVoqkHdFcz .mbr-text {
  padding-top: 10px;
}
.cid-uVoqPcmVai {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVoqPcmVai img {
  border-radius: 0px;
}
.cid-uVoqPcmVai .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uVoqPcmVai .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-uVoqPcmVai .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uVoqPcmVai .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uVoqPcmVai .right {
  display: flex;
  flex-direction: column;
}
.cid-uVoqPcmVai .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-uVoqPcmVai .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-uVoqPcmVai .card-heading {
  padding-top: 0;
}
.cid-uVoqPcmVai .mbr-text {
  padding-top: 10px;
}
.cid-uVor39aepd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVor39aepd img {
  border-radius: 0px;
}
.cid-uVor39aepd .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 0.4rem;
}
.cid-uVor39aepd .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-top: 1rem;
}
.cid-uVor39aepd .author {
  color: #626262;
  text-align: left;
  padding-top: 0.8rem;
}
.cid-uVor39aepd .heading {
  text-align: center;
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-uVor39aepd .right {
  display: flex;
  flex-direction: column;
}
.cid-uVor39aepd .mbr-section-btn {
  border: 2px solid #ff2b09;
  width: auto;
}
.cid-uVor39aepd .mbr-section-btn:hover {
  background-color: #ff2b09;
  border: 2px solid #ff2b09;
}
.cid-uVor39aepd .card-heading {
  padding-top: 0;
}
.cid-uVor39aepd .mbr-text {
  padding-top: 10px;
}
.cid-uVop2g0McG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVop2g0McG img,
.cid-uVop2g0McG .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uVop2g0McG .item:focus,
.cid-uVop2g0McG span:focus {
  outline: none;
}
.cid-uVop2g0McG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVop2g0McG .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVop2g0McG .mbr-section-title {
  padding: 0;
  padding-bottom: 100px;
  margin: 0;
  color: #000000;
}
.cid-uVop2g0McG .item-title {
  text-transform: uppercase;
  margin: 0 20px;
  color: #ffffff;
}
.cid-uVop2g0McG .price {
  margin: 0 20px 36px;
  color: #ffffff;
}
.cid-uVop2g0McG .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-uVop2hk3pG .navbar-dropdown {
  position: relative !important;
}
.cid-uVop2hk3pG .navbar-dropdown {
  position: absolute !important;
}
.cid-uVop2hk3pG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVop2hk3pG .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uVop2hk3pG .dropdown-item:hover,
.cid-uVop2hk3pG .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-uVop2hk3pG .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uVop2hk3pG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVop2hk3pG .nav-link {
  position: relative;
  padding: 0;
}
.cid-uVop2hk3pG .container {
  display: flex;
  margin: auto;
}
.cid-uVop2hk3pG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVop2hk3pG .dropdown-menu,
.cid-uVop2hk3pG .navbar.opened {
  background: #ffffff !important;
}
.cid-uVop2hk3pG .nav-item:focus,
.cid-uVop2hk3pG .nav-link:focus {
  outline: none;
}
.cid-uVop2hk3pG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVop2hk3pG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVop2hk3pG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVop2hk3pG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVop2hk3pG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVop2hk3pG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVop2hk3pG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVop2hk3pG .navbar.opened {
  transition: all 0.3s;
}
.cid-uVop2hk3pG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVop2hk3pG .navbar .navbar-logo img {
  width: auto;
}
.cid-uVop2hk3pG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVop2hk3pG .navbar.collapsed {
  justify-content: center;
}
.cid-uVop2hk3pG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVop2hk3pG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVop2hk3pG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVop2hk3pG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVop2hk3pG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVop2hk3pG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVop2hk3pG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVop2hk3pG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVop2hk3pG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVop2hk3pG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVop2hk3pG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVop2hk3pG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVop2hk3pG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVop2hk3pG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVop2hk3pG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVop2hk3pG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVop2hk3pG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVop2hk3pG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVop2hk3pG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVop2hk3pG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVop2hk3pG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVop2hk3pG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVop2hk3pG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVop2hk3pG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVop2hk3pG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVop2hk3pG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVop2hk3pG .dropdown-item.active,
.cid-uVop2hk3pG .dropdown-item:active {
  background-color: transparent;
}
.cid-uVop2hk3pG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVop2hk3pG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVop2hk3pG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVop2hk3pG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVop2hk3pG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVop2hk3pG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVop2hk3pG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVop2hk3pG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVop2hk3pG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVop2hk3pG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVop2hk3pG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVop2hk3pG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVop2hk3pG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVop2hk3pG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVop2hk3pG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVop2hk3pG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVop2hk3pG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVop2hk3pG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVop2hk3pG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVop2hk3pG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVop2hk3pG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVop2hk3pG .navbar {
    height: 70px;
  }
  .cid-uVop2hk3pG .navbar.opened {
    height: auto;
  }
  .cid-uVop2hk3pG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVop2hk3pG .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uVop2hk3pG .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uVop2hk3pG a {
  display: inline;
  font-weight: bold;
}
.cid-uVop2hk3pG img {
  display: inline;
  padding-right: 10px;
}
.cid-uVop2hk3pG .text-black:hover {
  color: #000000 !important;
}
.cid-uVop2hk3pG .dropdown-toggle:after {
  display: none;
}
.cid-uVop2hk3pG .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uVop2hk3pG .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-uVop2hk3pG a.text-black:hover,
.cid-uVop2hk3pG a.text-black:focus,
.cid-uVop2hk3pG a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-uVop2hk3pG .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uVop2hFGbI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-uVop2hFGbI input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-uVop2hFGbI a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uVop2hFGbI a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-uVop2hFGbI .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-uVop2hFGbI .mbr-text {
  color: #626262;
  padding-top: 5rem;
}
.cid-uVop2hFGbI .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-uVop2hFGbI .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-uVop2hFGbI .long-distance {
    margin-top: 50px;
  }
}
.cid-uVop2hFGbI .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-uVop2hFGbI .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-uVop2hFGbI .btn {
  white-space: nowrap;
}
.cid-uVop2hFGbI .text-primary {
  color: #000000 !important;
}
.cid-uVop2hFGbI .form-group {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 690px) {
  .cid-uVop2hFGbI img {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .cid-uVop2hFGbI img {
    padding-right: 50px;
  }
}
.cid-uVos6aTksN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/beruns-header-2000x1143.jpg");
}
.cid-uVos6aTksN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVos6aTksN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVos6aTksN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVos6aTksN .container {
  height: 50vh;
}
.cid-uVos6aTksN .row {
  align-items: center;
  height: 100%;
}
.cid-uVov3QA43J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVov3QA43J .card {
  padding: 5rem 0;
  background: #313131;
  margin: auto;
  border-radius: 0;
}
.cid-uVov3QA43J .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-uVov3QA43J .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-uVov3QA43J .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-uVov3QA43J .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-uVov3QA43J .mbr-section-title {
  color: #ffffff;
}
.cid-uVov3QA43J .col-10 {
  margin: auto;
}
.cid-uVovsaLMdu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVovsaLMdu .card-wrapper {
  border-radius: 4px;
  background: #ffe885;
}
@media (min-width: 992px) {
  .cid-uVovsaLMdu .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uVovsaLMdu .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVovsaLMdu .text-box {
    padding: 2rem;
  }
}
.cid-uVovsaLMdu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVovsaLMdu .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-uVovsaLMdu .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-uVovsaLMdu .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-uVovsaLMdu .small-img {
  width: 40%;
  margin: auto;
}
.cid-uVovsaLMdu .text-box {
  text-align: center;
}
.cid-uVovsaLMdu .mbr-section-title {
  text-align: center;
}
.cid-uVovsaLMdu .mbr-text {
  padding-top: 10px;
}
.cid-uVovsaLMdu .mbr-section-subtitle {
  color: #626262;
}
.cid-uVovKIwFxY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVovKIwFxY .card-wrapper {
  border-radius: 4px;
  background: #9ec751;
}
@media (min-width: 992px) {
  .cid-uVovKIwFxY .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVovKIwFxY .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVovKIwFxY .text-box {
    padding: 2rem;
  }
}
.cid-uVovKIwFxY .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVovKIwFxY .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-uVovKIwFxY .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-uVovKIwFxY .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-uVovKIwFxY .small-img {
  width: 40%;
  margin: auto;
}
.cid-uVovKIwFxY .text-box {
  text-align: center;
}
.cid-uVovKIwFxY .mbr-section-title {
  text-align: center;
}
.cid-uVovKIwFxY .mbr-text {
  padding-top: 10px;
}
.cid-uVovKIwFxY .mbr-section-subtitle {
  color: #626262;
}
.cid-uVowa8ghXR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVowa8ghXR .card-wrapper {
  border-radius: 4px;
  background: #ffb18a;
}
@media (min-width: 992px) {
  .cid-uVowa8ghXR .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uVowa8ghXR .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVowa8ghXR .text-box {
    padding: 2rem;
  }
}
.cid-uVowa8ghXR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVowa8ghXR .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-uVowa8ghXR .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-uVowa8ghXR .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-uVowa8ghXR .small-img {
  width: 40%;
  margin: auto;
}
.cid-uVowa8ghXR .text-box {
  text-align: center;
}
.cid-uVowa8ghXR .mbr-section-title {
  text-align: center;
}
.cid-uVowa8ghXR .mbr-text {
  padding-top: 10px;
}
.cid-uVowa8ghXR .mbr-section-subtitle {
  color: #626262;
}
.cid-uVowXRgDwr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVowXRgDwr .card-wrapper {
  border-radius: 4px;
  background: #e5e5ff;
}
@media (min-width: 992px) {
  .cid-uVowXRgDwr .text-box {
    padding: 2rem;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVowXRgDwr .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVowXRgDwr .text-box {
    padding: 2rem;
  }
}
.cid-uVowXRgDwr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVowXRgDwr .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-uVowXRgDwr .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff2b09;
  opacity: 0;
}
.cid-uVowXRgDwr .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-uVowXRgDwr .small-img {
  width: 40%;
  margin: auto;
}
.cid-uVowXRgDwr .text-box {
  text-align: center;
}
.cid-uVowXRgDwr .mbr-section-title {
  text-align: center;
}
.cid-uVowXRgDwr .mbr-text {
  padding-top: 10px;
}
.cid-uVowXRgDwr .mbr-section-subtitle {
  color: #626262;
}
.cid-uVoxBolMa6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uVoxBolMa6 .carousel,
.cid-uVoxBolMa6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVoxBolMa6 .item-wrapper {
  width: 100%;
}
.cid-uVoxBolMa6 .carousel-caption {
  bottom: 40px;
}
.cid-uVoxBolMa6 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVoxBolMa6 .carousel-control {
  color: #000000;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 50px;
  transition: all 0.3s;
}
.cid-uVoxBolMa6 .carousel-control.carousel-control-prev {
  left: -100px;
  margin-left: 2.5rem;
}
.cid-uVoxBolMa6 .carousel-control.carousel-control-next {
  right: -100px;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVoxBolMa6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVoxBolMa6 .carousel-control:hover {
  color: #ff2b09;
}
.cid-uVoxBolMa6 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
@media (min-width: 990px) {
  .cid-uVoxBolMa6 .mobi-mbri-arrow-next {
    margin-left: -50px;
  }
  .cid-uVoxBolMa6 .mobi-mbri-arrow-prev {
    margin-right: -50px;
  }
}
.cid-uVoxBolMa6 .carousel-indicators {
  display: none;
}
.cid-uVoxBolMa6 .text-content {
  width: 100%;
}
.cid-uVoxBolMa6 .left-side {
  text-align: left;
}
.cid-uVoxBolMa6 .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-uVoxBolMa6 .carousel-control {
    display: none;
  }
}
.cid-uVoxBolMa6 .mbr-section-subtitle {
  color: #000000;
  text-transform: uppercase;
}
.cid-uVoxBolMa6 .mbr-text {
  color: #626262;
  padding-top: 10px;
}
.cid-uVos6cC65E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVos6cC65E img,
.cid-uVos6cC65E .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uVos6cC65E .item:focus,
.cid-uVos6cC65E span:focus {
  outline: none;
}
.cid-uVos6cC65E .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVos6cC65E .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVos6cC65E .mbr-section-title {
  padding: 0;
  padding-bottom: 100px;
  margin: 0;
  color: #000000;
}
.cid-uVos6cC65E .item-title {
  text-transform: uppercase;
  margin: 0 20px;
  color: #ffffff;
}
.cid-uVos6cC65E .price {
  margin: 0 20px 36px;
  color: #ffffff;
}
.cid-uVos6cC65E .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-uVos6dtcbe .navbar-dropdown {
  position: relative !important;
}
.cid-uVos6dtcbe .navbar-dropdown {
  position: absolute !important;
}
.cid-uVos6dtcbe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVos6dtcbe .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uVos6dtcbe .dropdown-item:hover,
.cid-uVos6dtcbe .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-uVos6dtcbe .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uVos6dtcbe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVos6dtcbe .nav-link {
  position: relative;
  padding: 0;
}
.cid-uVos6dtcbe .container {
  display: flex;
  margin: auto;
}
.cid-uVos6dtcbe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVos6dtcbe .dropdown-menu,
.cid-uVos6dtcbe .navbar.opened {
  background: #ffffff !important;
}
.cid-uVos6dtcbe .nav-item:focus,
.cid-uVos6dtcbe .nav-link:focus {
  outline: none;
}
.cid-uVos6dtcbe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVos6dtcbe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVos6dtcbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVos6dtcbe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVos6dtcbe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVos6dtcbe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVos6dtcbe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVos6dtcbe .navbar.opened {
  transition: all 0.3s;
}
.cid-uVos6dtcbe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVos6dtcbe .navbar .navbar-logo img {
  width: auto;
}
.cid-uVos6dtcbe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVos6dtcbe .navbar.collapsed {
  justify-content: center;
}
.cid-uVos6dtcbe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVos6dtcbe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVos6dtcbe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVos6dtcbe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVos6dtcbe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVos6dtcbe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVos6dtcbe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVos6dtcbe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVos6dtcbe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVos6dtcbe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVos6dtcbe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVos6dtcbe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVos6dtcbe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVos6dtcbe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVos6dtcbe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVos6dtcbe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVos6dtcbe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVos6dtcbe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVos6dtcbe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVos6dtcbe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVos6dtcbe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVos6dtcbe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVos6dtcbe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVos6dtcbe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVos6dtcbe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVos6dtcbe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVos6dtcbe .dropdown-item.active,
.cid-uVos6dtcbe .dropdown-item:active {
  background-color: transparent;
}
.cid-uVos6dtcbe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVos6dtcbe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVos6dtcbe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVos6dtcbe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVos6dtcbe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVos6dtcbe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVos6dtcbe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVos6dtcbe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVos6dtcbe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVos6dtcbe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVos6dtcbe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVos6dtcbe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVos6dtcbe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVos6dtcbe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVos6dtcbe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVos6dtcbe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVos6dtcbe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVos6dtcbe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVos6dtcbe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVos6dtcbe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVos6dtcbe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVos6dtcbe .navbar {
    height: 70px;
  }
  .cid-uVos6dtcbe .navbar.opened {
    height: auto;
  }
  .cid-uVos6dtcbe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVos6dtcbe .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uVos6dtcbe .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uVos6dtcbe a {
  display: inline;
  font-weight: bold;
}
.cid-uVos6dtcbe img {
  display: inline;
  padding-right: 10px;
}
.cid-uVos6dtcbe .text-black:hover {
  color: #000000 !important;
}
.cid-uVos6dtcbe .dropdown-toggle:after {
  display: none;
}
.cid-uVos6dtcbe .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uVos6dtcbe .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-uVos6dtcbe a.text-black:hover,
.cid-uVos6dtcbe a.text-black:focus,
.cid-uVos6dtcbe a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-uVos6dtcbe .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uVos6dQwFq {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-uVos6dQwFq input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-uVos6dQwFq a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uVos6dQwFq a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-uVos6dQwFq .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-uVos6dQwFq .mbr-text {
  color: #626262;
  padding-top: 5rem;
}
.cid-uVos6dQwFq .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-uVos6dQwFq .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-uVos6dQwFq .long-distance {
    margin-top: 50px;
  }
}
.cid-uVos6dQwFq .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-uVos6dQwFq .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-uVos6dQwFq .btn {
  white-space: nowrap;
}
.cid-uVos6dQwFq .text-primary {
  color: #000000 !important;
}
.cid-uVos6dQwFq .form-group {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 690px) {
  .cid-uVos6dQwFq img {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .cid-uVos6dQwFq img {
    padding-right: 50px;
  }
}
.cid-uVozFVJffB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/produkte-header-2000x1143.jpg");
}
.cid-uVozFVJffB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVozFVJffB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVozFVJffB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVozFVJffB .container {
  height: 50vh;
}
.cid-uVozFVJffB .row {
  align-items: center;
  height: 100%;
}
.cid-uVoBySo5qW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVoBySo5qW img {
  border-radius: 0px;
  padding-bottom: 16px;
}
.cid-uVoBySo5qW .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 15px;
}
.cid-uVoBySo5qW .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-bottom: 2px;
}
.cid-uVoBySo5qW .right {
  display: flex;
  flex-direction: column;
}
.cid-uVoBySo5qW .heading {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  text-align: center;
}
.cid-uVoBySo5qW .card-heading {
  padding-bottom: 12px;
}
.cid-uVoBySo5qW .p {
  padding-bottom: 20px;
}
.cid-uVoBySo5qW .last-p {
  padding-bottom: 0;
}
.cid-uVoChivJyC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVoChivJyC img {
  border-radius: 0px;
  padding-bottom: 16px;
}
.cid-uVoChivJyC .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 15px;
}
.cid-uVoChivJyC .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-bottom: 2px;
}
.cid-uVoChivJyC .right {
  display: flex;
  flex-direction: column;
}
.cid-uVoChivJyC .heading {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  text-align: center;
}
.cid-uVoChivJyC .card-heading {
  padding-bottom: 12px;
}
.cid-uVoChivJyC .p {
  padding-bottom: 20px;
}
.cid-uVoChivJyC .last-p {
  padding-bottom: 0;
}
.cid-uVoFMCFcJR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVoFMCFcJR img {
  border-radius: 0px;
  padding-bottom: 16px;
}
.cid-uVoFMCFcJR .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 15px;
}
.cid-uVoFMCFcJR .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-bottom: 2px;
}
.cid-uVoFMCFcJR .right {
  display: flex;
  flex-direction: column;
}
.cid-uVoFMCFcJR .heading {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  text-align: center;
}
.cid-uVoFMCFcJR .card-heading {
  padding-bottom: 12px;
}
.cid-uVoFMCFcJR .p {
  padding-bottom: 20px;
}
.cid-uVoFMCFcJR .last-p {
  padding-bottom: 0;
}
.cid-uVoGFxrScc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVoGFxrScc img {
  border-radius: 0px;
  padding-bottom: 16px;
}
.cid-uVoGFxrScc .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 15px;
}
.cid-uVoGFxrScc .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-bottom: 2px;
}
.cid-uVoGFxrScc .right {
  display: flex;
  flex-direction: column;
}
.cid-uVoGFxrScc .heading {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  text-align: center;
}
.cid-uVoGFxrScc .card-heading {
  padding-bottom: 12px;
}
.cid-uVoGFxrScc .p {
  padding-bottom: 20px;
}
.cid-uVoGFxrScc .last-p {
  padding-bottom: 0;
}
.cid-uVoHcrUZng {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVoHcrUZng img {
  border-radius: 0px;
  padding-bottom: 16px;
}
.cid-uVoHcrUZng .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 15px;
}
.cid-uVoHcrUZng .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-bottom: 2px;
}
.cid-uVoHcrUZng .right {
  display: flex;
  flex-direction: column;
}
.cid-uVoHcrUZng .heading {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  text-align: center;
}
.cid-uVoHcrUZng .card-heading {
  padding-bottom: 12px;
}
.cid-uVoHcrUZng .p {
  padding-bottom: 20px;
}
.cid-uVoHcrUZng .last-p {
  padding-bottom: 0;
}
.cid-uVoHMN3fVC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVoHMN3fVC img {
  border-radius: 0px;
  padding-bottom: 16px;
}
.cid-uVoHMN3fVC .mbr-section-title {
  color: #000000;
  text-align: left;
  padding-top: 15px;
}
.cid-uVoHMN3fVC .date {
  text-transform: uppercase;
  color: #ff2b09;
  text-align: left;
  padding-bottom: 2px;
}
.cid-uVoHMN3fVC .right {
  display: flex;
  flex-direction: column;
}
.cid-uVoHMN3fVC .heading {
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
  text-align: center;
}
.cid-uVoHMN3fVC .card-heading {
  padding-bottom: 12px;
}
.cid-uVoHMN3fVC .p {
  padding-bottom: 20px;
}
.cid-uVoHMN3fVC .last-p {
  padding-bottom: 0;
}
.cid-uVozFYwPq6 .navbar-dropdown {
  position: relative !important;
}
.cid-uVozFYwPq6 .navbar-dropdown {
  position: absolute !important;
}
.cid-uVozFYwPq6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVozFYwPq6 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uVozFYwPq6 .dropdown-item:hover,
.cid-uVozFYwPq6 .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-uVozFYwPq6 .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uVozFYwPq6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVozFYwPq6 .nav-link {
  position: relative;
  padding: 0;
}
.cid-uVozFYwPq6 .container {
  display: flex;
  margin: auto;
}
.cid-uVozFYwPq6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVozFYwPq6 .dropdown-menu,
.cid-uVozFYwPq6 .navbar.opened {
  background: #ffffff !important;
}
.cid-uVozFYwPq6 .nav-item:focus,
.cid-uVozFYwPq6 .nav-link:focus {
  outline: none;
}
.cid-uVozFYwPq6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVozFYwPq6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVozFYwPq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVozFYwPq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVozFYwPq6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVozFYwPq6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVozFYwPq6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVozFYwPq6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVozFYwPq6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVozFYwPq6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVozFYwPq6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVozFYwPq6 .navbar.collapsed {
  justify-content: center;
}
.cid-uVozFYwPq6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVozFYwPq6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVozFYwPq6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVozFYwPq6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVozFYwPq6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVozFYwPq6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVozFYwPq6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVozFYwPq6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVozFYwPq6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVozFYwPq6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVozFYwPq6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVozFYwPq6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVozFYwPq6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVozFYwPq6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVozFYwPq6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVozFYwPq6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVozFYwPq6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVozFYwPq6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVozFYwPq6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVozFYwPq6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVozFYwPq6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVozFYwPq6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVozFYwPq6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVozFYwPq6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVozFYwPq6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVozFYwPq6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVozFYwPq6 .dropdown-item.active,
.cid-uVozFYwPq6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVozFYwPq6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVozFYwPq6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVozFYwPq6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVozFYwPq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVozFYwPq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVozFYwPq6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVozFYwPq6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVozFYwPq6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVozFYwPq6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVozFYwPq6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVozFYwPq6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVozFYwPq6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVozFYwPq6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVozFYwPq6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVozFYwPq6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVozFYwPq6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVozFYwPq6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVozFYwPq6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVozFYwPq6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVozFYwPq6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVozFYwPq6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVozFYwPq6 .navbar {
    height: 70px;
  }
  .cid-uVozFYwPq6 .navbar.opened {
    height: auto;
  }
  .cid-uVozFYwPq6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVozFYwPq6 .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uVozFYwPq6 .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uVozFYwPq6 a {
  display: inline;
  font-weight: bold;
}
.cid-uVozFYwPq6 img {
  display: inline;
  padding-right: 10px;
}
.cid-uVozFYwPq6 .text-black:hover {
  color: #000000 !important;
}
.cid-uVozFYwPq6 .dropdown-toggle:after {
  display: none;
}
.cid-uVozFYwPq6 .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uVozFYwPq6 .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-uVozFYwPq6 a.text-black:hover,
.cid-uVozFYwPq6 a.text-black:focus,
.cid-uVozFYwPq6 a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-uVozFYwPq6 .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uVozFYU5bj {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-uVozFYU5bj input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-uVozFYU5bj a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uVozFYU5bj a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-uVozFYU5bj .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-uVozFYU5bj .mbr-text {
  color: #626262;
  padding-top: 5rem;
}
.cid-uVozFYU5bj .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-uVozFYU5bj .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-uVozFYU5bj .long-distance {
    margin-top: 50px;
  }
}
.cid-uVozFYU5bj .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-uVozFYU5bj .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-uVozFYU5bj .btn {
  white-space: nowrap;
}
.cid-uVozFYU5bj .text-primary {
  color: #000000 !important;
}
.cid-uVozFYU5bj .form-group {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 690px) {
  .cid-uVozFYU5bj img {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .cid-uVozFYU5bj img {
    padding-right: 50px;
  }
}
.cid-uVoN5uyqmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/shop-header-2000x1143.jpg");
}
.cid-uVoN5uyqmH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVoN5uyqmH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVoN5uyqmH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uVoN5uyqmH .container {
  height: 50vh;
}
.cid-uVoN5uyqmH .row {
  align-items: center;
  height: 100%;
}
.cid-uVoNW1CCHz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/hintergrund-2000x1143.jpg");
}
.cid-uVoNW1CCHz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVoNW1CCHz .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVoNW1CCHz .mbr-section-subtitle {
  color: #626262;
  text-align: left;
  margin: 0;
  padding-top: 1rem;
}
.cid-uVoNW1CCHz .mbr-fullscreen {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}
.cid-uVoNW1CCHz .button-align {
  width: 100%;
}
.cid-uVoNW1CCHz .mbr-text {
  padding-top: 10px;
}
.cid-uVoNW1CCHz .mbr-section-subtitle,
.cid-uVoNW1CCHz .button-align {
  color: #232323;
}
.cid-uVoN5xjiXD .navbar-dropdown {
  position: relative !important;
}
.cid-uVoN5xjiXD .navbar-dropdown {
  position: absolute !important;
}
.cid-uVoN5xjiXD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVoN5xjiXD .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uVoN5xjiXD .dropdown-item:hover,
.cid-uVoN5xjiXD .dropdown-item:focus {
  color: #ff2b09 !important;
}
.cid-uVoN5xjiXD .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uVoN5xjiXD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVoN5xjiXD .nav-link {
  position: relative;
  padding: 0;
}
.cid-uVoN5xjiXD .container {
  display: flex;
  margin: auto;
}
.cid-uVoN5xjiXD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVoN5xjiXD .dropdown-menu,
.cid-uVoN5xjiXD .navbar.opened {
  background: #ffffff !important;
}
.cid-uVoN5xjiXD .nav-item:focus,
.cid-uVoN5xjiXD .nav-link:focus {
  outline: none;
}
.cid-uVoN5xjiXD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVoN5xjiXD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVoN5xjiXD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVoN5xjiXD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVoN5xjiXD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVoN5xjiXD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVoN5xjiXD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uVoN5xjiXD .navbar.opened {
  transition: all 0.3s;
}
.cid-uVoN5xjiXD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVoN5xjiXD .navbar .navbar-logo img {
  width: auto;
}
.cid-uVoN5xjiXD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVoN5xjiXD .navbar.collapsed {
  justify-content: center;
}
.cid-uVoN5xjiXD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVoN5xjiXD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVoN5xjiXD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uVoN5xjiXD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVoN5xjiXD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVoN5xjiXD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVoN5xjiXD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVoN5xjiXD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVoN5xjiXD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVoN5xjiXD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVoN5xjiXD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVoN5xjiXD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVoN5xjiXD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVoN5xjiXD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVoN5xjiXD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVoN5xjiXD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVoN5xjiXD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVoN5xjiXD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVoN5xjiXD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVoN5xjiXD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVoN5xjiXD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVoN5xjiXD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVoN5xjiXD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVoN5xjiXD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVoN5xjiXD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVoN5xjiXD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVoN5xjiXD .dropdown-item.active,
.cid-uVoN5xjiXD .dropdown-item:active {
  background-color: transparent;
}
.cid-uVoN5xjiXD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVoN5xjiXD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVoN5xjiXD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVoN5xjiXD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uVoN5xjiXD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVoN5xjiXD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVoN5xjiXD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVoN5xjiXD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVoN5xjiXD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVoN5xjiXD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVoN5xjiXD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVoN5xjiXD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVoN5xjiXD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVoN5xjiXD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVoN5xjiXD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVoN5xjiXD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVoN5xjiXD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVoN5xjiXD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVoN5xjiXD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVoN5xjiXD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVoN5xjiXD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVoN5xjiXD .navbar {
    height: 70px;
  }
  .cid-uVoN5xjiXD .navbar.opened {
    height: auto;
  }
  .cid-uVoN5xjiXD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVoN5xjiXD .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uVoN5xjiXD .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uVoN5xjiXD a {
  display: inline;
  font-weight: bold;
}
.cid-uVoN5xjiXD img {
  display: inline;
  padding-right: 10px;
}
.cid-uVoN5xjiXD .text-black:hover {
  color: #000000 !important;
}
.cid-uVoN5xjiXD .dropdown-toggle:after {
  display: none;
}
.cid-uVoN5xjiXD .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uVoN5xjiXD .dropdown-item:hover {
  color: #ff2b09 !important;
}
.cid-uVoN5xjiXD a.text-black:hover,
.cid-uVoN5xjiXD a.text-black:focus,
.cid-uVoN5xjiXD a.text-black.active {
  color: #000000;
}
@media (max-width: 990px) {
  .cid-uVoN5xjiXD .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uVoN5xFrmu {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f2f2f2;
}
.cid-uVoN5xFrmu input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-uVoN5xFrmu a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-uVoN5xFrmu a:hover {
  color: #ff2b09;
  background-color: rgba(0, 0, 0, 0);
}
.cid-uVoN5xFrmu .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-uVoN5xFrmu .mbr-text {
  color: #626262;
  padding-top: 5rem;
}
.cid-uVoN5xFrmu .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-uVoN5xFrmu .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-uVoN5xFrmu .long-distance {
    margin-top: 50px;
  }
}
.cid-uVoN5xFrmu .mbr-section-title {
  color: #000000;
  text-transform: uppercase;
}
.cid-uVoN5xFrmu .mbr-section-subtitle:hover {
  color: #ff2b09;
}
.cid-uVoN5xFrmu .btn {
  white-space: nowrap;
}
.cid-uVoN5xFrmu .text-primary {
  color: #000000 !important;
}
.cid-uVoN5xFrmu .form-group {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 690px) {
  .cid-uVoN5xFrmu img {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .cid-uVoN5xFrmu img {
    padding-right: 50px;
  }
}
