.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Courier Prime', monospace;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Courier Prime', monospace;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Courier Prime', monospace;
  font-size: 1.63rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.0375rem;
}
.display-5 {
  font-family: 'Courier Prime', monospace;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Courier Prime', monospace;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.304rem;
    font-size: calc( 1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b79b6c !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #33363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b79b6c !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #896f43 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #896f43 !important;
  border-color: #896f43 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border: none  !important;
  color: #638941 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8d2a0 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #b8d2a0 !important;
  border-color: #b8d2a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #b79b6c;
  color: #b79b6c;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #896f43 !important;
  background-color: transparent!important;
  border-color: #896f43 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b79b6c !important;
  border-color: #b79b6c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e4eedb;
  color: #e4eedb;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8d2a0 !important;
  background-color: transparent!important;
  border-color: #b8d2a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #bdcdc6;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c08598;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: #9d516a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #33363b;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: #0b0b0c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #b79b6c !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #33363b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f673e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b79b6c;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #33363b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b79b6c;
  border-color: #b79b6c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b79b6c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e1d5c2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4a8b0;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Courier Prime', monospace;
  font-size: 1.63rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.0375rem;
}
.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: #b79b6c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Courier Prime', monospace;
  font-size: 1.63rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.0375rem;
}
blockquote {
  border-color: #b79b6c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b79b6c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b79b6c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b79b6c;
  border-bottom-color: #b79b6c;
}
.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: #000000 !important;
  background-color: #b79b6c !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: #e4eedb !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='%23b79b6c' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #b79b6c !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #b79b6c !important;
  border-color: #b79b6c !important;
}
.cid-tDSvZhpJjC {
  z-index: 1000;
  width: 100%;
}
.cid-tDSvZhpJjC nav.navbar {
  position: fixed;
}
.cid-tDSvZhpJjC .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-tDSvZhpJjC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSvZhpJjC .dropdown-item:hover,
.cid-tDSvZhpJjC .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSvZhpJjC .dropdown-item:hover span {
  color: white;
}
.cid-tDSvZhpJjC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSvZhpJjC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSvZhpJjC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSvZhpJjC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSvZhpJjC .nav-link {
  position: relative;
}
.cid-tDSvZhpJjC .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSvZhpJjC .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSvZhpJjC .navbar-caption:hover,
.cid-tDSvZhpJjC .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tDSvZhpJjC .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-tDSvZhpJjC .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSvZhpJjC .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tDSvZhpJjC .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSvZhpJjC .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tDSvZhpJjC .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSvZhpJjC .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSvZhpJjC .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSvZhpJjC .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSvZhpJjC .dropdown-menu,
.cid-tDSvZhpJjC .navbar.opened {
  background: #211911 !important;
}
.cid-tDSvZhpJjC .nav-item:focus,
.cid-tDSvZhpJjC .nav-link:focus {
  outline: none;
}
.cid-tDSvZhpJjC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSvZhpJjC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSvZhpJjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSvZhpJjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSvZhpJjC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSvZhpJjC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSvZhpJjC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(33, 25, 17, 0);
  padding: 0 !important;
}
.cid-tDSvZhpJjC .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSvZhpJjC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSvZhpJjC .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSvZhpJjC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSvZhpJjC .navbar.collapsed {
  justify-content: center;
}
.cid-tDSvZhpJjC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSvZhpJjC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSvZhpJjC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-tDSvZhpJjC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSvZhpJjC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSvZhpJjC .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-tDSvZhpJjC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSvZhpJjC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSvZhpJjC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSvZhpJjC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSvZhpJjC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSvZhpJjC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSvZhpJjC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSvZhpJjC .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-tDSvZhpJjC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSvZhpJjC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSvZhpJjC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSvZhpJjC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSvZhpJjC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSvZhpJjC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSvZhpJjC .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSvZhpJjC .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSvZhpJjC .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;
  width: 25%;
}
.cid-tDSvZhpJjC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSvZhpJjC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSvZhpJjC .dropdown-item.active,
.cid-tDSvZhpJjC .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSvZhpJjC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSvZhpJjC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSvZhpJjC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSvZhpJjC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #211911;
}
.cid-tDSvZhpJjC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSvZhpJjC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSvZhpJjC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSvZhpJjC .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSvZhpJjC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSvZhpJjC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4cb9e;
}
.cid-tDSvZhpJjC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSvZhpJjC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSvZhpJjC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSvZhpJjC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSvZhpJjC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSvZhpJjC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSvZhpJjC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSvZhpJjC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSvZhpJjC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSvZhpJjC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSvZhpJjC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDSvZhpJjC .navbar {
    height: 70px;
  }
  .cid-tDSvZhpJjC .navbar.opened {
    height: auto;
  }
  .cid-tDSvZhpJjC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSvZhpJjC .container-fluid {
  padding: 0 1rem !important;
}
.cid-tDSvZhpJjC .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-tDSvZhpJjC .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSvZhpJjC .navbar-collapse {
    width: 100%;
  }
  .cid-tDSvZhpJjC .navbar-nav {
    width: 100%;
  }
  .cid-tDSvZhpJjC .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tDSvZEeXE2 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-tDSvZEeXE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSvZEeXE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSvZEeXE2 .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDSvZEeXE2 .col-text {
    max-width: 624px;
  }
}
.cid-tDSvZEeXE2 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-tDSvZEeXE2 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-tDSvZEeXE2 .mbr-text {
  margin-top: 24px;
  color: #efefef;
}
.cid-tDSvZEeXE2 .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-tDSvZEeXE2 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tDSvZEeXE2 .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-tDSvZEeXE2 .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tDSvZEeXE2 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-tDSvZEeXE2 .card-title {
  color: #FFFFFF;
}
.cid-uIv6f68N0y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/antiavanti-titelbild-2-1920x1080.jpg");
}
.cid-uIv6f68N0y .mbr-section-subtitle {
  color: #e4cb9e;
  font-weight: 300;
  text-align: center;
}
.cid-uIv6f68N0y .number-wrap {
  color: #e4cb9e;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uIv6f68N0y .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #e4cb9e;
}
.cid-uIv6f68N0y .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uIv6f68N0y .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #e4cb9e;
}
.cid-uIv6f68N0y .countdown-cont {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uIv6f68N0y .dot {
    display: none;
  }
}
@media (max-width: 543px) {
  .cid-uIv6f68N0y .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-uIv6f68N0y .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-uIv6f68N0y .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uIv6f68N0y .number,
  .cid-uIv6f68N0y .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uIv6f68N0y .period {
    font-size: 0.8rem;
  }
}
.cid-uIv6f68N0y H2 {
  color: #ffffff;
  text-align: left;
}
.cid-uJcu50g3Ef {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/anti-avanti-header-1920x1038.jpg");
}
.cid-uJcu50g3Ef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJcu50g3Ef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uJcu50g3Ef .col-content {
    text-align: center;
  }
}
.cid-uJcu50g3Ef .label-container {
  margin-bottom: 16px;
}
.cid-uJcu50g3Ef .label-text {
  color: #24262b;
}
.cid-uJcu50g3Ef .label-text-2 {
  color: #24262b;
}
.cid-uJcu50g3Ef .mbr-section-title {
  color: #24262b;
}
.cid-uJcu50g3Ef .text-container {
  margin-top: 24px;
}
.cid-uJcu50g3Ef .mbr-section-subtitle {
  color: #24262b;
}
.cid-uJcu50g3Ef .mbr-text {
  color: #b79b6c;
}
.cid-uJcu50g3Ef .mbr-section-btn {
  margin-top: 28px;
}
.cid-tDSwnmMeVd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-2-1920x1080.jpg");
}
.cid-tDSwnmMeVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSwnmMeVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSwnmMeVd .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSwnmMeVd .mbr-section-title {
  color: #ffffff;
}
.cid-tDSwnmMeVd .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSwnmMeVd .items-row {
  row-gap: 32px;
}
.cid-tDSwnmMeVd .item {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tDSwnmMeVd .item-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  background: #0c0a08;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tDSwnmMeVd .item-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
.cid-tDSwnmMeVd .item-img {
  height: 100%;
}
@media (max-width: 1199px) {
  .cid-tDSwnmMeVd .item-img {
    height: auto;
    width: 100%;
  }
}
.cid-tDSwnmMeVd .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-tDSwnmMeVd .item-img img {
    aspect-ratio: 1.27272727;
  }
}
.cid-tDSwnmMeVd .item-content {
  width: 50%;
  flex-shrink: 0;
  padding: 80px 40px;
}
@media (max-width: 1199px) {
  .cid-tDSwnmMeVd .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tDSwnmMeVd .item-content {
    text-align: center;
  }
}
.cid-tDSwnmMeVd .card-title {
  margin-bottom: 16px;
  color: #efefef;
}
.cid-tDSwnmMeVd .card-text {
  display: inline;
  color: #24262b;
  border-bottom: 2px solid transparent;
  transition: 0.3s all;
}
.cid-tDSwnmMeVd .card-text:hover {
  color: #b79b6c !important;
  border-bottom: 2px solid #b79b6c;
}
.cid-tDSwnmMeVd .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDSwnmMeVd .card-text,
.cid-tDSwnmMeVd .mbr-section-btn {
  color: #ffffff;
}
.cid-uIvh1E9BNa {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.cid-uIvh1E9BNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIvh1E9BNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/guten-morgen-2000x1119.png");
}
.cid-uIvh1E9BNa .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-uIvh1E9BNa .mbr-section-title {
  color: #e4cb9e;
}
.cid-uIvh1E9BNa .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uIvh1E9BNa .mbr-text {
  margin-top: 48px;
  color: #FFFFFF;
}
.cid-uIvh1E9BNa .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIvh1E9BNa iframe,
.cid-uIvh1E9BNa img,
.cid-uIvh1E9BNa video {
  width: 100%;
}
.cid-uIvh1E9BNa .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-uIvh1E9BNa .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-uIvh1E9BNa .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #dfdbb5;
  z-index: 2;
}
.cid-uIvh1E9BNa .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #dfdbb5;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uIvh1E9BNa .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-uIvh1E9BNa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIvh1E9BNa .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uIvh1E9BNa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uIvh1E9BNa .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uIvh1E9BNa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uIvh1E9BNa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uIvh1E9BNa .mbr-text,
.cid-uIvh1E9BNa .mbr-section-btn {
  color: #e4cb9e;
}
.cid-uIwnq7IwF4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-uIwnq7IwF4 .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uIwnq7IwF4 .mbr-text {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .cid-uIwnq7IwF4 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uIwnq7IwF4 .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uIwnq7IwF4 .mbr-section-title {
  text-align: center;
}
.cid-uIvnj659pI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #211911;
}
.cid-uIvnj659pI .mbr-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIvnj659pI .mbr-text DIV {
  text-align: center;
}
.cid-uIvnj659pI .mbr-text {
  color: #ffffff;
}
.cid-uIvjWjbdaL {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-2-1920x1080.jpg");
}
.cid-uIvjWjbdaL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIvjWjbdaL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIvjWjbdaL .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-uIvjWjbdaL .mbr-section-title {
  color: #ffffff;
}
.cid-uIvjWjbdaL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIvjWjbdaL .mbr-text {
  margin-top: 48px;
  color: #FFFFFF;
}
.cid-uIvjWjbdaL .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIvjWjbdaL iframe,
.cid-uIvjWjbdaL img,
.cid-uIvjWjbdaL video {
  width: 100%;
}
.cid-uIvjWjbdaL .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-uIvjWjbdaL .mbr-media span {
  font-size: 1.5rem;
  color: #211911;
  transition: all 0.2s;
}
.cid-uIvjWjbdaL .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #e4cb9e;
  z-index: 2;
}
.cid-uIvjWjbdaL .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #e4cb9e;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uIvjWjbdaL .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-uIvjWjbdaL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIvjWjbdaL .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uIvjWjbdaL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uIvjWjbdaL .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uIvjWjbdaL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uIvjWjbdaL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uIvjWjbdaL .mbr-text,
.cid-uIvjWjbdaL .mbr-section-btn {
  color: #ffffff;
}
.cid-tDSyoRyMfC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-tDSyoRyMfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSyoRyMfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSyoRyMfC .col-title {
  margin-bottom: 32px;
}
.cid-tDSyoRyMfC .mbr-section-title {
  color: #24262b;
}
.cid-tDSyoRyMfC .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSyoRyMfC .border-item {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-tDSyoRyMfC .cards-row {
  row-gap: 32px;
}
.cid-tDSyoRyMfC .card {
  border-radius: 0;
}
.cid-tDSyoRyMfC .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-tDSyoRyMfC .card-title {
  flex-grow: 1;
  color: #ffffff;
  transition: 0.3s all;
}
.cid-tDSyoRyMfC .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSyoRyMfC .card-wrapper:hover .card-title {
  color: #e4cb9e;
}
.cid-tDSyoRyMfC .card-wrapper:hover .mbr-iconfont {
  color: #e4cb9e;
}
.cid-tDSysYd1ia {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tDSysYd1ia .col-main {
    flex-direction: column;
  }
}
.cid-tDSysYd1ia .border-item {
  width: 100%;
  height: 1px;
  background: #e4cb9e;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tDSysYd1ia .border-item {
    order: 1;
  }
}
.cid-tDSysYd1ia .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tDSysYd1ia .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-tDSysYd1ia .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tDSysYd1ia .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-tDSysYd1ia .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-tDSysYd1ia .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-tDSysYd1ia .list li:hover {
  color: #b79b6c;
  border-bottom: 2px solid currentColor;
}
.cid-tDSysYd1ia .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-uIvYlUtYN0 {
  z-index: 1000;
  width: 100%;
}
.cid-uIvYlUtYN0 nav.navbar {
  position: fixed;
}
.cid-uIvYlUtYN0 .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-uIvYlUtYN0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIvYlUtYN0 .dropdown-item:hover,
.cid-uIvYlUtYN0 .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-uIvYlUtYN0 .dropdown-item:hover span {
  color: white;
}
.cid-uIvYlUtYN0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIvYlUtYN0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIvYlUtYN0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIvYlUtYN0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIvYlUtYN0 .nav-link {
  position: relative;
}
.cid-uIvYlUtYN0 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIvYlUtYN0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIvYlUtYN0 .navbar-caption:hover,
.cid-uIvYlUtYN0 .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-uIvYlUtYN0 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uIvYlUtYN0 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uIvYlUtYN0 .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-uIvYlUtYN0 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uIvYlUtYN0 .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-uIvYlUtYN0 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uIvYlUtYN0 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uIvYlUtYN0 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uIvYlUtYN0 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-uIvYlUtYN0 .dropdown-menu,
.cid-uIvYlUtYN0 .navbar.opened {
  background: #211911 !important;
}
.cid-uIvYlUtYN0 .nav-item:focus,
.cid-uIvYlUtYN0 .nav-link:focus {
  outline: none;
}
.cid-uIvYlUtYN0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIvYlUtYN0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIvYlUtYN0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIvYlUtYN0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIvYlUtYN0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIvYlUtYN0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIvYlUtYN0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(33, 25, 17, 0);
  padding: 0 !important;
}
.cid-uIvYlUtYN0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIvYlUtYN0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIvYlUtYN0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIvYlUtYN0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIvYlUtYN0 .navbar.collapsed {
  justify-content: center;
}
.cid-uIvYlUtYN0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIvYlUtYN0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIvYlUtYN0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uIvYlUtYN0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIvYlUtYN0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIvYlUtYN0 .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-uIvYlUtYN0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIvYlUtYN0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIvYlUtYN0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIvYlUtYN0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIvYlUtYN0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIvYlUtYN0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIvYlUtYN0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIvYlUtYN0 .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-uIvYlUtYN0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIvYlUtYN0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIvYlUtYN0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIvYlUtYN0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIvYlUtYN0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIvYlUtYN0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIvYlUtYN0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIvYlUtYN0 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uIvYlUtYN0 .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;
  width: 25%;
}
.cid-uIvYlUtYN0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIvYlUtYN0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIvYlUtYN0 .dropdown-item.active,
.cid-uIvYlUtYN0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIvYlUtYN0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIvYlUtYN0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIvYlUtYN0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIvYlUtYN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #211911;
}
.cid-uIvYlUtYN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIvYlUtYN0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIvYlUtYN0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIvYlUtYN0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uIvYlUtYN0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIvYlUtYN0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4cb9e;
}
.cid-uIvYlUtYN0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIvYlUtYN0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIvYlUtYN0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIvYlUtYN0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIvYlUtYN0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIvYlUtYN0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIvYlUtYN0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIvYlUtYN0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIvYlUtYN0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIvYlUtYN0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIvYlUtYN0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIvYlUtYN0 .navbar {
    height: 70px;
  }
  .cid-uIvYlUtYN0 .navbar.opened {
    height: auto;
  }
  .cid-uIvYlUtYN0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIvYlUtYN0 .container-fluid {
  padding: 0 1rem !important;
}
.cid-uIvYlUtYN0 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uIvYlUtYN0 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uIvYlUtYN0 .navbar-collapse {
    width: 100%;
  }
  .cid-uIvYlUtYN0 .navbar-nav {
    width: 100%;
  }
  .cid-uIvYlUtYN0 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uIvYlV0SQT {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-uIvYlV0SQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIvYlV0SQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIvYlV0SQT .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIvYlV0SQT .col-text {
    max-width: 624px;
  }
}
.cid-uIvYlV0SQT .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-uIvYlV0SQT .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uIvYlV0SQT .mbr-text {
  margin-top: 24px;
  color: #efefef;
}
.cid-uIvYlV0SQT .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-uIvYlV0SQT .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uIvYlV0SQT .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-uIvYlV0SQT .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uIvYlV0SQT .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uIvYlV0SQT .card-title {
  color: #FFFFFF;
}
.cid-uIvYlWyi8P {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #211911;
}
.cid-uIvYlWyi8P .mbr-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIvYlWyi8P .mbr-text DIV {
  text-align: center;
}
.cid-uIvYlWyi8P .mbr-text {
  color: #ffffff;
}
.cid-uIw07hGtIn {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-uIw07hGtIn .mbr-overlay {
  background: #211911;
  opacity: 0.3;
}
.cid-uIw07hGtIn .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uIw07hGtIn .mbr-section-title {
  color: #24262b;
}
.cid-uIw07hGtIn .mbr-section-subtitle {
  color: #24262b;
}
.cid-uIw07hGtIn .items-row {
  row-gap: 48px;
}
.cid-uIw07hGtIn .item {
  cursor: pointer;
}
.cid-uIw07hGtIn .item:focus,
.cid-uIw07hGtIn span:focus {
  outline: none;
}
.cid-uIw07hGtIn .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-uIw07hGtIn .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uIw07hGtIn .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uIw07hGtIn img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-uIw07hGtIn .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uIw07hGtIn .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uIw07hGtIn .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-uIw07hGtIn .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-uIw07hGtIn .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIw07hGtIn .item-subtitle {
  color: #ffffff;
  margin-top: 2px;
  text-align: center;
}
.cid-uIw07hGtIn .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIvYlWL74r {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #211911;
}
.cid-uIvYlWL74r .mbr-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIvYlWL74r .mbr-text DIV {
  text-align: center;
}
.cid-uIvYlWL74r .mbr-text {
  color: #ffffff;
}
.cid-uIvYlX0bY9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/anti-avanti-header-1920x1038.jpg");
}
.cid-uIvYlX0bY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIvYlX0bY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIvYlX0bY9 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-uIvYlX0bY9 .mbr-section-title {
  color: #ffffff;
}
.cid-uIvYlX0bY9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIvYlX0bY9 .mbr-text {
  margin-top: 48px;
  color: #FFFFFF;
}
.cid-uIvYlX0bY9 .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIvYlX0bY9 iframe,
.cid-uIvYlX0bY9 img,
.cid-uIvYlX0bY9 video {
  width: 100%;
}
.cid-uIvYlX0bY9 .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-uIvYlX0bY9 .mbr-media span {
  font-size: 1.5rem;
  color: #211911;
  transition: all 0.2s;
}
.cid-uIvYlX0bY9 .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #e4cb9e;
  z-index: 2;
}
.cid-uIvYlX0bY9 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #e4cb9e;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uIvYlX0bY9 .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-uIvYlX0bY9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIvYlX0bY9 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uIvYlX0bY9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uIvYlX0bY9 .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uIvYlX0bY9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uIvYlX0bY9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uIvYlX0bY9 .mbr-text,
.cid-uIvYlX0bY9 .mbr-section-btn {
  color: #ffffff;
}
.cid-uIvYlXyVGf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-uIvYlXyVGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIvYlXyVGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIvYlXyVGf .col-title {
  margin-bottom: 32px;
}
.cid-uIvYlXyVGf .mbr-section-title {
  color: #24262b;
}
.cid-uIvYlXyVGf .mbr-section-subtitle {
  color: #24262b;
}
.cid-uIvYlXyVGf .border-item {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uIvYlXyVGf .cards-row {
  row-gap: 32px;
}
.cid-uIvYlXyVGf .card {
  border-radius: 0;
}
.cid-uIvYlXyVGf .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uIvYlXyVGf .card-title {
  flex-grow: 1;
  color: #ffffff;
  transition: 0.3s all;
}
.cid-uIvYlXyVGf .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIvYlXyVGf .card-wrapper:hover .card-title {
  color: #e4cb9e;
}
.cid-uIvYlXyVGf .card-wrapper:hover .mbr-iconfont {
  color: #e4cb9e;
}
.cid-uIvYlXZJMM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uIvYlXZJMM .col-main {
    flex-direction: column;
  }
}
.cid-uIvYlXZJMM .border-item {
  width: 100%;
  height: 1px;
  background: #e4cb9e;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uIvYlXZJMM .border-item {
    order: 1;
  }
}
.cid-uIvYlXZJMM .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIvYlXZJMM .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-uIvYlXZJMM .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIvYlXZJMM .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-uIvYlXZJMM .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uIvYlXZJMM .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-uIvYlXZJMM .list li:hover {
  color: #b79b6c;
  border-bottom: 2px solid currentColor;
}
.cid-uIvYlXZJMM .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-uIw1CA7SDk {
  z-index: 1000;
  width: 100%;
}
.cid-uIw1CA7SDk nav.navbar {
  position: fixed;
}
.cid-uIw1CA7SDk .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-uIw1CA7SDk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIw1CA7SDk .dropdown-item:hover,
.cid-uIw1CA7SDk .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-uIw1CA7SDk .dropdown-item:hover span {
  color: white;
}
.cid-uIw1CA7SDk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIw1CA7SDk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIw1CA7SDk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIw1CA7SDk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIw1CA7SDk .nav-link {
  position: relative;
}
.cid-uIw1CA7SDk .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIw1CA7SDk .container {
    flex-wrap: nowrap;
  }
}
.cid-uIw1CA7SDk .navbar-caption:hover,
.cid-uIw1CA7SDk .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-uIw1CA7SDk .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uIw1CA7SDk .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uIw1CA7SDk .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-uIw1CA7SDk .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uIw1CA7SDk .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-uIw1CA7SDk .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uIw1CA7SDk .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uIw1CA7SDk .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uIw1CA7SDk .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-uIw1CA7SDk .dropdown-menu,
.cid-uIw1CA7SDk .navbar.opened {
  background: #211911 !important;
}
.cid-uIw1CA7SDk .nav-item:focus,
.cid-uIw1CA7SDk .nav-link:focus {
  outline: none;
}
.cid-uIw1CA7SDk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIw1CA7SDk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIw1CA7SDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIw1CA7SDk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIw1CA7SDk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIw1CA7SDk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIw1CA7SDk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(33, 25, 17, 0);
  padding: 0 !important;
}
.cid-uIw1CA7SDk .navbar.opened {
  transition: all 0.3s;
}
.cid-uIw1CA7SDk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIw1CA7SDk .navbar .navbar-logo img {
  width: auto;
}
.cid-uIw1CA7SDk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIw1CA7SDk .navbar.collapsed {
  justify-content: center;
}
.cid-uIw1CA7SDk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIw1CA7SDk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIw1CA7SDk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uIw1CA7SDk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIw1CA7SDk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIw1CA7SDk .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-uIw1CA7SDk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIw1CA7SDk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIw1CA7SDk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIw1CA7SDk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIw1CA7SDk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIw1CA7SDk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIw1CA7SDk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIw1CA7SDk .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-uIw1CA7SDk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIw1CA7SDk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIw1CA7SDk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIw1CA7SDk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIw1CA7SDk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIw1CA7SDk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIw1CA7SDk .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIw1CA7SDk .navbar.navbar-short {
  min-height: 70px;
}
.cid-uIw1CA7SDk .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;
  width: 25%;
}
.cid-uIw1CA7SDk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIw1CA7SDk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIw1CA7SDk .dropdown-item.active,
.cid-uIw1CA7SDk .dropdown-item:active {
  background-color: transparent;
}
.cid-uIw1CA7SDk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIw1CA7SDk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIw1CA7SDk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIw1CA7SDk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #211911;
}
.cid-uIw1CA7SDk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIw1CA7SDk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIw1CA7SDk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIw1CA7SDk .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uIw1CA7SDk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIw1CA7SDk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4cb9e;
}
.cid-uIw1CA7SDk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIw1CA7SDk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIw1CA7SDk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIw1CA7SDk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIw1CA7SDk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIw1CA7SDk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIw1CA7SDk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIw1CA7SDk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIw1CA7SDk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIw1CA7SDk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIw1CA7SDk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIw1CA7SDk .navbar {
    height: 70px;
  }
  .cid-uIw1CA7SDk .navbar.opened {
    height: auto;
  }
  .cid-uIw1CA7SDk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIw1CA7SDk .container-fluid {
  padding: 0 1rem !important;
}
.cid-uIw1CA7SDk .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uIw1CA7SDk .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uIw1CA7SDk .navbar-collapse {
    width: 100%;
  }
  .cid-uIw1CA7SDk .navbar-nav {
    width: 100%;
  }
  .cid-uIw1CA7SDk .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uIw1CAwzlm {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-uIw1CAwzlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIw1CAwzlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIw1CAwzlm .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIw1CAwzlm .col-text {
    max-width: 624px;
  }
}
.cid-uIw1CAwzlm .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-uIw1CAwzlm .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uIw1CAwzlm .mbr-text {
  margin-top: 24px;
  color: #efefef;
}
.cid-uIw1CAwzlm .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-uIw1CAwzlm .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uIw1CAwzlm .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-uIw1CAwzlm .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uIw1CAwzlm .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uIw1CAwzlm .card-title {
  color: #FFFFFF;
}
.cid-uIw2UXwAOQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/antiavanti-titelbild-2-1920x1080.jpg");
}
.cid-uIw2UXwAOQ .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-uIw2UXwAOQ .mbr-text {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .cid-uIw2UXwAOQ .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-uIw2UXwAOQ .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uIw2UXwAOQ .mbr-section-title {
  text-align: center;
}
.cid-uIw4A3wZYE {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tem-aa-cds-teature-bin-in-b-handlung-600x600.png");
}
.cid-uIw4A3wZYE h2 {
  text-align: left;
}
.cid-uIw4A3wZYE h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIw4A3wZYE p {
  color: #767676;
  text-align: left;
}
.cid-uIw4A3wZYE .aside-content {
  flex-basis: 100%;
}
.cid-uIw4A3wZYE .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIw4A3wZYE .media {
  margin: initial;
  align-items: center;
}
.cid-uIw4A3wZYE .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIw4A3wZYE .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIw4A3wZYE .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIw4A3wZYE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIw4A3wZYE .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIw4A3wZYE .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIw4A3wZYE .mbr-text {
  color: #ffffff;
}
.cid-uIw4A3wZYE H2 {
  color: #ffffff;
}
.cid-uIw7dmpAuA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #380f08;
}
.cid-uIw7dmpAuA .block-title {
  color: #ffffff;
}
.cid-uIw5eYxvDb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/tem-aa-cds-teature-voellig-normal-600x600.png");
}
.cid-uIw5eYxvDb h2 {
  text-align: left;
}
.cid-uIw5eYxvDb h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIw5eYxvDb p {
  color: #767676;
  text-align: left;
}
.cid-uIw5eYxvDb .aside-content {
  flex-basis: 100%;
}
.cid-uIw5eYxvDb .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIw5eYxvDb .media {
  margin: initial;
  align-items: center;
}
.cid-uIw5eYxvDb .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIw5eYxvDb .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIw5eYxvDb .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIw5eYxvDb .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uIw5eYxvDb .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uIw5eYxvDb .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uIw5eYxvDb .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uIw5eYxvDb .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIw5eYxvDb .mbr-text {
  color: #ffffff;
}
.cid-uIw5eYxvDb H2 {
  color: #ffffff;
}
.cid-uIw7etfiqK {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #150502;
}
.cid-uIw7etfiqK .block-title {
  color: #ffffff;
}
.cid-uIwjEXeRIH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/antiavanti-titelbild-2-1920x1080.jpg");
}
.cid-uIwjEXeRIH h2 {
  text-align: left;
}
.cid-uIwjEXeRIH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uIwjEXeRIH p {
  color: #767676;
  text-align: left;
}
.cid-uIwjEXeRIH .aside-content {
  flex-basis: 100%;
}
.cid-uIwjEXeRIH .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uIwjEXeRIH .media {
  margin: initial;
  align-items: center;
}
.cid-uIwjEXeRIH .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uIwjEXeRIH .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uIwjEXeRIH .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uIwjEXeRIH .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uIwjEXeRIH .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uIwjEXeRIH .card-img span {
    font-size: 40px !important;
  }
}
.cid-uIwjEXeRIH .mbr-text {
  color: #ffffff;
}
.cid-uIwjEXeRIH H2 {
  color: #ffffff;
}
.cid-uIw1CBMFo2 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #211911;
}
.cid-uIw1CBMFo2 .mbr-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIw1CBMFo2 .mbr-text DIV {
  text-align: center;
}
.cid-uIw1CBMFo2 .mbr-text {
  color: #ffffff;
}
.cid-uIw1CC32aT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-2-1920x1080.jpg");
}
.cid-uIw1CC32aT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIw1CC32aT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIw1CC32aT .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-uIw1CC32aT .mbr-section-title {
  color: #ffffff;
}
.cid-uIw1CC32aT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIw1CC32aT .mbr-text {
  margin-top: 48px;
  color: #FFFFFF;
}
.cid-uIw1CC32aT .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIw1CC32aT iframe,
.cid-uIw1CC32aT img,
.cid-uIw1CC32aT video {
  width: 100%;
}
.cid-uIw1CC32aT .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-uIw1CC32aT .mbr-media span {
  font-size: 1.5rem;
  color: #211911;
  transition: all 0.2s;
}
.cid-uIw1CC32aT .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #e4cb9e;
  z-index: 2;
}
.cid-uIw1CC32aT .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #e4cb9e;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uIw1CC32aT .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-uIw1CC32aT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIw1CC32aT .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uIw1CC32aT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uIw1CC32aT .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uIw1CC32aT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uIw1CC32aT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uIw1CC32aT .mbr-text,
.cid-uIw1CC32aT .mbr-section-btn {
  color: #ffffff;
}
.cid-uIw1CCEhxG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-uIw1CCEhxG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIw1CCEhxG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIw1CCEhxG .col-title {
  margin-bottom: 32px;
}
.cid-uIw1CCEhxG .mbr-section-title {
  color: #24262b;
}
.cid-uIw1CCEhxG .mbr-section-subtitle {
  color: #24262b;
}
.cid-uIw1CCEhxG .border-item {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uIw1CCEhxG .cards-row {
  row-gap: 32px;
}
.cid-uIw1CCEhxG .card {
  border-radius: 0;
}
.cid-uIw1CCEhxG .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uIw1CCEhxG .card-title {
  flex-grow: 1;
  color: #ffffff;
  transition: 0.3s all;
}
.cid-uIw1CCEhxG .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIw1CCEhxG .card-wrapper:hover .card-title {
  color: #e4cb9e;
}
.cid-uIw1CCEhxG .card-wrapper:hover .mbr-iconfont {
  color: #e4cb9e;
}
.cid-uIw1CDaZOE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uIw1CDaZOE .col-main {
    flex-direction: column;
  }
}
.cid-uIw1CDaZOE .border-item {
  width: 100%;
  height: 1px;
  background: #e4cb9e;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uIw1CDaZOE .border-item {
    order: 1;
  }
}
.cid-uIw1CDaZOE .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIw1CDaZOE .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-uIw1CDaZOE .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIw1CDaZOE .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-uIw1CDaZOE .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uIw1CDaZOE .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-uIw1CDaZOE .list li:hover {
  color: #b79b6c;
  border-bottom: 2px solid currentColor;
}
.cid-uIw1CDaZOE .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-uIw1JSMeog {
  z-index: 1000;
  width: 100%;
}
.cid-uIw1JSMeog nav.navbar {
  position: fixed;
}
.cid-uIw1JSMeog .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-uIw1JSMeog .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIw1JSMeog .dropdown-item:hover,
.cid-uIw1JSMeog .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-uIw1JSMeog .dropdown-item:hover span {
  color: white;
}
.cid-uIw1JSMeog .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIw1JSMeog .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIw1JSMeog .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIw1JSMeog .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIw1JSMeog .nav-link {
  position: relative;
}
.cid-uIw1JSMeog .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIw1JSMeog .container {
    flex-wrap: nowrap;
  }
}
.cid-uIw1JSMeog .navbar-caption:hover,
.cid-uIw1JSMeog .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-uIw1JSMeog .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uIw1JSMeog .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uIw1JSMeog .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-uIw1JSMeog .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uIw1JSMeog .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-uIw1JSMeog .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uIw1JSMeog .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uIw1JSMeog .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uIw1JSMeog .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-uIw1JSMeog .dropdown-menu,
.cid-uIw1JSMeog .navbar.opened {
  background: #211911 !important;
}
.cid-uIw1JSMeog .nav-item:focus,
.cid-uIw1JSMeog .nav-link:focus {
  outline: none;
}
.cid-uIw1JSMeog .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIw1JSMeog .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIw1JSMeog .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIw1JSMeog .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIw1JSMeog .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIw1JSMeog .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIw1JSMeog .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(33, 25, 17, 0);
  padding: 0 !important;
}
.cid-uIw1JSMeog .navbar.opened {
  transition: all 0.3s;
}
.cid-uIw1JSMeog .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIw1JSMeog .navbar .navbar-logo img {
  width: auto;
}
.cid-uIw1JSMeog .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIw1JSMeog .navbar.collapsed {
  justify-content: center;
}
.cid-uIw1JSMeog .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIw1JSMeog .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIw1JSMeog .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uIw1JSMeog .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIw1JSMeog .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIw1JSMeog .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-uIw1JSMeog .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIw1JSMeog .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIw1JSMeog .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIw1JSMeog .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIw1JSMeog .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIw1JSMeog .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIw1JSMeog .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIw1JSMeog .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-uIw1JSMeog .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIw1JSMeog .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIw1JSMeog .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIw1JSMeog .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIw1JSMeog .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIw1JSMeog .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIw1JSMeog .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIw1JSMeog .navbar.navbar-short {
  min-height: 70px;
}
.cid-uIw1JSMeog .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;
  width: 25%;
}
.cid-uIw1JSMeog .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIw1JSMeog .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIw1JSMeog .dropdown-item.active,
.cid-uIw1JSMeog .dropdown-item:active {
  background-color: transparent;
}
.cid-uIw1JSMeog .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIw1JSMeog .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIw1JSMeog .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIw1JSMeog .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #211911;
}
.cid-uIw1JSMeog .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIw1JSMeog .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIw1JSMeog ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIw1JSMeog .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uIw1JSMeog button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIw1JSMeog button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4cb9e;
}
.cid-uIw1JSMeog button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIw1JSMeog button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIw1JSMeog button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIw1JSMeog button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIw1JSMeog nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIw1JSMeog nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIw1JSMeog nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIw1JSMeog nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIw1JSMeog .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIw1JSMeog a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIw1JSMeog .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIw1JSMeog .navbar {
    height: 70px;
  }
  .cid-uIw1JSMeog .navbar.opened {
    height: auto;
  }
  .cid-uIw1JSMeog .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIw1JSMeog .container-fluid {
  padding: 0 1rem !important;
}
.cid-uIw1JSMeog .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uIw1JSMeog .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uIw1JSMeog .navbar-collapse {
    width: 100%;
  }
  .cid-uIw1JSMeog .navbar-nav {
    width: 100%;
  }
  .cid-uIw1JSMeog .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uIw1JT6HFM {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-uIw1JT6HFM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIw1JT6HFM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIw1JT6HFM .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIw1JT6HFM .col-text {
    max-width: 624px;
  }
}
.cid-uIw1JT6HFM .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-uIw1JT6HFM .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uIw1JT6HFM .mbr-text {
  margin-top: 24px;
  color: #efefef;
}
.cid-uIw1JT6HFM .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-uIw1JT6HFM .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uIw1JT6HFM .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-uIw1JT6HFM .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uIw1JT6HFM .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uIw1JT6HFM .card-title {
  color: #FFFFFF;
}
.cid-uIw1JTnom8 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #211911;
}
.cid-uIw1JTnom8 .mbr-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIw1JTnom8 .mbr-text DIV {
  text-align: center;
}
.cid-uIw1JTnom8 .mbr-text {
  color: #ffffff;
}
.cid-uIw1JTyNZd {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-uIw1JTyNZd .mbr-overlay {
  background: #150502;
  opacity: 0.5;
}
.cid-uIw1JTyNZd .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uIw1JTyNZd .mbr-section-title {
  color: #24262b;
}
.cid-uIw1JTyNZd .mbr-section-subtitle {
  color: #24262b;
}
.cid-uIw1JTyNZd .items-row {
  row-gap: 48px;
}
.cid-uIw1JTyNZd .item {
  cursor: pointer;
}
.cid-uIw1JTyNZd .item:focus,
.cid-uIw1JTyNZd span:focus {
  outline: none;
}
.cid-uIw1JTyNZd .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-uIw1JTyNZd .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uIw1JTyNZd .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-uIw1JTyNZd img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 5));
  object-fit: cover;
}
.cid-uIw1JTyNZd .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-uIw1JTyNZd .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-uIw1JTyNZd .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-uIw1JTyNZd .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-uIw1JTyNZd .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIw1JTyNZd .item-subtitle {
  color: #ffffff;
  margin-top: 2px;
  text-align: center;
}
.cid-uIw1JTyNZd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIw1JTWn8I {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #211911;
}
.cid-uIw1JTWn8I .mbr-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIw1JTWn8I .mbr-text DIV {
  text-align: center;
}
.cid-uIw1JTWn8I .mbr-text {
  color: #ffffff;
}
.cid-uIw1JU8nzA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-2-1920x1080.jpg");
}
.cid-uIw1JU8nzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIw1JU8nzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIw1JU8nzA .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-uIw1JU8nzA .mbr-section-title {
  color: #ffffff;
}
.cid-uIw1JU8nzA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIw1JU8nzA .mbr-text {
  margin-top: 48px;
  color: #FFFFFF;
}
.cid-uIw1JU8nzA .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIw1JU8nzA iframe,
.cid-uIw1JU8nzA img,
.cid-uIw1JU8nzA video {
  width: 100%;
}
.cid-uIw1JU8nzA .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-uIw1JU8nzA .mbr-media span {
  font-size: 1.5rem;
  color: #211911;
  transition: all 0.2s;
}
.cid-uIw1JU8nzA .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #e4cb9e;
  z-index: 2;
}
.cid-uIw1JU8nzA .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #e4cb9e;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uIw1JU8nzA .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-uIw1JU8nzA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIw1JU8nzA .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uIw1JU8nzA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uIw1JU8nzA .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uIw1JU8nzA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uIw1JU8nzA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uIw1JU8nzA .mbr-text,
.cid-uIw1JU8nzA .mbr-section-btn {
  color: #ffffff;
}
.cid-uIw1JUz51S {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-uIw1JUz51S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIw1JUz51S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIw1JUz51S .col-title {
  margin-bottom: 32px;
}
.cid-uIw1JUz51S .mbr-section-title {
  color: #24262b;
}
.cid-uIw1JUz51S .mbr-section-subtitle {
  color: #24262b;
}
.cid-uIw1JUz51S .border-item {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uIw1JUz51S .cards-row {
  row-gap: 32px;
}
.cid-uIw1JUz51S .card {
  border-radius: 0;
}
.cid-uIw1JUz51S .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uIw1JUz51S .card-title {
  flex-grow: 1;
  color: #ffffff;
  transition: 0.3s all;
}
.cid-uIw1JUz51S .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIw1JUz51S .card-wrapper:hover .card-title {
  color: #e4cb9e;
}
.cid-uIw1JUz51S .card-wrapper:hover .mbr-iconfont {
  color: #e4cb9e;
}
.cid-uIw1JUWUwG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uIw1JUWUwG .col-main {
    flex-direction: column;
  }
}
.cid-uIw1JUWUwG .border-item {
  width: 100%;
  height: 1px;
  background: #e4cb9e;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uIw1JUWUwG .border-item {
    order: 1;
  }
}
.cid-uIw1JUWUwG .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIw1JUWUwG .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-uIw1JUWUwG .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIw1JUWUwG .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-uIw1JUWUwG .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uIw1JUWUwG .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-uIw1JUWUwG .list li:hover {
  color: #b79b6c;
  border-bottom: 2px solid currentColor;
}
.cid-uIw1JUWUwG .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-uIw1Q2Tud6 {
  z-index: 1000;
  width: 100%;
}
.cid-uIw1Q2Tud6 nav.navbar {
  position: fixed;
}
.cid-uIw1Q2Tud6 .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-uIw1Q2Tud6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIw1Q2Tud6 .dropdown-item:hover,
.cid-uIw1Q2Tud6 .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-uIw1Q2Tud6 .dropdown-item:hover span {
  color: white;
}
.cid-uIw1Q2Tud6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIw1Q2Tud6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIw1Q2Tud6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIw1Q2Tud6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIw1Q2Tud6 .nav-link {
  position: relative;
}
.cid-uIw1Q2Tud6 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIw1Q2Tud6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uIw1Q2Tud6 .navbar-caption:hover,
.cid-uIw1Q2Tud6 .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-uIw1Q2Tud6 .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uIw1Q2Tud6 .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uIw1Q2Tud6 .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-uIw1Q2Tud6 .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uIw1Q2Tud6 .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-uIw1Q2Tud6 .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uIw1Q2Tud6 .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uIw1Q2Tud6 .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uIw1Q2Tud6 .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-uIw1Q2Tud6 .dropdown-menu,
.cid-uIw1Q2Tud6 .navbar.opened {
  background: #211911 !important;
}
.cid-uIw1Q2Tud6 .nav-item:focus,
.cid-uIw1Q2Tud6 .nav-link:focus {
  outline: none;
}
.cid-uIw1Q2Tud6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIw1Q2Tud6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIw1Q2Tud6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIw1Q2Tud6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIw1Q2Tud6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIw1Q2Tud6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIw1Q2Tud6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(33, 25, 17, 0);
  padding: 0 !important;
}
.cid-uIw1Q2Tud6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIw1Q2Tud6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIw1Q2Tud6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uIw1Q2Tud6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIw1Q2Tud6 .navbar.collapsed {
  justify-content: center;
}
.cid-uIw1Q2Tud6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIw1Q2Tud6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIw1Q2Tud6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uIw1Q2Tud6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIw1Q2Tud6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIw1Q2Tud6 .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-uIw1Q2Tud6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIw1Q2Tud6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIw1Q2Tud6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIw1Q2Tud6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIw1Q2Tud6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIw1Q2Tud6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIw1Q2Tud6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIw1Q2Tud6 .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-uIw1Q2Tud6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIw1Q2Tud6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIw1Q2Tud6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIw1Q2Tud6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIw1Q2Tud6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIw1Q2Tud6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIw1Q2Tud6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIw1Q2Tud6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-uIw1Q2Tud6 .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;
  width: 25%;
}
.cid-uIw1Q2Tud6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIw1Q2Tud6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIw1Q2Tud6 .dropdown-item.active,
.cid-uIw1Q2Tud6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIw1Q2Tud6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIw1Q2Tud6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIw1Q2Tud6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIw1Q2Tud6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #211911;
}
.cid-uIw1Q2Tud6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIw1Q2Tud6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIw1Q2Tud6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIw1Q2Tud6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uIw1Q2Tud6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIw1Q2Tud6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4cb9e;
}
.cid-uIw1Q2Tud6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIw1Q2Tud6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIw1Q2Tud6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIw1Q2Tud6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIw1Q2Tud6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIw1Q2Tud6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIw1Q2Tud6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIw1Q2Tud6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIw1Q2Tud6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIw1Q2Tud6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIw1Q2Tud6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIw1Q2Tud6 .navbar {
    height: 70px;
  }
  .cid-uIw1Q2Tud6 .navbar.opened {
    height: auto;
  }
  .cid-uIw1Q2Tud6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIw1Q2Tud6 .container-fluid {
  padding: 0 1rem !important;
}
.cid-uIw1Q2Tud6 .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uIw1Q2Tud6 .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uIw1Q2Tud6 .navbar-collapse {
    width: 100%;
  }
  .cid-uIw1Q2Tud6 .navbar-nav {
    width: 100%;
  }
  .cid-uIw1Q2Tud6 .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uIw1Q3dh7j {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-uIw1Q3dh7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIw1Q3dh7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIw1Q3dh7j .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIw1Q3dh7j .col-text {
    max-width: 624px;
  }
}
.cid-uIw1Q3dh7j .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-uIw1Q3dh7j .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uIw1Q3dh7j .mbr-text {
  margin-top: 24px;
  color: #efefef;
}
.cid-uIw1Q3dh7j .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-uIw1Q3dh7j .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uIw1Q3dh7j .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-uIw1Q3dh7j .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uIw1Q3dh7j .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uIw1Q3dh7j .card-title {
  color: #FFFFFF;
}
.cid-uIw1Q3xbS4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #211911;
}
.cid-uIw1Q3xbS4 .mbr-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIw1Q3xbS4 .mbr-text DIV {
  text-align: center;
}
.cid-uIw1Q3xbS4 .mbr-text {
  color: #ffffff;
}
.cid-uIw1Q4LQqa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-uIw1Q4LQqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIw1Q4LQqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIw1Q4LQqa .col-title {
  margin-bottom: 32px;
}
.cid-uIw1Q4LQqa .mbr-section-title {
  color: #24262b;
}
.cid-uIw1Q4LQqa .mbr-section-subtitle {
  color: #24262b;
}
.cid-uIw1Q4LQqa .border-item {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uIw1Q4LQqa .cards-row {
  row-gap: 32px;
}
.cid-uIw1Q4LQqa .card {
  border-radius: 0;
}
.cid-uIw1Q4LQqa .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uIw1Q4LQqa .card-title {
  flex-grow: 1;
  color: #ffffff;
  transition: 0.3s all;
}
.cid-uIw1Q4LQqa .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIw1Q4LQqa .card-wrapper:hover .card-title {
  color: #e4cb9e;
}
.cid-uIw1Q4LQqa .card-wrapper:hover .mbr-iconfont {
  color: #e4cb9e;
}
.cid-uIw1Q59t7v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uIw1Q59t7v .col-main {
    flex-direction: column;
  }
}
.cid-uIw1Q59t7v .border-item {
  width: 100%;
  height: 1px;
  background: #e4cb9e;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uIw1Q59t7v .border-item {
    order: 1;
  }
}
.cid-uIw1Q59t7v .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIw1Q59t7v .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-uIw1Q59t7v .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIw1Q59t7v .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-uIw1Q59t7v .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uIw1Q59t7v .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-uIw1Q59t7v .list li:hover {
  color: #b79b6c;
  border-bottom: 2px solid currentColor;
}
.cid-uIw1Q59t7v .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-uIw1TG6lyx {
  z-index: 1000;
  width: 100%;
}
.cid-uIw1TG6lyx nav.navbar {
  position: fixed;
}
.cid-uIw1TG6lyx .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-uIw1TG6lyx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIw1TG6lyx .dropdown-item:hover,
.cid-uIw1TG6lyx .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-uIw1TG6lyx .dropdown-item:hover span {
  color: white;
}
.cid-uIw1TG6lyx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIw1TG6lyx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIw1TG6lyx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIw1TG6lyx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIw1TG6lyx .nav-link {
  position: relative;
}
.cid-uIw1TG6lyx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uIw1TG6lyx .container {
    flex-wrap: nowrap;
  }
}
.cid-uIw1TG6lyx .navbar-caption:hover,
.cid-uIw1TG6lyx .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-uIw1TG6lyx .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-uIw1TG6lyx .navbar-nav .nav-item {
  color: #24262b;
}
.cid-uIw1TG6lyx .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-uIw1TG6lyx .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-uIw1TG6lyx .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-uIw1TG6lyx .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-uIw1TG6lyx .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-uIw1TG6lyx .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-uIw1TG6lyx .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-uIw1TG6lyx .dropdown-menu,
.cid-uIw1TG6lyx .navbar.opened {
  background: #211911 !important;
}
.cid-uIw1TG6lyx .nav-item:focus,
.cid-uIw1TG6lyx .nav-link:focus {
  outline: none;
}
.cid-uIw1TG6lyx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIw1TG6lyx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIw1TG6lyx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIw1TG6lyx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIw1TG6lyx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIw1TG6lyx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIw1TG6lyx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(33, 25, 17, 0);
  padding: 0 !important;
}
.cid-uIw1TG6lyx .navbar.opened {
  transition: all 0.3s;
}
.cid-uIw1TG6lyx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIw1TG6lyx .navbar .navbar-logo img {
  width: auto;
}
.cid-uIw1TG6lyx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIw1TG6lyx .navbar.collapsed {
  justify-content: center;
}
.cid-uIw1TG6lyx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIw1TG6lyx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIw1TG6lyx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uIw1TG6lyx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIw1TG6lyx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIw1TG6lyx .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-uIw1TG6lyx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIw1TG6lyx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIw1TG6lyx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIw1TG6lyx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIw1TG6lyx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIw1TG6lyx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIw1TG6lyx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIw1TG6lyx .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-uIw1TG6lyx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIw1TG6lyx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIw1TG6lyx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIw1TG6lyx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIw1TG6lyx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIw1TG6lyx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uIw1TG6lyx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uIw1TG6lyx .navbar.navbar-short {
  min-height: 70px;
}
.cid-uIw1TG6lyx .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;
  width: 25%;
}
.cid-uIw1TG6lyx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIw1TG6lyx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIw1TG6lyx .dropdown-item.active,
.cid-uIw1TG6lyx .dropdown-item:active {
  background-color: transparent;
}
.cid-uIw1TG6lyx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIw1TG6lyx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIw1TG6lyx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIw1TG6lyx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #211911;
}
.cid-uIw1TG6lyx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIw1TG6lyx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIw1TG6lyx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIw1TG6lyx .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-uIw1TG6lyx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIw1TG6lyx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4cb9e;
}
.cid-uIw1TG6lyx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIw1TG6lyx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIw1TG6lyx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIw1TG6lyx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIw1TG6lyx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIw1TG6lyx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIw1TG6lyx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIw1TG6lyx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIw1TG6lyx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIw1TG6lyx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIw1TG6lyx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIw1TG6lyx .navbar {
    height: 70px;
  }
  .cid-uIw1TG6lyx .navbar.opened {
    height: auto;
  }
  .cid-uIw1TG6lyx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIw1TG6lyx .container-fluid {
  padding: 0 1rem !important;
}
.cid-uIw1TG6lyx .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-uIw1TG6lyx .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-uIw1TG6lyx .navbar-collapse {
    width: 100%;
  }
  .cid-uIw1TG6lyx .navbar-nav {
    width: 100%;
  }
  .cid-uIw1TG6lyx .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uIw1TGpitM {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-uIw1TGpitM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIw1TGpitM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIw1TGpitM .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uIw1TGpitM .col-text {
    max-width: 624px;
  }
}
.cid-uIw1TGpitM .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-uIw1TGpitM .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uIw1TGpitM .mbr-text {
  margin-top: 24px;
  color: #efefef;
}
.cid-uIw1TGpitM .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-uIw1TGpitM .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uIw1TGpitM .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-uIw1TGpitM .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uIw1TGpitM .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-uIw1TGpitM .card-title {
  color: #FFFFFF;
}
.cid-uIw1TGGKMS {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #211911;
}
.cid-uIw1TGGKMS .mbr-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIw1TGGKMS .mbr-text DIV {
  text-align: center;
}
.cid-uIw1TGGKMS .mbr-text {
  color: #ffffff;
}
.cid-uIw1THYQdJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-uIw1THYQdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIw1THYQdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIw1THYQdJ .col-title {
  margin-bottom: 32px;
}
.cid-uIw1THYQdJ .mbr-section-title {
  color: #24262b;
}
.cid-uIw1THYQdJ .mbr-section-subtitle {
  color: #24262b;
}
.cid-uIw1THYQdJ .border-item {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-uIw1THYQdJ .cards-row {
  row-gap: 32px;
}
.cid-uIw1THYQdJ .card {
  border-radius: 0;
}
.cid-uIw1THYQdJ .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uIw1THYQdJ .card-title {
  flex-grow: 1;
  color: #ffffff;
  transition: 0.3s all;
}
.cid-uIw1THYQdJ .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIw1THYQdJ .card-wrapper:hover .card-title {
  color: #e4cb9e;
}
.cid-uIw1THYQdJ .card-wrapper:hover .mbr-iconfont {
  color: #e4cb9e;
}
.cid-uIw1TInGvu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uIw1TInGvu .col-main {
    flex-direction: column;
  }
}
.cid-uIw1TInGvu .border-item {
  width: 100%;
  height: 1px;
  background: #e4cb9e;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uIw1TInGvu .border-item {
    order: 1;
  }
}
.cid-uIw1TInGvu .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIw1TInGvu .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-uIw1TInGvu .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uIw1TInGvu .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-uIw1TInGvu .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-uIw1TInGvu .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-uIw1TInGvu .list li:hover {
  color: #b79b6c;
  border-bottom: 2px solid currentColor;
}
.cid-uIw1TInGvu .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.cid-v2Zze738CQ {
  z-index: 1000;
  width: 100%;
}
.cid-v2Zze738CQ nav.navbar {
  position: fixed;
}
.cid-v2Zze738CQ .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-v2Zze738CQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2Zze738CQ .dropdown-item:hover,
.cid-v2Zze738CQ .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-v2Zze738CQ .dropdown-item:hover span {
  color: white;
}
.cid-v2Zze738CQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2Zze738CQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2Zze738CQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2Zze738CQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2Zze738CQ .nav-link {
  position: relative;
}
.cid-v2Zze738CQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2Zze738CQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v2Zze738CQ .navbar-caption:hover,
.cid-v2Zze738CQ .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-v2Zze738CQ .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-v2Zze738CQ .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v2Zze738CQ .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-v2Zze738CQ .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v2Zze738CQ .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-v2Zze738CQ .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v2Zze738CQ .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v2Zze738CQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2Zze738CQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-v2Zze738CQ .dropdown-menu,
.cid-v2Zze738CQ .navbar.opened {
  background: #211911 !important;
}
.cid-v2Zze738CQ .nav-item:focus,
.cid-v2Zze738CQ .nav-link:focus {
  outline: none;
}
.cid-v2Zze738CQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2Zze738CQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2Zze738CQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2Zze738CQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2Zze738CQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2Zze738CQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2Zze738CQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(33, 25, 17, 0);
  padding: 0 !important;
}
.cid-v2Zze738CQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v2Zze738CQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2Zze738CQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v2Zze738CQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2Zze738CQ .navbar.collapsed {
  justify-content: center;
}
.cid-v2Zze738CQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2Zze738CQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2Zze738CQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-v2Zze738CQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2Zze738CQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2Zze738CQ .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-v2Zze738CQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2Zze738CQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2Zze738CQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2Zze738CQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2Zze738CQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2Zze738CQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2Zze738CQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2Zze738CQ .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-v2Zze738CQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2Zze738CQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2Zze738CQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2Zze738CQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2Zze738CQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2Zze738CQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2Zze738CQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2Zze738CQ .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2Zze738CQ .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;
  width: 25%;
}
.cid-v2Zze738CQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2Zze738CQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2Zze738CQ .dropdown-item.active,
.cid-v2Zze738CQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2Zze738CQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2Zze738CQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2Zze738CQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2Zze738CQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #211911;
}
.cid-v2Zze738CQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2Zze738CQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2Zze738CQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2Zze738CQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v2Zze738CQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2Zze738CQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4cb9e;
}
.cid-v2Zze738CQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2Zze738CQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2Zze738CQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2Zze738CQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2Zze738CQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2Zze738CQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2Zze738CQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2Zze738CQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2Zze738CQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v2Zze738CQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2Zze738CQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2Zze738CQ .navbar {
    height: 70px;
  }
  .cid-v2Zze738CQ .navbar.opened {
    height: auto;
  }
  .cid-v2Zze738CQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2Zze738CQ .container-fluid {
  padding: 0 1rem !important;
}
.cid-v2Zze738CQ .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-v2Zze738CQ .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v2Zze738CQ .navbar-collapse {
    width: 100%;
  }
  .cid-v2Zze738CQ .navbar-nav {
    width: 100%;
  }
  .cid-v2Zze738CQ .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-v2Zze7mcqW {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-v2Zze7mcqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Zze7mcqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Zze7mcqW .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2Zze7mcqW .col-text {
    max-width: 624px;
  }
}
.cid-v2Zze7mcqW .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 8px;
}
.cid-v2Zze7mcqW .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-v2Zze7mcqW .mbr-text {
  margin-top: 24px;
  color: #efefef;
}
.cid-v2Zze7mcqW .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-v2Zze7mcqW .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-v2Zze7mcqW .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-v2Zze7mcqW .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v2Zze7mcqW .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-v2Zze7mcqW .card-title {
  color: #FFFFFF;
}
.cid-v2Zze7B6jM {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #150502;
}
.cid-v2Zze7B6jM .text {
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.cid-v2Zze7B6jM .mbr-text {
  width: 100%;
  height: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v2Zze7B6jM .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-v2Zze7B6jM .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-v2Zze7B6jM .mbr-section-title {
  text-align: center;
}
.cid-v2ZzNYKvYa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bahlk-am-bass-610x464.jpg");
}
.cid-v2ZzNYKvYa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZzNYKvYa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZzNYKvYa .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-v2ZzNYKvYa .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-v2ZzNYKvYa .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-v2ZzNYKvYa .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-v2ZzNYKvYa .mbr-section-btn {
  margin-top: 28px;
}
.cid-v2ZzNYKvYa iframe,
.cid-v2ZzNYKvYa img,
.cid-v2ZzNYKvYa video {
  width: 100%;
}
.cid-v2ZzNYKvYa .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-v2ZzNYKvYa .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-v2ZzNYKvYa .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-v2ZzNYKvYa .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-v2ZzNYKvYa .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-v2ZzNYKvYa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v2ZzNYKvYa .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-v2ZzNYKvYa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v2ZzNYKvYa .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-v2ZzNYKvYa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v2ZzNYKvYa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2Zze7NSft {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #380f08;
}
.cid-v2Zze7NSft .block-title {
  color: #ffffff;
}
.cid-v2ZAPphl7W {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bildschirmfoto-2025-04-16-um-11.03.28-610x488.png");
}
.cid-v2ZAPphl7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZAPphl7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZAPphl7W .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-v2ZAPphl7W .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-v2ZAPphl7W .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-v2ZAPphl7W .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-v2ZAPphl7W .mbr-section-btn {
  margin-top: 28px;
}
.cid-v2ZAPphl7W iframe,
.cid-v2ZAPphl7W img,
.cid-v2ZAPphl7W video {
  width: 100%;
}
.cid-v2ZAPphl7W .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-v2ZAPphl7W .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-v2ZAPphl7W .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-v2ZAPphl7W .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-v2ZAPphl7W .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-v2ZAPphl7W .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v2ZAPphl7W .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-v2ZAPphl7W .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v2ZAPphl7W .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-v2ZAPphl7W .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v2ZAPphl7W .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2Zze7Udmm {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #150502;
}
.cid-v2Zze7Udmm .block-title {
  color: #ffffff;
}
.cid-v2ZBWpyBe7 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/marco-pohl-portrait-3-600x600.jpg");
}
.cid-v2ZBWpyBe7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZBWpyBe7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZBWpyBe7 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-v2ZBWpyBe7 .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-v2ZBWpyBe7 .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-v2ZBWpyBe7 .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-v2ZBWpyBe7 .mbr-section-btn {
  margin-top: 28px;
}
.cid-v2ZBWpyBe7 iframe,
.cid-v2ZBWpyBe7 img,
.cid-v2ZBWpyBe7 video {
  width: 100%;
}
.cid-v2ZBWpyBe7 .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-v2ZBWpyBe7 .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-v2ZBWpyBe7 .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-v2ZBWpyBe7 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-v2ZBWpyBe7 .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-v2ZBWpyBe7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v2ZBWpyBe7 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-v2ZBWpyBe7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v2ZBWpyBe7 .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-v2ZBWpyBe7 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v2ZBWpyBe7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2Zze81TaC {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #211911;
}
.cid-v2Zze81TaC .mbr-title {
  text-align: center;
  color: #ffffff;
}
.cid-v2Zze81TaC .mbr-text DIV {
  text-align: center;
}
.cid-v2Zze81TaC .mbr-text {
  color: #ffffff;
}
.cid-v2ZD9Kbcz0 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/anti-avanti-header-1920x1038.jpg");
}
.cid-v2ZD9Kbcz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZD9Kbcz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZD9Kbcz0 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-v2ZD9Kbcz0 .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-v2ZD9Kbcz0 .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-v2ZD9Kbcz0 .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-v2ZD9Kbcz0 .mbr-section-btn {
  margin-top: 28px;
}
.cid-v2ZD9Kbcz0 iframe,
.cid-v2ZD9Kbcz0 img,
.cid-v2ZD9Kbcz0 video {
  width: 100%;
}
.cid-v2ZD9Kbcz0 .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-v2ZD9Kbcz0 .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-v2ZD9Kbcz0 .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-v2ZD9Kbcz0 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-v2ZD9Kbcz0 .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-v2ZD9Kbcz0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v2ZD9Kbcz0 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-v2ZD9Kbcz0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v2ZD9Kbcz0 .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-v2ZD9Kbcz0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v2ZD9Kbcz0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2ZDe4z5TO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #380f08;
}
.cid-v2ZDe4z5TO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZDe4z5TO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZDe4z5TO .mbr-section-title {
  color: #24262b;
}
.cid-v2ZDe4z5TO .mbr-section-subtitle {
  color: #fdddd1;
}
.cid-v2ZDe4z5TO .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2ZDbwXogd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/falk-schettlers-roehrenradio-1887x1067.jpg");
}
.cid-v2ZDbwXogd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZDbwXogd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZDbwXogd .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-v2ZDbwXogd .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-v2ZDbwXogd .mbr-section-subtitle {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-v2ZDbwXogd .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-v2ZDbwXogd .mbr-section-btn {
  margin-top: 28px;
}
.cid-v2ZDbwXogd iframe,
.cid-v2ZDbwXogd img,
.cid-v2ZDbwXogd video {
  width: 100%;
}
.cid-v2ZDbwXogd .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-v2ZDbwXogd .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-v2ZDbwXogd .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-v2ZDbwXogd .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-v2ZDbwXogd .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-v2ZDbwXogd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v2ZDbwXogd .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-v2ZDbwXogd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v2ZDbwXogd .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-v2ZDbwXogd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v2ZDbwXogd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2ZHMBOTDy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #150502;
}
.cid-v2ZHMBOTDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZHMBOTDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZHMBOTDy .mbr-section-title {
  color: #24262b;
}
.cid-v2ZHMBOTDy .mbr-section-subtitle {
  color: #e4cb9e;
}
.cid-v2ZHMBOTDy .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2Zze84Y2H {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-2-1920x1080.jpg");
}
.cid-v2Zze84Y2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Zze84Y2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Zze84Y2H .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-v2Zze84Y2H .mbr-section-title {
  color: #ffffff;
}
.cid-v2Zze84Y2H .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2Zze84Y2H .mbr-text {
  margin-top: 48px;
  color: #FFFFFF;
}
.cid-v2Zze84Y2H .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2Zze84Y2H iframe,
.cid-v2Zze84Y2H img,
.cid-v2Zze84Y2H video {
  width: 100%;
}
.cid-v2Zze84Y2H .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-v2Zze84Y2H .mbr-media span {
  font-size: 1.5rem;
  color: #211911;
  transition: all 0.2s;
}
.cid-v2Zze84Y2H .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #e4cb9e;
  z-index: 2;
}
.cid-v2Zze84Y2H .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #e4cb9e;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-v2Zze84Y2H .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-v2Zze84Y2H .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v2Zze84Y2H .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-v2Zze84Y2H .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v2Zze84Y2H .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-v2Zze84Y2H .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v2Zze84Y2H .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2Zze84Y2H .mbr-text,
.cid-v2Zze84Y2H .mbr-section-btn {
  color: #ffffff;
}
.cid-v2Zze916hZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
}
.cid-v2Zze916hZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Zze916hZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Zze916hZ .col-title {
  margin-bottom: 32px;
}
.cid-v2Zze916hZ .mbr-section-title {
  color: #24262b;
}
.cid-v2Zze916hZ .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2Zze916hZ .border-item {
  width: 100%;
  height: 1px;
  background: #ffffff;
  margin-bottom: 2rem;
}
.cid-v2Zze916hZ .cards-row {
  row-gap: 32px;
}
.cid-v2Zze916hZ .card {
  border-radius: 0;
}
.cid-v2Zze916hZ .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-v2Zze916hZ .card-title {
  flex-grow: 1;
  color: #ffffff;
  transition: 0.3s all;
}
.cid-v2Zze916hZ .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2Zze916hZ .card-wrapper:hover .card-title {
  color: #e4cb9e;
}
.cid-v2Zze916hZ .card-wrapper:hover .mbr-iconfont {
  color: #e4cb9e;
}
.cid-v2Zze9iAFi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/antiavanti-titelbild-3-1920x1080.jpg");
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v2Zze9iAFi .col-main {
    flex-direction: column;
  }
}
.cid-v2Zze9iAFi .border-item {
  width: 100%;
  height: 1px;
  background: #e4cb9e;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v2Zze9iAFi .border-item {
    order: 1;
  }
}
.cid-v2Zze9iAFi .mbr-text {
  max-width: 49%;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v2Zze9iAFi .mbr-text {
    order: 3;
    max-width: 100%;
    text-align: center;
  }
}
.cid-v2Zze9iAFi .list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 49%;
  width: 100%;
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-v2Zze9iAFi .list {
    align-items: center;
    justify-content: center;
    order: 2;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.cid-v2Zze9iAFi .list li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 8px;
  display: inline-block;
  color: inherit;
  border-bottom: 2px solid transparent;
  transition: .3s all;
  cursor: pointer;
}
@media (min-width: 992px) {
  .cid-v2Zze9iAFi .list li:not(:first-child):before {
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: currentColor;
  }
}
.cid-v2Zze9iAFi .list li:hover {
  color: #b79b6c;
  border-bottom: 2px solid currentColor;
}
.cid-v2Zze9iAFi .list li a {
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
