
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

.legacy-page {
  min-height: 100vh;
}

.legacy-page a {
  text-decoration: none;
}

.legacy-page .container,
.legacy-page .sppb-row-container,
.legacy-page .sppb-container-inner {
  width: min(1170px, calc(100% - 30px));
  margin-right: auto;
  margin-left: auto;
}

.legacy-page .row,
.legacy-page .sppb-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.legacy-page [class*="col-"],
.legacy-page [class*="sppb-col-"] {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.legacy-page .col-lg-12,
.legacy-page .sppb-col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.legacy-page .col-lg-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.legacy-page .col-lg-9,
.legacy-page .col-md-9,
.legacy-page .sppb-col-md-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.legacy-page .col-lg-8,
.legacy-page .sppb-col-md-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.legacy-page .col-lg-6,
.legacy-page .col-md-6,
.legacy-page .sppb-col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.legacy-page .col-lg-4,
.legacy-page .col-md-4,
.legacy-page .sppb-col-md-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.legacy-page .col-lg-3,
.legacy-page .col-md-3,
.legacy-page .sppb-col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.legacy-page .col-lg-2,
.legacy-page .col-md-2,
.legacy-page .sppb-col-md-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.legacy-page #sp-top-bar,
.legacy-page #sp-support-telefon {
  font-size: 14px;
}

.legacy-page #sp-top-bar ul,
.legacy-page #sp-support-telefon ul,
.legacy-page .sp-contact-info {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.legacy-page #sp-header {
  position: relative;
  z-index: 10;
}

.legacy-page #sp-header .row {
  align-items: center;
}

.legacy-page .logo img {
  display: block;
  max-height: 92px;
  width: auto;
}

.legacy-page .sp-megamenu-parent {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.legacy-page .sp-menu-item {
  position: relative;
  list-style: none;
}

.legacy-page .sp-megamenu-parent > li > a {
  display: block;
  padding: 28px 12px;
  white-space: nowrap;
}

.legacy-page .sp-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  display: none;
  min-width: 230px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.legacy-page .sp-menu-item:hover > .sp-dropdown,
.legacy-page .sp-menu-item:focus-within > .sp-dropdown {
  display: block;
}

.legacy-page .sp-dropdown-items {
  padding: 8px 0;
  margin: 0;
  list-style: none;
}

.legacy-page .sp-dropdown a {
  display: block;
  padding: 9px 16px;
}

.legacy-page .rev_slider_wrapper,
.legacy-page .fullwidthbanner-container,
.legacy-page .rev_slider,
.legacy-page .fullwidthabanner {
  width: 100%;
  min-height: 360px;
  overflow: hidden;
  background: #ddd;
}

.legacy-page .rev_slider ul,
.legacy-page .rev_slider li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.legacy-page .rev_slider li {
  position: relative;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
  height: auto !important;
}

.legacy-page .rev_slider li:not(:first-child),
.legacy-page .rev_slider > ul > li:not(:first-child),
.legacy-page .rev_slider .tp-revslider-slidesli:not(:first-child) {
  display: none !important;
}

.legacy-page .rev_slider img,
.legacy-page .rev_slider .defaultimg,
.legacy-page .rev_slider [data-lazyload] {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.legacy-page .rev_slider_wrapper.fullscreen-container,
.legacy-page .fullscreen-container .rev_slider,
.legacy-page .fullscreenbanner-container,
.legacy-page .fullscreenbanner {
  min-height: 640px;
}

.legacy-page .fullscreen-container .rev_slider img,
.legacy-page .fullscreenbanner img {
  height: 640px;
}

.legacy-page .tp-loader,
.legacy-page .tp-bannertimer {
  display: none !important;
}

.legacy-page .tp-caption {
  position: absolute;
  left: max(40px, calc((100vw - 1170px) / 2));
  top: 90px;
  z-index: 2;
  max-width: min(720px, calc(100vw - 60px));
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.legacy-page .tp-bannertimer,
.legacy-page .offcanvas-menu,
.legacy-page .scrollup,
.legacy-page .hidden {
  display: none !important;
}

.legacy-page .hidden-sm,
.legacy-page .hidden-xs {
  display: block !important;
}

.legacy-page .hidden-lg,
.legacy-page .hidden-md.hidden-lg {
  display: none !important;
}

.legacy-page .visible-sm,
.legacy-page .visible-xs,
.legacy-page .d-lg-none {
  display: none !important;
}

.legacy-page .d-none.d-lg-block {
  display: block !important;
}

.legacy-page .d-none.d-lg-inline-block {
  display: inline-block !important;
}

.legacy-page .d-none.d-md-block {
  display: block !important;
}

.legacy-page .sppb-section {
  padding-top: 34px;
  padding-bottom: 34px;
}

.legacy-page .sppb-addon,
.legacy-page .sp-module {
  width: 100%;
}

.legacy-page .sppb-addon-single-image-container img,
.legacy-page .sppb-img-responsive {
  display: inline-block;
}

.legacy-page .sppb-text-center {
  text-align: center;
}

.legacy-page .sppb-text-left {
  text-align: left;
}

.legacy-page .sppb-btn,
.legacy-page .btn,
.legacy-page button,
.legacy-page input[type="submit"] {
  display: inline-block;
  border: 0;
  cursor: pointer;
}

.legacy-page .button-blue,
.legacy-page .button-blue a,
.legacy-page .button-blue a span {
  color: #fff !important;
}

.legacy-page .button-blue a {
  display: block;
}

@media (max-width: 900px) {
  .legacy-page .row,
  .legacy-page .sppb-row {
    margin-right: 0;
    margin-left: 0;
  }

  .legacy-page [class*="col-"],
  .legacy-page [class*="sppb-col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .legacy-page .container,
  .legacy-page .sppb-row-container,
  .legacy-page .sppb-container-inner {
    width: min(100% - 24px, 1170px);
  }

  .legacy-page .hidden-xs,
  .legacy-page .hidden-sm {
    display: none !important;
  }

  .legacy-page .hidden-md,
  .legacy-page .hidden-lg,
  .legacy-page .hidden-md.hidden-lg {
    display: block !important;
  }

  .legacy-page .visible-xs,
  .legacy-page .visible-sm,
  .legacy-page .d-lg-none {
    display: block !important;
  }

  .legacy-page .d-none.d-lg-block,
  .legacy-page .d-none.d-lg-inline-block,
  .legacy-page .d-none.d-md-block {
    display: none !important;
  }

  .legacy-page .sp-megamenu-parent {
    display: none !important;
  }

  .legacy-page .sp-megamenu-parent > li > a {
    padding: 10px 0;
  }

  .legacy-page .sp-dropdown {
    position: static;
    display: none !important;
    box-shadow: none;
  }

  .legacy-page .nav-collapse.collapse,
  .legacy-page .navbar-collapse.collapse,
  .legacy-page .plazart-megamenu,
  .legacy-page .sp-megamenu-wrapper {
    display: none !important;
  }

  .legacy-page .rev_slider img {
    height: 260px;
  }

  .legacy-page .tp-caption {
    left: 20px;
    top: 50px;
  }
}

/* visual-parity-pass:start */
.legacy-page {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.legacy-page .body-wrapper,
.legacy-page .body-innerwrapper {
  width: 100%;
  overflow-x: hidden;
}

.legacy-page #sp-header {
  background: #fff;
}

.legacy-page #sp-header .container,
.legacy-page #sp-support-telefon .container,
.legacy-page #sp-top-bar .container {
  width: min(1170px, calc(100% - 30px));
}

.legacy-page .sp-contact-info a {
  color: inherit;
}

.legacy-page .sp-megamenu-parent > li > a {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.legacy-page h1,
.legacy-page h2,
.legacy-page h3,
.legacy-page h4,
.legacy-page h5,
.legacy-page .sppb-addon-title {
  letter-spacing: 0;
}

.legacy-page h1,
.legacy-page .sppb-addon-header h1.sppb-addon-title {
  font-size: 32px;
  line-height: 1.25;
}

.legacy-page h2,
.legacy-page .sppb-addon-header h2.sppb-addon-title {
  font-size: 27px;
  line-height: 1.25;
}

.legacy-page h3,
.legacy-page .sppb-addon-header h3.sppb-addon-title {
  font-size: 21px;
  line-height: 1.3;
}

.legacy-page .sppb-addon-content {
  font-size: inherit;
}

.legacy-page .logo a {
  display: inline-block;
  line-height: 0;
}

.legacy-page .sp-retina-logo,
.legacy-page .logo img.sp-retina-logo,
.legacy-page .logo img.visible-xs {
  display: none !important;
}

.legacy-page .logo img.sp-default-logo.hidden-xs {
  display: block !important;
}

.legacy-page .rev_slider_wrapper,
.legacy-page .fullwidthbanner-container,
.legacy-page .rev_slider,
.legacy-page .fullwidthabanner {
  height: 530px !important;
  min-height: 530px !important;
  max-height: none !important;
}

.legacy-page .fullscreen-container,
.legacy-page .fullscreenbanner {
  height: 640px !important;
  min-height: 640px !important;
}

.legacy-page .rev_slider li,
.legacy-page .fullwidthabanner li {
  min-height: 530px !important;
}

.legacy-page .fullscreenbanner li {
  min-height: 640px !important;
}

.legacy-page .rev_slider img,
.legacy-page .rev_slider .defaultimg,
.legacy-page .rev_slider [data-lazyload] {
  height: 530px !important;
  min-height: 530px !important;
  object-fit: cover;
  object-position: center center;
}

.legacy-page #rev_slider_3_1_wrapper {
  left: 50% !important;
  width: 100vw !important;
  margin-left: -50vw !important;
}

.legacy-page .fullscreenbanner img,
.legacy-page .fullscreenbanner .defaultimg,
.legacy-page .fullscreenbanner [data-lazyload] {
  height: 640px !important;
  min-height: 640px !important;
}

.legacy-page .tp-caption {
  display: block !important;
  font-family: inherit;
  line-height: 1.22;
  top: auto !important;
  right: max(40px, calc((100vw - 1170px) / 2 + 90px)) !important;
  bottom: 30px !important;
  left: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.legacy-page .tp-caption a {
  color: inherit;
}

.legacy-page .tp-caption img {
  width: 220px !important;
  max-width: min(100%, 220px);
  height: 136px !important;
  min-height: 0 !important;
  object-fit: contain;
}

.legacy-page .rev_slider .tp-caption img,
.legacy-page .rev_slider .tp-caption [data-lazyload] {
  width: 220px !important;
  height: 136px !important;
  min-height: 0 !important;
  object-fit: contain;
}

.legacy-page .sppb-btn,
.legacy-page .btn,
.legacy-page button,
.legacy-page input[type="submit"] {
  min-height: 34px;
  padding: 8px 16px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.legacy-page .sppb-section {
  padding-top: 42px;
  padding-bottom: 42px;
}

.legacy-page {
  font-size: 15px;
  line-height: 1.6;
}

.legacy-page #section-id-1594199060612,
.legacy-page #section-id-1594199060620 {
  padding-top: 0;
  padding-bottom: 0;
}

.legacy-page #sppb-addon-1594199060615 .sppb-addon-title {
  font-size: 27px;
  line-height: 1.1;
}

.legacy-page #section-id-1594199060620 {
  margin-top: 30px;
}

.legacy-page #sppb-addon-wrapper-1665664712213 {
  min-height: 380px;
  padding: 27px 30px 34px;
  margin-left: 10px;
  margin-right: 10px;
  border: 6px solid #164899;
  border-radius: 8px;
}

.legacy-page #sppb-addon-1643103411258 img {
  width: 250px !important;
  max-width: 250px;
}

.legacy-page #sppb-addon-1643103411258 .sppb-addon-title {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .legacy-page {
    font-size: 14px;
  }

  .legacy-page #sp-header .container,
  .legacy-page #sp-support-telefon .container,
  .legacy-page #sp-top-bar .container {
    width: min(100% - 24px, 1170px);
  }

  .legacy-page .logo img {
    max-height: 64px;
  }

  .legacy-page .sp-retina-logo,
  .legacy-page .logo img.sp-retina-logo,
  .legacy-page .logo img.hidden-xs {
    display: none !important;
  }

  .legacy-page .logo img.visible-xs {
    display: block !important;
  }

  .legacy-page .rev_slider_wrapper,
  .legacy-page .fullwidthbanner-container,
  .legacy-page .rev_slider,
  .legacy-page .fullwidthabanner,
  .legacy-page .fullscreen-container,
  .legacy-page .fullscreenbanner {
    height: 270px !important;
    min-height: 270px !important;
  }

  .legacy-page .rev_slider li,
  .legacy-page .fullwidthabanner li,
  .legacy-page .fullscreenbanner li {
    min-height: 270px !important;
  }

  .legacy-page .rev_slider img,
  .legacy-page .rev_slider .defaultimg,
  .legacy-page .rev_slider [data-lazyload],
  .legacy-page .fullscreenbanner img,
  .legacy-page .fullscreenbanner .defaultimg,
  .legacy-page .fullscreenbanner [data-lazyload] {
    height: 270px !important;
    min-height: 270px !important;
  }

  .legacy-page .tp-caption {
    max-width: calc(100vw - 40px);
    font-size: 20px;
  }

  .legacy-page h1,
  .legacy-page .sppb-addon-header h1.sppb-addon-title {
    font-size: 24px;
  }

  .legacy-page h2,
  .legacy-page .sppb-addon-header h2.sppb-addon-title {
    font-size: 20px;
  }
}
/* visual-parity-pass:end */

.legacy-page .navbar-header,
.legacy-page .navbar-toggle {
  display: none !important;
}

.legacy-page {
  overflow-x: clip;
}

.legacy-page .sppb-panel-collapse[hidden] {
  display: none !important;
}

.legacy-page .sppb-panel-heading {
  cursor: pointer;
}

.legacy-page .sppb-panel-heading .sppb-toggle-direction i {
  transition: transform 250ms ease;
}

.legacy-page .sppb-panel-heading.active .sppb-toggle-direction i {
  transform: rotate(90deg);
}

@media (prefers-reduced-motion: reduce) {
  .legacy-page .sppb-panel-heading .sppb-toggle-direction i {
    transition: none;
  }
}

.legacy-page a {
  overflow-wrap: anywhere;
}

.legacy-page .rev_slider.is-enhanced > ul {
  position: relative;
  width: 100%;
  height: 100%;
}

.legacy-page .rev_slider.is-enhanced > ul > li {
  position: absolute !important;
  inset: 0;
  display: block !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 900ms ease-in-out, visibility 900ms ease-in-out;
  pointer-events: none;
}

.legacy-page .rev_slider.is-enhanced > ul > li.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .legacy-page .rev_slider.is-enhanced > ul > li {
    transition: none;
  }
}

@media (max-width: 1100px) {
  .legacy-page .container,
  .legacy-page .sppb-row-container,
  .legacy-page .sppb-container-inner {
    width: min(100% - 32px, 970px);
  }

  .legacy-page .row,
  .legacy-page .sppb-row {
    margin-right: 0;
    margin-left: 0;
  }

  .legacy-page [class*="col-"],
  .legacy-page [class*="sppb-col-"] {
    min-width: 0;
  }

  .legacy-page #sppb-addon-1643103411258 .sppb-addon-title {
    white-space: normal;
  }
}

@media (max-width: 1024px) {
  .legacy-page .navbar-header {
    display: block !important;
    float: none;
  }

  .legacy-page .navbar-toggle {
    display: inline-block !important;
    min-height: 0;
    padding: 9px 10px;
    margin: 0 0 12px;
    border: 0;
    background: transparent !important;
    box-shadow: none;
  }

  .legacy-page .navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 3px;
    margin: 5px 0;
    border-radius: 2px;
    background: #777;
  }

  .legacy-page .nav-collapse.navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
  }

  .legacy-page .nav-collapse.navbar-collapse.collapse.is-open {
    display: flow-root !important;
    position: relative;
    z-index: 60;
    padding: 6px 0;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }

  .legacy-page .nav-collapse.is-open .plazart-megamenu,
  .legacy-page .nav-collapse.is-open .navbar-nav {
    display: block !important;
    float: none !important;
    width: 100%;
    margin: 0;
  }

  .legacy-page .nav-collapse.is-open .navbar-nav > li {
    display: block;
    float: none !important;
    width: 100%;
  }

  .legacy-page .nav-collapse.is-open .navbar-nav > li > a {
    display: block;
    float: none !important;
    padding: 10px 14px;
  }
}

@media (max-width: 767px) {
  .legacy-page .container,
  .legacy-page .sppb-row-container,
  .legacy-page .sppb-container-inner {
    width: min(100% - 24px, 1170px);
  }

  .legacy-page #sppb-addon-wrapper-1665664712213 {
    min-height: 0;
    padding: 22px 22px 28px;
    margin-right: 0;
    margin-left: 0;
  }

  .legacy-page #sppb-addon-1643103411258 img {
    width: min(100%, 250px) !important;
    max-width: 250px;
  }
}
