.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #06296e !important;
}
.bg-success {
  background-color: #008661 !important;
}
.bg-info {
  background-color: #0d41a8 !important;
}
.bg-warning {
  background-color: #cc8400 !important;
}
.bg-danger {
  background-color: #c9000a !important;
}
.btn-primary .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #06296e !important;
  border-color: #06296e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #093b9e !important;
  border-color: #093b9e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #093b9e !important;
  border-color: #093b9e !important;
}
.btn-secondary .mbr-iconfont {
  border: 1px solid #757575;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #757575 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #0d41a8 !important;
  border-color: #0d41a8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1153d7 !important;
  border-color: #1153d7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1153d7 !important;
  border-color: #1153d7 !important;
}
.btn-success .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #008661 !important;
  border-color: #008661 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #00b986 !important;
  border-color: #00b986 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #00b986 !important;
  border-color: #00b986 !important;
}
.btn-warning .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc8400 !important;
  border-color: #cc8400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
}
.btn-danger .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #c9000a !important;
  border-color: #c9000a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fc000d !important;
  border-color: #fc000d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fc000d !important;
  border-color: #fc000d !important;
}
.btn-white .mbr-iconfont {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  border: 1px solid #06296e;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #06296e;
  color: #06296e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #020a1c !important;
  background-color: transparent !important;
  border-color: #020a1c !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 1px solid #020a1c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #06296e !important;
  border-color: #06296e !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 1px solid #f4f4f4;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c9c9c9 !important;
  background-color: transparent !important;
  border-color: #c9c9c9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 1px solid #c9c9c9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-info-outline .mbr-iconfont {
  border: 1px solid #0d41a8;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d41a8;
  color: #0d41a8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #072258 !important;
  background-color: transparent !important;
  border-color: #072258 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 1px solid #072258;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0d41a8 !important;
  border-color: #0d41a8 !important;
}
.btn-success-outline .mbr-iconfont {
  border: 1px solid #008661;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #008661;
  color: #008661;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #002f22 !important;
  background-color: transparent !important;
  border-color: #002f22 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 1px solid #002f22;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #008661 !important;
  border-color: #008661 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 1px solid #cc8400;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc8400;
  color: #cc8400;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #754c00 !important;
  background-color: transparent !important;
  border-color: #754c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 1px solid #754c00;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc8400 !important;
  border-color: #cc8400 !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 1px solid #c9000a;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c9000a;
  color: #c9000a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #720006 !important;
  background-color: transparent !important;
  border-color: #720006 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 1px solid #720006;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c9000a !important;
  border-color: #c9000a !important;
}
.btn-black-outline .mbr-iconfont {
  border: 1px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 1px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 1px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 1px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #06296e !important;
}
.text-secondary {
  color: #f4f4f4 !important;
}
.text-success {
  color: #008661 !important;
}
.text-info {
  color: #0d41a8 !important;
}
.text-warning {
  color: #cc8400 !important;
}
.text-danger {
  color: #c9000a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #01050d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1c1c1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #002017 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #061c49 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664200 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #630005 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #06296e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0d41a8;
}
.alert-warning {
  background-color: #cc8400;
}
.alert-danger {
  background-color: #c9000a;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #06296e;
  border-color: #06296e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #06296e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0d56e7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #06ffba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #447ef1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffdb99;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff969b;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #06296e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #06296e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
}
.mbr-form .input-group-btn .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: #06296e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #06296e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #06296e;
  border-bottom-color: #06296e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #06296e !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: #f4f4f4 !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='%2306296e' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 17px 26px;
  font-weight: 400;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 100%;
  border: 1px solid inherit;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.embla__button {
  border-radius: 2rem;
}
.item-number {
  border-radius: 1rem;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.item-tag {
  border-radius: 100px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 1rem !important;
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.rem {
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.rem > .mbr-iconfont {
  font-size: 3rem;
}
.container {
  max-width: 1440px;
}
.cid-vrUhaPq0DG {
  z-index: 1000;
  width: 100%;
}
.cid-vrUhaPq0DG .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-vrUhaPq0DG #navbar {
  transition: background-color 0.3s ease;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-vrUhaPq0DG #navbar.menu-scrolled {
  background: #ffffff !important;
}
.cid-vrUhaPq0DG .dropdown-menu {
  padding: 12px 20px;
  box-shadow: none;
  background-color: #ffffff !important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  text-align: left;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-vrUhaPq0DG .dropdown-menu {
    max-width: 95% !important;
  }
}
@media (min-width: 992px) {
  .cid-vrUhaPq0DG .dropdown-menu {
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-vrUhaPq0DG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
.cid-vrUhaPq0DG .dropdown-menu > .dropdown-item {
  padding: 5px 10px !important;
  margin: 5px 0;
  border: none;
  font-weight: 400 !important;
  white-space: nowrap;
}
.cid-vrUhaPq0DG .dropdown-width {
  width: 600px !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .cid-vrUhaPq0DG .dropdown-width {
    width: unset !important;
  }
}
.cid-vrUhaPq0DG .dropdown-width .menu-text-column {
  padding: 18px 25px 22px 34px;
}
.cid-vrUhaPq0DG .dropdown-width .dropdown-item {
  padding: 0 !important;
  margin: 8px 0 !important;
  white-space: normal;
}
.cid-vrUhaPq0DG .menu-image-column {
  padding: 0;
  display: flex;
  align-items: stretch;
}
.cid-vrUhaPq0DG #myMenuImage {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.cid-vrUhaPq0DG #myMenuImage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  object-position: center;
}
.cid-vrUhaPq0DG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-vrUhaPq0DG .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black !important;
}
.cid-vrUhaPq0DG .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-vrUhaPq0DG .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-vrUhaPq0DG .img-wrapper {
  width: 100%;
}
.cid-vrUhaPq0DG .img-wrapper img {
  object-fit: cover;
}
.cid-vrUhaPq0DG nav.navbar {
  padding-top: 0.5rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .cid-vrUhaPq0DG .menu_box .navbar.opened,
  .cid-vrUhaPq0DG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-vrUhaPq0DG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vrUhaPq0DG nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-vrUhaPq0DG .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vrUhaPq0DG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vrUhaPq0DG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vrUhaPq0DG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vrUhaPq0DG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vrUhaPq0DG .offcanvas-body .mbr-text,
  .cid-vrUhaPq0DG .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vrUhaPq0DG .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vrUhaPq0DG .offcanvas_box button.btn_offcanvas {
    top: -11px;
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-vrUhaPq0DG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vrUhaPq0DG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vrUhaPq0DG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vrUhaPq0DG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vrUhaPq0DG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-vrUhaPq0DG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vrUhaPq0DG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vrUhaPq0DG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vrUhaPq0DG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vrUhaPq0DG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
  }
  .cid-vrUhaPq0DG li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vrUhaPq0DG li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
}
.cid-vrUhaPq0DG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vrUhaPq0DG .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vrUhaPq0DG .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vrUhaPq0DG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vrUhaPq0DG .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vrUhaPq0DG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vrUhaPq0DG .offcanvas_box {
    display: none;
  }
}
.cid-vrUhaPq0DG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vrUhaPq0DG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vrUhaPq0DG .nav-link {
  position: relative;
}
.cid-vrUhaPq0DG .container {
  display: flex;
  margin: auto;
}
.cid-vrUhaPq0DG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #06296e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vrUhaPq0DG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vrUhaPq0DG .iconfont-wrapper:hover {
  background-color: #052056;
}
.cid-vrUhaPq0DG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vrUhaPq0DG .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vrUhaPq0DG .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vrUhaPq0DG .navbar.opened {
  background: #ffffff !important;
}
.cid-vrUhaPq0DG .nav-item:focus,
.cid-vrUhaPq0DG .nav-link:focus {
  outline: none;
}
.cid-vrUhaPq0DG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrUhaPq0DG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrUhaPq0DG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrUhaPq0DG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrUhaPq0DG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrUhaPq0DG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrUhaPq0DG .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0;
}
.cid-vrUhaPq0DG .navbar.opened {
  transition: all 0.3s;
}
.cid-vrUhaPq0DG .navbar .navbar-logo img {
  width: auto;
}
.cid-vrUhaPq0DG .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vrUhaPq0DG .navbar.collapsed {
  justify-content: center;
}
.cid-vrUhaPq0DG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrUhaPq0DG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrUhaPq0DG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vrUhaPq0DG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrUhaPq0DG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrUhaPq0DG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrUhaPq0DG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: left;
}
.cid-vrUhaPq0DG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vrUhaPq0DG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vrUhaPq0DG .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vrUhaPq0DG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrUhaPq0DG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrUhaPq0DG .navbar .dropdown-menu {
    padding: 6px 15px;
  }
  .cid-vrUhaPq0DG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrUhaPq0DG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrUhaPq0DG .navbar .dropdown-width {
    padding: 6px 15px !important;
  }
  .cid-vrUhaPq0DG .navbar .dropdown-width .menu-text-column {
    padding: 0;
  }
  .cid-vrUhaPq0DG .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-vrUhaPq0DG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vrUhaPq0DG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vrUhaPq0DG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 8px 0 !important;
    text-align: left;
  }
  .cid-vrUhaPq0DG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vrUhaPq0DG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrUhaPq0DG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vrUhaPq0DG .navbar.navbar-short {
  min-height: 60px;
}
.cid-vrUhaPq0DG .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-vrUhaPq0DG .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-vrUhaPq0DG .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vrUhaPq0DG .navbar-brand {
    min-width: unset;
  }
}
.cid-vrUhaPq0DG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vrUhaPq0DG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrUhaPq0DG .dropdown-item.active,
.cid-vrUhaPq0DG .dropdown-item:active {
  background-color: transparent;
}
.cid-vrUhaPq0DG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrUhaPq0DG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrUhaPq0DG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrUhaPq0DG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vrUhaPq0DG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vrUhaPq0DG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrUhaPq0DG ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vrUhaPq0DG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vrUhaPq0DG button.navbar-toggler {
  outline: none;
  top: 20px;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vrUhaPq0DG button.navbar-toggler {
    top: 0;
  }
}
.cid-vrUhaPq0DG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vrUhaPq0DG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vrUhaPq0DG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrUhaPq0DG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrUhaPq0DG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vrUhaPq0DG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrUhaPq0DG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrUhaPq0DG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrUhaPq0DG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrUhaPq0DG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vrUhaPq0DG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrUhaPq0DG .navbar {
    height: 70px;
  }
  .cid-vrUhaPq0DG .navbar.opened {
    height: auto;
  }
  .cid-vrUhaPq0DG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrUhaPq0DG .mbr-section-subtitle {
  color: #202020;
}
.cid-vrUhaPq0DG .btn-black-outline {
  border-width: 1px !important;
}
.cid-vrUhaPq0DG .btn-black-outline:hover {
  background: #ddd !important;
}
.cid-vrUhaPq0DG .df-line {
  display: flex;
  height: 18px;
  padding: 0 36px;
}
.cid-vrUhaPq0DG .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-vrUhaPq0DG #idFarbenl {
  background: #001679;
  padding: 3px;
  margin: 5px;
}
.cid-vrUhaPq0DG #idFarben2 {
  background: #1b3575;
  padding: 3px;
  margin: 5px;
}
.cid-vrUhaPq0DG #idFarben3 {
  background: #36546d;
  padding: 3px;
  margin: 5px;
}
.cid-vrUhaPq0DG #idFarben4 {
  background: #517364;
  padding: 3px;
  margin: 5px;
}
.cid-vrUhaPq0DG #idFarben5 {
  background: #6b9259;
  padding: 3px;
  margin: 5px;
}
.cid-vrUhaPq0DG #idFarben6 {
  background: #7eb504;
  padding: 3px;
  margin: 5px;
}
.cid-vrUhaPq0DG .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uLkiHDKXy4 {
  align-items: flex-end;
  background-image: url("../../../assets/images/haus-strasse-pool-1-2000x1415.jpg");
}
.cid-uLkiHDKXy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLkiHDKXy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLkiHDKXy4 .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLkiHDKXy4 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uLkiHDKXy4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLkiHDKXy4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uLkiHDKXy4 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uLkiHDKXy4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLkiHDKXy4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLkiHDKXy4 .btn-wrapper {
  margin-top: -10%;
}
.cid-uLkiHDKXy4 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uLkiHDKXy4 .mbr-text {
  color: #f4f4f4;
}
.cid-uLkiHDKXy4 .item-title {
  color: #58595b;
}
.cid-vrXI5Rl9Wx {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vrXI5Rl9Wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrXI5Rl9Wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrXI5Rl9Wx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-vrXI5Rl9Wx .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vrXI5Rl9Wx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vrXI5Rl9Wx .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-vrXI5Rl9Wx .items-wrapper {
  margin: 0;
}
.cid-vrXI5Rl9Wx .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-vrXI5Rl9Wx .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vrXI5Rl9Wx .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #bac0cc;
  }
}
.cid-vrXI5Rl9Wx .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #bac0cc;
  border-bottom: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .cid-vrXI5Rl9Wx .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-vrXI5Rl9Wx .items-wrapper .item .item-wrapper .item-img {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vrXI5Rl9Wx .items-wrapper .item .item-wrapper .item-img {
    padding-bottom: 20px;
  }
}
.cid-vrXI5Rl9Wx .items-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  width: 200px;
  border-radius: 50%!important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-vrXI5Rl9Wx .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vrXI5Rl9Wx .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vrXI5Rl9Wx .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrXI5Rl9Wx .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vrXI5Rl9Wx .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-vrXI5Rl9Wx .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vrXI5Rl9Wx .mbr-section-title {
  color: #093388;
}
.cid-vrXI5Rl9Wx .item-number {
  color: #f4f4f4;
}
.cid-vrXI5Rl9Wx .item-title {
  color: #093388;
}
.cid-vrXI5Rl9Wx .item-text {
  color: #58595b;
}
.cid-vrXI5Rl9Wx .item-title,
.cid-vrXI5Rl9Wx .mbr-section-btn {
  color: #06296e;
}
.cid-uLkiSUHPPO {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff !important;
}
.cid-uLkiSUHPPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLkiSUHPPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLkiSUHPPO .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLkiSUHPPO .card-wrapper {
    display: block;
  }
}
.cid-uLkiSUHPPO .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uLkiSUHPPO .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uLkiSUHPPO .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uLkiSUHPPO .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #06296e;
}
@media (max-width: 992px) {
  .cid-uLkiSUHPPO .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uLkiSUHPPO .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uLkiSUHPPO .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLkiSUHPPO .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uLkiSUHPPO .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLkiSUHPPO .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uLkiSUHPPO .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 90%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uLkiSUHPPO .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLkiSUHPPO .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLkiSUHPPO .mbr-date {
  color: #f4f4f4;
}
.cid-uLkiSUHPPO .mbr-section-title {
  color: #f4f4f4;
}
.cid-uLkiSUHPPO .mbr-text {
  color: #d7d2d2;
}
.cid-uLkiMvq4k8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff !important;
}
.cid-uLkiMvq4k8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLkiMvq4k8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLkiMvq4k8 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uLkiMvq4k8 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLkiMvq4k8 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uLkiMvq4k8 .items-wrapper {
  margin: 0 -5px;
}
.cid-uLkiMvq4k8 .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uLkiMvq4k8 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uLkiMvq4k8 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #06296e;
}
.cid-uLkiMvq4k8 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLkiMvq4k8 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLkiMvq4k8 .items-wrapper .item .item-wrapper .item-content {
  padding: 20px;
}
.cid-uLkiMvq4k8 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uLkiMvq4k8 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLkiMvq4k8 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uLkiMvq4k8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLkiMvq4k8 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLkiMvq4k8 .mbr-section-title {
  color: #093388;
}
.cid-uLkiMvq4k8 .item-title {
  color: #093388;
}
.cid-uLkiMvq4k8 .item-text {
  color: #58595b;
}
.cid-uLkiMvq4k8 .item-title,
.cid-uLkiMvq4k8 .mbr-section-btn,
.cid-uLkiMvq4k8 .icon-wrapper {
  color: #ffffff;
}
.cid-uLkiMvq4k8 .item-text,
.cid-uLkiMvq4k8 .text-wrapper {
  color: #f4f4f4;
}
.cid-vrY9nmx6uX {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrY9nmx6uX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrY9nmx6uX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrY9nmx6uX .items-wrapper {
  margin: 0 -24px;
}
.cid-vrY9nmx6uX .items-wrapper .card {
  padding: 0 24px;
}
.cid-vrY9nmx6uX .content-wrapper {
  position: sticky;
  top: 72px;
}
@media (max-width: 992px) {
  .cid-vrY9nmx6uX .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vrY9nmx6uX .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vrY9nmx6uX .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vrY9nmx6uX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vrY9nmx6uX .content-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vrY9nmx6uX .panel-group {
  position: relative;
}
.cid-vrY9nmx6uX .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #bac0cc;
  transition: all 0.3s ease-in-out;
  margin-top: 12px;
}
.cid-vrY9nmx6uX .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vrY9nmx6uX .panel-group .card {
    padding: 24px 12px;
  }
}
.cid-vrY9nmx6uX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
}
.cid-vrY9nmx6uX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cid-vrY9nmx6uX .panel-group .card .card-header .panel-title .title-wrap .panel-label {
  margin-bottom: 6px;
}
.cid-vrY9nmx6uX .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
}
.cid-vrY9nmx6uX .panel-group .card .card-header .panel-title .icon-wrap {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-left: 12px;
  border-radius: 100%;
  background-color: #06296e;
}
.cid-vrY9nmx6uX .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-vrY9nmx6uX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vrY9nmx6uX .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-vrY9nmx6uX .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vrY9nmx6uX .mbr-label {
  color: #06296e;
}
.cid-vrY9nmx6uX .mbr-section-title {
  color: #14334b;
}
.cid-vrY9nmx6uX .mbr-text {
  color: #14334b;
}
.cid-vrY9nmx6uX .panel-label {
  color: #14334b;
}
.cid-vrY9nmx6uX .panel-title-edit {
  color: #06296e;
}
.cid-vrY9nmx6uX .panel-text {
  color: #000000;
}
.cid-vrY9nmx6uX .mbr-section-title,
.cid-vrY9nmx6uX .title-wrap,
.cid-vrY9nmx6uX .mbr-section-btn {
  color: #06296e;
}
.cid-vrZ5Rl6kTF {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vrZ5Rl6kTF h4 {
  text-shadow: 1px 1px 1px black, 1px -1px 1px black, -1px 1px 1px black, -1px -1px 1px black;
}
.cid-vrZ5Rl6kTF .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-vrZ5Rl6kTF .card-ohne {
  margin-bottom: 25px;
  owerflow: hidden;
  height: 100%;
}
.cid-vrZ5Rl6kTF .card {
  margin-bottom: 25px;
  owerflow: hidden;
  height: 100%;
}
.cid-vrZ5Rl6kTF .card:hover .card-img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.cid-vrZ5Rl6kTF .card:hover .card-wrapper:before {
  opacity: 0.2;
  filter: brightness(70%);
}
.cid-vrZ5Rl6kTF .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-vrZ5Rl6kTF .line {
  display: inline-block;
  width: 80px;
  height: 4px;
  background-color: #0a1c44;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.cid-vrZ5Rl6kTF .card-big {
  height: 100%;
}
.cid-vrZ5Rl6kTF .card-wrapper {
  overflow: hidden;
  position: relative;
}
.cid-vrZ5Rl6kTF .card-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.0;
  z-index: 10;
  pointer-events: none;
}
.cid-vrZ5Rl6kTF .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.cid-vrZ5Rl6kTF .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vrZ5Rl6kTF .mbr-section-title {
  color: #656565;
  text-align: center;
}
.cid-vrZ5Rl6kTF .card-sub-title {
  text-align: center;
  font-weight: 500;
}
.cid-vrZ5Rl6kTF .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-vrZ5Rl6kTF .mbr-section-title,
.cid-vrZ5Rl6kTF .line-wrap {
  color: #06296e;
  text-align: center;
}
.cid-vrZ5Rl6kTF .mbr-text {
  text-align: center;
  color: #2c1616;
}
@media (max-width: 992px) {
  .cid-vrZ5Rl6kTF .card-big {
    height: 100%;
  }
  .cid-vrZ5Rl6kTF .card {
    height: 50%;
  }
  .cid-vrZ5Rl6kTF .card-img {
    margin-top: -5%;
  }
}
.cid-vrYolSZMzM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/p1010018-1024x768.jpg");
  border-style: solid;
  border-width: 1px 0 0 0 ;
  border-color: white;
  z-index: 1;
}
.cid-vrYolSZMzM .drehen {
  transform: rotate(45deg);
}
.cid-vrYolSZMzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrYolSZMzM a:hover {
  color: #0440ac !important;
}
.cid-vrYolSZMzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrYolSZMzM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vrYolSZMzM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vrYolSZMzM .container {
    padding: 0 26px;
  }
}
.cid-vrYolSZMzM .row {
  justify-content: center;
}
.cid-vrYolSZMzM .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vrYolSZMzM .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrYolSZMzM .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vrYolSZMzM .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrYolSZMzM .title-wrapper .logo-wrapper img {
  max-width: 150px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9);
}
.cid-vrYolSZMzM .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vrYolSZMzM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vrYolSZMzM .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrYolSZMzM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrYolSZMzM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vrYolSZMzM .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrYolSZMzM .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vrYolSZMzM .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vrYolSZMzM .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vrYolSZMzM .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vrYolSZMzM .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vrYolSZMzM .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vrYolSZMzM .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #4479d9 !important;
}
.cid-vrYolSZMzM .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vrYolSZMzM .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vrYolSZMzM .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrYolSZMzM .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vrYolSZMzM .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vrYolSZMzM .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-vrYolSZMzM .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vrYolSZMzM .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #0440ac;
}
.cid-vrYolSZMzM .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrYolSZMzM .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vrYolSZMzM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vrYolSZMzM .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vrYolSZMzM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vrYolSZMzM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vrYolSZMzM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #0440ac !important;
}
.cid-vrYolSZMzM .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-vrYolSZMzM .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-vrYolSZMzM .mbr-section-title {
  color: #ffffff;
}
.cid-vrYolSZMzM .mbr-text {
  color: #ffffff;
}
.cid-vrYolSZMzM .list {
  color: #ffffff;
}
.cid-vrYolSZMzM .list,
.cid-vrYolSZMzM .nav-wrapper,
.cid-vrYolSZMzM .social-wrapper {
  text-align: right;
}
.cid-vrYolSZMzM .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-vrYolSZMzM #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vrYolSZMzM #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vrYolSZMzM #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vrYolSZMzM #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vrYolSZMzM #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vrYolSZMzM #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vrYolSZMzM .list,
.cid-vrYolSZMzM .item-wrap,
.cid-vrYolSZMzM .social-wrapper {
  color: #ffffff;
}
.cid-vrYolSZMzM P {
  color: #ffffff;
}
.cid-vrZ60yJekc .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vrZ60yJekc .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-vrZ60yJekc .text-white {
  padding-left: 10px;
}
.cid-vrZ60yJekc .myimg {
  font-size: 35px;
  line-height: 35px;
}
.cid-vrZ60yJekc .myimg-s {
  font-size: 28px;
  line-height: 35px;
}
.cid-vrZ60yJekc .mybox {
  width: 40px;
  height: 41px;
  float: left;
  padding: 5px ;
}
.cid-vrZ60yJekc li {
  margin-bottom: 5px!important;
}
.cid-vrZ60yJekc p {
  font-family: 'open sans';
}
.cid-vrZ60yJekc .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vrZ60yJekc .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vrZ60yJekc .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vrZ60yJekc .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vrZ60yJekc .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vrZ60yJekc .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vrZ60yJekc .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vrZ60yJekc .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-vrZ60yJekc .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-vrZ60yJekc .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vrZ60yJekc .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#c22621, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vrZ60yJekc .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #c22621);
}
.cid-vrZ60yJekc .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-vrZ60yJekc P {
  color: #232323;
}
.cid-vrZ60yJekc DIV {
  color: #ffffff;
}
.cid-vrZ60yJekc H10 {
  color: #767676;
}
.cid-vrZ60yJekc .hidden {
  display: none;
}
.cid-vrZ60yJekc p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-vrZ60yJekc .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 251px;
  width: 200px;
}
.cid-vrZ60yJekc .sticky li {
  list-style-type: none;
  border-radius: 4px;
  background-color: #cccccc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-vrZ60yJekc .sticky li:hover {
  margin-left: -100px;
}
.cid-vrZ60yJekc .sticky li img {
  float: left;
  margin: 1px 1px;
  margin-right: 10px;
}
.cid-vrZ60yJekc .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-vrZCO45DI3 {
  z-index: 1000;
  width: 100%;
}
.cid-vrZCO45DI3 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-vrZCO45DI3 #navbar {
  transition: background-color 0.3s ease;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-vrZCO45DI3 #navbar.menu-scrolled {
  background: #ffffff !important;
}
.cid-vrZCO45DI3 .dropdown-menu {
  padding: 12px 20px;
  box-shadow: none;
  background-color: #ffffff !important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  text-align: left;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-vrZCO45DI3 .dropdown-menu {
    max-width: 95% !important;
  }
}
@media (min-width: 992px) {
  .cid-vrZCO45DI3 .dropdown-menu {
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-vrZCO45DI3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
.cid-vrZCO45DI3 .dropdown-menu > .dropdown-item {
  padding: 5px 10px !important;
  margin: 5px 0;
  border: none;
  font-weight: 400 !important;
  white-space: nowrap;
}
.cid-vrZCO45DI3 .dropdown-width {
  width: 600px !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .cid-vrZCO45DI3 .dropdown-width {
    width: unset !important;
  }
}
.cid-vrZCO45DI3 .dropdown-width .menu-text-column {
  padding: 18px 25px 22px 34px;
}
.cid-vrZCO45DI3 .dropdown-width .dropdown-item {
  padding: 0 !important;
  margin: 8px 0 !important;
  white-space: normal;
}
.cid-vrZCO45DI3 .menu-image-column {
  padding: 0;
  display: flex;
  align-items: stretch;
}
.cid-vrZCO45DI3 #myMenuImage {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.cid-vrZCO45DI3 #myMenuImage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  object-position: center;
}
.cid-vrZCO45DI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-vrZCO45DI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black !important;
}
.cid-vrZCO45DI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-vrZCO45DI3 .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-vrZCO45DI3 .img-wrapper {
  width: 100%;
}
.cid-vrZCO45DI3 .img-wrapper img {
  object-fit: cover;
}
.cid-vrZCO45DI3 nav.navbar {
  padding-top: 0.5rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .cid-vrZCO45DI3 .menu_box .navbar.opened,
  .cid-vrZCO45DI3 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-vrZCO45DI3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vrZCO45DI3 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-vrZCO45DI3 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vrZCO45DI3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vrZCO45DI3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vrZCO45DI3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vrZCO45DI3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vrZCO45DI3 .offcanvas-body .mbr-text,
  .cid-vrZCO45DI3 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vrZCO45DI3 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vrZCO45DI3 .offcanvas_box button.btn_offcanvas {
    top: -11px;
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-vrZCO45DI3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vrZCO45DI3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vrZCO45DI3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vrZCO45DI3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vrZCO45DI3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-vrZCO45DI3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vrZCO45DI3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vrZCO45DI3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vrZCO45DI3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vrZCO45DI3 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
  }
  .cid-vrZCO45DI3 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vrZCO45DI3 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
}
.cid-vrZCO45DI3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vrZCO45DI3 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vrZCO45DI3 .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vrZCO45DI3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vrZCO45DI3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vrZCO45DI3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vrZCO45DI3 .offcanvas_box {
    display: none;
  }
}
.cid-vrZCO45DI3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vrZCO45DI3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vrZCO45DI3 .nav-link {
  position: relative;
}
.cid-vrZCO45DI3 .container {
  display: flex;
  margin: auto;
}
.cid-vrZCO45DI3 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #06296e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vrZCO45DI3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vrZCO45DI3 .iconfont-wrapper:hover {
  background-color: #052056;
}
.cid-vrZCO45DI3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vrZCO45DI3 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vrZCO45DI3 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vrZCO45DI3 .navbar.opened {
  background: #ffffff !important;
}
.cid-vrZCO45DI3 .nav-item:focus,
.cid-vrZCO45DI3 .nav-link:focus {
  outline: none;
}
.cid-vrZCO45DI3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrZCO45DI3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrZCO45DI3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrZCO45DI3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrZCO45DI3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrZCO45DI3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrZCO45DI3 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0;
}
.cid-vrZCO45DI3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vrZCO45DI3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vrZCO45DI3 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vrZCO45DI3 .navbar.collapsed {
  justify-content: center;
}
.cid-vrZCO45DI3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrZCO45DI3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vrZCO45DI3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vrZCO45DI3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrZCO45DI3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrZCO45DI3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrZCO45DI3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: left;
}
.cid-vrZCO45DI3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vrZCO45DI3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vrZCO45DI3 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vrZCO45DI3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrZCO45DI3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrZCO45DI3 .navbar .dropdown-menu {
    padding: 6px 15px;
  }
  .cid-vrZCO45DI3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrZCO45DI3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vrZCO45DI3 .navbar .dropdown-width {
    padding: 6px 15px !important;
  }
  .cid-vrZCO45DI3 .navbar .dropdown-width .menu-text-column {
    padding: 0;
  }
  .cid-vrZCO45DI3 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-vrZCO45DI3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vrZCO45DI3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vrZCO45DI3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 8px 0 !important;
    text-align: left;
  }
  .cid-vrZCO45DI3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vrZCO45DI3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrZCO45DI3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vrZCO45DI3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vrZCO45DI3 .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-vrZCO45DI3 .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-vrZCO45DI3 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vrZCO45DI3 .navbar-brand {
    min-width: unset;
  }
}
.cid-vrZCO45DI3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vrZCO45DI3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrZCO45DI3 .dropdown-item.active,
.cid-vrZCO45DI3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vrZCO45DI3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vrZCO45DI3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrZCO45DI3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrZCO45DI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vrZCO45DI3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vrZCO45DI3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrZCO45DI3 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vrZCO45DI3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vrZCO45DI3 button.navbar-toggler {
  outline: none;
  top: 20px;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vrZCO45DI3 button.navbar-toggler {
    top: 0;
  }
}
.cid-vrZCO45DI3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vrZCO45DI3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vrZCO45DI3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrZCO45DI3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrZCO45DI3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vrZCO45DI3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrZCO45DI3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrZCO45DI3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrZCO45DI3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrZCO45DI3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vrZCO45DI3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vrZCO45DI3 .navbar {
    height: 70px;
  }
  .cid-vrZCO45DI3 .navbar.opened {
    height: auto;
  }
  .cid-vrZCO45DI3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrZCO45DI3 .mbr-section-subtitle {
  color: #202020;
}
.cid-vrZCO45DI3 .btn-black-outline {
  border-width: 1px !important;
}
.cid-vrZCO45DI3 .btn-black-outline:hover {
  background: #ddd !important;
}
.cid-vrZCO45DI3 .df-line {
  display: flex;
  height: 18px;
  padding: 0 36px;
}
.cid-vrZCO45DI3 .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-vrZCO45DI3 #idFarbenl {
  background: #001679;
  padding: 3px;
  margin: 5px;
}
.cid-vrZCO45DI3 #idFarben2 {
  background: #1b3575;
  padding: 3px;
  margin: 5px;
}
.cid-vrZCO45DI3 #idFarben3 {
  background: #36546d;
  padding: 3px;
  margin: 5px;
}
.cid-vrZCO45DI3 #idFarben4 {
  background: #517364;
  padding: 3px;
  margin: 5px;
}
.cid-vrZCO45DI3 #idFarben5 {
  background: #6b9259;
  padding: 3px;
  margin: 5px;
}
.cid-vrZCO45DI3 #idFarben6 {
  background: #7eb504;
  padding: 3px;
  margin: 5px;
}
.cid-vrZCO45DI3 .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-vrZDHfzhag {
  padding-top: 13.5rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/leier-laermschutzwand-strasse-2000x1333.jpg");
}
.cid-vrZDHfzhag .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrZDHfzhag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrZDHfzhag .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vrZDHfzhag .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vrZDHfzhag .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vrZDHfzhag .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vrZDHfzhag .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vrZDHfzhag .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrZDHfzhag .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vrZDHfzhag .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vrZDHfzhag .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vrZDHfzhag .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vrZDHfzhag .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-vrZDHfzhag .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vrZDHfzhag .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vrZDHfzhag .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vrZDHfzhag .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vrZDHfzhag .btn-wrapper {
  margin-top: -10%;
}
.cid-vrZDHfzhag .mbr-section-title {
  color: #f4f4f4;
}
.cid-vrZDHfzhag .mbr-text {
  color: #f4f4f4;
}
.cid-vrZDHfzhag .item-title {
  color: #58595b;
}
.cid-vrZDHfzhag .item-title,
.cid-vrZDHfzhag .items-wrapper {
  color: #000000;
}
.cid-vrZESlcqWE {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vrZESlcqWE .display-5 {
  font-size: 1.2rem !important;
}
.cid-vrZESlcqWE .download-category-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.65rem;
}
.cid-vrZESlcqWE .download-category-filter .btn {
  margin: 0 !important;
  min-width: 120px;
  font-family: Arial, sans-serif !important;
}
.cid-vrZESlcqWE .download-category-filter .btn-primary,
.cid-vrZESlcqWE .download-category-filter .btn-primary:focus,
.cid-vrZESlcqWE .download-category-filter .btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vrZESlcqWE .download-category-filter .btn-primary:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.cid-vrZESlcqWE .download-category-filter .btn-outline-primary {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.cid-vrZESlcqWE .download-category-filter .btn-outline-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vrZESlcqWE .file-download-card .btn-primary {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vrZESlcqWE .file-download-card .btn-primary:hover {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.cid-vrZESlcqWE .file-download-card .btn-outline-primary {
  background-color: #ffffff !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.cid-vrZESlcqWE .file-download-card .btn-outline-primary:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.cid-vrZESlcqWE .file-download-card .badge {
  font-family: Arial, sans-serif !important;
}
.cid-vrZESlcqWE .file-download-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.cid-vrZESlcqWE .file-preview-wrapper {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-vrZESlcqWE .file-preview-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.cid-vrZESlcqWE .file-download-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-vrZESlcqWE .file-download-buttons {
  margin-top: auto;
  padding-top: 1rem;
}
.cid-vrZESlcqWE .file-download-name,
.cid-vrZESlcqWE .file-link-address {
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-vrZESlcqWE .download-category-filter {
    gap: 0.5rem;
  }
  .cid-vrZESlcqWE .download-category-filter .btn {
    min-width: 0;
    width: calc(49.75%);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .cid-vrZESlcqWE .file-preview-wrapper {
    height: 210px;
  }
  .cid-vrZESlcqWE .file-download-content {
    padding: 1.25rem;
  }
}
@media (max-width: 420px) {
  .cid-vrZESlcqWE .download-category-filter .btn {
    width: 100%;
  }
}
.cid-vrZCO6CGNZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/p1010018-1024x768.jpg");
  border-style: solid;
  border-width: 1px 0 0 0 ;
  border-color: white;
  z-index: 1;
}
.cid-vrZCO6CGNZ .drehen {
  transform: rotate(45deg);
}
.cid-vrZCO6CGNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrZCO6CGNZ a:hover {
  color: #0440ac !important;
}
.cid-vrZCO6CGNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vrZCO6CGNZ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vrZCO6CGNZ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vrZCO6CGNZ .container {
    padding: 0 26px;
  }
}
.cid-vrZCO6CGNZ .row {
  justify-content: center;
}
.cid-vrZCO6CGNZ .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vrZCO6CGNZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrZCO6CGNZ .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vrZCO6CGNZ .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrZCO6CGNZ .title-wrapper .logo-wrapper img {
  max-width: 150px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9);
}
.cid-vrZCO6CGNZ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vrZCO6CGNZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vrZCO6CGNZ .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrZCO6CGNZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrZCO6CGNZ .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vrZCO6CGNZ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrZCO6CGNZ .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vrZCO6CGNZ .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vrZCO6CGNZ .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vrZCO6CGNZ .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vrZCO6CGNZ .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vrZCO6CGNZ .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vrZCO6CGNZ .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #4479d9 !important;
}
.cid-vrZCO6CGNZ .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vrZCO6CGNZ .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vrZCO6CGNZ .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vrZCO6CGNZ .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vrZCO6CGNZ .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vrZCO6CGNZ .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-vrZCO6CGNZ .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vrZCO6CGNZ .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #0440ac;
}
.cid-vrZCO6CGNZ .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrZCO6CGNZ .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vrZCO6CGNZ .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vrZCO6CGNZ .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vrZCO6CGNZ .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vrZCO6CGNZ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vrZCO6CGNZ .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #0440ac !important;
}
.cid-vrZCO6CGNZ .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-vrZCO6CGNZ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-vrZCO6CGNZ .mbr-section-title {
  color: #ffffff;
}
.cid-vrZCO6CGNZ .mbr-text {
  color: #ffffff;
}
.cid-vrZCO6CGNZ .list {
  color: #ffffff;
}
.cid-vrZCO6CGNZ .list,
.cid-vrZCO6CGNZ .nav-wrapper,
.cid-vrZCO6CGNZ .social-wrapper {
  text-align: right;
}
.cid-vrZCO6CGNZ .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-vrZCO6CGNZ #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vrZCO6CGNZ #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vrZCO6CGNZ #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vrZCO6CGNZ #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vrZCO6CGNZ #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vrZCO6CGNZ #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vrZCO6CGNZ .list,
.cid-vrZCO6CGNZ .item-wrap,
.cid-vrZCO6CGNZ .social-wrapper {
  color: #ffffff;
}
.cid-vrZCO6CGNZ P {
  color: #ffffff;
}
.cid-vrZCO75Zlq .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vrZCO75Zlq .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-vrZCO75Zlq .text-white {
  padding-left: 10px;
}
.cid-vrZCO75Zlq .myimg {
  font-size: 35px;
  line-height: 35px;
}
.cid-vrZCO75Zlq .myimg-s {
  font-size: 28px;
  line-height: 35px;
}
.cid-vrZCO75Zlq .mybox {
  width: 40px;
  height: 41px;
  float: left;
  padding: 5px ;
}
.cid-vrZCO75Zlq li {
  margin-bottom: 5px!important;
}
.cid-vrZCO75Zlq p {
  font-family: 'open sans';
}
.cid-vrZCO75Zlq .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vrZCO75Zlq .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vrZCO75Zlq .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vrZCO75Zlq .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vrZCO75Zlq .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vrZCO75Zlq .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vrZCO75Zlq .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vrZCO75Zlq .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-vrZCO75Zlq .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-vrZCO75Zlq .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vrZCO75Zlq .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#c22621, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vrZCO75Zlq .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #c22621);
}
.cid-vrZCO75Zlq .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-vrZCO75Zlq P {
  color: #232323;
}
.cid-vrZCO75Zlq DIV {
  color: #ffffff;
}
.cid-vrZCO75Zlq H10 {
  color: #767676;
}
.cid-vrZCO75Zlq .hidden {
  display: none;
}
.cid-vrZCO75Zlq p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-vrZCO75Zlq .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 251px;
  width: 200px;
}
.cid-vrZCO75Zlq .sticky li {
  list-style-type: none;
  border-radius: 4px;
  background-color: #cccccc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-vrZCO75Zlq .sticky li:hover {
  margin-left: -100px;
}
.cid-vrZCO75Zlq .sticky li img {
  float: left;
  margin: 1px 1px;
  margin-right: 10px;
}
.cid-vrZCO75Zlq .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-vs0ranQV0g {
  z-index: 1000;
  width: 100%;
}
.cid-vs0ranQV0g .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-vs0ranQV0g #navbar {
  transition: background-color 0.3s ease;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-vs0ranQV0g #navbar.menu-scrolled {
  background: #ffffff !important;
}
.cid-vs0ranQV0g .dropdown-menu {
  padding: 12px 20px;
  box-shadow: none;
  background-color: #ffffff !important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  text-align: left;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-vs0ranQV0g .dropdown-menu {
    max-width: 95% !important;
  }
}
@media (min-width: 992px) {
  .cid-vs0ranQV0g .dropdown-menu {
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-vs0ranQV0g .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
.cid-vs0ranQV0g .dropdown-menu > .dropdown-item {
  padding: 5px 10px !important;
  margin: 5px 0;
  border: none;
  font-weight: 400 !important;
  white-space: nowrap;
}
.cid-vs0ranQV0g .dropdown-width {
  width: 600px !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .cid-vs0ranQV0g .dropdown-width {
    width: unset !important;
  }
}
.cid-vs0ranQV0g .dropdown-width .menu-text-column {
  padding: 18px 25px 22px 34px;
}
.cid-vs0ranQV0g .dropdown-width .dropdown-item {
  padding: 0 !important;
  margin: 8px 0 !important;
  white-space: normal;
}
.cid-vs0ranQV0g .menu-image-column {
  padding: 0;
  display: flex;
  align-items: stretch;
}
.cid-vs0ranQV0g #myMenuImage {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.cid-vs0ranQV0g #myMenuImage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  object-position: center;
}
.cid-vs0ranQV0g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-vs0ranQV0g .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black !important;
}
.cid-vs0ranQV0g .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-vs0ranQV0g .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-vs0ranQV0g .img-wrapper {
  width: 100%;
}
.cid-vs0ranQV0g .img-wrapper img {
  object-fit: cover;
}
.cid-vs0ranQV0g nav.navbar {
  padding-top: 0.5rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .cid-vs0ranQV0g .menu_box .navbar.opened,
  .cid-vs0ranQV0g .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-vs0ranQV0g nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vs0ranQV0g nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-vs0ranQV0g .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vs0ranQV0g .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vs0ranQV0g .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vs0ranQV0g .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vs0ranQV0g .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vs0ranQV0g .offcanvas-body .mbr-text,
  .cid-vs0ranQV0g .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vs0ranQV0g .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vs0ranQV0g .offcanvas_box button.btn_offcanvas {
    top: -11px;
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-vs0ranQV0g .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vs0ranQV0g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vs0ranQV0g .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vs0ranQV0g .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vs0ranQV0g .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-vs0ranQV0g ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vs0ranQV0g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0ranQV0g .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vs0ranQV0g .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vs0ranQV0g li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
  }
  .cid-vs0ranQV0g li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vs0ranQV0g li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
}
.cid-vs0ranQV0g .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vs0ranQV0g .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vs0ranQV0g .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vs0ranQV0g .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0ranQV0g .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vs0ranQV0g .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vs0ranQV0g .offcanvas_box {
    display: none;
  }
}
.cid-vs0ranQV0g .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vs0ranQV0g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vs0ranQV0g .nav-link {
  position: relative;
}
.cid-vs0ranQV0g .container {
  display: flex;
  margin: auto;
}
.cid-vs0ranQV0g .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #06296e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vs0ranQV0g .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vs0ranQV0g .iconfont-wrapper:hover {
  background-color: #052056;
}
.cid-vs0ranQV0g .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vs0ranQV0g .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vs0ranQV0g .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vs0ranQV0g .navbar.opened {
  background: #ffffff !important;
}
.cid-vs0ranQV0g .nav-item:focus,
.cid-vs0ranQV0g .nav-link:focus {
  outline: none;
}
.cid-vs0ranQV0g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vs0ranQV0g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vs0ranQV0g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vs0ranQV0g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vs0ranQV0g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vs0ranQV0g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vs0ranQV0g .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0;
}
.cid-vs0ranQV0g .navbar.opened {
  transition: all 0.3s;
}
.cid-vs0ranQV0g .navbar .navbar-logo img {
  width: auto;
}
.cid-vs0ranQV0g .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vs0ranQV0g .navbar.collapsed {
  justify-content: center;
}
.cid-vs0ranQV0g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vs0ranQV0g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vs0ranQV0g .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vs0ranQV0g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vs0ranQV0g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vs0ranQV0g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vs0ranQV0g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: left;
}
.cid-vs0ranQV0g .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vs0ranQV0g .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vs0ranQV0g .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vs0ranQV0g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vs0ranQV0g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vs0ranQV0g .navbar .dropdown-menu {
    padding: 6px 15px;
  }
  .cid-vs0ranQV0g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vs0ranQV0g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vs0ranQV0g .navbar .dropdown-width {
    padding: 6px 15px !important;
  }
  .cid-vs0ranQV0g .navbar .dropdown-width .menu-text-column {
    padding: 0;
  }
  .cid-vs0ranQV0g .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-vs0ranQV0g .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vs0ranQV0g .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vs0ranQV0g .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 8px 0 !important;
    text-align: left;
  }
  .cid-vs0ranQV0g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vs0ranQV0g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vs0ranQV0g .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vs0ranQV0g .navbar.navbar-short {
  min-height: 60px;
}
.cid-vs0ranQV0g .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-vs0ranQV0g .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-vs0ranQV0g .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vs0ranQV0g .navbar-brand {
    min-width: unset;
  }
}
.cid-vs0ranQV0g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vs0ranQV0g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vs0ranQV0g .dropdown-item.active,
.cid-vs0ranQV0g .dropdown-item:active {
  background-color: transparent;
}
.cid-vs0ranQV0g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vs0ranQV0g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vs0ranQV0g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vs0ranQV0g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vs0ranQV0g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vs0ranQV0g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vs0ranQV0g ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vs0ranQV0g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vs0ranQV0g button.navbar-toggler {
  outline: none;
  top: 20px;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vs0ranQV0g button.navbar-toggler {
    top: 0;
  }
}
.cid-vs0ranQV0g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vs0ranQV0g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vs0ranQV0g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0ranQV0g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0ranQV0g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vs0ranQV0g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0ranQV0g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vs0ranQV0g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vs0ranQV0g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0ranQV0g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vs0ranQV0g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vs0ranQV0g .navbar {
    height: 70px;
  }
  .cid-vs0ranQV0g .navbar.opened {
    height: auto;
  }
  .cid-vs0ranQV0g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vs0ranQV0g .mbr-section-subtitle {
  color: #202020;
}
.cid-vs0ranQV0g .btn-black-outline {
  border-width: 1px !important;
}
.cid-vs0ranQV0g .btn-black-outline:hover {
  background: #ddd !important;
}
.cid-vs0ranQV0g .df-line {
  display: flex;
  height: 18px;
  padding: 0 36px;
}
.cid-vs0ranQV0g .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-vs0ranQV0g #idFarbenl {
  background: #001679;
  padding: 3px;
  margin: 5px;
}
.cid-vs0ranQV0g #idFarben2 {
  background: #1b3575;
  padding: 3px;
  margin: 5px;
}
.cid-vs0ranQV0g #idFarben3 {
  background: #36546d;
  padding: 3px;
  margin: 5px;
}
.cid-vs0ranQV0g #idFarben4 {
  background: #517364;
  padding: 3px;
  margin: 5px;
}
.cid-vs0ranQV0g #idFarben5 {
  background: #6b9259;
  padding: 3px;
  margin: 5px;
}
.cid-vs0ranQV0g #idFarben6 {
  background: #7eb504;
  padding: 3px;
  margin: 5px;
}
.cid-vs0ranQV0g .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-vs0raoigX3 {
  padding-top: 13.5rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/leier-laermschutzwand-strasse-2000x1333.jpg");
}
.cid-vs0raoigX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0raoigX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0raoigX3 .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vs0raoigX3 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vs0raoigX3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vs0raoigX3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vs0raoigX3 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vs0raoigX3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0raoigX3 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vs0raoigX3 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vs0raoigX3 .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vs0raoigX3 .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vs0raoigX3 .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-vs0raoigX3 .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vs0raoigX3 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vs0raoigX3 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vs0raoigX3 .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vs0raoigX3 .btn-wrapper {
  margin-top: -10%;
}
.cid-vs0raoigX3 .mbr-section-title {
  color: #f4f4f4;
}
.cid-vs0raoigX3 .mbr-text {
  color: #f4f4f4;
}
.cid-vs0raoigX3 .item-title {
  color: #58595b;
}
.cid-vs0raoigX3 .item-title,
.cid-vs0raoigX3 .items-wrapper {
  color: #000000;
}
.cid-vs0raoKLOa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/p1010018-1024x768.jpg");
  border-style: solid;
  border-width: 1px 0 0 0 ;
  border-color: white;
  z-index: 1;
}
.cid-vs0raoKLOa .drehen {
  transform: rotate(45deg);
}
.cid-vs0raoKLOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0raoKLOa a:hover {
  color: #0440ac !important;
}
.cid-vs0raoKLOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0raoKLOa .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vs0raoKLOa .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vs0raoKLOa .container {
    padding: 0 26px;
  }
}
.cid-vs0raoKLOa .row {
  justify-content: center;
}
.cid-vs0raoKLOa .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0raoKLOa .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0raoKLOa .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0raoKLOa .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0raoKLOa .title-wrapper .logo-wrapper img {
  max-width: 150px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9);
}
.cid-vs0raoKLOa .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0raoKLOa .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vs0raoKLOa .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0raoKLOa .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0raoKLOa .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vs0raoKLOa .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0raoKLOa .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0raoKLOa .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vs0raoKLOa .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0raoKLOa .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vs0raoKLOa .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vs0raoKLOa .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vs0raoKLOa .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #4479d9 !important;
}
.cid-vs0raoKLOa .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vs0raoKLOa .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0raoKLOa .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0raoKLOa .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vs0raoKLOa .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vs0raoKLOa .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-vs0raoKLOa .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vs0raoKLOa .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #0440ac;
}
.cid-vs0raoKLOa .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0raoKLOa .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vs0raoKLOa .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0raoKLOa .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vs0raoKLOa .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vs0raoKLOa .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vs0raoKLOa .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #0440ac !important;
}
.cid-vs0raoKLOa .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-vs0raoKLOa .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-vs0raoKLOa .mbr-section-title {
  color: #ffffff;
}
.cid-vs0raoKLOa .mbr-text {
  color: #ffffff;
}
.cid-vs0raoKLOa .list {
  color: #ffffff;
}
.cid-vs0raoKLOa .list,
.cid-vs0raoKLOa .nav-wrapper,
.cid-vs0raoKLOa .social-wrapper {
  text-align: right;
}
.cid-vs0raoKLOa .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-vs0raoKLOa #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0raoKLOa #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0raoKLOa #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0raoKLOa #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0raoKLOa #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0raoKLOa #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0raoKLOa .list,
.cid-vs0raoKLOa .item-wrap,
.cid-vs0raoKLOa .social-wrapper {
  color: #ffffff;
}
.cid-vs0raoKLOa P {
  color: #ffffff;
}
.cid-vs0rap4Fmp .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vs0rap4Fmp .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-vs0rap4Fmp .text-white {
  padding-left: 10px;
}
.cid-vs0rap4Fmp .myimg {
  font-size: 35px;
  line-height: 35px;
}
.cid-vs0rap4Fmp .myimg-s {
  font-size: 28px;
  line-height: 35px;
}
.cid-vs0rap4Fmp .mybox {
  width: 40px;
  height: 41px;
  float: left;
  padding: 5px ;
}
.cid-vs0rap4Fmp li {
  margin-bottom: 5px!important;
}
.cid-vs0rap4Fmp p {
  font-family: 'open sans';
}
.cid-vs0rap4Fmp .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vs0rap4Fmp .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vs0rap4Fmp .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vs0rap4Fmp .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vs0rap4Fmp .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vs0rap4Fmp .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vs0rap4Fmp .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vs0rap4Fmp .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-vs0rap4Fmp .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-vs0rap4Fmp .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vs0rap4Fmp .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#c22621, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vs0rap4Fmp .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #c22621);
}
.cid-vs0rap4Fmp .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-vs0rap4Fmp P {
  color: #232323;
}
.cid-vs0rap4Fmp DIV {
  color: #ffffff;
}
.cid-vs0rap4Fmp H10 {
  color: #767676;
}
.cid-vs0rap4Fmp .hidden {
  display: none;
}
.cid-vs0rap4Fmp p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-vs0rap4Fmp .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 251px;
  width: 200px;
}
.cid-vs0rap4Fmp .sticky li {
  list-style-type: none;
  border-radius: 4px;
  background-color: #cccccc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-vs0rap4Fmp .sticky li:hover {
  margin-left: -100px;
}
.cid-vs0rap4Fmp .sticky li img {
  float: left;
  margin: 1px 1px;
  margin-right: 10px;
}
.cid-vs0rap4Fmp .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-vs0rDtv7Px {
  z-index: 1000;
  width: 100%;
}
.cid-vs0rDtv7Px .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-vs0rDtv7Px #navbar {
  transition: background-color 0.3s ease;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-vs0rDtv7Px #navbar.menu-scrolled {
  background: #ffffff !important;
}
.cid-vs0rDtv7Px .dropdown-menu {
  padding: 12px 20px;
  box-shadow: none;
  background-color: #ffffff !important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  text-align: left;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-vs0rDtv7Px .dropdown-menu {
    max-width: 95% !important;
  }
}
@media (min-width: 992px) {
  .cid-vs0rDtv7Px .dropdown-menu {
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-vs0rDtv7Px .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
.cid-vs0rDtv7Px .dropdown-menu > .dropdown-item {
  padding: 5px 10px !important;
  margin: 5px 0;
  border: none;
  font-weight: 400 !important;
  white-space: nowrap;
}
.cid-vs0rDtv7Px .dropdown-width {
  width: 600px !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .cid-vs0rDtv7Px .dropdown-width {
    width: unset !important;
  }
}
.cid-vs0rDtv7Px .dropdown-width .menu-text-column {
  padding: 18px 25px 22px 34px;
}
.cid-vs0rDtv7Px .dropdown-width .dropdown-item {
  padding: 0 !important;
  margin: 8px 0 !important;
  white-space: normal;
}
.cid-vs0rDtv7Px .menu-image-column {
  padding: 0;
  display: flex;
  align-items: stretch;
}
.cid-vs0rDtv7Px #myMenuImage {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.cid-vs0rDtv7Px #myMenuImage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  object-position: center;
}
.cid-vs0rDtv7Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-vs0rDtv7Px .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black !important;
}
.cid-vs0rDtv7Px .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-vs0rDtv7Px .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-vs0rDtv7Px .img-wrapper {
  width: 100%;
}
.cid-vs0rDtv7Px .img-wrapper img {
  object-fit: cover;
}
.cid-vs0rDtv7Px nav.navbar {
  padding-top: 0.5rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .cid-vs0rDtv7Px .menu_box .navbar.opened,
  .cid-vs0rDtv7Px .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-vs0rDtv7Px nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vs0rDtv7Px nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-vs0rDtv7Px .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vs0rDtv7Px .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vs0rDtv7Px .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vs0rDtv7Px .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vs0rDtv7Px .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vs0rDtv7Px .offcanvas-body .mbr-text,
  .cid-vs0rDtv7Px .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vs0rDtv7Px .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vs0rDtv7Px .offcanvas_box button.btn_offcanvas {
    top: -11px;
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-vs0rDtv7Px .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vs0rDtv7Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vs0rDtv7Px .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vs0rDtv7Px .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vs0rDtv7Px .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-vs0rDtv7Px ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vs0rDtv7Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0rDtv7Px .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vs0rDtv7Px .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vs0rDtv7Px li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
  }
  .cid-vs0rDtv7Px li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vs0rDtv7Px li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
}
.cid-vs0rDtv7Px .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vs0rDtv7Px .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vs0rDtv7Px .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vs0rDtv7Px .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0rDtv7Px .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vs0rDtv7Px .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vs0rDtv7Px .offcanvas_box {
    display: none;
  }
}
.cid-vs0rDtv7Px .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vs0rDtv7Px .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vs0rDtv7Px .nav-link {
  position: relative;
}
.cid-vs0rDtv7Px .container {
  display: flex;
  margin: auto;
}
.cid-vs0rDtv7Px .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #06296e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vs0rDtv7Px .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vs0rDtv7Px .iconfont-wrapper:hover {
  background-color: #052056;
}
.cid-vs0rDtv7Px .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vs0rDtv7Px .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vs0rDtv7Px .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vs0rDtv7Px .navbar.opened {
  background: #ffffff !important;
}
.cid-vs0rDtv7Px .nav-item:focus,
.cid-vs0rDtv7Px .nav-link:focus {
  outline: none;
}
.cid-vs0rDtv7Px .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vs0rDtv7Px .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vs0rDtv7Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vs0rDtv7Px .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vs0rDtv7Px .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vs0rDtv7Px .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vs0rDtv7Px .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0;
}
.cid-vs0rDtv7Px .navbar.opened {
  transition: all 0.3s;
}
.cid-vs0rDtv7Px .navbar .navbar-logo img {
  width: auto;
}
.cid-vs0rDtv7Px .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vs0rDtv7Px .navbar.collapsed {
  justify-content: center;
}
.cid-vs0rDtv7Px .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vs0rDtv7Px .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vs0rDtv7Px .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vs0rDtv7Px .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vs0rDtv7Px .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vs0rDtv7Px .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vs0rDtv7Px .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: left;
}
.cid-vs0rDtv7Px .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vs0rDtv7Px .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vs0rDtv7Px .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vs0rDtv7Px .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vs0rDtv7Px .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vs0rDtv7Px .navbar .dropdown-menu {
    padding: 6px 15px;
  }
  .cid-vs0rDtv7Px .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vs0rDtv7Px .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vs0rDtv7Px .navbar .dropdown-width {
    padding: 6px 15px !important;
  }
  .cid-vs0rDtv7Px .navbar .dropdown-width .menu-text-column {
    padding: 0;
  }
  .cid-vs0rDtv7Px .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-vs0rDtv7Px .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vs0rDtv7Px .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vs0rDtv7Px .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 8px 0 !important;
    text-align: left;
  }
  .cid-vs0rDtv7Px .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vs0rDtv7Px .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vs0rDtv7Px .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vs0rDtv7Px .navbar.navbar-short {
  min-height: 60px;
}
.cid-vs0rDtv7Px .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-vs0rDtv7Px .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-vs0rDtv7Px .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vs0rDtv7Px .navbar-brand {
    min-width: unset;
  }
}
.cid-vs0rDtv7Px .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vs0rDtv7Px .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vs0rDtv7Px .dropdown-item.active,
.cid-vs0rDtv7Px .dropdown-item:active {
  background-color: transparent;
}
.cid-vs0rDtv7Px .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vs0rDtv7Px .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vs0rDtv7Px .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vs0rDtv7Px .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vs0rDtv7Px .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vs0rDtv7Px .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vs0rDtv7Px ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vs0rDtv7Px .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vs0rDtv7Px button.navbar-toggler {
  outline: none;
  top: 20px;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vs0rDtv7Px button.navbar-toggler {
    top: 0;
  }
}
.cid-vs0rDtv7Px button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vs0rDtv7Px button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vs0rDtv7Px button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0rDtv7Px button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0rDtv7Px button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vs0rDtv7Px nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0rDtv7Px nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vs0rDtv7Px nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vs0rDtv7Px nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0rDtv7Px a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vs0rDtv7Px .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vs0rDtv7Px .navbar {
    height: 70px;
  }
  .cid-vs0rDtv7Px .navbar.opened {
    height: auto;
  }
  .cid-vs0rDtv7Px .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vs0rDtv7Px .mbr-section-subtitle {
  color: #202020;
}
.cid-vs0rDtv7Px .btn-black-outline {
  border-width: 1px !important;
}
.cid-vs0rDtv7Px .btn-black-outline:hover {
  background: #ddd !important;
}
.cid-vs0rDtv7Px .df-line {
  display: flex;
  height: 18px;
  padding: 0 36px;
}
.cid-vs0rDtv7Px .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-vs0rDtv7Px #idFarbenl {
  background: #001679;
  padding: 3px;
  margin: 5px;
}
.cid-vs0rDtv7Px #idFarben2 {
  background: #1b3575;
  padding: 3px;
  margin: 5px;
}
.cid-vs0rDtv7Px #idFarben3 {
  background: #36546d;
  padding: 3px;
  margin: 5px;
}
.cid-vs0rDtv7Px #idFarben4 {
  background: #517364;
  padding: 3px;
  margin: 5px;
}
.cid-vs0rDtv7Px #idFarben5 {
  background: #6b9259;
  padding: 3px;
  margin: 5px;
}
.cid-vs0rDtv7Px #idFarben6 {
  background: #7eb504;
  padding: 3px;
  margin: 5px;
}
.cid-vs0rDtv7Px .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-vs0rDtQpXd {
  padding-top: 13.5rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/leier-laermschutzwand-strasse-2000x1333.jpg");
}
.cid-vs0rDtQpXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0rDtQpXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0rDtQpXd .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vs0rDtQpXd .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vs0rDtQpXd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vs0rDtQpXd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vs0rDtQpXd .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vs0rDtQpXd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0rDtQpXd .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vs0rDtQpXd .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vs0rDtQpXd .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vs0rDtQpXd .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vs0rDtQpXd .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-vs0rDtQpXd .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vs0rDtQpXd .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vs0rDtQpXd .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vs0rDtQpXd .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vs0rDtQpXd .btn-wrapper {
  margin-top: -10%;
}
.cid-vs0rDtQpXd .mbr-section-title {
  color: #f4f4f4;
}
.cid-vs0rDtQpXd .mbr-text {
  color: #f4f4f4;
}
.cid-vs0rDtQpXd .item-title {
  color: #58595b;
}
.cid-vs0rDtQpXd .item-title,
.cid-vs0rDtQpXd .items-wrapper {
  color: #000000;
}
.cid-vs0rDu4bAO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/p1010018-1024x768.jpg");
  border-style: solid;
  border-width: 1px 0 0 0 ;
  border-color: white;
  z-index: 1;
}
.cid-vs0rDu4bAO .drehen {
  transform: rotate(45deg);
}
.cid-vs0rDu4bAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0rDu4bAO a:hover {
  color: #0440ac !important;
}
.cid-vs0rDu4bAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0rDu4bAO .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vs0rDu4bAO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vs0rDu4bAO .container {
    padding: 0 26px;
  }
}
.cid-vs0rDu4bAO .row {
  justify-content: center;
}
.cid-vs0rDu4bAO .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0rDu4bAO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0rDu4bAO .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0rDu4bAO .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0rDu4bAO .title-wrapper .logo-wrapper img {
  max-width: 150px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9);
}
.cid-vs0rDu4bAO .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0rDu4bAO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vs0rDu4bAO .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0rDu4bAO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0rDu4bAO .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vs0rDu4bAO .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0rDu4bAO .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0rDu4bAO .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vs0rDu4bAO .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0rDu4bAO .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vs0rDu4bAO .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vs0rDu4bAO .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vs0rDu4bAO .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #4479d9 !important;
}
.cid-vs0rDu4bAO .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vs0rDu4bAO .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0rDu4bAO .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0rDu4bAO .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vs0rDu4bAO .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vs0rDu4bAO .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-vs0rDu4bAO .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vs0rDu4bAO .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #0440ac;
}
.cid-vs0rDu4bAO .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0rDu4bAO .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vs0rDu4bAO .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0rDu4bAO .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vs0rDu4bAO .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vs0rDu4bAO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vs0rDu4bAO .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #0440ac !important;
}
.cid-vs0rDu4bAO .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-vs0rDu4bAO .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-vs0rDu4bAO .mbr-section-title {
  color: #ffffff;
}
.cid-vs0rDu4bAO .mbr-text {
  color: #ffffff;
}
.cid-vs0rDu4bAO .list {
  color: #ffffff;
}
.cid-vs0rDu4bAO .list,
.cid-vs0rDu4bAO .nav-wrapper,
.cid-vs0rDu4bAO .social-wrapper {
  text-align: right;
}
.cid-vs0rDu4bAO .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-vs0rDu4bAO #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0rDu4bAO #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0rDu4bAO #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0rDu4bAO #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0rDu4bAO #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0rDu4bAO #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0rDu4bAO .list,
.cid-vs0rDu4bAO .item-wrap,
.cid-vs0rDu4bAO .social-wrapper {
  color: #ffffff;
}
.cid-vs0rDu4bAO P {
  color: #ffffff;
}
.cid-vs0rDuonir .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vs0rDuonir .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-vs0rDuonir .text-white {
  padding-left: 10px;
}
.cid-vs0rDuonir .myimg {
  font-size: 35px;
  line-height: 35px;
}
.cid-vs0rDuonir .myimg-s {
  font-size: 28px;
  line-height: 35px;
}
.cid-vs0rDuonir .mybox {
  width: 40px;
  height: 41px;
  float: left;
  padding: 5px ;
}
.cid-vs0rDuonir li {
  margin-bottom: 5px!important;
}
.cid-vs0rDuonir p {
  font-family: 'open sans';
}
.cid-vs0rDuonir .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vs0rDuonir .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vs0rDuonir .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vs0rDuonir .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vs0rDuonir .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vs0rDuonir .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vs0rDuonir .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vs0rDuonir .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-vs0rDuonir .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-vs0rDuonir .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vs0rDuonir .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#c22621, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vs0rDuonir .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #c22621);
}
.cid-vs0rDuonir .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-vs0rDuonir P {
  color: #232323;
}
.cid-vs0rDuonir DIV {
  color: #ffffff;
}
.cid-vs0rDuonir H10 {
  color: #767676;
}
.cid-vs0rDuonir .hidden {
  display: none;
}
.cid-vs0rDuonir p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-vs0rDuonir .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 251px;
  width: 200px;
}
.cid-vs0rDuonir .sticky li {
  list-style-type: none;
  border-radius: 4px;
  background-color: #cccccc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-vs0rDuonir .sticky li:hover {
  margin-left: -100px;
}
.cid-vs0rDuonir .sticky li img {
  float: left;
  margin: 1px 1px;
  margin-right: 10px;
}
.cid-vs0rDuonir .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-vs0rQbNQeW {
  z-index: 1000;
  width: 100%;
}
.cid-vs0rQbNQeW .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-vs0rQbNQeW #navbar {
  transition: background-color 0.3s ease;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-vs0rQbNQeW #navbar.menu-scrolled {
  background: #ffffff !important;
}
.cid-vs0rQbNQeW .dropdown-menu {
  padding: 12px 20px;
  box-shadow: none;
  background-color: #ffffff !important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  text-align: left;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-vs0rQbNQeW .dropdown-menu {
    max-width: 95% !important;
  }
}
@media (min-width: 992px) {
  .cid-vs0rQbNQeW .dropdown-menu {
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-vs0rQbNQeW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
.cid-vs0rQbNQeW .dropdown-menu > .dropdown-item {
  padding: 5px 10px !important;
  margin: 5px 0;
  border: none;
  font-weight: 400 !important;
  white-space: nowrap;
}
.cid-vs0rQbNQeW .dropdown-width {
  width: 600px !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .cid-vs0rQbNQeW .dropdown-width {
    width: unset !important;
  }
}
.cid-vs0rQbNQeW .dropdown-width .menu-text-column {
  padding: 18px 25px 22px 34px;
}
.cid-vs0rQbNQeW .dropdown-width .dropdown-item {
  padding: 0 !important;
  margin: 8px 0 !important;
  white-space: normal;
}
.cid-vs0rQbNQeW .menu-image-column {
  padding: 0;
  display: flex;
  align-items: stretch;
}
.cid-vs0rQbNQeW #myMenuImage {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.cid-vs0rQbNQeW #myMenuImage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  object-position: center;
}
.cid-vs0rQbNQeW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-vs0rQbNQeW .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black !important;
}
.cid-vs0rQbNQeW .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-vs0rQbNQeW .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-vs0rQbNQeW .img-wrapper {
  width: 100%;
}
.cid-vs0rQbNQeW .img-wrapper img {
  object-fit: cover;
}
.cid-vs0rQbNQeW nav.navbar {
  padding-top: 0.5rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .cid-vs0rQbNQeW .menu_box .navbar.opened,
  .cid-vs0rQbNQeW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-vs0rQbNQeW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vs0rQbNQeW nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-vs0rQbNQeW .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vs0rQbNQeW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vs0rQbNQeW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vs0rQbNQeW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vs0rQbNQeW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vs0rQbNQeW .offcanvas-body .mbr-text,
  .cid-vs0rQbNQeW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vs0rQbNQeW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vs0rQbNQeW .offcanvas_box button.btn_offcanvas {
    top: -11px;
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-vs0rQbNQeW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vs0rQbNQeW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vs0rQbNQeW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vs0rQbNQeW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vs0rQbNQeW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-vs0rQbNQeW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vs0rQbNQeW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0rQbNQeW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vs0rQbNQeW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vs0rQbNQeW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
  }
  .cid-vs0rQbNQeW li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vs0rQbNQeW li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
}
.cid-vs0rQbNQeW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vs0rQbNQeW .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vs0rQbNQeW .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vs0rQbNQeW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0rQbNQeW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vs0rQbNQeW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vs0rQbNQeW .offcanvas_box {
    display: none;
  }
}
.cid-vs0rQbNQeW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vs0rQbNQeW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vs0rQbNQeW .nav-link {
  position: relative;
}
.cid-vs0rQbNQeW .container {
  display: flex;
  margin: auto;
}
.cid-vs0rQbNQeW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #06296e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vs0rQbNQeW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vs0rQbNQeW .iconfont-wrapper:hover {
  background-color: #052056;
}
.cid-vs0rQbNQeW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vs0rQbNQeW .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vs0rQbNQeW .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vs0rQbNQeW .navbar.opened {
  background: #ffffff !important;
}
.cid-vs0rQbNQeW .nav-item:focus,
.cid-vs0rQbNQeW .nav-link:focus {
  outline: none;
}
.cid-vs0rQbNQeW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vs0rQbNQeW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vs0rQbNQeW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vs0rQbNQeW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vs0rQbNQeW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vs0rQbNQeW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vs0rQbNQeW .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0;
}
.cid-vs0rQbNQeW .navbar.opened {
  transition: all 0.3s;
}
.cid-vs0rQbNQeW .navbar .navbar-logo img {
  width: auto;
}
.cid-vs0rQbNQeW .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vs0rQbNQeW .navbar.collapsed {
  justify-content: center;
}
.cid-vs0rQbNQeW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vs0rQbNQeW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vs0rQbNQeW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vs0rQbNQeW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vs0rQbNQeW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vs0rQbNQeW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vs0rQbNQeW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: left;
}
.cid-vs0rQbNQeW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vs0rQbNQeW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vs0rQbNQeW .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vs0rQbNQeW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vs0rQbNQeW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vs0rQbNQeW .navbar .dropdown-menu {
    padding: 6px 15px;
  }
  .cid-vs0rQbNQeW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vs0rQbNQeW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vs0rQbNQeW .navbar .dropdown-width {
    padding: 6px 15px !important;
  }
  .cid-vs0rQbNQeW .navbar .dropdown-width .menu-text-column {
    padding: 0;
  }
  .cid-vs0rQbNQeW .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-vs0rQbNQeW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vs0rQbNQeW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vs0rQbNQeW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 8px 0 !important;
    text-align: left;
  }
  .cid-vs0rQbNQeW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vs0rQbNQeW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vs0rQbNQeW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vs0rQbNQeW .navbar.navbar-short {
  min-height: 60px;
}
.cid-vs0rQbNQeW .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-vs0rQbNQeW .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-vs0rQbNQeW .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vs0rQbNQeW .navbar-brand {
    min-width: unset;
  }
}
.cid-vs0rQbNQeW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vs0rQbNQeW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vs0rQbNQeW .dropdown-item.active,
.cid-vs0rQbNQeW .dropdown-item:active {
  background-color: transparent;
}
.cid-vs0rQbNQeW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vs0rQbNQeW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vs0rQbNQeW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vs0rQbNQeW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vs0rQbNQeW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vs0rQbNQeW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vs0rQbNQeW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vs0rQbNQeW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vs0rQbNQeW button.navbar-toggler {
  outline: none;
  top: 20px;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vs0rQbNQeW button.navbar-toggler {
    top: 0;
  }
}
.cid-vs0rQbNQeW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vs0rQbNQeW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vs0rQbNQeW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0rQbNQeW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0rQbNQeW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vs0rQbNQeW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0rQbNQeW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vs0rQbNQeW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vs0rQbNQeW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0rQbNQeW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vs0rQbNQeW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vs0rQbNQeW .navbar {
    height: 70px;
  }
  .cid-vs0rQbNQeW .navbar.opened {
    height: auto;
  }
  .cid-vs0rQbNQeW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vs0rQbNQeW .mbr-section-subtitle {
  color: #202020;
}
.cid-vs0rQbNQeW .btn-black-outline {
  border-width: 1px !important;
}
.cid-vs0rQbNQeW .btn-black-outline:hover {
  background: #ddd !important;
}
.cid-vs0rQbNQeW .df-line {
  display: flex;
  height: 18px;
  padding: 0 36px;
}
.cid-vs0rQbNQeW .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-vs0rQbNQeW #idFarbenl {
  background: #001679;
  padding: 3px;
  margin: 5px;
}
.cid-vs0rQbNQeW #idFarben2 {
  background: #1b3575;
  padding: 3px;
  margin: 5px;
}
.cid-vs0rQbNQeW #idFarben3 {
  background: #36546d;
  padding: 3px;
  margin: 5px;
}
.cid-vs0rQbNQeW #idFarben4 {
  background: #517364;
  padding: 3px;
  margin: 5px;
}
.cid-vs0rQbNQeW #idFarben5 {
  background: #6b9259;
  padding: 3px;
  margin: 5px;
}
.cid-vs0rQbNQeW #idFarben6 {
  background: #7eb504;
  padding: 3px;
  margin: 5px;
}
.cid-vs0rQbNQeW .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-vs0rQcc3D5 {
  padding-top: 13.5rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/leier-laermschutzwand-strasse-2000x1333.jpg");
}
.cid-vs0rQcc3D5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0rQcc3D5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0rQcc3D5 .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vs0rQcc3D5 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vs0rQcc3D5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vs0rQcc3D5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vs0rQcc3D5 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vs0rQcc3D5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0rQcc3D5 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vs0rQcc3D5 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vs0rQcc3D5 .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vs0rQcc3D5 .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vs0rQcc3D5 .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-vs0rQcc3D5 .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vs0rQcc3D5 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vs0rQcc3D5 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vs0rQcc3D5 .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vs0rQcc3D5 .btn-wrapper {
  margin-top: -10%;
}
.cid-vs0rQcc3D5 .mbr-section-title {
  color: #f4f4f4;
}
.cid-vs0rQcc3D5 .mbr-text {
  color: #f4f4f4;
}
.cid-vs0rQcc3D5 .item-title {
  color: #58595b;
}
.cid-vs0rQcc3D5 .item-title,
.cid-vs0rQcc3D5 .items-wrapper {
  color: #000000;
}
.cid-vs0rQcrXkj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/p1010018-1024x768.jpg");
  border-style: solid;
  border-width: 1px 0 0 0 ;
  border-color: white;
  z-index: 1;
}
.cid-vs0rQcrXkj .drehen {
  transform: rotate(45deg);
}
.cid-vs0rQcrXkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0rQcrXkj a:hover {
  color: #0440ac !important;
}
.cid-vs0rQcrXkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0rQcrXkj .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vs0rQcrXkj .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vs0rQcrXkj .container {
    padding: 0 26px;
  }
}
.cid-vs0rQcrXkj .row {
  justify-content: center;
}
.cid-vs0rQcrXkj .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0rQcrXkj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0rQcrXkj .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0rQcrXkj .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0rQcrXkj .title-wrapper .logo-wrapper img {
  max-width: 150px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9);
}
.cid-vs0rQcrXkj .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0rQcrXkj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vs0rQcrXkj .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0rQcrXkj .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0rQcrXkj .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vs0rQcrXkj .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0rQcrXkj .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0rQcrXkj .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vs0rQcrXkj .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0rQcrXkj .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vs0rQcrXkj .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vs0rQcrXkj .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vs0rQcrXkj .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #4479d9 !important;
}
.cid-vs0rQcrXkj .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vs0rQcrXkj .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0rQcrXkj .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0rQcrXkj .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vs0rQcrXkj .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vs0rQcrXkj .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-vs0rQcrXkj .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vs0rQcrXkj .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #0440ac;
}
.cid-vs0rQcrXkj .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0rQcrXkj .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vs0rQcrXkj .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0rQcrXkj .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vs0rQcrXkj .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vs0rQcrXkj .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vs0rQcrXkj .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #0440ac !important;
}
.cid-vs0rQcrXkj .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-vs0rQcrXkj .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-vs0rQcrXkj .mbr-section-title {
  color: #ffffff;
}
.cid-vs0rQcrXkj .mbr-text {
  color: #ffffff;
}
.cid-vs0rQcrXkj .list {
  color: #ffffff;
}
.cid-vs0rQcrXkj .list,
.cid-vs0rQcrXkj .nav-wrapper,
.cid-vs0rQcrXkj .social-wrapper {
  text-align: right;
}
.cid-vs0rQcrXkj .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-vs0rQcrXkj #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0rQcrXkj #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0rQcrXkj #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0rQcrXkj #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0rQcrXkj #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0rQcrXkj #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0rQcrXkj .list,
.cid-vs0rQcrXkj .item-wrap,
.cid-vs0rQcrXkj .social-wrapper {
  color: #ffffff;
}
.cid-vs0rQcrXkj P {
  color: #ffffff;
}
.cid-vs0rQcJjTK .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vs0rQcJjTK .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-vs0rQcJjTK .text-white {
  padding-left: 10px;
}
.cid-vs0rQcJjTK .myimg {
  font-size: 35px;
  line-height: 35px;
}
.cid-vs0rQcJjTK .myimg-s {
  font-size: 28px;
  line-height: 35px;
}
.cid-vs0rQcJjTK .mybox {
  width: 40px;
  height: 41px;
  float: left;
  padding: 5px ;
}
.cid-vs0rQcJjTK li {
  margin-bottom: 5px!important;
}
.cid-vs0rQcJjTK p {
  font-family: 'open sans';
}
.cid-vs0rQcJjTK .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vs0rQcJjTK .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vs0rQcJjTK .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vs0rQcJjTK .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vs0rQcJjTK .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vs0rQcJjTK .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vs0rQcJjTK .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vs0rQcJjTK .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-vs0rQcJjTK .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-vs0rQcJjTK .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vs0rQcJjTK .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#c22621, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vs0rQcJjTK .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #c22621);
}
.cid-vs0rQcJjTK .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-vs0rQcJjTK P {
  color: #232323;
}
.cid-vs0rQcJjTK DIV {
  color: #ffffff;
}
.cid-vs0rQcJjTK H10 {
  color: #767676;
}
.cid-vs0rQcJjTK .hidden {
  display: none;
}
.cid-vs0rQcJjTK p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-vs0rQcJjTK .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 251px;
  width: 200px;
}
.cid-vs0rQcJjTK .sticky li {
  list-style-type: none;
  border-radius: 4px;
  background-color: #cccccc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-vs0rQcJjTK .sticky li:hover {
  margin-left: -100px;
}
.cid-vs0rQcJjTK .sticky li img {
  float: left;
  margin: 1px 1px;
  margin-right: 10px;
}
.cid-vs0rQcJjTK .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-vs0sB42QB7 {
  z-index: 1000;
  width: 100%;
}
.cid-vs0sB42QB7 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-vs0sB42QB7 #navbar {
  transition: background-color 0.3s ease;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-vs0sB42QB7 #navbar.menu-scrolled {
  background: #ffffff !important;
}
.cid-vs0sB42QB7 .dropdown-menu {
  padding: 12px 20px;
  box-shadow: none;
  background-color: #ffffff !important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  text-align: left;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-vs0sB42QB7 .dropdown-menu {
    max-width: 95% !important;
  }
}
@media (min-width: 992px) {
  .cid-vs0sB42QB7 .dropdown-menu {
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-vs0sB42QB7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
.cid-vs0sB42QB7 .dropdown-menu > .dropdown-item {
  padding: 5px 10px !important;
  margin: 5px 0;
  border: none;
  font-weight: 400 !important;
  white-space: nowrap;
}
.cid-vs0sB42QB7 .dropdown-width {
  width: 600px !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .cid-vs0sB42QB7 .dropdown-width {
    width: unset !important;
  }
}
.cid-vs0sB42QB7 .dropdown-width .menu-text-column {
  padding: 18px 25px 22px 34px;
}
.cid-vs0sB42QB7 .dropdown-width .dropdown-item {
  padding: 0 !important;
  margin: 8px 0 !important;
  white-space: normal;
}
.cid-vs0sB42QB7 .menu-image-column {
  padding: 0;
  display: flex;
  align-items: stretch;
}
.cid-vs0sB42QB7 #myMenuImage {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.cid-vs0sB42QB7 #myMenuImage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  object-position: center;
}
.cid-vs0sB42QB7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-vs0sB42QB7 .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black !important;
}
.cid-vs0sB42QB7 .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-vs0sB42QB7 .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-vs0sB42QB7 .img-wrapper {
  width: 100%;
}
.cid-vs0sB42QB7 .img-wrapper img {
  object-fit: cover;
}
.cid-vs0sB42QB7 nav.navbar {
  padding-top: 0.5rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .cid-vs0sB42QB7 .menu_box .navbar.opened,
  .cid-vs0sB42QB7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-vs0sB42QB7 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vs0sB42QB7 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-vs0sB42QB7 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vs0sB42QB7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vs0sB42QB7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vs0sB42QB7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vs0sB42QB7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vs0sB42QB7 .offcanvas-body .mbr-text,
  .cid-vs0sB42QB7 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vs0sB42QB7 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vs0sB42QB7 .offcanvas_box button.btn_offcanvas {
    top: -11px;
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-vs0sB42QB7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vs0sB42QB7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vs0sB42QB7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vs0sB42QB7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vs0sB42QB7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-vs0sB42QB7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vs0sB42QB7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0sB42QB7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vs0sB42QB7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vs0sB42QB7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
  }
  .cid-vs0sB42QB7 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vs0sB42QB7 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
}
.cid-vs0sB42QB7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vs0sB42QB7 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vs0sB42QB7 .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vs0sB42QB7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0sB42QB7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vs0sB42QB7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vs0sB42QB7 .offcanvas_box {
    display: none;
  }
}
.cid-vs0sB42QB7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vs0sB42QB7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vs0sB42QB7 .nav-link {
  position: relative;
}
.cid-vs0sB42QB7 .container {
  display: flex;
  margin: auto;
}
.cid-vs0sB42QB7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #06296e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vs0sB42QB7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vs0sB42QB7 .iconfont-wrapper:hover {
  background-color: #052056;
}
.cid-vs0sB42QB7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vs0sB42QB7 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vs0sB42QB7 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vs0sB42QB7 .navbar.opened {
  background: #ffffff !important;
}
.cid-vs0sB42QB7 .nav-item:focus,
.cid-vs0sB42QB7 .nav-link:focus {
  outline: none;
}
.cid-vs0sB42QB7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vs0sB42QB7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vs0sB42QB7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vs0sB42QB7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vs0sB42QB7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vs0sB42QB7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vs0sB42QB7 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0;
}
.cid-vs0sB42QB7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vs0sB42QB7 .navbar .navbar-logo img {
  width: auto;
}
.cid-vs0sB42QB7 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vs0sB42QB7 .navbar.collapsed {
  justify-content: center;
}
.cid-vs0sB42QB7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vs0sB42QB7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vs0sB42QB7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vs0sB42QB7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vs0sB42QB7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vs0sB42QB7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vs0sB42QB7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: left;
}
.cid-vs0sB42QB7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vs0sB42QB7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vs0sB42QB7 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vs0sB42QB7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vs0sB42QB7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vs0sB42QB7 .navbar .dropdown-menu {
    padding: 6px 15px;
  }
  .cid-vs0sB42QB7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vs0sB42QB7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vs0sB42QB7 .navbar .dropdown-width {
    padding: 6px 15px !important;
  }
  .cid-vs0sB42QB7 .navbar .dropdown-width .menu-text-column {
    padding: 0;
  }
  .cid-vs0sB42QB7 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-vs0sB42QB7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vs0sB42QB7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vs0sB42QB7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 8px 0 !important;
    text-align: left;
  }
  .cid-vs0sB42QB7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vs0sB42QB7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vs0sB42QB7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vs0sB42QB7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vs0sB42QB7 .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-vs0sB42QB7 .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-vs0sB42QB7 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vs0sB42QB7 .navbar-brand {
    min-width: unset;
  }
}
.cid-vs0sB42QB7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vs0sB42QB7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vs0sB42QB7 .dropdown-item.active,
.cid-vs0sB42QB7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vs0sB42QB7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vs0sB42QB7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vs0sB42QB7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vs0sB42QB7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vs0sB42QB7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vs0sB42QB7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vs0sB42QB7 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vs0sB42QB7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vs0sB42QB7 button.navbar-toggler {
  outline: none;
  top: 20px;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vs0sB42QB7 button.navbar-toggler {
    top: 0;
  }
}
.cid-vs0sB42QB7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vs0sB42QB7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vs0sB42QB7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0sB42QB7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0sB42QB7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vs0sB42QB7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0sB42QB7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vs0sB42QB7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vs0sB42QB7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0sB42QB7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vs0sB42QB7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vs0sB42QB7 .navbar {
    height: 70px;
  }
  .cid-vs0sB42QB7 .navbar.opened {
    height: auto;
  }
  .cid-vs0sB42QB7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vs0sB42QB7 .mbr-section-subtitle {
  color: #202020;
}
.cid-vs0sB42QB7 .btn-black-outline {
  border-width: 1px !important;
}
.cid-vs0sB42QB7 .btn-black-outline:hover {
  background: #ddd !important;
}
.cid-vs0sB42QB7 .df-line {
  display: flex;
  height: 18px;
  padding: 0 36px;
}
.cid-vs0sB42QB7 .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-vs0sB42QB7 #idFarbenl {
  background: #001679;
  padding: 3px;
  margin: 5px;
}
.cid-vs0sB42QB7 #idFarben2 {
  background: #1b3575;
  padding: 3px;
  margin: 5px;
}
.cid-vs0sB42QB7 #idFarben3 {
  background: #36546d;
  padding: 3px;
  margin: 5px;
}
.cid-vs0sB42QB7 #idFarben4 {
  background: #517364;
  padding: 3px;
  margin: 5px;
}
.cid-vs0sB42QB7 #idFarben5 {
  background: #6b9259;
  padding: 3px;
  margin: 5px;
}
.cid-vs0sB42QB7 #idFarben6 {
  background: #7eb504;
  padding: 3px;
  margin: 5px;
}
.cid-vs0sB42QB7 .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-vs0sB4nxdg {
  padding-top: 13.5rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/leier-laermschutzwand-strasse-2000x1333.jpg");
}
.cid-vs0sB4nxdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0sB4nxdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0sB4nxdg .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vs0sB4nxdg .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vs0sB4nxdg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vs0sB4nxdg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vs0sB4nxdg .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vs0sB4nxdg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0sB4nxdg .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vs0sB4nxdg .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vs0sB4nxdg .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vs0sB4nxdg .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vs0sB4nxdg .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-vs0sB4nxdg .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vs0sB4nxdg .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vs0sB4nxdg .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vs0sB4nxdg .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vs0sB4nxdg .btn-wrapper {
  margin-top: -10%;
}
.cid-vs0sB4nxdg .mbr-section-title {
  color: #f4f4f4;
}
.cid-vs0sB4nxdg .mbr-text {
  color: #f4f4f4;
}
.cid-vs0sB4nxdg .item-title {
  color: #58595b;
}
.cid-vs0sB4nxdg .item-title,
.cid-vs0sB4nxdg .items-wrapper {
  color: #000000;
}
.cid-vs0sB4Bd6Y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/p1010018-1024x768.jpg");
  border-style: solid;
  border-width: 1px 0 0 0 ;
  border-color: white;
  z-index: 1;
}
.cid-vs0sB4Bd6Y .drehen {
  transform: rotate(45deg);
}
.cid-vs0sB4Bd6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0sB4Bd6Y a:hover {
  color: #0440ac !important;
}
.cid-vs0sB4Bd6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0sB4Bd6Y .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vs0sB4Bd6Y .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vs0sB4Bd6Y .container {
    padding: 0 26px;
  }
}
.cid-vs0sB4Bd6Y .row {
  justify-content: center;
}
.cid-vs0sB4Bd6Y .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0sB4Bd6Y .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0sB4Bd6Y .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0sB4Bd6Y .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0sB4Bd6Y .title-wrapper .logo-wrapper img {
  max-width: 150px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9);
}
.cid-vs0sB4Bd6Y .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0sB4Bd6Y .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vs0sB4Bd6Y .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0sB4Bd6Y .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0sB4Bd6Y .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vs0sB4Bd6Y .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0sB4Bd6Y .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0sB4Bd6Y .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vs0sB4Bd6Y .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0sB4Bd6Y .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vs0sB4Bd6Y .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vs0sB4Bd6Y .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vs0sB4Bd6Y .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #4479d9 !important;
}
.cid-vs0sB4Bd6Y .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vs0sB4Bd6Y .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0sB4Bd6Y .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0sB4Bd6Y .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vs0sB4Bd6Y .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vs0sB4Bd6Y .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-vs0sB4Bd6Y .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vs0sB4Bd6Y .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #0440ac;
}
.cid-vs0sB4Bd6Y .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0sB4Bd6Y .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vs0sB4Bd6Y .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0sB4Bd6Y .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vs0sB4Bd6Y .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vs0sB4Bd6Y .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vs0sB4Bd6Y .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #0440ac !important;
}
.cid-vs0sB4Bd6Y .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-vs0sB4Bd6Y .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-vs0sB4Bd6Y .mbr-section-title {
  color: #ffffff;
}
.cid-vs0sB4Bd6Y .mbr-text {
  color: #ffffff;
}
.cid-vs0sB4Bd6Y .list {
  color: #ffffff;
}
.cid-vs0sB4Bd6Y .list,
.cid-vs0sB4Bd6Y .nav-wrapper,
.cid-vs0sB4Bd6Y .social-wrapper {
  text-align: right;
}
.cid-vs0sB4Bd6Y .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-vs0sB4Bd6Y #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0sB4Bd6Y #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0sB4Bd6Y #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0sB4Bd6Y #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0sB4Bd6Y #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0sB4Bd6Y #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0sB4Bd6Y .list,
.cid-vs0sB4Bd6Y .item-wrap,
.cid-vs0sB4Bd6Y .social-wrapper {
  color: #ffffff;
}
.cid-vs0sB4Bd6Y P {
  color: #ffffff;
}
.cid-vs0sB4VHKH .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vs0sB4VHKH .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-vs0sB4VHKH .text-white {
  padding-left: 10px;
}
.cid-vs0sB4VHKH .myimg {
  font-size: 35px;
  line-height: 35px;
}
.cid-vs0sB4VHKH .myimg-s {
  font-size: 28px;
  line-height: 35px;
}
.cid-vs0sB4VHKH .mybox {
  width: 40px;
  height: 41px;
  float: left;
  padding: 5px ;
}
.cid-vs0sB4VHKH li {
  margin-bottom: 5px!important;
}
.cid-vs0sB4VHKH p {
  font-family: 'open sans';
}
.cid-vs0sB4VHKH .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vs0sB4VHKH .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vs0sB4VHKH .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vs0sB4VHKH .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vs0sB4VHKH .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vs0sB4VHKH .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vs0sB4VHKH .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vs0sB4VHKH .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-vs0sB4VHKH .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-vs0sB4VHKH .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vs0sB4VHKH .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#c22621, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vs0sB4VHKH .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #c22621);
}
.cid-vs0sB4VHKH .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-vs0sB4VHKH P {
  color: #232323;
}
.cid-vs0sB4VHKH DIV {
  color: #ffffff;
}
.cid-vs0sB4VHKH H10 {
  color: #767676;
}
.cid-vs0sB4VHKH .hidden {
  display: none;
}
.cid-vs0sB4VHKH p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-vs0sB4VHKH .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 251px;
  width: 200px;
}
.cid-vs0sB4VHKH .sticky li {
  list-style-type: none;
  border-radius: 4px;
  background-color: #cccccc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-vs0sB4VHKH .sticky li:hover {
  margin-left: -100px;
}
.cid-vs0sB4VHKH .sticky li img {
  float: left;
  margin: 1px 1px;
  margin-right: 10px;
}
.cid-vs0sB4VHKH .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-vs0t6oiI58 {
  z-index: 1000;
  width: 100%;
}
.cid-vs0t6oiI58 .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-vs0t6oiI58 #navbar {
  transition: background-color 0.3s ease;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-vs0t6oiI58 #navbar.menu-scrolled {
  background: #ffffff !important;
}
.cid-vs0t6oiI58 .dropdown-menu {
  padding: 12px 20px;
  box-shadow: none;
  background-color: #ffffff !important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  text-align: left;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-vs0t6oiI58 .dropdown-menu {
    max-width: 95% !important;
  }
}
@media (min-width: 992px) {
  .cid-vs0t6oiI58 .dropdown-menu {
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-vs0t6oiI58 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
.cid-vs0t6oiI58 .dropdown-menu > .dropdown-item {
  padding: 5px 10px !important;
  margin: 5px 0;
  border: none;
  font-weight: 400 !important;
  white-space: nowrap;
}
.cid-vs0t6oiI58 .dropdown-width {
  width: 600px !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .cid-vs0t6oiI58 .dropdown-width {
    width: unset !important;
  }
}
.cid-vs0t6oiI58 .dropdown-width .menu-text-column {
  padding: 18px 25px 22px 34px;
}
.cid-vs0t6oiI58 .dropdown-width .dropdown-item {
  padding: 0 !important;
  margin: 8px 0 !important;
  white-space: normal;
}
.cid-vs0t6oiI58 .menu-image-column {
  padding: 0;
  display: flex;
  align-items: stretch;
}
.cid-vs0t6oiI58 #myMenuImage {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.cid-vs0t6oiI58 #myMenuImage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  object-position: center;
}
.cid-vs0t6oiI58 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-vs0t6oiI58 .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black !important;
}
.cid-vs0t6oiI58 .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-vs0t6oiI58 .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-vs0t6oiI58 .img-wrapper {
  width: 100%;
}
.cid-vs0t6oiI58 .img-wrapper img {
  object-fit: cover;
}
.cid-vs0t6oiI58 nav.navbar {
  padding-top: 0.5rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .cid-vs0t6oiI58 .menu_box .navbar.opened,
  .cid-vs0t6oiI58 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-vs0t6oiI58 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vs0t6oiI58 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-vs0t6oiI58 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vs0t6oiI58 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vs0t6oiI58 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vs0t6oiI58 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vs0t6oiI58 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vs0t6oiI58 .offcanvas-body .mbr-text,
  .cid-vs0t6oiI58 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vs0t6oiI58 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vs0t6oiI58 .offcanvas_box button.btn_offcanvas {
    top: -11px;
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-vs0t6oiI58 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vs0t6oiI58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vs0t6oiI58 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vs0t6oiI58 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vs0t6oiI58 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-vs0t6oiI58 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vs0t6oiI58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0t6oiI58 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vs0t6oiI58 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vs0t6oiI58 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
  }
  .cid-vs0t6oiI58 li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vs0t6oiI58 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
}
.cid-vs0t6oiI58 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vs0t6oiI58 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vs0t6oiI58 .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vs0t6oiI58 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0t6oiI58 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vs0t6oiI58 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vs0t6oiI58 .offcanvas_box {
    display: none;
  }
}
.cid-vs0t6oiI58 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vs0t6oiI58 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vs0t6oiI58 .nav-link {
  position: relative;
}
.cid-vs0t6oiI58 .container {
  display: flex;
  margin: auto;
}
.cid-vs0t6oiI58 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #06296e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vs0t6oiI58 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vs0t6oiI58 .iconfont-wrapper:hover {
  background-color: #052056;
}
.cid-vs0t6oiI58 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vs0t6oiI58 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vs0t6oiI58 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vs0t6oiI58 .navbar.opened {
  background: #ffffff !important;
}
.cid-vs0t6oiI58 .nav-item:focus,
.cid-vs0t6oiI58 .nav-link:focus {
  outline: none;
}
.cid-vs0t6oiI58 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vs0t6oiI58 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vs0t6oiI58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vs0t6oiI58 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vs0t6oiI58 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vs0t6oiI58 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vs0t6oiI58 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0;
}
.cid-vs0t6oiI58 .navbar.opened {
  transition: all 0.3s;
}
.cid-vs0t6oiI58 .navbar .navbar-logo img {
  width: auto;
}
.cid-vs0t6oiI58 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vs0t6oiI58 .navbar.collapsed {
  justify-content: center;
}
.cid-vs0t6oiI58 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vs0t6oiI58 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vs0t6oiI58 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vs0t6oiI58 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vs0t6oiI58 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vs0t6oiI58 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vs0t6oiI58 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: left;
}
.cid-vs0t6oiI58 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vs0t6oiI58 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vs0t6oiI58 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vs0t6oiI58 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vs0t6oiI58 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vs0t6oiI58 .navbar .dropdown-menu {
    padding: 6px 15px;
  }
  .cid-vs0t6oiI58 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vs0t6oiI58 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vs0t6oiI58 .navbar .dropdown-width {
    padding: 6px 15px !important;
  }
  .cid-vs0t6oiI58 .navbar .dropdown-width .menu-text-column {
    padding: 0;
  }
  .cid-vs0t6oiI58 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-vs0t6oiI58 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vs0t6oiI58 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vs0t6oiI58 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 8px 0 !important;
    text-align: left;
  }
  .cid-vs0t6oiI58 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vs0t6oiI58 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vs0t6oiI58 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vs0t6oiI58 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vs0t6oiI58 .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-vs0t6oiI58 .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-vs0t6oiI58 .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vs0t6oiI58 .navbar-brand {
    min-width: unset;
  }
}
.cid-vs0t6oiI58 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vs0t6oiI58 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vs0t6oiI58 .dropdown-item.active,
.cid-vs0t6oiI58 .dropdown-item:active {
  background-color: transparent;
}
.cid-vs0t6oiI58 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vs0t6oiI58 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vs0t6oiI58 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vs0t6oiI58 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vs0t6oiI58 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vs0t6oiI58 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vs0t6oiI58 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vs0t6oiI58 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vs0t6oiI58 button.navbar-toggler {
  outline: none;
  top: 20px;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vs0t6oiI58 button.navbar-toggler {
    top: 0;
  }
}
.cid-vs0t6oiI58 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vs0t6oiI58 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vs0t6oiI58 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0t6oiI58 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0t6oiI58 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vs0t6oiI58 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0t6oiI58 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vs0t6oiI58 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vs0t6oiI58 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0t6oiI58 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vs0t6oiI58 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vs0t6oiI58 .navbar {
    height: 70px;
  }
  .cid-vs0t6oiI58 .navbar.opened {
    height: auto;
  }
  .cid-vs0t6oiI58 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vs0t6oiI58 .mbr-section-subtitle {
  color: #202020;
}
.cid-vs0t6oiI58 .btn-black-outline {
  border-width: 1px !important;
}
.cid-vs0t6oiI58 .btn-black-outline:hover {
  background: #ddd !important;
}
.cid-vs0t6oiI58 .df-line {
  display: flex;
  height: 18px;
  padding: 0 36px;
}
.cid-vs0t6oiI58 .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-vs0t6oiI58 #idFarbenl {
  background: #001679;
  padding: 3px;
  margin: 5px;
}
.cid-vs0t6oiI58 #idFarben2 {
  background: #1b3575;
  padding: 3px;
  margin: 5px;
}
.cid-vs0t6oiI58 #idFarben3 {
  background: #36546d;
  padding: 3px;
  margin: 5px;
}
.cid-vs0t6oiI58 #idFarben4 {
  background: #517364;
  padding: 3px;
  margin: 5px;
}
.cid-vs0t6oiI58 #idFarben5 {
  background: #6b9259;
  padding: 3px;
  margin: 5px;
}
.cid-vs0t6oiI58 #idFarben6 {
  background: #7eb504;
  padding: 3px;
  margin: 5px;
}
.cid-vs0t6oiI58 .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-vs0t6oEWym {
  padding-top: 13.5rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/leier-laermschutzwand-strasse-2000x1333.jpg");
}
.cid-vs0t6oEWym .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0t6oEWym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0t6oEWym .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vs0t6oEWym .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vs0t6oEWym .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vs0t6oEWym .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vs0t6oEWym .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vs0t6oEWym .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0t6oEWym .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vs0t6oEWym .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vs0t6oEWym .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vs0t6oEWym .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vs0t6oEWym .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-vs0t6oEWym .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vs0t6oEWym .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vs0t6oEWym .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vs0t6oEWym .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vs0t6oEWym .btn-wrapper {
  margin-top: -10%;
}
.cid-vs0t6oEWym .mbr-section-title {
  color: #f4f4f4;
}
.cid-vs0t6oEWym .mbr-text {
  color: #f4f4f4;
}
.cid-vs0t6oEWym .item-title {
  color: #58595b;
}
.cid-vs0t6oEWym .item-title,
.cid-vs0t6oEWym .items-wrapper {
  color: #000000;
}
.cid-vs0u7ibhHN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vs0u7ibhHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0u7ibhHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0u7ibhHN .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vs0u7ibhHN .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vs0u7ibhHN .container {
    padding: 0 30px;
  }
}
.cid-vs0u7ibhHN .row {
  justify-content: center;
}
.cid-vs0u7ibhHN .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-vs0u7ibhHN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vs0u7ibhHN .mbr-desc {
  color: #000000;
}
.cid-vs0u7ibhHN .mbr-text {
  color: #000000;
}
.cid-vs0tLqIHee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vs0tLqIHee .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0tLqIHee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0tLqIHee .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vs0tLqIHee .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-vs0tLqIHee .container {
    padding: 0 30px;
  }
}
.cid-vs0tLqIHee .row {
  justify-content: center;
}
.cid-vs0tLqIHee .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-vs0tLqIHee .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vs0tLqIHee .mbr-desc {
  color: #000000;
}
.cid-vs0tLqIHee .mbr-text {
  color: #000000;
}
.cid-vs0t6oTJEb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/p1010018-1024x768.jpg");
  border-style: solid;
  border-width: 1px 0 0 0 ;
  border-color: white;
  z-index: 1;
}
.cid-vs0t6oTJEb .drehen {
  transform: rotate(45deg);
}
.cid-vs0t6oTJEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0t6oTJEb a:hover {
  color: #0440ac !important;
}
.cid-vs0t6oTJEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0t6oTJEb .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vs0t6oTJEb .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vs0t6oTJEb .container {
    padding: 0 26px;
  }
}
.cid-vs0t6oTJEb .row {
  justify-content: center;
}
.cid-vs0t6oTJEb .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0t6oTJEb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0t6oTJEb .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0t6oTJEb .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0t6oTJEb .title-wrapper .logo-wrapper img {
  max-width: 150px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9);
}
.cid-vs0t6oTJEb .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0t6oTJEb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vs0t6oTJEb .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0t6oTJEb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0t6oTJEb .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vs0t6oTJEb .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0t6oTJEb .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0t6oTJEb .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vs0t6oTJEb .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0t6oTJEb .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vs0t6oTJEb .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vs0t6oTJEb .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vs0t6oTJEb .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #4479d9 !important;
}
.cid-vs0t6oTJEb .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vs0t6oTJEb .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0t6oTJEb .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0t6oTJEb .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vs0t6oTJEb .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vs0t6oTJEb .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-vs0t6oTJEb .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vs0t6oTJEb .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #0440ac;
}
.cid-vs0t6oTJEb .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0t6oTJEb .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vs0t6oTJEb .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0t6oTJEb .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vs0t6oTJEb .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vs0t6oTJEb .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vs0t6oTJEb .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #0440ac !important;
}
.cid-vs0t6oTJEb .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-vs0t6oTJEb .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-vs0t6oTJEb .mbr-section-title {
  color: #ffffff;
}
.cid-vs0t6oTJEb .mbr-text {
  color: #ffffff;
}
.cid-vs0t6oTJEb .list {
  color: #ffffff;
}
.cid-vs0t6oTJEb .list,
.cid-vs0t6oTJEb .nav-wrapper,
.cid-vs0t6oTJEb .social-wrapper {
  text-align: right;
}
.cid-vs0t6oTJEb .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-vs0t6oTJEb #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0t6oTJEb #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0t6oTJEb #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0t6oTJEb #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0t6oTJEb #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0t6oTJEb #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0t6oTJEb .list,
.cid-vs0t6oTJEb .item-wrap,
.cid-vs0t6oTJEb .social-wrapper {
  color: #ffffff;
}
.cid-vs0t6oTJEb P {
  color: #ffffff;
}
.cid-vs0t6pclq4 .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vs0t6pclq4 .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-vs0t6pclq4 .text-white {
  padding-left: 10px;
}
.cid-vs0t6pclq4 .myimg {
  font-size: 35px;
  line-height: 35px;
}
.cid-vs0t6pclq4 .myimg-s {
  font-size: 28px;
  line-height: 35px;
}
.cid-vs0t6pclq4 .mybox {
  width: 40px;
  height: 41px;
  float: left;
  padding: 5px ;
}
.cid-vs0t6pclq4 li {
  margin-bottom: 5px!important;
}
.cid-vs0t6pclq4 p {
  font-family: 'open sans';
}
.cid-vs0t6pclq4 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vs0t6pclq4 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vs0t6pclq4 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vs0t6pclq4 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vs0t6pclq4 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vs0t6pclq4 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vs0t6pclq4 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vs0t6pclq4 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-vs0t6pclq4 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-vs0t6pclq4 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vs0t6pclq4 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#c22621, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vs0t6pclq4 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #c22621);
}
.cid-vs0t6pclq4 .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-vs0t6pclq4 P {
  color: #232323;
}
.cid-vs0t6pclq4 DIV {
  color: #ffffff;
}
.cid-vs0t6pclq4 H10 {
  color: #767676;
}
.cid-vs0t6pclq4 .hidden {
  display: none;
}
.cid-vs0t6pclq4 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-vs0t6pclq4 .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 251px;
  width: 200px;
}
.cid-vs0t6pclq4 .sticky li {
  list-style-type: none;
  border-radius: 4px;
  background-color: #cccccc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-vs0t6pclq4 .sticky li:hover {
  margin-left: -100px;
}
.cid-vs0t6pclq4 .sticky li img {
  float: left;
  margin: 1px 1px;
  margin-right: 10px;
}
.cid-vs0t6pclq4 .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-vs0uzhdMqQ {
  z-index: 1000;
  width: 100%;
}
.cid-vs0uzhdMqQ .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-vs0uzhdMqQ #navbar {
  transition: background-color 0.3s ease;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-vs0uzhdMqQ #navbar.menu-scrolled {
  background: #ffffff !important;
}
.cid-vs0uzhdMqQ .dropdown-menu {
  padding: 12px 20px;
  box-shadow: none;
  background-color: #ffffff !important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  text-align: left;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-vs0uzhdMqQ .dropdown-menu {
    max-width: 95% !important;
  }
}
@media (min-width: 992px) {
  .cid-vs0uzhdMqQ .dropdown-menu {
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-vs0uzhdMqQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
.cid-vs0uzhdMqQ .dropdown-menu > .dropdown-item {
  padding: 5px 10px !important;
  margin: 5px 0;
  border: none;
  font-weight: 400 !important;
  white-space: nowrap;
}
.cid-vs0uzhdMqQ .dropdown-width {
  width: 600px !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .cid-vs0uzhdMqQ .dropdown-width {
    width: unset !important;
  }
}
.cid-vs0uzhdMqQ .dropdown-width .menu-text-column {
  padding: 18px 25px 22px 34px;
}
.cid-vs0uzhdMqQ .dropdown-width .dropdown-item {
  padding: 0 !important;
  margin: 8px 0 !important;
  white-space: normal;
}
.cid-vs0uzhdMqQ .menu-image-column {
  padding: 0;
  display: flex;
  align-items: stretch;
}
.cid-vs0uzhdMqQ #myMenuImage {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.cid-vs0uzhdMqQ #myMenuImage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  object-position: center;
}
.cid-vs0uzhdMqQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-vs0uzhdMqQ .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black !important;
}
.cid-vs0uzhdMqQ .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-vs0uzhdMqQ .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-vs0uzhdMqQ .img-wrapper {
  width: 100%;
}
.cid-vs0uzhdMqQ .img-wrapper img {
  object-fit: cover;
}
.cid-vs0uzhdMqQ nav.navbar {
  padding-top: 0.5rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .cid-vs0uzhdMqQ .menu_box .navbar.opened,
  .cid-vs0uzhdMqQ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-vs0uzhdMqQ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vs0uzhdMqQ nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-vs0uzhdMqQ .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vs0uzhdMqQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vs0uzhdMqQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vs0uzhdMqQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vs0uzhdMqQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vs0uzhdMqQ .offcanvas-body .mbr-text,
  .cid-vs0uzhdMqQ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vs0uzhdMqQ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vs0uzhdMqQ .offcanvas_box button.btn_offcanvas {
    top: -11px;
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-vs0uzhdMqQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vs0uzhdMqQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vs0uzhdMqQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vs0uzhdMqQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vs0uzhdMqQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-vs0uzhdMqQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vs0uzhdMqQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0uzhdMqQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vs0uzhdMqQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vs0uzhdMqQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
  }
  .cid-vs0uzhdMqQ li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vs0uzhdMqQ li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
}
.cid-vs0uzhdMqQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vs0uzhdMqQ .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vs0uzhdMqQ .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vs0uzhdMqQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0uzhdMqQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vs0uzhdMqQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vs0uzhdMqQ .offcanvas_box {
    display: none;
  }
}
.cid-vs0uzhdMqQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vs0uzhdMqQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vs0uzhdMqQ .nav-link {
  position: relative;
}
.cid-vs0uzhdMqQ .container {
  display: flex;
  margin: auto;
}
.cid-vs0uzhdMqQ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #06296e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vs0uzhdMqQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vs0uzhdMqQ .iconfont-wrapper:hover {
  background-color: #052056;
}
.cid-vs0uzhdMqQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vs0uzhdMqQ .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vs0uzhdMqQ .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vs0uzhdMqQ .navbar.opened {
  background: #ffffff !important;
}
.cid-vs0uzhdMqQ .nav-item:focus,
.cid-vs0uzhdMqQ .nav-link:focus {
  outline: none;
}
.cid-vs0uzhdMqQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vs0uzhdMqQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vs0uzhdMqQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vs0uzhdMqQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vs0uzhdMqQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vs0uzhdMqQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vs0uzhdMqQ .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0;
}
.cid-vs0uzhdMqQ .navbar.opened {
  transition: all 0.3s;
}
.cid-vs0uzhdMqQ .navbar .navbar-logo img {
  width: auto;
}
.cid-vs0uzhdMqQ .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vs0uzhdMqQ .navbar.collapsed {
  justify-content: center;
}
.cid-vs0uzhdMqQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vs0uzhdMqQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vs0uzhdMqQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vs0uzhdMqQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vs0uzhdMqQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vs0uzhdMqQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vs0uzhdMqQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: left;
}
.cid-vs0uzhdMqQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vs0uzhdMqQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vs0uzhdMqQ .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vs0uzhdMqQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vs0uzhdMqQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vs0uzhdMqQ .navbar .dropdown-menu {
    padding: 6px 15px;
  }
  .cid-vs0uzhdMqQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vs0uzhdMqQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vs0uzhdMqQ .navbar .dropdown-width {
    padding: 6px 15px !important;
  }
  .cid-vs0uzhdMqQ .navbar .dropdown-width .menu-text-column {
    padding: 0;
  }
  .cid-vs0uzhdMqQ .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-vs0uzhdMqQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vs0uzhdMqQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vs0uzhdMqQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 8px 0 !important;
    text-align: left;
  }
  .cid-vs0uzhdMqQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vs0uzhdMqQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vs0uzhdMqQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vs0uzhdMqQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vs0uzhdMqQ .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-vs0uzhdMqQ .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-vs0uzhdMqQ .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vs0uzhdMqQ .navbar-brand {
    min-width: unset;
  }
}
.cid-vs0uzhdMqQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vs0uzhdMqQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vs0uzhdMqQ .dropdown-item.active,
.cid-vs0uzhdMqQ .dropdown-item:active {
  background-color: transparent;
}
.cid-vs0uzhdMqQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vs0uzhdMqQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vs0uzhdMqQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vs0uzhdMqQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vs0uzhdMqQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vs0uzhdMqQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vs0uzhdMqQ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vs0uzhdMqQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vs0uzhdMqQ button.navbar-toggler {
  outline: none;
  top: 20px;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vs0uzhdMqQ button.navbar-toggler {
    top: 0;
  }
}
.cid-vs0uzhdMqQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vs0uzhdMqQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vs0uzhdMqQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0uzhdMqQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0uzhdMqQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vs0uzhdMqQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0uzhdMqQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vs0uzhdMqQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vs0uzhdMqQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0uzhdMqQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vs0uzhdMqQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vs0uzhdMqQ .navbar {
    height: 70px;
  }
  .cid-vs0uzhdMqQ .navbar.opened {
    height: auto;
  }
  .cid-vs0uzhdMqQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vs0uzhdMqQ .mbr-section-subtitle {
  color: #202020;
}
.cid-vs0uzhdMqQ .btn-black-outline {
  border-width: 1px !important;
}
.cid-vs0uzhdMqQ .btn-black-outline:hover {
  background: #ddd !important;
}
.cid-vs0uzhdMqQ .df-line {
  display: flex;
  height: 18px;
  padding: 0 36px;
}
.cid-vs0uzhdMqQ .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-vs0uzhdMqQ #idFarbenl {
  background: #001679;
  padding: 3px;
  margin: 5px;
}
.cid-vs0uzhdMqQ #idFarben2 {
  background: #1b3575;
  padding: 3px;
  margin: 5px;
}
.cid-vs0uzhdMqQ #idFarben3 {
  background: #36546d;
  padding: 3px;
  margin: 5px;
}
.cid-vs0uzhdMqQ #idFarben4 {
  background: #517364;
  padding: 3px;
  margin: 5px;
}
.cid-vs0uzhdMqQ #idFarben5 {
  background: #6b9259;
  padding: 3px;
  margin: 5px;
}
.cid-vs0uzhdMqQ #idFarben6 {
  background: #7eb504;
  padding: 3px;
  margin: 5px;
}
.cid-vs0uzhdMqQ .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-vs0uzhx4Kj {
  padding-top: 13.5rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/leier-laermschutzwand-strasse-2000x1333.jpg");
}
.cid-vs0uzhx4Kj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0uzhx4Kj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0uzhx4Kj .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vs0uzhx4Kj .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vs0uzhx4Kj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vs0uzhx4Kj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vs0uzhx4Kj .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vs0uzhx4Kj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0uzhx4Kj .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vs0uzhx4Kj .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vs0uzhx4Kj .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vs0uzhx4Kj .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vs0uzhx4Kj .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-vs0uzhx4Kj .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vs0uzhx4Kj .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vs0uzhx4Kj .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vs0uzhx4Kj .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vs0uzhx4Kj .btn-wrapper {
  margin-top: -10%;
}
.cid-vs0uzhx4Kj .mbr-section-title {
  color: #f4f4f4;
}
.cid-vs0uzhx4Kj .mbr-text {
  color: #f4f4f4;
}
.cid-vs0uzhx4Kj .item-title {
  color: #58595b;
}
.cid-vs0uzhx4Kj .item-title,
.cid-vs0uzhx4Kj .items-wrapper {
  color: #000000;
}
.cid-vs0uzhK6Ze {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/p1010018-1024x768.jpg");
  border-style: solid;
  border-width: 1px 0 0 0 ;
  border-color: white;
  z-index: 1;
}
.cid-vs0uzhK6Ze .drehen {
  transform: rotate(45deg);
}
.cid-vs0uzhK6Ze .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0uzhK6Ze a:hover {
  color: #0440ac !important;
}
.cid-vs0uzhK6Ze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0uzhK6Ze .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vs0uzhK6Ze .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vs0uzhK6Ze .container {
    padding: 0 26px;
  }
}
.cid-vs0uzhK6Ze .row {
  justify-content: center;
}
.cid-vs0uzhK6Ze .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0uzhK6Ze .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0uzhK6Ze .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0uzhK6Ze .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0uzhK6Ze .title-wrapper .logo-wrapper img {
  max-width: 150px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9);
}
.cid-vs0uzhK6Ze .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0uzhK6Ze .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vs0uzhK6Ze .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0uzhK6Ze .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0uzhK6Ze .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vs0uzhK6Ze .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0uzhK6Ze .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0uzhK6Ze .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vs0uzhK6Ze .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0uzhK6Ze .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vs0uzhK6Ze .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vs0uzhK6Ze .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vs0uzhK6Ze .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #4479d9 !important;
}
.cid-vs0uzhK6Ze .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vs0uzhK6Ze .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0uzhK6Ze .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0uzhK6Ze .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vs0uzhK6Ze .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vs0uzhK6Ze .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-vs0uzhK6Ze .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vs0uzhK6Ze .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #0440ac;
}
.cid-vs0uzhK6Ze .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0uzhK6Ze .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vs0uzhK6Ze .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0uzhK6Ze .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vs0uzhK6Ze .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vs0uzhK6Ze .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vs0uzhK6Ze .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #0440ac !important;
}
.cid-vs0uzhK6Ze .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-vs0uzhK6Ze .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-vs0uzhK6Ze .mbr-section-title {
  color: #ffffff;
}
.cid-vs0uzhK6Ze .mbr-text {
  color: #ffffff;
}
.cid-vs0uzhK6Ze .list {
  color: #ffffff;
}
.cid-vs0uzhK6Ze .list,
.cid-vs0uzhK6Ze .nav-wrapper,
.cid-vs0uzhK6Ze .social-wrapper {
  text-align: right;
}
.cid-vs0uzhK6Ze .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-vs0uzhK6Ze #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0uzhK6Ze #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0uzhK6Ze #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0uzhK6Ze #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0uzhK6Ze #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0uzhK6Ze #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0uzhK6Ze .list,
.cid-vs0uzhK6Ze .item-wrap,
.cid-vs0uzhK6Ze .social-wrapper {
  color: #ffffff;
}
.cid-vs0uzhK6Ze P {
  color: #ffffff;
}
.cid-vs0uzi4nB7 .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vs0uzi4nB7 .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-vs0uzi4nB7 .text-white {
  padding-left: 10px;
}
.cid-vs0uzi4nB7 .myimg {
  font-size: 35px;
  line-height: 35px;
}
.cid-vs0uzi4nB7 .myimg-s {
  font-size: 28px;
  line-height: 35px;
}
.cid-vs0uzi4nB7 .mybox {
  width: 40px;
  height: 41px;
  float: left;
  padding: 5px ;
}
.cid-vs0uzi4nB7 li {
  margin-bottom: 5px!important;
}
.cid-vs0uzi4nB7 p {
  font-family: 'open sans';
}
.cid-vs0uzi4nB7 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vs0uzi4nB7 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vs0uzi4nB7 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vs0uzi4nB7 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vs0uzi4nB7 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vs0uzi4nB7 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vs0uzi4nB7 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vs0uzi4nB7 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-vs0uzi4nB7 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-vs0uzi4nB7 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vs0uzi4nB7 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#c22621, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vs0uzi4nB7 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #c22621);
}
.cid-vs0uzi4nB7 .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-vs0uzi4nB7 P {
  color: #232323;
}
.cid-vs0uzi4nB7 DIV {
  color: #ffffff;
}
.cid-vs0uzi4nB7 H10 {
  color: #767676;
}
.cid-vs0uzi4nB7 .hidden {
  display: none;
}
.cid-vs0uzi4nB7 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-vs0uzi4nB7 .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 251px;
  width: 200px;
}
.cid-vs0uzi4nB7 .sticky li {
  list-style-type: none;
  border-radius: 4px;
  background-color: #cccccc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-vs0uzi4nB7 .sticky li:hover {
  margin-left: -100px;
}
.cid-vs0uzi4nB7 .sticky li img {
  float: left;
  margin: 1px 1px;
  margin-right: 10px;
}
.cid-vs0uzi4nB7 .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-vs0uTycGoI {
  z-index: 1000;
  width: 100%;
}
.cid-vs0uTycGoI .navbar-dropdown {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
  position: fixed;
}
.cid-vs0uTycGoI #navbar {
  transition: background-color 0.3s ease;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-vs0uTycGoI #navbar.menu-scrolled {
  background: #ffffff !important;
}
.cid-vs0uTycGoI .dropdown-menu {
  padding: 12px 20px;
  box-shadow: none;
  background-color: #ffffff !important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  text-align: left;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-vs0uTycGoI .dropdown-menu {
    max-width: 95% !important;
  }
}
@media (min-width: 992px) {
  .cid-vs0uTycGoI .dropdown-menu {
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-vs0uTycGoI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
.cid-vs0uTycGoI .dropdown-menu > .dropdown-item {
  padding: 5px 10px !important;
  margin: 5px 0;
  border: none;
  font-weight: 400 !important;
  white-space: nowrap;
}
.cid-vs0uTycGoI .dropdown-width {
  width: 600px !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .cid-vs0uTycGoI .dropdown-width {
    width: unset !important;
  }
}
.cid-vs0uTycGoI .dropdown-width .menu-text-column {
  padding: 18px 25px 22px 34px;
}
.cid-vs0uTycGoI .dropdown-width .dropdown-item {
  padding: 0 !important;
  margin: 8px 0 !important;
  white-space: normal;
}
.cid-vs0uTycGoI .menu-image-column {
  padding: 0;
  display: flex;
  align-items: stretch;
}
.cid-vs0uTycGoI #myMenuImage {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.cid-vs0uTycGoI #myMenuImage img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  object-position: center;
}
.cid-vs0uTycGoI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
}
.cid-vs0uTycGoI .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black !important;
}
.cid-vs0uTycGoI .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-vs0uTycGoI .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-vs0uTycGoI .img-wrapper {
  width: 100%;
}
.cid-vs0uTycGoI .img-wrapper img {
  object-fit: cover;
}
.cid-vs0uTycGoI nav.navbar {
  padding-top: 0.5rem !important;
  padding-bottom: 0 !important;
}
@media (max-width: 991px) {
  .cid-vs0uTycGoI .menu_box .navbar.opened,
  .cid-vs0uTycGoI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-vs0uTycGoI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vs0uTycGoI nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-vs0uTycGoI .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-vs0uTycGoI .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vs0uTycGoI .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vs0uTycGoI .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vs0uTycGoI .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vs0uTycGoI .offcanvas-body .mbr-text,
  .cid-vs0uTycGoI .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-vs0uTycGoI .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-vs0uTycGoI .offcanvas_box button.btn_offcanvas {
    top: -11px;
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-vs0uTycGoI .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vs0uTycGoI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vs0uTycGoI .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vs0uTycGoI .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vs0uTycGoI .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-vs0uTycGoI ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vs0uTycGoI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0uTycGoI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vs0uTycGoI .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vs0uTycGoI li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
  }
  .cid-vs0uTycGoI li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-vs0uTycGoI li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
}
.cid-vs0uTycGoI .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vs0uTycGoI .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-vs0uTycGoI .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-vs0uTycGoI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vs0uTycGoI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vs0uTycGoI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vs0uTycGoI .offcanvas_box {
    display: none;
  }
}
.cid-vs0uTycGoI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vs0uTycGoI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vs0uTycGoI .nav-link {
  position: relative;
}
.cid-vs0uTycGoI .container {
  display: flex;
  margin: auto;
}
.cid-vs0uTycGoI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #06296e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vs0uTycGoI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vs0uTycGoI .iconfont-wrapper:hover {
  background-color: #052056;
}
.cid-vs0uTycGoI .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-vs0uTycGoI .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-vs0uTycGoI .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-vs0uTycGoI .navbar.opened {
  background: #ffffff !important;
}
.cid-vs0uTycGoI .nav-item:focus,
.cid-vs0uTycGoI .nav-link:focus {
  outline: none;
}
.cid-vs0uTycGoI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vs0uTycGoI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vs0uTycGoI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vs0uTycGoI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vs0uTycGoI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vs0uTycGoI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vs0uTycGoI .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0;
}
.cid-vs0uTycGoI .navbar.opened {
  transition: all 0.3s;
}
.cid-vs0uTycGoI .navbar .navbar-logo img {
  width: auto;
}
.cid-vs0uTycGoI .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-vs0uTycGoI .navbar.collapsed {
  justify-content: center;
}
.cid-vs0uTycGoI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vs0uTycGoI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vs0uTycGoI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.3rem);
  }
}
.cid-vs0uTycGoI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vs0uTycGoI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vs0uTycGoI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vs0uTycGoI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
  text-align: left;
}
.cid-vs0uTycGoI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vs0uTycGoI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vs0uTycGoI .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-vs0uTycGoI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vs0uTycGoI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vs0uTycGoI .navbar .dropdown-menu {
    padding: 6px 15px;
  }
  .cid-vs0uTycGoI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vs0uTycGoI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vs0uTycGoI .navbar .dropdown-width {
    padding: 6px 15px !important;
  }
  .cid-vs0uTycGoI .navbar .dropdown-width .menu-text-column {
    padding: 0;
  }
  .cid-vs0uTycGoI .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-vs0uTycGoI .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vs0uTycGoI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vs0uTycGoI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 8px 0 !important;
    text-align: left;
  }
  .cid-vs0uTycGoI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vs0uTycGoI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vs0uTycGoI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vs0uTycGoI .navbar.navbar-short {
  min-height: 60px;
}
.cid-vs0uTycGoI .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-vs0uTycGoI .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-vs0uTycGoI .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-vs0uTycGoI .navbar-brand {
    min-width: unset;
  }
}
.cid-vs0uTycGoI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vs0uTycGoI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vs0uTycGoI .dropdown-item.active,
.cid-vs0uTycGoI .dropdown-item:active {
  background-color: transparent;
}
.cid-vs0uTycGoI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vs0uTycGoI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vs0uTycGoI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vs0uTycGoI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vs0uTycGoI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vs0uTycGoI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vs0uTycGoI ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-vs0uTycGoI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vs0uTycGoI button.navbar-toggler {
  outline: none;
  top: 20px;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vs0uTycGoI button.navbar-toggler {
    top: 0;
  }
}
.cid-vs0uTycGoI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vs0uTycGoI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vs0uTycGoI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0uTycGoI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vs0uTycGoI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vs0uTycGoI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0uTycGoI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vs0uTycGoI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vs0uTycGoI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vs0uTycGoI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vs0uTycGoI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vs0uTycGoI .navbar {
    height: 70px;
  }
  .cid-vs0uTycGoI .navbar.opened {
    height: auto;
  }
  .cid-vs0uTycGoI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vs0uTycGoI .mbr-section-subtitle {
  color: #202020;
}
.cid-vs0uTycGoI .btn-black-outline {
  border-width: 1px !important;
}
.cid-vs0uTycGoI .btn-black-outline:hover {
  background: #ddd !important;
}
.cid-vs0uTycGoI .df-line {
  display: flex;
  height: 18px;
  padding: 0 36px;
}
.cid-vs0uTycGoI .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-vs0uTycGoI #idFarbenl {
  background: #001679;
  padding: 3px;
  margin: 5px;
}
.cid-vs0uTycGoI #idFarben2 {
  background: #1b3575;
  padding: 3px;
  margin: 5px;
}
.cid-vs0uTycGoI #idFarben3 {
  background: #36546d;
  padding: 3px;
  margin: 5px;
}
.cid-vs0uTycGoI #idFarben4 {
  background: #517364;
  padding: 3px;
  margin: 5px;
}
.cid-vs0uTycGoI #idFarben5 {
  background: #6b9259;
  padding: 3px;
  margin: 5px;
}
.cid-vs0uTycGoI #idFarben6 {
  background: #7eb504;
  padding: 3px;
  margin: 5px;
}
.cid-vs0uTycGoI .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-vs0uTyzrqg {
  padding-top: 13.5rem;
  padding-bottom: 0rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/leier-laermschutzwand-strasse-2000x1333.jpg");
}
.cid-vs0uTyzrqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0uTyzrqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0uTyzrqg .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vs0uTyzrqg .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-vs0uTyzrqg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vs0uTyzrqg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vs0uTyzrqg .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vs0uTyzrqg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0uTyzrqg .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vs0uTyzrqg .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vs0uTyzrqg .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-vs0uTyzrqg .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-vs0uTyzrqg .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-vs0uTyzrqg .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-vs0uTyzrqg .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vs0uTyzrqg .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-vs0uTyzrqg .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vs0uTyzrqg .btn-wrapper {
  margin-top: -10%;
}
.cid-vs0uTyzrqg .mbr-section-title {
  color: #f4f4f4;
}
.cid-vs0uTyzrqg .mbr-text {
  color: #f4f4f4;
}
.cid-vs0uTyzrqg .item-title {
  color: #58595b;
}
.cid-vs0uTyzrqg .item-title,
.cid-vs0uTyzrqg .items-wrapper {
  color: #000000;
}
.cid-vs0uTyQl4I {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/p1010018-1024x768.jpg");
  border-style: solid;
  border-width: 1px 0 0 0 ;
  border-color: white;
  z-index: 1;
}
.cid-vs0uTyQl4I .drehen {
  transform: rotate(45deg);
}
.cid-vs0uTyQl4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs0uTyQl4I a:hover {
  color: #0440ac !important;
}
.cid-vs0uTyQl4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs0uTyQl4I .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-vs0uTyQl4I .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-vs0uTyQl4I .container {
    padding: 0 26px;
  }
}
.cid-vs0uTyQl4I .row {
  justify-content: center;
}
.cid-vs0uTyQl4I .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0uTyQl4I .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0uTyQl4I .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0uTyQl4I .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0uTyQl4I .title-wrapper .logo-wrapper img {
  max-width: 150px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.9);
}
.cid-vs0uTyQl4I .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0uTyQl4I .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vs0uTyQl4I .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0uTyQl4I .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vs0uTyQl4I .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vs0uTyQl4I .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0uTyQl4I .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0uTyQl4I .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-vs0uTyQl4I .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0uTyQl4I .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vs0uTyQl4I .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-vs0uTyQl4I .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-vs0uTyQl4I .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #4479d9 !important;
}
.cid-vs0uTyQl4I .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-vs0uTyQl4I .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vs0uTyQl4I .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vs0uTyQl4I .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vs0uTyQl4I .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-vs0uTyQl4I .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-vs0uTyQl4I .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-vs0uTyQl4I .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #0440ac;
}
.cid-vs0uTyQl4I .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vs0uTyQl4I .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-vs0uTyQl4I .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vs0uTyQl4I .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-vs0uTyQl4I .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vs0uTyQl4I .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vs0uTyQl4I .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #0440ac !important;
}
.cid-vs0uTyQl4I .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-vs0uTyQl4I .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-vs0uTyQl4I .mbr-section-title {
  color: #ffffff;
}
.cid-vs0uTyQl4I .mbr-text {
  color: #ffffff;
}
.cid-vs0uTyQl4I .list {
  color: #ffffff;
}
.cid-vs0uTyQl4I .list,
.cid-vs0uTyQl4I .nav-wrapper,
.cid-vs0uTyQl4I .social-wrapper {
  text-align: right;
}
.cid-vs0uTyQl4I .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-vs0uTyQl4I #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0uTyQl4I #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0uTyQl4I #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0uTyQl4I #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0uTyQl4I #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0uTyQl4I #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-vs0uTyQl4I .list,
.cid-vs0uTyQl4I .item-wrap,
.cid-vs0uTyQl4I .social-wrapper {
  color: #ffffff;
}
.cid-vs0uTyQl4I P {
  color: #ffffff;
}
.cid-vs0uTzatGu .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vs0uTzatGu .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-vs0uTzatGu .text-white {
  padding-left: 10px;
}
.cid-vs0uTzatGu .myimg {
  font-size: 35px;
  line-height: 35px;
}
.cid-vs0uTzatGu .myimg-s {
  font-size: 28px;
  line-height: 35px;
}
.cid-vs0uTzatGu .mybox {
  width: 40px;
  height: 41px;
  float: left;
  padding: 5px ;
}
.cid-vs0uTzatGu li {
  margin-bottom: 5px!important;
}
.cid-vs0uTzatGu p {
  font-family: 'open sans';
}
.cid-vs0uTzatGu .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vs0uTzatGu .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vs0uTzatGu .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vs0uTzatGu .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vs0uTzatGu .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vs0uTzatGu .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vs0uTzatGu .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vs0uTzatGu .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-vs0uTzatGu .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-vs0uTzatGu .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vs0uTzatGu .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#c22621, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vs0uTzatGu .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #c22621);
}
.cid-vs0uTzatGu .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-vs0uTzatGu P {
  color: #232323;
}
.cid-vs0uTzatGu DIV {
  color: #ffffff;
}
.cid-vs0uTzatGu H10 {
  color: #767676;
}
.cid-vs0uTzatGu .hidden {
  display: none;
}
.cid-vs0uTzatGu p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-vs0uTzatGu .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 251px;
  width: 200px;
}
.cid-vs0uTzatGu .sticky li {
  list-style-type: none;
  border-radius: 4px;
  background-color: #cccccc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-vs0uTzatGu .sticky li:hover {
  margin-left: -100px;
}
.cid-vs0uTzatGu .sticky li img {
  float: left;
  margin: 1px 1px;
  margin-right: 10px;
}
.cid-vs0uTzatGu .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
