body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rajdhani-Medium';
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Rajdhani-Medium';
  font-size: 1.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-4 {
  font-family: 'Rajdhani-Medium';
  font-size: 0.88rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.408rem;
}
.display-5 {
  font-family: 'Rajdhani-Medium';
  font-size: 1.1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-7 {
  font-family: 'Rajdhani-Medium';
  font-size: 1.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.704rem;
    font-size: calc( 0.958rem + (0.88 - 0.958) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.958rem + (0.88 - 0.958) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0082c3 !important;
}
.bg-success {
  background-color: #465052 !important;
}
.bg-info {
  background-color: #5bab00 !important;
}
.bg-warning {
  background-color: #55b4d4 !important;
}
.bg-danger {
  background-color: #f50909 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0082c3 !important;
  border-color: #0082c3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #004f76 !important;
  border-color: #004f76 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #004f76 !important;
  border-color: #004f76 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e15000 !important;
  border-color: #e15000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #943500 !important;
  border-color: #943500 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #943500 !important;
  border-color: #943500 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5bab00 !important;
  border-color: #5bab00 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #325e00 !important;
  border-color: #325e00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #325e00 !important;
  border-color: #325e00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2d8fb0 !important;
  border-color: #2d8fb0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f50909 !important;
  border-color: #f50909 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ab0606 !important;
  border-color: #ab0606 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ab0606 !important;
  border-color: #ab0606 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #003e5d;
  color: #003e5d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0082c3;
  border-color: #0082c3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0082c3 !important;
  border-color: #0082c3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #7b2c00;
  color: #7b2c00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e15000;
  border-color: #e15000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e15000 !important;
  border-color: #e15000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #254500;
  color: #254500;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #5bab00;
  border-color: #5bab00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5bab00 !important;
  border-color: #5bab00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #277e9c;
  color: #277e9c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #55b4d4;
  border-color: #55b4d4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #55b4d4 !important;
  border-color: #55b4d4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #930505;
  color: #930505;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f50909;
  border-color: #f50909;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f50909 !important;
  border-color: #f50909 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0082c3 !important;
}
.text-secondary {
  color: #e15000 !important;
}
.text-success {
  color: #465052 !important;
}
.text-info {
  color: #5bab00 !important;
}
.text-warning {
  color: #55b4d4 !important;
}
.text-danger {
  color: #f50909 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #003e5d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7b2c00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #171a1b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #254500 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #277e9c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #930505 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5bab00;
}
.alert-warning {
  background-color: #55b4d4;
}
.alert-danger {
  background-color: #f50909;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0082c3;
  border-color: #0082c3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0082c3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #43c0ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9cff2b;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8fcfd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdcdcd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rajdhani-Medium';
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #0082c3;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #0082c3;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #0082c3;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0082c3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0082c3;
  border-bottom-color: #0082c3;
}
.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: #0082c3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e15000 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%230082c3' %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.3;
}
.cid-rFlrRLXNYe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-rFlrRLXNYe .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rFlrRLXNYe .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rFlrRLXNYe .mbr-text {
    text-align: center;
  }
}
.cid-rFlrRLXNYe .mbr-text,
.cid-rFlrRLXNYe .mbr-section-btn {
  color: #5b686b;
  text-align: left;
}
.cid-s3vrQDE569 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  opacity: 0.93;
}
.cid-s3vrQDE569 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3vrQDE569 .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 2%;
}
.cid-s3vrQDE569 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3vrQDE569 ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-s3vrQDE569 .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
  opacity: 0.93;
}
.cid-s3vrQDE569 .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-s3vrQDE569 .navigation-portrait {
  height: 48px;
}
.cid-s3vrQDE569 .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.cid-s3vrQDE569 .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-s3vrQDE569 .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-s3vrQDE569 .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-s3vrQDE569 .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-s3vrQDE569 .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-s3vrQDE569 .align-to-right {
  float: right;
}
.cid-s3vrQDE569 .nav-header {
  float: left;
}
.cid-s3vrQDE569 .navigation-hidden .nav-header {
  display: none;
}
.cid-s3vrQDE569 .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #70798b;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-s3vrQDE569 .nav-brand:hover,
.cid-s3vrQDE569 .nav-brand:focus {
  color: #70798b;
}
.cid-s3vrQDE569 .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-s3vrQDE569 .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-s3vrQDE569 .nav-logo:focus > img {
  outline: initial;
}
.cid-s3vrQDE569 .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-s3vrQDE569 .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-s3vrQDE569 .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}
.cid-s3vrQDE569 .navigation-portrait .nav-toggle {
  display: block;
}
.cid-s3vrQDE569 .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-s3vrQDE569 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-s3vrQDE569 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-s3vrQDE569 .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-s3vrQDE569 .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}
.cid-s3vrQDE569 .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-s3vrQDE569 .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-s3vrQDE569 .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-s3vrQDE569 .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-s3vrQDE569 .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-s3vrQDE569 .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-s3vrQDE569 .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.cid-s3vrQDE569 .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.cid-s3vrQDE569 .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-s3vrQDE569 .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70798b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-s3vrQDE569 .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-s3vrQDE569 .nav-menu > li:hover > a,
.cid-s3vrQDE569 .nav-menu > li.active > a,
.cid-s3vrQDE569 .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-s3vrQDE569 .nav-menu > li > a > i,
.cid-s3vrQDE569 .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-s3vrQDE569 .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-s3vrQDE569 .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-s3vrQDE569 .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-s3vrQDE569 .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-s3vrQDE569 .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-s3vrQDE569 .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-s3vrQDE569 .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-s3vrQDE569 .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vrQDE569 .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-s3vrQDE569 .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-s3vrQDE569 .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-s3vrQDE569 .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-s3vrQDE569 .nav-menu > .active > a .submenu-indicator-chevron,
.cid-s3vrQDE569 .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #0082c3 #0082c3 transparent;
}
.cid-s3vrQDE569 .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-s3vrQDE569 .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-s3vrQDE569 .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-s3vrQDE569 .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-s3vrQDE569 .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-s3vrQDE569 .navigation-hidden .nav-search {
  display: none;
}
.cid-s3vrQDE569 .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-s3vrQDE569 .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-s3vrQDE569 .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-s3vrQDE569 .nav-search-icon:after,
.cid-s3vrQDE569 .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-s3vrQDE569 .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-s3vrQDE569 .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-s3vrQDE569 .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-s3vrQDE569 .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-s3vrQDE569 .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-s3vrQDE569 .nav-search-inner input[type=text],
.cid-s3vrQDE569 .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vrQDE569 .navigation-portrait .nav-search-inner input[type=text],
.cid-s3vrQDE569 .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-s3vrQDE569 .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-s3vrQDE569 .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-s3vrQDE569 .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #0082c3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-s3vrQDE569 .nav-button:hover,
.cid-s3vrQDE569 .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-s3vrQDE569 .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-s3vrQDE569 .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-s3vrQDE569 .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-s3vrQDE569 .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-s3vrQDE569 .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  border-color: #f4f4f4;
}
.cid-s3vrQDE569 .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-s3vrQDE569 .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-s3vrQDE569 .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #ffffff;
}
.cid-s3vrQDE569 .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
  border-color: #f4f4f4;
}
.cid-s3vrQDE569 .nav-dropdown > li > a {
  width: 100%;
  padding: 10px 16px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70798b;
  background-color: #007387;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-s3vrQDE569 .nav-dropdown > li:hover > a,
.cid-s3vrQDE569 .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #0082c3;
}
.cid-s3vrQDE569 .nav-dropdown.nav-dropdown-left {
  right: 0;
  color: #f4f4f4;
}
.cid-s3vrQDE569 .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
  color: #f4f4f4;
}
.cid-s3vrQDE569 .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
  color: #f4f4f4;
}
.cid-s3vrQDE569 .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-s3vrQDE569 .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-s3vrQDE569 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-s3vrQDE569 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-s3vrQDE569 .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-s3vrQDE569 .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-s3vrQDE569 .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-s3vrQDE569 .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-s3vrQDE569 .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s3vrQDE569 .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-s3vrQDE569 .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-s3vrQDE569 .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-s3vrQDE569 .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-s3vrQDE569 .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.cid-s3vrQDE569 .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-s3vrQDE569 .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-s3vrQDE569 .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-s3vrQDE569 .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-s3vrQDE569 .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-s3vrQDE569 .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-s3vrQDE569 .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-s3vrQDE569 .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-s3vrQDE569 .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
}
.cid-s3vrQDE569 .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-s3vrQDE569 .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-s3vrQDE569 .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-s3vrQDE569 .megamenu-panel-half {
  width: 50%;
}
.cid-s3vrQDE569 .megamenu-panel-quarter {
  width: 25%;
}
.cid-s3vrQDE569 .navigation-portrait .megamenu-panel-half,
.cid-s3vrQDE569 .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-s3vrQDE569 .megamenu-panel-row {
  width: 100%;
}
.cid-s3vrQDE569 .megamenu-panel-row:before,
.cid-s3vrQDE569 .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-s3vrQDE569 .megamenu-panel-row:after {
  clear: both;
}
.cid-s3vrQDE569 .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-s3vrQDE569 .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-s3vrQDE569 .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-s3vrQDE569 .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-s3vrQDE569 .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-s3vrQDE569 .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-s3vrQDE569 .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-s3vrQDE569 .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-s3vrQDE569 .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-s3vrQDE569 .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-s3vrQDE569 .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-s3vrQDE569 .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-s3vrQDE569 .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-s3vrQDE569 .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-s3vrQDE569 .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-s3vrQDE569 .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-s3vrQDE569 .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-s3vrQDE569 .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-s3vrQDE569 .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-s3vrQDE569 .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #ffffff;
  outline: 0;
  background-color: #f6f6f6;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-s3vrQDE569 .megamenu-tabs-nav > li.active a,
.cid-s3vrQDE569 .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-s3vrQDE569 .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0.5;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #eff0f2;
  background-color: #e4e1d4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-s3vrQDE569 .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-s3vrQDE569 .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-s3vrQDE569 .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-s3vrQDE569 .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-s3vrQDE569 .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-s3vrQDE569 .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}
.cid-s3vrQDE569 .navigation-landscape .megamenu-list:last-child {
  border: none;
}
.cid-s3vrQDE569 .megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vrQDE569 .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #008800;
}
.cid-s3vrQDE569 .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-s3vrQDE569 .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 0.1;
  background-color: transparent;
}
.cid-s3vrQDE569 .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-s3vrQDE569 .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-s3vrQDE569 .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-s5mrZ6sjHI {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #635a51;
  background: linear-gradient(45deg, #635a51, #232323);
}
.cid-s5mrZ6sjHI .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s5mrZ6sjHI .mbr-figure {
    padding-right: 1.5rem;
    padding-right: 0;
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-s5mrZ6sjHI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s5mrZ6sjHI .mbr-text {
    text-align: left;
  }
}
.cid-s5mrZ6sjHI H3 {
  text-align: left;
}
.cid-scDIitwqPB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scDIitwqPB .mbr-section-subtitle {
  color: #073b4c;
}
.cid-scDIitwqPB H2 {
  color: #073b4c;
}
.cid-sAXJrkGiVo {
  background: #ffffff;
}
.cid-sAXJrkGiVo .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sAXJrkGiVo figcaption {
  position: relative;
}
.cid-sAXJrkGiVo figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAXJrkGiVo .image-block {
    width: 100% !important;
  }
}
.cid-sAXJpUoR3V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-scDKCiuv6X {
  background: #ffffff;
}
.cid-scDKCiuv6X .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scDKCiuv6X .mbr-figure {
  margin: 0 auto;
}
.cid-scDKCiuv6X figcaption {
  position: relative;
}
.cid-scDKCiuv6X figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scDKCiuv6X .image-block {
    width: 100% !important;
  }
}
.cid-seIJNiBbX5 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-seIJNiBbX5 .card-box {
  padding: 0 2rem;
}
.cid-seIJNiBbX5 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-seIJNiBbX5 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-seIJNiBbX5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-seIJNiBbX5 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-seIJNiBbX5 .mbr-text {
  color: #0082c3;
  text-align: left;
}
.cid-seIJNiBbX5 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f2f2f2;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-seIJNiBbX5 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-seIJNiBbX5 .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.cid-seIJNiBbX5 .card-title {
  text-align: left;
  color: #232323;
}
.cid-seIJNiBbX5 grau {
  color: #f2f2f2;
}
.cid-seIJNiBbX5 P {
  color: #0082c3;
}
.cid-scDKIgBaN8 {
  background: #ffffff;
}
.cid-scDKIgBaN8 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scDKIgBaN8 .mbr-figure {
  margin: 0 auto;
}
.cid-scDKIgBaN8 figcaption {
  position: relative;
}
.cid-scDKIgBaN8 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scDKIgBaN8 .image-block {
    width: 100% !important;
  }
}
.cid-s5mlYVKowz {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5mlYVKowz .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-s5mlYVKowz .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #073b4c;
}
.cid-s5mlYVKowz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s5mlYVKowz .inner-container {
    width: 100% !important;
  }
}
.cid-s5mlYVKowz .section-text DIV {
  text-align: left;
}
.cid-s5msKJCt99 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s5msKJCt99 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-s5msKJCt99 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #073b4c;
}
.cid-s5msKJCt99 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s5msKJCt99 .inner-container {
    width: 100% !important;
  }
}
.cid-s5msKJCt99 .section-text DIV {
  text-align: left;
}
.cid-s4CAdIf3ZI {
  background: #ffffff;
}
.cid-s4CAdIf3ZI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CAdIf3ZI figcaption {
  position: relative;
}
.cid-s4CAdIf3ZI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CAdIf3ZI .image-block {
    width: 100% !important;
  }
}
.cid-s3v2Rr6Iaa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3v2Rr6Iaa .card-box {
  padding: 0 2rem;
}
.cid-s3v2Rr6Iaa .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s3v2Rr6Iaa .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s3v2Rr6Iaa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s3v2Rr6Iaa p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s3v2Rr6Iaa .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-s3v2Rr6Iaa .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f2f2f2;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s3v2Rr6Iaa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s3v2Rr6Iaa .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.cid-s3v2Rr6Iaa .card-title {
  text-align: left;
}
.cid-s9wdc1wv0u {
  background: #ffffff;
}
.cid-s9wdc1wv0u .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s9wdc1wv0u figcaption {
  position: relative;
}
.cid-s9wdc1wv0u figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s9wdc1wv0u .image-block {
    width: 100% !important;
  }
}
.cid-s5mo5Rpyvr {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s5mo5Rpyvr .card-box {
  padding: 0 2rem;
}
.cid-s5mo5Rpyvr .mbr-section-btn {
  padding-top: 1rem;
}
.cid-s5mo5Rpyvr .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-s5mo5Rpyvr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-s5mo5Rpyvr p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-s5mo5Rpyvr .mbr-text {
  color: #073b4c;
  text-align: left;
}
.cid-s5mo5Rpyvr .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f2f2f2;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-s5mo5Rpyvr .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-s5mo5Rpyvr .btn {
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.cid-s5mo5Rpyvr .card-title {
  text-align: left;
}
.cid-s5mo5Rpyvr grau {
  color: #f2f2f2;
}
.cid-s5mo7hihpE {
  background: #ffffff;
}
.cid-s5mo7hihpE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s5mo7hihpE figcaption {
  position: relative;
}
.cid-s5mo7hihpE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s5mo7hihpE .image-block {
    width: 100% !important;
  }
}
.cid-sAXIBCjlzQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAXIBCjlzQ .block-title {
  text-align: center;
  color: #465052;
}
.cid-sAXIBCjlzQ oben {
  color: #444444;
  font-size: 15px;
}
.cid-sAXIBCjlzQ blau {
  color: #0082c3;
  font-size: 24px;
}
.cid-sAXIEu3etw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAXICQTDvY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAXICQTDvY .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-sAXICQTDvY .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-sAXICQTDvY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sAXICQTDvY .inner-container {
    width: 100% !important;
  }
}
.cid-sAXIVSUUZc {
  background: #ffffff;
}
.cid-sAXIVSUUZc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sAXIVSUUZc figcaption {
  position: relative;
}
.cid-sAXIVSUUZc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAXIVSUUZc .image-block {
    width: 100% !important;
  }
}
.cid-rFBXRVQwUZ {
  background: #ffffff;
}
.cid-rFBXRVQwUZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rFBXRVQwUZ figcaption {
  position: relative;
}
.cid-rFBXRVQwUZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rFBXRVQwUZ .image-block {
    width: 100% !important;
  }
}
.cid-rFBW7wOfwc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rFBW7wOfwc .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: left;
  margin-left: 15px;
}
.cid-rFBW7wOfwc .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-left: 15px;
}
.cid-rFBW7wOfwc rot {
  color: #ee1c25;
  font-size: 22px;
}
.cid-r3qATtSuFv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-r3qATtSuFv .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-r3qATtSuFv .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #c1c1c1;
}
.cid-r3qATtSuFv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-r3qATtSuFv .inner-container {
    width: 100% !important;
  }
}
.cid-r3qATtSuFv .section-text DIV {
  text-align: left;
}
.cid-r3qATtSuFv copy {
  font-size: 13px;
  color: #cccccc;
}
.cid-r3qATtSuFv schwarz {
  font-size: 13px;
  color: #000000;
}
.cid-r3qATtSuFv orange {
  color: #e15a00;
  font-size: 13px;
}
.cid-s3vgiUFd6r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s3vgiUFd6r .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3vgiUFd6r .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3vgiUFd6r .mbr-text {
    text-align: center;
  }
}
.cid-s3vgiUFd6r .mbr-text,
.cid-s3vgiUFd6r .mbr-section-btn {
  color: #5b686b;
  text-align: left;
}
.cid-s3vqaInfTm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  opacity: 0.93;
}
.cid-s3vqaInfTm .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3vqaInfTm .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 2%;
}
.cid-s3vqaInfTm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3vqaInfTm ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-s3vqaInfTm .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
  opacity: 0.93;
}
.cid-s3vqaInfTm .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-s3vqaInfTm .navigation-portrait {
  height: 48px;
}
.cid-s3vqaInfTm .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.cid-s3vqaInfTm .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-s3vqaInfTm .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-s3vqaInfTm .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-s3vqaInfTm .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-s3vqaInfTm .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-s3vqaInfTm .align-to-right {
  float: right;
}
.cid-s3vqaInfTm .nav-header {
  float: left;
}
.cid-s3vqaInfTm .navigation-hidden .nav-header {
  display: none;
}
.cid-s3vqaInfTm .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #70798b;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-s3vqaInfTm .nav-brand:hover,
.cid-s3vqaInfTm .nav-brand:focus {
  color: #70798b;
}
.cid-s3vqaInfTm .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-s3vqaInfTm .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-s3vqaInfTm .nav-logo:focus > img {
  outline: initial;
}
.cid-s3vqaInfTm .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-s3vqaInfTm .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-s3vqaInfTm .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}
.cid-s3vqaInfTm .navigation-portrait .nav-toggle {
  display: block;
}
.cid-s3vqaInfTm .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-s3vqaInfTm .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-s3vqaInfTm .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-s3vqaInfTm .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-s3vqaInfTm .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}
.cid-s3vqaInfTm .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-s3vqaInfTm .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-s3vqaInfTm .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-s3vqaInfTm .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-s3vqaInfTm .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-s3vqaInfTm .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-s3vqaInfTm .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.cid-s3vqaInfTm .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.cid-s3vqaInfTm .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-s3vqaInfTm .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70798b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-s3vqaInfTm .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-s3vqaInfTm .nav-menu > li:hover > a,
.cid-s3vqaInfTm .nav-menu > li.active > a,
.cid-s3vqaInfTm .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-s3vqaInfTm .nav-menu > li > a > i,
.cid-s3vqaInfTm .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-s3vqaInfTm .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-s3vqaInfTm .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-s3vqaInfTm .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-s3vqaInfTm .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-s3vqaInfTm .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-s3vqaInfTm .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-s3vqaInfTm .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-s3vqaInfTm .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vqaInfTm .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-s3vqaInfTm .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-s3vqaInfTm .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-s3vqaInfTm .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-s3vqaInfTm .nav-menu > .active > a .submenu-indicator-chevron,
.cid-s3vqaInfTm .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #0082c3 #0082c3 transparent;
}
.cid-s3vqaInfTm .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-s3vqaInfTm .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-s3vqaInfTm .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-s3vqaInfTm .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-s3vqaInfTm .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-s3vqaInfTm .navigation-hidden .nav-search {
  display: none;
}
.cid-s3vqaInfTm .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-s3vqaInfTm .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-s3vqaInfTm .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-s3vqaInfTm .nav-search-icon:after,
.cid-s3vqaInfTm .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-s3vqaInfTm .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-s3vqaInfTm .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-s3vqaInfTm .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-s3vqaInfTm .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-s3vqaInfTm .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-s3vqaInfTm .nav-search-inner input[type=text],
.cid-s3vqaInfTm .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vqaInfTm .navigation-portrait .nav-search-inner input[type=text],
.cid-s3vqaInfTm .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-s3vqaInfTm .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-s3vqaInfTm .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-s3vqaInfTm .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #0082c3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-s3vqaInfTm .nav-button:hover,
.cid-s3vqaInfTm .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-s3vqaInfTm .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-s3vqaInfTm .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-s3vqaInfTm .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-s3vqaInfTm .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-s3vqaInfTm .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  border-color: #f4f4f4;
}
.cid-s3vqaInfTm .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-s3vqaInfTm .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-s3vqaInfTm .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #ffffff;
}
.cid-s3vqaInfTm .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
  border-color: #f4f4f4;
}
.cid-s3vqaInfTm .nav-dropdown > li > a {
  width: 100%;
  padding: 10px 16px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70798b;
  background-color: #007387;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-s3vqaInfTm .nav-dropdown > li:hover > a,
.cid-s3vqaInfTm .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #0082c3;
}
.cid-s3vqaInfTm .nav-dropdown.nav-dropdown-left {
  right: 0;
  color: #f4f4f4;
}
.cid-s3vqaInfTm .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
  color: #f4f4f4;
}
.cid-s3vqaInfTm .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
  color: #f4f4f4;
}
.cid-s3vqaInfTm .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-s3vqaInfTm .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-s3vqaInfTm .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-s3vqaInfTm .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-s3vqaInfTm .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-s3vqaInfTm .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-s3vqaInfTm .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-s3vqaInfTm .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-s3vqaInfTm .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s3vqaInfTm .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-s3vqaInfTm .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-s3vqaInfTm .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-s3vqaInfTm .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-s3vqaInfTm .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.cid-s3vqaInfTm .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-s3vqaInfTm .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-s3vqaInfTm .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-s3vqaInfTm .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-s3vqaInfTm .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-s3vqaInfTm .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-s3vqaInfTm .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-s3vqaInfTm .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-s3vqaInfTm .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
}
.cid-s3vqaInfTm .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-s3vqaInfTm .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-s3vqaInfTm .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-s3vqaInfTm .megamenu-panel-half {
  width: 50%;
}
.cid-s3vqaInfTm .megamenu-panel-quarter {
  width: 25%;
}
.cid-s3vqaInfTm .navigation-portrait .megamenu-panel-half,
.cid-s3vqaInfTm .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-s3vqaInfTm .megamenu-panel-row {
  width: 100%;
}
.cid-s3vqaInfTm .megamenu-panel-row:before,
.cid-s3vqaInfTm .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-s3vqaInfTm .megamenu-panel-row:after {
  clear: both;
}
.cid-s3vqaInfTm .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-s3vqaInfTm .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-s3vqaInfTm .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-s3vqaInfTm .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-s3vqaInfTm .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-s3vqaInfTm .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-s3vqaInfTm .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-s3vqaInfTm .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-s3vqaInfTm .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-s3vqaInfTm .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-s3vqaInfTm .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-s3vqaInfTm .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-s3vqaInfTm .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-s3vqaInfTm .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-s3vqaInfTm .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-s3vqaInfTm .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-s3vqaInfTm .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-s3vqaInfTm .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-s3vqaInfTm .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-s3vqaInfTm .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #ffffff;
  outline: 0;
  background-color: #f6f6f6;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-s3vqaInfTm .megamenu-tabs-nav > li.active a,
.cid-s3vqaInfTm .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-s3vqaInfTm .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0.5;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #eff0f2;
  background-color: #e4e1d4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-s3vqaInfTm .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-s3vqaInfTm .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-s3vqaInfTm .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-s3vqaInfTm .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-s3vqaInfTm .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-s3vqaInfTm .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}
.cid-s3vqaInfTm .navigation-landscape .megamenu-list:last-child {
  border: none;
}
.cid-s3vqaInfTm .megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vqaInfTm .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #008800;
}
.cid-s3vqaInfTm .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-s3vqaInfTm .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 0.1;
  background-color: transparent;
}
.cid-s3vqaInfTm .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-s3vqaInfTm .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-s3vqaInfTm .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-s3vgiXw4c8 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #767676;
  background: linear-gradient(45deg, #767676, #232323);
}
.cid-s3vgiXw4c8 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s3vgiXw4c8 .mbr-figure {
    padding-right: 1.5rem;
    padding-right: 0;
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-s3vgiXw4c8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3vgiXw4c8 .mbr-text {
    text-align: left;
  }
}
.cid-s3vgiXw4c8 H3 {
  text-align: left;
}
.cid-scDOsJdd1N {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scDOsJdd1N .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-scDOsJdd1N .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #073b4c;
}
.cid-scDOsJdd1N .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-scDOsJdd1N .inner-container {
    width: 100% !important;
  }
}
.cid-scDOsJdd1N .section-text DIV {
  text-align: left;
}
.cid-scDODWGGZy {
  background: #ffffff;
}
.cid-scDODWGGZy .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scDODWGGZy .mbr-figure {
  margin: 0 auto;
}
.cid-scDODWGGZy figcaption {
  position: relative;
}
.cid-scDODWGGZy figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scDODWGGZy .image-block {
    width: 100% !important;
  }
}
.cid-scDNAcQWEL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-scDNAcQWEL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-scDNAcQWEL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-scDNAcQWEL .mbr-text {
    text-align: left;
  }
}
.cid-scDNAcQWEL H1 {
  color: #073b4c;
  text-align: left;
}
.cid-scDNAcQWEL H3 {
  color: #073b4c;
}
.cid-scDNAcQWEL .mbr-text,
.cid-scDNAcQWEL .mbr-section-btn {
  color: #879a9f;
}
.cid-scDNAcQWEL DIV {
  text-align: left;
}
.cid-scDOKxSjkb {
  background: #ffffff;
}
.cid-scDOKxSjkb .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scDOKxSjkb .mbr-figure {
  margin: 0 auto;
}
.cid-scDOKxSjkb figcaption {
  position: relative;
}
.cid-scDOKxSjkb figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scDOKxSjkb .image-block {
    width: 100% !important;
  }
}
.cid-s3vgj0BftL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3vgj0BftL .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s3vgj0BftL .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3vgj0BftL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3vgj0BftL .mbr-text {
    text-align: left;
  }
}
.cid-s3vgj0BftL H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s3vgj0BftL H3 {
  color: #232323;
}
.cid-s3vgj0BftL .mbr-text,
.cid-s3vgj0BftL .mbr-section-btn {
  color: #879a9f;
}
.cid-s3vgj0BftL DIV {
  text-align: left;
}
.cid-s4CxmLGmll {
  background: #ffffff;
}
.cid-s4CxmLGmll .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxmLGmll figcaption {
  position: relative;
}
.cid-s4CxmLGmll figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxmLGmll .image-block {
    width: 100% !important;
  }
}
.cid-s6wDbjDGts {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6wDbjDGts .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6wDbjDGts .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s6wDbjDGts .mbr-text {
    text-align: left;
  }
}
.cid-s6wDbjDGts H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s6wDbjDGts H3 {
  color: #232323;
}
.cid-s6wDbjDGts .mbr-text,
.cid-s6wDbjDGts .mbr-section-btn {
  color: #879a9f;
}
.cid-s6wDbjDGts DIV {
  text-align: left;
}
.cid-s6wDEFTWYF {
  background: #ffffff;
}
.cid-s6wDEFTWYF .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s6wDEFTWYF figcaption {
  position: relative;
}
.cid-s6wDEFTWYF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s6wDEFTWYF .image-block {
    width: 100% !important;
  }
}
.cid-s6wDAjNuaO {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s6wDAjNuaO .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s6wDAjNuaO .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6wDAjNuaO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s6wDAjNuaO .mbr-text {
    text-align: left;
  }
}
.cid-s6wDAjNuaO H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s6wDAjNuaO H3 {
  color: #232323;
}
.cid-s6wDAjNuaO .mbr-text,
.cid-s6wDAjNuaO .mbr-section-btn {
  color: #879a9f;
}
.cid-s6wDAjNuaO DIV {
  text-align: left;
}
.cid-s4CxpkfZGB {
  background: #ffffff;
}
.cid-s4CxpkfZGB .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxpkfZGB figcaption {
  position: relative;
}
.cid-s4CxpkfZGB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxpkfZGB .image-block {
    width: 100% !important;
  }
}
.cid-s6wE2Gr7Dj {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s6wE2Gr7Dj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s6wE2Gr7Dj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s6wE2Gr7Dj .mbr-text {
    text-align: left;
  }
}
.cid-s6wE2Gr7Dj H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s6wE2Gr7Dj H3 {
  color: #232323;
}
.cid-s6wE2Gr7Dj .mbr-text,
.cid-s6wE2Gr7Dj .mbr-section-btn {
  color: #879a9f;
}
.cid-s6wE2Gr7Dj DIV {
  text-align: left;
}
.cid-s4CxrZr3Hn {
  background: #ffffff;
}
.cid-s4CxrZr3Hn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxrZr3Hn figcaption {
  position: relative;
}
.cid-s4CxrZr3Hn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxrZr3Hn .image-block {
    width: 100% !important;
  }
}
.cid-sAXKHg9wqM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAXKHg9wqM .block-title {
  text-align: center;
  color: #465052;
}
.cid-sAXKHg9wqM oben {
  color: #444444;
  font-size: 15px;
}
.cid-sAXKHg9wqM blau {
  color: #0082c3;
  font-size: 24px;
}
.cid-sAXKMvbrqH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAXKIBrFsW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAXKIBrFsW .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-sAXKIBrFsW .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-sAXKIBrFsW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sAXKIBrFsW .inner-container {
    width: 100% !important;
  }
}
.cid-sAXKKcmaxZ {
  background: #ffffff;
}
.cid-sAXKKcmaxZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sAXKKcmaxZ figcaption {
  position: relative;
}
.cid-sAXKKcmaxZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAXKKcmaxZ .image-block {
    width: 100% !important;
  }
}
.cid-s3vgjfyVc7 {
  background: #ffffff;
}
.cid-s3vgjfyVc7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3vgjfyVc7 figcaption {
  position: relative;
}
.cid-s3vgjfyVc7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3vgjfyVc7 .image-block {
    width: 100% !important;
  }
}
.cid-sAXL8xkPXe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sAXL8xkPXe .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: left;
  margin-left: 15px;
}
.cid-sAXL8xkPXe .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-left: 15px;
}
.cid-sAXL8xkPXe rot {
  color: #ee1c25;
  font-size: 22px;
}
.cid-s3vgjiwMqR {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s3vgjiwMqR .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3vgjiwMqR .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #c1c1c1;
}
.cid-s3vgjiwMqR .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3vgjiwMqR .inner-container {
    width: 100% !important;
  }
}
.cid-s3vgjiwMqR .section-text DIV {
  text-align: left;
}
.cid-s3vgjiwMqR copy {
  font-size: 13px;
  color: #cccccc;
}
.cid-s3vgjiwMqR schwarz {
  font-size: 13px;
  color: #000000;
}
.cid-s3vgjiwMqR orange {
  color: #e15a00;
  font-size: 13px;
}
.cid-s3vgi7Ik7j {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s3vgi7Ik7j .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3vgi7Ik7j .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3vgi7Ik7j .mbr-text {
    text-align: center;
  }
}
.cid-s3vgi7Ik7j .mbr-text,
.cid-s3vgi7Ik7j .mbr-section-btn {
  color: #5b686b;
  text-align: left;
}
.cid-s3vrUp0hvb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  opacity: 0.93;
}
.cid-s3vrUp0hvb .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3vrUp0hvb .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 2%;
}
.cid-s3vrUp0hvb .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3vrUp0hvb ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-s3vrUp0hvb .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
  opacity: 0.93;
}
.cid-s3vrUp0hvb .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-s3vrUp0hvb .navigation-portrait {
  height: 48px;
}
.cid-s3vrUp0hvb .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.cid-s3vrUp0hvb .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-s3vrUp0hvb .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-s3vrUp0hvb .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-s3vrUp0hvb .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-s3vrUp0hvb .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-s3vrUp0hvb .align-to-right {
  float: right;
}
.cid-s3vrUp0hvb .nav-header {
  float: left;
}
.cid-s3vrUp0hvb .navigation-hidden .nav-header {
  display: none;
}
.cid-s3vrUp0hvb .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #70798b;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-s3vrUp0hvb .nav-brand:hover,
.cid-s3vrUp0hvb .nav-brand:focus {
  color: #70798b;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-s3vrUp0hvb .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-s3vrUp0hvb .nav-logo:focus > img {
  outline: initial;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-s3vrUp0hvb .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-s3vrUp0hvb .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-toggle {
  display: block;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-s3vrUp0hvb .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-s3vrUp0hvb .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-s3vrUp0hvb .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-s3vrUp0hvb .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-s3vrUp0hvb .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.cid-s3vrUp0hvb .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-s3vrUp0hvb .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70798b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-s3vrUp0hvb .nav-menu > li:hover > a,
.cid-s3vrUp0hvb .nav-menu > li.active > a,
.cid-s3vrUp0hvb .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-s3vrUp0hvb .nav-menu > li > a > i,
.cid-s3vrUp0hvb .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-s3vrUp0hvb .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-s3vrUp0hvb .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-s3vrUp0hvb .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-s3vrUp0hvb .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-s3vrUp0hvb .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-s3vrUp0hvb .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vrUp0hvb .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-s3vrUp0hvb .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-s3vrUp0hvb .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-s3vrUp0hvb .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-s3vrUp0hvb .nav-menu > .active > a .submenu-indicator-chevron,
.cid-s3vrUp0hvb .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #0082c3 #0082c3 transparent;
}
.cid-s3vrUp0hvb .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-s3vrUp0hvb .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-s3vrUp0hvb .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-s3vrUp0hvb .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-s3vrUp0hvb .navigation-hidden .nav-search {
  display: none;
}
.cid-s3vrUp0hvb .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-s3vrUp0hvb .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-s3vrUp0hvb .nav-search-icon:after,
.cid-s3vrUp0hvb .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-s3vrUp0hvb .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-s3vrUp0hvb .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-s3vrUp0hvb .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-s3vrUp0hvb .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-s3vrUp0hvb .nav-search-inner input[type=text],
.cid-s3vrUp0hvb .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-search-inner input[type=text],
.cid-s3vrUp0hvb .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-s3vrUp0hvb .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-s3vrUp0hvb .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #0082c3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-s3vrUp0hvb .nav-button:hover,
.cid-s3vrUp0hvb .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-s3vrUp0hvb .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-s3vrUp0hvb .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  border-color: #f4f4f4;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-s3vrUp0hvb .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-s3vrUp0hvb .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #ffffff;
}
.cid-s3vrUp0hvb .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
  border-color: #f4f4f4;
}
.cid-s3vrUp0hvb .nav-dropdown > li > a {
  width: 100%;
  padding: 10px 16px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70798b;
  background-color: #007387;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-s3vrUp0hvb .nav-dropdown > li:hover > a,
.cid-s3vrUp0hvb .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #0082c3;
}
.cid-s3vrUp0hvb .nav-dropdown.nav-dropdown-left {
  right: 0;
  color: #f4f4f4;
}
.cid-s3vrUp0hvb .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
  color: #f4f4f4;
}
.cid-s3vrUp0hvb .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
  color: #f4f4f4;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-s3vrUp0hvb .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-s3vrUp0hvb .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-s3vrUp0hvb .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s3vrUp0hvb .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-s3vrUp0hvb .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-s3vrUp0hvb .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-s3vrUp0hvb .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-s3vrUp0hvb .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.cid-s3vrUp0hvb .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-s3vrUp0hvb .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-s3vrUp0hvb .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-s3vrUp0hvb .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-s3vrUp0hvb .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-s3vrUp0hvb .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-s3vrUp0hvb .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-s3vrUp0hvb .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
}
.cid-s3vrUp0hvb .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-s3vrUp0hvb .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-s3vrUp0hvb .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-s3vrUp0hvb .megamenu-panel-half {
  width: 50%;
}
.cid-s3vrUp0hvb .megamenu-panel-quarter {
  width: 25%;
}
.cid-s3vrUp0hvb .navigation-portrait .megamenu-panel-half,
.cid-s3vrUp0hvb .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-s3vrUp0hvb .megamenu-panel-row {
  width: 100%;
}
.cid-s3vrUp0hvb .megamenu-panel-row:before,
.cid-s3vrUp0hvb .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-s3vrUp0hvb .megamenu-panel-row:after {
  clear: both;
}
.cid-s3vrUp0hvb .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-s3vrUp0hvb .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-s3vrUp0hvb .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-s3vrUp0hvb .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-s3vrUp0hvb .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-s3vrUp0hvb .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-s3vrUp0hvb .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-s3vrUp0hvb .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-s3vrUp0hvb .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-s3vrUp0hvb .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-s3vrUp0hvb .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-s3vrUp0hvb .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-s3vrUp0hvb .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-s3vrUp0hvb .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-s3vrUp0hvb .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-s3vrUp0hvb .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-s3vrUp0hvb .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-s3vrUp0hvb .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-s3vrUp0hvb .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-s3vrUp0hvb .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #ffffff;
  outline: 0;
  background-color: #f6f6f6;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-s3vrUp0hvb .megamenu-tabs-nav > li.active a,
.cid-s3vrUp0hvb .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-s3vrUp0hvb .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0.5;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #eff0f2;
  background-color: #e4e1d4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-s3vrUp0hvb .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-s3vrUp0hvb .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-s3vrUp0hvb .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-s3vrUp0hvb .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-s3vrUp0hvb .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-s3vrUp0hvb .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}
.cid-s3vrUp0hvb .navigation-landscape .megamenu-list:last-child {
  border: none;
}
.cid-s3vrUp0hvb .megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vrUp0hvb .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #008800;
}
.cid-s3vrUp0hvb .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-s3vrUp0hvb .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 0.1;
  background-color: transparent;
}
.cid-s3vrUp0hvb .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-s3vrUp0hvb .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-s3vrUp0hvb .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-s3vgicNoBF {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #767676;
  background: linear-gradient(45deg, #767676, #232323);
}
.cid-s3vgicNoBF .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s3vgicNoBF .mbr-figure {
    padding-right: 1.5rem;
    padding-right: 0;
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-s3vgicNoBF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3vgicNoBF .mbr-text {
    text-align: left;
  }
}
.cid-s3vgicNoBF H3 {
  text-align: left;
}
.cid-s3YKNjxfY8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3YKNjxfY8 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-s3YKNjxfY8 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #073b4c;
}
.cid-s3YKNjxfY8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3YKNjxfY8 .inner-container {
    width: 100% !important;
  }
}
.cid-s3YKNjxfY8 .section-text DIV {
  text-align: left;
}
.cid-s3YL53ivZ9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3YL53ivZ9 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-s3YL53ivZ9 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #073b4c;
}
.cid-s3YL53ivZ9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3YL53ivZ9 .inner-container {
    width: 100% !important;
  }
}
.cid-s3YL53ivZ9 .section-text DIV {
  text-align: left;
}
.cid-s4CxxqHpiu {
  background: #ffffff;
}
.cid-s4CxxqHpiu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxxqHpiu figcaption {
  position: relative;
}
.cid-s4CxxqHpiu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxxqHpiu .image-block {
    width: 100% !important;
  }
}
.cid-s3vgifOZOI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3vgifOZOI .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s3vgifOZOI .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3vgifOZOI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3vgifOZOI .mbr-text {
    text-align: left;
  }
}
.cid-s3vgifOZOI H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s3vgifOZOI H3 {
  color: #073b4c;
}
.cid-s3vgifOZOI .mbr-text,
.cid-s3vgifOZOI .mbr-section-btn {
  color: #879a9f;
}
.cid-s3vgifOZOI DIV {
  text-align: left;
}
.cid-s4Cxynwlul {
  background: #ffffff;
}
.cid-s4Cxynwlul .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4Cxynwlul figcaption {
  position: relative;
}
.cid-s4Cxynwlul figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4Cxynwlul .image-block {
    width: 100% !important;
  }
}
.cid-s3YNZpVHvj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s3YNZpVHvj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3YNZpVHvj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3YNZpVHvj .mbr-text {
    text-align: left;
  }
}
.cid-s3YNZpVHvj H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s3YNZpVHvj H3 {
  color: #073b4c;
}
.cid-s3YNZpVHvj .mbr-text,
.cid-s3YNZpVHvj .mbr-section-btn {
  color: #879a9f;
}
.cid-s3YNZpVHvj DIV {
  text-align: left;
}
.cid-s4CxBYZy56 {
  background: #ffffff;
}
.cid-s4CxBYZy56 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxBYZy56 figcaption {
  position: relative;
}
.cid-s4CxBYZy56 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxBYZy56 .image-block {
    width: 100% !important;
  }
}
.cid-s3YNWOANGu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3YNWOANGu .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s3YNWOANGu .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3YNWOANGu .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3YNWOANGu .mbr-text {
    text-align: left;
  }
}
.cid-s3YNWOANGu H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s3YNWOANGu H3 {
  color: #073b4c;
}
.cid-s3YNWOANGu .mbr-text,
.cid-s3YNWOANGu .mbr-section-btn {
  color: #879a9f;
}
.cid-s3YNWOANGu DIV {
  text-align: left;
}
.cid-s4CxCAMlWl {
  background: #ffffff;
}
.cid-s4CxCAMlWl .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxCAMlWl figcaption {
  position: relative;
}
.cid-s4CxCAMlWl figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxCAMlWl .image-block {
    width: 100% !important;
  }
}
.cid-s3YNYNInkL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s3YNYNInkL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3YNYNInkL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3YNYNInkL .mbr-text {
    text-align: left;
  }
}
.cid-s3YNYNInkL H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s3YNYNInkL H3 {
  color: #073b4c;
}
.cid-s3YNYNInkL .mbr-text,
.cid-s3YNYNInkL .mbr-section-btn {
  color: #879a9f;
}
.cid-s3YNYNInkL DIV {
  text-align: left;
}
.cid-s4CxDlMA3a {
  background: #ffffff;
}
.cid-s4CxDlMA3a .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxDlMA3a figcaption {
  position: relative;
}
.cid-s4CxDlMA3a figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxDlMA3a .image-block {
    width: 100% !important;
  }
}
.cid-s3YNXPYmqH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3YNXPYmqH .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s3YNXPYmqH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3YNXPYmqH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3YNXPYmqH .mbr-text {
    text-align: left;
  }
}
.cid-s3YNXPYmqH H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s3YNXPYmqH H3 {
  color: #073b4c;
}
.cid-s3YNXPYmqH .mbr-text,
.cid-s3YNXPYmqH .mbr-section-btn {
  color: #879a9f;
}
.cid-s3YNXPYmqH DIV {
  text-align: left;
}
.cid-s4CxEgll4c {
  background: #ffffff;
}
.cid-s4CxEgll4c .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxEgll4c figcaption {
  position: relative;
}
.cid-s4CxEgll4c figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxEgll4c .image-block {
    width: 100% !important;
  }
}
.cid-s3YPBhNJWj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s3YPBhNJWj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3YPBhNJWj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3YPBhNJWj .mbr-text {
    text-align: left;
  }
}
.cid-s3YPBhNJWj H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s3YPBhNJWj H3 {
  color: #073b4c;
}
.cid-s3YPBhNJWj .mbr-text,
.cid-s3YPBhNJWj .mbr-section-btn {
  color: #879a9f;
}
.cid-s3YPBhNJWj DIV {
  text-align: left;
}
.cid-s4CxFniogZ {
  background: #ffffff;
}
.cid-s4CxFniogZ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxFniogZ figcaption {
  position: relative;
}
.cid-s4CxFniogZ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxFniogZ .image-block {
    width: 100% !important;
  }
}
.cid-sSYvGLnhjf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSYvGLnhjf .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sSYvGLnhjf .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sSYvGLnhjf .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSYvGLnhjf .mbr-text {
    text-align: left;
  }
}
.cid-sSYvGLnhjf H1 {
  color: #073b4c;
  text-align: left;
}
.cid-sSYvGLnhjf H3 {
  color: #073b4c;
}
.cid-sSYvGLnhjf .mbr-text,
.cid-sSYvGLnhjf .mbr-section-btn {
  color: #879a9f;
}
.cid-sSYvGLnhjf DIV {
  text-align: left;
}
.cid-sSYw2zPQYc {
  background: #ffffff;
}
.cid-sSYw2zPQYc .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sSYw2zPQYc figcaption {
  position: relative;
}
.cid-sSYw2zPQYc figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sSYw2zPQYc .image-block {
    width: 100% !important;
  }
}
.cid-sSYvYVfqry {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sSYvYVfqry .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sSYvYVfqry .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sSYvYVfqry .mbr-text {
    text-align: left;
  }
}
.cid-sSYvYVfqry H1 {
  color: #073b4c;
  text-align: left;
}
.cid-sSYvYVfqry H3 {
  color: #073b4c;
}
.cid-sSYvYVfqry .mbr-text,
.cid-sSYvYVfqry .mbr-section-btn {
  color: #879a9f;
}
.cid-sSYvYVfqry DIV {
  text-align: left;
}
.cid-sSYvM1QpUC {
  background: #ffffff;
}
.cid-sSYvM1QpUC .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sSYvM1QpUC figcaption {
  position: relative;
}
.cid-sSYvM1QpUC figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sSYvM1QpUC .image-block {
    width: 100% !important;
  }
}
.cid-s3YPAGWaKF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3YPAGWaKF .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s3YPAGWaKF .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3YPAGWaKF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3YPAGWaKF .mbr-text {
    text-align: left;
  }
}
.cid-s3YPAGWaKF H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s3YPAGWaKF H3 {
  color: #073b4c;
}
.cid-s3YPAGWaKF .mbr-text,
.cid-s3YPAGWaKF .mbr-section-btn {
  color: #879a9f;
}
.cid-s3YPAGWaKF DIV {
  text-align: left;
}
.cid-s4CxG95QOY {
  background: #ffffff;
}
.cid-s4CxG95QOY .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxG95QOY figcaption {
  position: relative;
}
.cid-s4CxG95QOY figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxG95QOY .image-block {
    width: 100% !important;
  }
}
.cid-s3YPzQtuM4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s3YPzQtuM4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3YPzQtuM4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3YPzQtuM4 .mbr-text {
    text-align: left;
  }
}
.cid-s3YPzQtuM4 H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s3YPzQtuM4 H3 {
  color: #073b4c;
}
.cid-s3YPzQtuM4 .mbr-text,
.cid-s3YPzQtuM4 .mbr-section-btn {
  color: #879a9f;
}
.cid-s3YPzQtuM4 DIV {
  text-align: left;
}
.cid-s4CxH7mrTt {
  background: #ffffff;
}
.cid-s4CxH7mrTt .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxH7mrTt figcaption {
  position: relative;
}
.cid-s4CxH7mrTt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxH7mrTt .image-block {
    width: 100% !important;
  }
}
.cid-s3YQT8fFxa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3YQT8fFxa .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s3YQT8fFxa .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3YQT8fFxa .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3YQT8fFxa .mbr-text {
    text-align: left;
  }
}
.cid-s3YQT8fFxa H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s3YQT8fFxa H3 {
  color: #073b4c;
}
.cid-s3YQT8fFxa .mbr-text,
.cid-s3YQT8fFxa .mbr-section-btn {
  color: #879a9f;
}
.cid-s3YQT8fFxa DIV {
  text-align: left;
}
.cid-s4CxI1APGK {
  background: #ffffff;
}
.cid-s4CxI1APGK .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxI1APGK figcaption {
  position: relative;
}
.cid-s4CxI1APGK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxI1APGK .image-block {
    width: 100% !important;
  }
}
.cid-sAXLqRrVta {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAXLqRrVta .block-title {
  text-align: center;
  color: #465052;
}
.cid-sAXLqRrVta oben {
  color: #444444;
  font-size: 15px;
}
.cid-sAXLqRrVta blau {
  color: #0082c3;
  font-size: 24px;
}
.cid-sAXLuoOUvy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAXLrUtHIH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAXLrUtHIH .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-sAXLrUtHIH .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-sAXLrUtHIH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sAXLrUtHIH .inner-container {
    width: 100% !important;
  }
}
.cid-sAXLsMzUm5 {
  background: #ffffff;
}
.cid-sAXLsMzUm5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sAXLsMzUm5 figcaption {
  position: relative;
}
.cid-sAXLsMzUm5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAXLsMzUm5 .image-block {
    width: 100% !important;
  }
}
.cid-s3vgiuTwja {
  background: #ffffff;
}
.cid-s3vgiuTwja .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3vgiuTwja figcaption {
  position: relative;
}
.cid-s3vgiuTwja figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3vgiuTwja .image-block {
    width: 100% !important;
  }
}
.cid-sAXLpigzoF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sAXLpigzoF .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: left;
  margin-left: 15px;
}
.cid-sAXLpigzoF .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-left: 15px;
}
.cid-sAXLpigzoF rot {
  color: #ee1c25;
  font-size: 22px;
}
.cid-s3vgixEQNW {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s3vgixEQNW .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3vgixEQNW .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #c1c1c1;
}
.cid-s3vgixEQNW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3vgixEQNW .inner-container {
    width: 100% !important;
  }
}
.cid-s3vgixEQNW .section-text DIV {
  text-align: left;
}
.cid-s3vgixEQNW copy {
  font-size: 13px;
  color: #cccccc;
}
.cid-s3vgixEQNW schwarz {
  font-size: 13px;
  color: #000000;
}
.cid-s3vgixEQNW orange {
  color: #e15a00;
  font-size: 13px;
}
.cid-s3vghb8E9G {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s3vghb8E9G .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3vghb8E9G .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3vghb8E9G .mbr-text {
    text-align: center;
  }
}
.cid-s3vghb8E9G .mbr-text,
.cid-s3vghb8E9G .mbr-section-btn {
  color: #5b686b;
  text-align: left;
}
.cid-s3vrXOHiDN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  opacity: 0.93;
}
.cid-s3vrXOHiDN .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3vrXOHiDN .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 2%;
}
.cid-s3vrXOHiDN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3vrXOHiDN ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-s3vrXOHiDN .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
  opacity: 0.93;
}
.cid-s3vrXOHiDN .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-s3vrXOHiDN .navigation-portrait {
  height: 48px;
}
.cid-s3vrXOHiDN .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.cid-s3vrXOHiDN .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-s3vrXOHiDN .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-s3vrXOHiDN .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-s3vrXOHiDN .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-s3vrXOHiDN .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-s3vrXOHiDN .align-to-right {
  float: right;
}
.cid-s3vrXOHiDN .nav-header {
  float: left;
}
.cid-s3vrXOHiDN .navigation-hidden .nav-header {
  display: none;
}
.cid-s3vrXOHiDN .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #70798b;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-s3vrXOHiDN .nav-brand:hover,
.cid-s3vrXOHiDN .nav-brand:focus {
  color: #70798b;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-s3vrXOHiDN .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-s3vrXOHiDN .nav-logo:focus > img {
  outline: initial;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-s3vrXOHiDN .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-s3vrXOHiDN .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-toggle {
  display: block;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-s3vrXOHiDN .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-s3vrXOHiDN .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-s3vrXOHiDN .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-s3vrXOHiDN .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-s3vrXOHiDN .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.cid-s3vrXOHiDN .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-s3vrXOHiDN .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70798b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-s3vrXOHiDN .nav-menu > li:hover > a,
.cid-s3vrXOHiDN .nav-menu > li.active > a,
.cid-s3vrXOHiDN .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-s3vrXOHiDN .nav-menu > li > a > i,
.cid-s3vrXOHiDN .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-s3vrXOHiDN .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-s3vrXOHiDN .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-s3vrXOHiDN .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-s3vrXOHiDN .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-s3vrXOHiDN .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-s3vrXOHiDN .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vrXOHiDN .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-s3vrXOHiDN .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-s3vrXOHiDN .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-s3vrXOHiDN .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-s3vrXOHiDN .nav-menu > .active > a .submenu-indicator-chevron,
.cid-s3vrXOHiDN .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #0082c3 #0082c3 transparent;
}
.cid-s3vrXOHiDN .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-s3vrXOHiDN .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-s3vrXOHiDN .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-s3vrXOHiDN .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-s3vrXOHiDN .navigation-hidden .nav-search {
  display: none;
}
.cid-s3vrXOHiDN .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-s3vrXOHiDN .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-s3vrXOHiDN .nav-search-icon:after,
.cid-s3vrXOHiDN .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-s3vrXOHiDN .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-s3vrXOHiDN .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-s3vrXOHiDN .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-s3vrXOHiDN .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-s3vrXOHiDN .nav-search-inner input[type=text],
.cid-s3vrXOHiDN .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-search-inner input[type=text],
.cid-s3vrXOHiDN .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-s3vrXOHiDN .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-s3vrXOHiDN .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #0082c3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-s3vrXOHiDN .nav-button:hover,
.cid-s3vrXOHiDN .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-s3vrXOHiDN .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-s3vrXOHiDN .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  border-color: #f4f4f4;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-s3vrXOHiDN .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-s3vrXOHiDN .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #ffffff;
}
.cid-s3vrXOHiDN .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
  border-color: #f4f4f4;
}
.cid-s3vrXOHiDN .nav-dropdown > li > a {
  width: 100%;
  padding: 10px 16px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70798b;
  background-color: #007387;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-s3vrXOHiDN .nav-dropdown > li:hover > a,
.cid-s3vrXOHiDN .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #0082c3;
}
.cid-s3vrXOHiDN .nav-dropdown.nav-dropdown-left {
  right: 0;
  color: #f4f4f4;
}
.cid-s3vrXOHiDN .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
  color: #f4f4f4;
}
.cid-s3vrXOHiDN .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
  color: #f4f4f4;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-s3vrXOHiDN .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-s3vrXOHiDN .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-s3vrXOHiDN .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s3vrXOHiDN .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-s3vrXOHiDN .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-s3vrXOHiDN .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-s3vrXOHiDN .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-s3vrXOHiDN .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.cid-s3vrXOHiDN .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-s3vrXOHiDN .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-s3vrXOHiDN .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-s3vrXOHiDN .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-s3vrXOHiDN .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-s3vrXOHiDN .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-s3vrXOHiDN .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-s3vrXOHiDN .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
}
.cid-s3vrXOHiDN .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-s3vrXOHiDN .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-s3vrXOHiDN .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-s3vrXOHiDN .megamenu-panel-half {
  width: 50%;
}
.cid-s3vrXOHiDN .megamenu-panel-quarter {
  width: 25%;
}
.cid-s3vrXOHiDN .navigation-portrait .megamenu-panel-half,
.cid-s3vrXOHiDN .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-s3vrXOHiDN .megamenu-panel-row {
  width: 100%;
}
.cid-s3vrXOHiDN .megamenu-panel-row:before,
.cid-s3vrXOHiDN .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-s3vrXOHiDN .megamenu-panel-row:after {
  clear: both;
}
.cid-s3vrXOHiDN .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-s3vrXOHiDN .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-s3vrXOHiDN .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-s3vrXOHiDN .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-s3vrXOHiDN .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-s3vrXOHiDN .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-s3vrXOHiDN .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-s3vrXOHiDN .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-s3vrXOHiDN .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-s3vrXOHiDN .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-s3vrXOHiDN .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-s3vrXOHiDN .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-s3vrXOHiDN .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-s3vrXOHiDN .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-s3vrXOHiDN .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-s3vrXOHiDN .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-s3vrXOHiDN .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-s3vrXOHiDN .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-s3vrXOHiDN .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-s3vrXOHiDN .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #ffffff;
  outline: 0;
  background-color: #f6f6f6;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-s3vrXOHiDN .megamenu-tabs-nav > li.active a,
.cid-s3vrXOHiDN .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-s3vrXOHiDN .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0.5;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #eff0f2;
  background-color: #e4e1d4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-s3vrXOHiDN .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-s3vrXOHiDN .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-s3vrXOHiDN .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-s3vrXOHiDN .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-s3vrXOHiDN .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-s3vrXOHiDN .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}
.cid-s3vrXOHiDN .navigation-landscape .megamenu-list:last-child {
  border: none;
}
.cid-s3vrXOHiDN .megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vrXOHiDN .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #008800;
}
.cid-s3vrXOHiDN .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-s3vrXOHiDN .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 0.1;
  background-color: transparent;
}
.cid-s3vrXOHiDN .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-s3vrXOHiDN .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-s3vrXOHiDN .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-s3vgheonTP {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #767676;
  background: linear-gradient(45deg, #767676, #232323);
}
.cid-s3vgheonTP .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s3vgheonTP .mbr-figure {
    padding-right: 1.5rem;
    padding-right: 0;
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-s3vgheonTP .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3vgheonTP .mbr-text {
    text-align: left;
  }
}
.cid-s3vgheonTP H3 {
  text-align: left;
}
.cid-s4BDEBXQXA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4BDEBXQXA .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-s4BDEBXQXA .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #073b4c;
}
.cid-s4BDEBXQXA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s4BDEBXQXA .inner-container {
    width: 100% !important;
  }
}
.cid-s4BDEBXQXA .section-text DIV {
  text-align: left;
}
.cid-s4BDFltLGt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4BDFltLGt .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-s4BDFltLGt .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #073b4c;
}
.cid-s4BDFltLGt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s4BDFltLGt .inner-container {
    width: 100% !important;
  }
}
.cid-s4BDFltLGt .section-text DIV {
  text-align: left;
}
.cid-s4BDT0JFXj {
  background: #ffffff;
}
.cid-s4BDT0JFXj .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4BDT0JFXj figcaption {
  position: relative;
}
.cid-s4BDT0JFXj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4BDT0JFXj .image-block {
    width: 100% !important;
  }
}
.cid-s4BHh16WqM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s4BHh16WqM .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4BHh16WqM .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s4BHh16WqM .mbr-text {
    text-align: left;
  }
}
.cid-s4BHh16WqM H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s4BHh16WqM H3 {
  color: #232323;
}
.cid-s4BHh16WqM .mbr-text,
.cid-s4BHh16WqM .mbr-section-btn {
  color: #879a9f;
}
.cid-s4BHh16WqM DIV {
  text-align: left;
}
.cid-scDPCht4j4 {
  background: #ffffff;
}
.cid-scDPCht4j4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scDPCht4j4 .mbr-figure {
  margin: 0 auto;
}
.cid-scDPCht4j4 figcaption {
  position: relative;
}
.cid-scDPCht4j4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scDPCht4j4 .image-block {
    width: 100% !important;
  }
}
.cid-scDPMWdq4Y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-scDPMWdq4Y .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-scDPMWdq4Y .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-scDPMWdq4Y .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-scDPMWdq4Y .mbr-text {
    text-align: left;
  }
}
.cid-scDPMWdq4Y H1 {
  color: #073b4c;
  text-align: left;
}
.cid-scDPMWdq4Y H3 {
  color: #232323;
}
.cid-scDPMWdq4Y .mbr-text,
.cid-scDPMWdq4Y .mbr-section-btn {
  color: #879a9f;
}
.cid-scDPMWdq4Y DIV {
  text-align: left;
}
.cid-scDT6PwPkm {
  background: #ffffff;
}
.cid-scDT6PwPkm .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-scDT6PwPkm .mbr-figure {
  margin: 0 auto;
}
.cid-scDT6PwPkm figcaption {
  position: relative;
}
.cid-scDT6PwPkm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-scDT6PwPkm .image-block {
    width: 100% !important;
  }
}
.cid-scDSAf737p {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-scDSAf737p .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-scDSAf737p .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-scDSAf737p .mbr-text {
    text-align: left;
  }
}
.cid-scDSAf737p H1 {
  color: #073b4c;
  text-align: left;
}
.cid-scDSAf737p H3 {
  color: #232323;
}
.cid-scDSAf737p .mbr-text,
.cid-scDSAf737p .mbr-section-btn {
  color: #879a9f;
}
.cid-scDSAf737p DIV {
  text-align: left;
}
.cid-s4CtJesZV7 {
  background: #ffffff;
}
.cid-s4CtJesZV7 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CtJesZV7 figcaption {
  position: relative;
}
.cid-s4CtJesZV7 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CtJesZV7 .image-block {
    width: 100% !important;
  }
}
.cid-s4BGLryvn0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4BGLryvn0 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s4BGLryvn0 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4BGLryvn0 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s4BGLryvn0 .mbr-text {
    text-align: left;
  }
}
.cid-s4BGLryvn0 H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s4BGLryvn0 H3 {
  color: #232323;
}
.cid-s4BGLryvn0 .mbr-text,
.cid-s4BGLryvn0 .mbr-section-btn {
  color: #879a9f;
}
.cid-s4BGLryvn0 DIV {
  text-align: left;
}
.cid-s4BIdrvOME {
  background: #ffffff;
}
.cid-s4BIdrvOME .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4BIdrvOME figcaption {
  position: relative;
}
.cid-s4BIdrvOME figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4BIdrvOME .image-block {
    width: 100% !important;
  }
}
.cid-s4BEyASg2K {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s4BEyASg2K .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4BEyASg2K .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s4BEyASg2K .mbr-text {
    text-align: left;
  }
}
.cid-s4BEyASg2K H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s4BEyASg2K H3 {
  color: #232323;
}
.cid-s4BEyASg2K .mbr-text,
.cid-s4BEyASg2K .mbr-section-btn {
  color: #879a9f;
}
.cid-s4BEyASg2K DIV {
  text-align: left;
}
.cid-s4BIci96hQ {
  background: #ffffff;
}
.cid-s4BIci96hQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4BIci96hQ figcaption {
  position: relative;
}
.cid-s4BIci96hQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4BIci96hQ .image-block {
    width: 100% !important;
  }
}
.cid-sAXLXp6gge {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAXLXp6gge .block-title {
  text-align: center;
  color: #465052;
}
.cid-sAXLXp6gge oben {
  color: #444444;
  font-size: 15px;
}
.cid-sAXLXp6gge blau {
  color: #0082c3;
  font-size: 24px;
}
.cid-sAXLVWNOmD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAXLZzrmRA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAXLZzrmRA .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-sAXLZzrmRA .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-sAXLZzrmRA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sAXLZzrmRA .inner-container {
    width: 100% !important;
  }
}
.cid-sAXLYtFyZE {
  background: #ffffff;
}
.cid-sAXLYtFyZE .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sAXLYtFyZE figcaption {
  position: relative;
}
.cid-sAXLYtFyZE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAXLYtFyZE .image-block {
    width: 100% !important;
  }
}
.cid-s3vghxamho {
  background: #ffffff;
}
.cid-s3vghxamho .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3vghxamho figcaption {
  position: relative;
}
.cid-s3vghxamho figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3vghxamho .image-block {
    width: 100% !important;
  }
}
.cid-sAXM0LhvFA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sAXM0LhvFA .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: left;
  margin-left: 15px;
}
.cid-sAXM0LhvFA .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-left: 15px;
}
.cid-sAXM0LhvFA rot {
  color: #ee1c25;
  font-size: 22px;
}
.cid-s3vghzWVY9 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s3vghzWVY9 .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3vghzWVY9 .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #c1c1c1;
}
.cid-s3vghzWVY9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3vghzWVY9 .inner-container {
    width: 100% !important;
  }
}
.cid-s3vghzWVY9 .section-text DIV {
  text-align: left;
}
.cid-s3vghzWVY9 copy {
  font-size: 13px;
  color: #cccccc;
}
.cid-s3vghzWVY9 schwarz {
  font-size: 13px;
  color: #000000;
}
.cid-s3vghzWVY9 orange {
  color: #e15a00;
  font-size: 13px;
}
.cid-s3vh4FFksT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s3vh4FFksT .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s3vh4FFksT .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3vh4FFksT .mbr-text {
    text-align: center;
  }
}
.cid-s3vh4FFksT .mbr-text,
.cid-s3vh4FFksT .mbr-section-btn {
  color: #5b686b;
  text-align: left;
}
.cid-s3vs1qRt2U {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  opacity: 0.93;
}
.cid-s3vs1qRt2U .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3vs1qRt2U .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 2%;
}
.cid-s3vs1qRt2U .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3vs1qRt2U ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-s3vs1qRt2U .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
  opacity: 0.93;
}
.cid-s3vs1qRt2U .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-s3vs1qRt2U .navigation-portrait {
  height: 48px;
}
.cid-s3vs1qRt2U .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.cid-s3vs1qRt2U .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-s3vs1qRt2U .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-s3vs1qRt2U .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-s3vs1qRt2U .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-s3vs1qRt2U .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-s3vs1qRt2U .align-to-right {
  float: right;
}
.cid-s3vs1qRt2U .nav-header {
  float: left;
}
.cid-s3vs1qRt2U .navigation-hidden .nav-header {
  display: none;
}
.cid-s3vs1qRt2U .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #70798b;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-s3vs1qRt2U .nav-brand:hover,
.cid-s3vs1qRt2U .nav-brand:focus {
  color: #70798b;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-s3vs1qRt2U .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-s3vs1qRt2U .nav-logo:focus > img {
  outline: initial;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-s3vs1qRt2U .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-s3vs1qRt2U .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-toggle {
  display: block;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-s3vs1qRt2U .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-s3vs1qRt2U .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-s3vs1qRt2U .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-s3vs1qRt2U .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-s3vs1qRt2U .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.cid-s3vs1qRt2U .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-s3vs1qRt2U .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70798b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-s3vs1qRt2U .nav-menu > li:hover > a,
.cid-s3vs1qRt2U .nav-menu > li.active > a,
.cid-s3vs1qRt2U .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-s3vs1qRt2U .nav-menu > li > a > i,
.cid-s3vs1qRt2U .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-s3vs1qRt2U .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-s3vs1qRt2U .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-s3vs1qRt2U .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-s3vs1qRt2U .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-s3vs1qRt2U .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-s3vs1qRt2U .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vs1qRt2U .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-s3vs1qRt2U .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-s3vs1qRt2U .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-s3vs1qRt2U .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-s3vs1qRt2U .nav-menu > .active > a .submenu-indicator-chevron,
.cid-s3vs1qRt2U .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #0082c3 #0082c3 transparent;
}
.cid-s3vs1qRt2U .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-s3vs1qRt2U .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-s3vs1qRt2U .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-s3vs1qRt2U .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-s3vs1qRt2U .navigation-hidden .nav-search {
  display: none;
}
.cid-s3vs1qRt2U .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-s3vs1qRt2U .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-s3vs1qRt2U .nav-search-icon:after,
.cid-s3vs1qRt2U .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-s3vs1qRt2U .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-s3vs1qRt2U .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-s3vs1qRt2U .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-s3vs1qRt2U .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-s3vs1qRt2U .nav-search-inner input[type=text],
.cid-s3vs1qRt2U .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-search-inner input[type=text],
.cid-s3vs1qRt2U .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-s3vs1qRt2U .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-s3vs1qRt2U .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #0082c3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-s3vs1qRt2U .nav-button:hover,
.cid-s3vs1qRt2U .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-s3vs1qRt2U .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-s3vs1qRt2U .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  border-color: #f4f4f4;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-s3vs1qRt2U .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-s3vs1qRt2U .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #ffffff;
}
.cid-s3vs1qRt2U .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
  border-color: #f4f4f4;
}
.cid-s3vs1qRt2U .nav-dropdown > li > a {
  width: 100%;
  padding: 10px 16px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70798b;
  background-color: #007387;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-s3vs1qRt2U .nav-dropdown > li:hover > a,
.cid-s3vs1qRt2U .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #0082c3;
}
.cid-s3vs1qRt2U .nav-dropdown.nav-dropdown-left {
  right: 0;
  color: #f4f4f4;
}
.cid-s3vs1qRt2U .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
  color: #f4f4f4;
}
.cid-s3vs1qRt2U .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
  color: #f4f4f4;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-s3vs1qRt2U .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-s3vs1qRt2U .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-s3vs1qRt2U .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-s3vs1qRt2U .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-s3vs1qRt2U .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-s3vs1qRt2U .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-s3vs1qRt2U .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-s3vs1qRt2U .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.cid-s3vs1qRt2U .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-s3vs1qRt2U .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-s3vs1qRt2U .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-s3vs1qRt2U .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-s3vs1qRt2U .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-s3vs1qRt2U .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-s3vs1qRt2U .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-s3vs1qRt2U .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
}
.cid-s3vs1qRt2U .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-s3vs1qRt2U .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-s3vs1qRt2U .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-s3vs1qRt2U .megamenu-panel-half {
  width: 50%;
}
.cid-s3vs1qRt2U .megamenu-panel-quarter {
  width: 25%;
}
.cid-s3vs1qRt2U .navigation-portrait .megamenu-panel-half,
.cid-s3vs1qRt2U .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-s3vs1qRt2U .megamenu-panel-row {
  width: 100%;
}
.cid-s3vs1qRt2U .megamenu-panel-row:before,
.cid-s3vs1qRt2U .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-s3vs1qRt2U .megamenu-panel-row:after {
  clear: both;
}
.cid-s3vs1qRt2U .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-s3vs1qRt2U .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-s3vs1qRt2U .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-s3vs1qRt2U .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-s3vs1qRt2U .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-s3vs1qRt2U .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-s3vs1qRt2U .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-s3vs1qRt2U .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-s3vs1qRt2U .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-s3vs1qRt2U .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-s3vs1qRt2U .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-s3vs1qRt2U .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-s3vs1qRt2U .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-s3vs1qRt2U .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-s3vs1qRt2U .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-s3vs1qRt2U .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-s3vs1qRt2U .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-s3vs1qRt2U .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-s3vs1qRt2U .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-s3vs1qRt2U .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #ffffff;
  outline: 0;
  background-color: #f6f6f6;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-s3vs1qRt2U .megamenu-tabs-nav > li.active a,
.cid-s3vs1qRt2U .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-s3vs1qRt2U .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0.5;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #eff0f2;
  background-color: #e4e1d4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-s3vs1qRt2U .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-s3vs1qRt2U .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-s3vs1qRt2U .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-s3vs1qRt2U .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-s3vs1qRt2U .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-s3vs1qRt2U .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}
.cid-s3vs1qRt2U .navigation-landscape .megamenu-list:last-child {
  border: none;
}
.cid-s3vs1qRt2U .megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s3vs1qRt2U .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #008800;
}
.cid-s3vs1qRt2U .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-s3vs1qRt2U .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 0.1;
  background-color: transparent;
}
.cid-s3vs1qRt2U .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-s3vs1qRt2U .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-s3vs1qRt2U .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-s3vh4J59cO {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #767676;
  background: linear-gradient(45deg, #767676, #232323);
}
.cid-s3vh4J59cO .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s3vh4J59cO .mbr-figure {
    padding-right: 1.5rem;
    padding-right: 0;
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-s3vh4J59cO .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s3vh4J59cO .mbr-text {
    text-align: left;
  }
}
.cid-s3vh4J59cO H3 {
  text-align: left;
}
.cid-s3vh4SRqqZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s3vh4SRqqZ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3vh4SRqqZ .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #073b4c;
}
.cid-s3vh4SRqqZ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3vh4SRqqZ .inner-container {
    width: 100% !important;
  }
}
.cid-s3vh4SRqqZ blau {
  color: #000000;
}
.cid-s3vh4SRqqZ .section-text DIV {
  text-align: left;
}
.cid-s4CuBFNKnM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4CuBFNKnM .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-s4CuBFNKnM .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #073b4c;
}
.cid-s4CuBFNKnM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s4CuBFNKnM .inner-container {
    width: 100% !important;
  }
}
.cid-s4CuBFNKnM .section-text DIV {
  text-align: left;
}
.cid-s5miznwhf5 {
  background: #ffffff;
}
.cid-s5miznwhf5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s5miznwhf5 figcaption {
  position: relative;
}
.cid-s5miznwhf5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s5miznwhf5 .image-block {
    width: 100% !important;
  }
}
.cid-s4CuMAmRJL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-s4CuMAmRJL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4CuMAmRJL .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s4CuMAmRJL .mbr-text {
    text-align: left;
  }
}
.cid-s4CuMAmRJL H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s4CuMAmRJL H3 {
  color: #232323;
}
.cid-s4CuMAmRJL .mbr-text,
.cid-s4CuMAmRJL .mbr-section-btn {
  color: #879a9f;
}
.cid-s4CuMAmRJL DIV {
  text-align: left;
}
.cid-s4CxgOaRuz {
  background: #ffffff;
}
.cid-s4CxgOaRuz .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxgOaRuz figcaption {
  position: relative;
}
.cid-s4CxgOaRuz figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxgOaRuz .image-block {
    width: 100% !important;
  }
}
.cid-s4CvUEgzSF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s4CvUEgzSF .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-s4CvUEgzSF .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-s4CvUEgzSF .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-s4CvUEgzSF .mbr-text {
    text-align: left;
  }
}
.cid-s4CvUEgzSF H1 {
  color: #073b4c;
  text-align: left;
}
.cid-s4CvUEgzSF H3 {
  color: #232323;
}
.cid-s4CvUEgzSF .mbr-text,
.cid-s4CvUEgzSF .mbr-section-btn {
  color: #879a9f;
}
.cid-s4CvUEgzSF DIV {
  text-align: left;
}
.cid-s4CxjJKcN4 {
  background: #ffffff;
}
.cid-s4CxjJKcN4 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s4CxjJKcN4 figcaption {
  position: relative;
}
.cid-s4CxjJKcN4 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s4CxjJKcN4 .image-block {
    width: 100% !important;
  }
}
.cid-sAXMjUmISM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAXMjUmISM .block-title {
  text-align: center;
  color: #465052;
}
.cid-sAXMjUmISM oben {
  color: #444444;
  font-size: 15px;
}
.cid-sAXMjUmISM blau {
  color: #0082c3;
  font-size: 24px;
}
.cid-sAXMn2ISpb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAXMkJEv7g {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sAXMkJEv7g .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-sAXMkJEv7g .section-text {
  padding: 0.2rem 0;
  text-align: left;
}
.cid-sAXMkJEv7g .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sAXMkJEv7g .inner-container {
    width: 100% !important;
  }
}
.cid-sAXMlE7iIG {
  background: #ffffff;
}
.cid-sAXMlE7iIG .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sAXMlE7iIG figcaption {
  position: relative;
}
.cid-sAXMlE7iIG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sAXMlE7iIG .image-block {
    width: 100% !important;
  }
}
.cid-s3vh52kcKN {
  background: #ffffff;
}
.cid-s3vh52kcKN .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-s3vh52kcKN figcaption {
  position: relative;
}
.cid-s3vh52kcKN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-s3vh52kcKN .image-block {
    width: 100% !important;
  }
}
.cid-sAXMikmiA4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sAXMikmiA4 .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: left;
  margin-left: 15px;
}
.cid-sAXMikmiA4 .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-left: 15px;
}
.cid-sAXMikmiA4 rot {
  color: #ee1c25;
  font-size: 22px;
}
.cid-s3vh55ax2l {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-s3vh55ax2l .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-s3vh55ax2l .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #c1c1c1;
}
.cid-s3vh55ax2l .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-s3vh55ax2l .inner-container {
    width: 100% !important;
  }
}
.cid-s3vh55ax2l .section-text DIV {
  text-align: left;
}
.cid-s3vh55ax2l copy {
  font-size: 13px;
  color: #cccccc;
}
.cid-s3vh55ax2l schwarz {
  font-size: 13px;
  color: #000000;
}
.cid-s3vh55ax2l orange {
  color: #e15a00;
  font-size: 13px;
}
.cid-sTCQJjyjYh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sTCQJjyjYh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sTCQJjyjYh .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sTCQJjyjYh .mbr-text {
    text-align: center;
  }
}
.cid-sTCQJjyjYh .mbr-text,
.cid-sTCQJjyjYh .mbr-section-btn {
  color: #5b686b;
  text-align: left;
}
.cid-sTCQJm1v3l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  opacity: 0.93;
}
.cid-sTCQJm1v3l .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sTCQJm1v3l .section-text {
  padding: 0.2rem 0;
  justify-content: center;
  margin-left: 2%;
}
.cid-sTCQJm1v3l .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sTCQJm1v3l ul.nav-Mob {
    flex-direction: column;
  }
}
.cid-sTCQJm1v3l .navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #ffffff;
  opacity: 0.93;
}
.cid-sTCQJm1v3l .navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
.cid-sTCQJm1v3l .navigation-portrait {
  height: 48px;
}
.cid-sTCQJm1v3l .navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.cid-sTCQJm1v3l .navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}
@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.cid-sTCQJm1v3l .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.cid-sTCQJm1v3l .navigation-fixed-placeholder {
  width: 100%;
  display: none;
}
.cid-sTCQJm1v3l .navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}
.cid-sTCQJm1v3l .navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.cid-sTCQJm1v3l .align-to-right {
  float: right;
}
.cid-sTCQJm1v3l .nav-header {
  float: left;
}
.cid-sTCQJm1v3l .navigation-hidden .nav-header {
  display: none;
}
.cid-sTCQJm1v3l .nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #70798b;
  font-size: 24px;
  text-decoration: none !important;
}
.cid-sTCQJm1v3l .nav-brand:hover,
.cid-sTCQJm1v3l .nav-brand:focus {
  color: #70798b;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.cid-sTCQJm1v3l .nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.cid-sTCQJm1v3l .nav-logo:focus > img {
  outline: initial;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}
.cid-sTCQJm1v3l .nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.cid-sTCQJm1v3l .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-toggle {
  display: block;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.cid-sTCQJm1v3l .nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.cid-sTCQJm1v3l .nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-menu {
  width: 100%;
}
.cid-sTCQJm1v3l .nav-menu.nav-menu-centered {
  text-align: center;
}
.cid-sTCQJm1v3l .nav-menu.nav-menu-centered > li {
  float: none;
}
.cid-sTCQJm1v3l .nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.cid-sTCQJm1v3l .nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.cid-sTCQJm1v3l .nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70798b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.cid-sTCQJm1v3l .nav-menu > li:hover > a,
.cid-sTCQJm1v3l .nav-menu > li.active > a,
.cid-sTCQJm1v3l .nav-menu > li.focus > a {
  color: #967ADC;
}
.cid-sTCQJm1v3l .nav-menu > li > a > i,
.cid-sTCQJm1v3l .nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.cid-sTCQJm1v3l .nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.cid-sTCQJm1v3l .navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.cid-sTCQJm1v3l .nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.cid-sTCQJm1v3l .nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}
.cid-sTCQJm1v3l .nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.cid-sTCQJm1v3l .submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sTCQJm1v3l .navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.cid-sTCQJm1v3l .submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.cid-sTCQJm1v3l .navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.cid-sTCQJm1v3l .nav-menu > li:hover > a .submenu-indicator-chevron,
.cid-sTCQJm1v3l .nav-menu > .active > a .submenu-indicator-chevron,
.cid-sTCQJm1v3l .nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #0082c3 #0082c3 transparent;
}
.cid-sTCQJm1v3l .navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-sTCQJm1v3l .nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.cid-sTCQJm1v3l .no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.cid-sTCQJm1v3l .nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.cid-sTCQJm1v3l .navigation-hidden .nav-search {
  display: none;
}
.cid-sTCQJm1v3l .nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.cid-sTCQJm1v3l .nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-sTCQJm1v3l .nav-search-icon:after,
.cid-sTCQJm1v3l .nav-search-icon:before {
  content: '';
  pointer-events: none;
}
.cid-sTCQJm1v3l .nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cid-sTCQJm1v3l .nav-search-button:hover .nav-search-icon {
  color: #967ADC;
}
.cid-sTCQJm1v3l .nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}
.cid-sTCQJm1v3l .nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-search-inner {
  height: 48px;
}
.cid-sTCQJm1v3l .nav-search-inner input[type=text],
.cid-sTCQJm1v3l .nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-search-inner input[type=text],
.cid-sTCQJm1v3l .navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.cid-sTCQJm1v3l .nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.cid-sTCQJm1v3l .nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  background-color: #0082c3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cid-sTCQJm1v3l .nav-button:hover,
.cid-sTCQJm1v3l .nav-button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-button {
  width: calc(48%);
  margin: 17px 26px;
}
.cid-sTCQJm1v3l .nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-text {
  width: calc(48%);
  margin: 12px 26px 0;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.cid-sTCQJm1v3l .nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  border-color: #f4f4f4;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.cid-sTCQJm1v3l .nav-dropdown .nav-dropdown {
  left: 100%;
}
.cid-sTCQJm1v3l .nav-menu > li > .nav-dropdown {
  border-top: solid 1px #ffffff;
}
.cid-sTCQJm1v3l .nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
  border-color: #f4f4f4;
}
.cid-sTCQJm1v3l .nav-dropdown > li > a {
  width: 100%;
  padding: 10px 16px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70798b;
  background-color: #007387;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.cid-sTCQJm1v3l .nav-dropdown > li:hover > a,
.cid-sTCQJm1v3l .nav-dropdown > li.focus > a {
  color: #0082c3;
  background-color: #0082c3;
}
.cid-sTCQJm1v3l .nav-dropdown.nav-dropdown-left {
  right: 0;
  color: #f4f4f4;
}
.cid-sTCQJm1v3l .nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
  color: #f4f4f4;
}
.cid-sTCQJm1v3l .navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
  color: #f4f4f4;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.cid-sTCQJm1v3l .nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.cid-sTCQJm1v3l .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-sTCQJm1v3l .navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-sTCQJm1v3l .nav-dropdown > li:hover > a .submenu-indicator-chevron,
.cid-sTCQJm1v3l .nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967ADC #967ADC transparent;
}
.cid-sTCQJm1v3l .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.cid-sTCQJm1v3l .navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cid-sTCQJm1v3l .nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.cid-sTCQJm1v3l .nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.cid-sTCQJm1v3l .nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.cid-sTCQJm1v3l .navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.cid-sTCQJm1v3l .nav-dropdown-horizontal > li > a {
  position: relative;
}
.cid-sTCQJm1v3l .nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cid-sTCQJm1v3l .navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-sTCQJm1v3l .navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cid-sTCQJm1v3l .megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
}
.cid-sTCQJm1v3l .navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}
.cid-sTCQJm1v3l .megamenu-panel [class*="container"] {
  width: 100%;
}
.cid-sTCQJm1v3l .megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}
.cid-sTCQJm1v3l .megamenu-panel-half {
  width: 50%;
}
.cid-sTCQJm1v3l .megamenu-panel-quarter {
  width: 25%;
}
.cid-sTCQJm1v3l .navigation-portrait .megamenu-panel-half,
.cid-sTCQJm1v3l .navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}
.cid-sTCQJm1v3l .megamenu-panel-row {
  width: 100%;
}
.cid-sTCQJm1v3l .megamenu-panel-row:before,
.cid-sTCQJm1v3l .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.cid-sTCQJm1v3l .megamenu-panel-row:after {
  clear: both;
}
.cid-sTCQJm1v3l .megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}
.cid-sTCQJm1v3l .megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
.cid-sTCQJm1v3l .navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
.cid-sTCQJm1v3l .navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}
.cid-sTCQJm1v3l .megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}
.cid-sTCQJm1v3l .megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}
.cid-sTCQJm1v3l .megamenu-panel-row .col-3 {
  width: 22.75%;
}
.cid-sTCQJm1v3l .megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}
.cid-sTCQJm1v3l .megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}
.cid-sTCQJm1v3l .megamenu-panel-row .col-6 {
  width: 48.5%;
}
.cid-sTCQJm1v3l .megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}
.cid-sTCQJm1v3l .megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}
.cid-sTCQJm1v3l .megamenu-panel-row .col-9 {
  width: 74.25%;
}
.cid-sTCQJm1v3l .megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}
.cid-sTCQJm1v3l .megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}
.cid-sTCQJm1v3l .megamenu-panel-row .col-12 {
  width: 100%;
}
.cid-sTCQJm1v3l .megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}
.cid-sTCQJm1v3l .megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}
.cid-sTCQJm1v3l .navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}
.cid-sTCQJm1v3l .megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #70798b;
  border: solid 1px #ffffff;
  outline: 0;
  background-color: #f6f6f6;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.cid-sTCQJm1v3l .megamenu-tabs-nav > li.active a,
.cid-sTCQJm1v3l .megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}
.cid-sTCQJm1v3l .megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  opacity: 0.5;
  font-size: 13px;
  color: #70798b;
  border: solid 1px #eff0f2;
  background-color: #e4e1d4;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cid-sTCQJm1v3l .megamenu-tabs-pane.active {
  display: block;
  opacity: 1;
}
.cid-sTCQJm1v3l .navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}
.cid-sTCQJm1v3l .megamenu-lists {
  width: 100%;
  display: table;
}
.cid-sTCQJm1v3l .megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}
.cid-sTCQJm1v3l .megamenu-list:last-child {
  margin: 0;
  border: none;
}
.cid-sTCQJm1v3l .navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}
.cid-sTCQJm1v3l .navigation-landscape .megamenu-list:last-child {
  border: none;
}
.cid-sTCQJm1v3l .megamenu-list > li > a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #70798b;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-sTCQJm1v3l .megamenu-list > li > a:hover {
  color: #ffffff;
  background-color: #008800;
}
.cid-sTCQJm1v3l .megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.8;
  color: #70798b;
}
.cid-sTCQJm1v3l .megamenu-list > li.megamenu-list-title > a:hover {
  opacity: 0.1;
  background-color: transparent;
}
.cid-sTCQJm1v3l .navigation-landscape .list-col-2 {
  width: 50%;
}
.cid-sTCQJm1v3l .navigation-landscape .list-col-3 {
  width: 33%;
}
.cid-sTCQJm1v3l .navigation-landscape .list-col-4 {
  width: 25%;
}
.cid-sTCQJn2bRI {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #767676;
  background: linear-gradient(45deg, #767676, #232323);
}
.cid-sTCQJn2bRI .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sTCQJn2bRI .mbr-figure {
    padding-right: 1.5rem;
    padding-right: 0;
    padding-left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-sTCQJn2bRI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sTCQJn2bRI .mbr-text {
    text-align: left;
  }
}
.cid-sTCQJn2bRI H3 {
  text-align: left;
}
.cid-sTCQJonNP4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sTCQJonNP4 .mbr-section-subtitle {
  color: #073b4c;
}
.cid-sTCQJonNP4 H2 {
  color: #073b4c;
}
.cid-sTCQJvWjkg {
  background: #ffffff;
}
.cid-sTCQJvWjkg .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sTCQJvWjkg .mbr-figure {
  margin: 0 auto;
}
.cid-sTCQJvWjkg figcaption {
  position: relative;
}
.cid-sTCQJvWjkg figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sTCQJvWjkg .image-block {
    width: 100% !important;
  }
}
.cid-sTCQJwMJey {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #0082c3;
}
.cid-sTCQJwMJey .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 0.2px;
  margin: 0 auto;
}
.cid-sTCQJwMJey .section-text {
  padding: 0.2rem 0;
  text-align: center;
  color: #073b4c;
}
.cid-sTCQJwMJey .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sTCQJwMJey .inner-container {
    width: 100% !important;
  }
}
.cid-sTCQJwMJey .section-text DIV {
  text-align: center;
}
.cid-tSiqSNdAzv {
  background: #ffffff;
}
.cid-tSiqSNdAzv .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-tSiqSNdAzv figcaption {
  position: relative;
}
.cid-tSiqSNdAzv figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tSiqSNdAzv .image-block {
    width: 100% !important;
  }
}
.cid-tSiqrBeVYQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tSiqrBeVYQ .mbr-text {
  line-height: 1.5;
  color: #333333;
  text-align: left;
  margin-left: 15px;
}
.cid-tSiqrBeVYQ .mbr-section-title {
  text-align: left;
  color: #000000;
  margin-left: 15px;
}
.cid-tSiqrBeVYQ rot {
  color: #ee1c25;
  font-size: 22px;
}
.cid-sTCQJMEeUG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sTCQJMEeUG .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sTCQJMEeUG .section-text {
  padding: 0.2rem 0;
  text-align: left;
  color: #c1c1c1;
}
.cid-sTCQJMEeUG .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sTCQJMEeUG .inner-container {
    width: 100% !important;
  }
}
.cid-sTCQJMEeUG .section-text DIV {
  text-align: left;
}
.cid-sTCQJMEeUG copy {
  font-size: 13px;
  color: #cccccc;
}
.cid-sTCQJMEeUG schwarz {
  font-size: 13px;
  color: #000000;
}
.cid-sTCQJMEeUG orange {
  color: #e15a00;
  font-size: 13px;
}
