.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #353535 !important;
}
.bg-success {
  background-color: #23aa22 !important;
}
.bg-info {
  background-color: #6ec7f2 !important;
}
.bg-warning {
  background-color: #856d06 !important;
}
.bg-danger {
  background-color: #ff6600 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1ea8eb !important;
  border-color: #1ea8eb !important;
}
.btn-success,
.btn-success:active {
  background-color: #23aa22 !important;
  border-color: #23aa22 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #146214 !important;
  border-color: #146214 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #146214 !important;
  border-color: #146214 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #856d06 !important;
  border-color: #856d06 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #322902 !important;
  border-color: #322902 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #322902 !important;
  border-color: #322902 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a84300 !important;
  border-color: #a84300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a84300 !important;
  border-color: #a84300 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6ec7f2;
  color: #6ec7f2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1ea8eb !important;
  background-color: transparent!important;
  border-color: #1ea8eb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6ec7f2 !important;
  border-color: #6ec7f2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #23aa22;
  color: #23aa22;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #146214 !important;
  background-color: transparent!important;
  border-color: #146214 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #23aa22 !important;
  border-color: #23aa22 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #856d06;
  color: #856d06;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #322902 !important;
  background-color: transparent!important;
  border-color: #322902 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #856d06 !important;
  border-color: #856d06 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff6600;
  color: #ff6600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a84300 !important;
  background-color: transparent!important;
  border-color: #a84300 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6600 !important;
  border-color: #ff6600 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #353535 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #23aa22 !important;
}
.text-info {
  color: #6ec7f2 !important;
}
.text-warning {
  color: #856d06 !important;
}
.text-danger {
  color: #ff6600 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #115511 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #15a1e5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #231d02 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993d00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #353535;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6ec7f2;
}
.alert-warning {
  background-color: #856d06;
}
.alert-danger {
  background-color: #ff6600;
}
.mbr-gallery-filter li.active .btn {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #6be16a;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f4ca16;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe0cc;
}
/* Scroll to top button*/
.form-control {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #353535 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'FiraSansCondensed-Light';
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #353535;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.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: #353535 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23353535' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v5DRoG9EhQ {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v5DRoG9EhQ .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v5DRoG9EhQ nav.navbar {
  position: fixed;
}
.cid-v5DRoG9EhQ blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v5DRoG9EhQ orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v5DRoG9EhQ gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v5DRoG9EhQ black {
  color: #000000;
  font-weight: bold;
}
.cid-v5DRoG9EhQ pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v5DRoG9EhQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5DRoG9EhQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5DRoG9EhQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5DRoG9EhQ .dropdown-item:hover,
.cid-v5DRoG9EhQ .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-v5DRoG9EhQ .dropdown-item:hover span {
  color: white;
}
.cid-v5DRoG9EhQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5DRoG9EhQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5DRoG9EhQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v5DRoG9EhQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5DRoG9EhQ .nav-link {
  position: relative;
}
.cid-v5DRoG9EhQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v5DRoG9EhQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v5DRoG9EhQ .dropdown-menu,
.cid-v5DRoG9EhQ .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v5DRoG9EhQ .nav-item:focus,
.cid-v5DRoG9EhQ .nav-link:focus {
  outline: none;
}
.cid-v5DRoG9EhQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5DRoG9EhQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5DRoG9EhQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5DRoG9EhQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5DRoG9EhQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5DRoG9EhQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5DRoG9EhQ .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #9fdbf8;
}
.cid-v5DRoG9EhQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v5DRoG9EhQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5DRoG9EhQ .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v5DRoG9EhQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5DRoG9EhQ .navbar.collapsed {
  justify-content: center;
}
.cid-v5DRoG9EhQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5DRoG9EhQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5DRoG9EhQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v5DRoG9EhQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5DRoG9EhQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5DRoG9EhQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5DRoG9EhQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5DRoG9EhQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v5DRoG9EhQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5DRoG9EhQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5DRoG9EhQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5DRoG9EhQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5DRoG9EhQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5DRoG9EhQ .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v5DRoG9EhQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5DRoG9EhQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5DRoG9EhQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v5DRoG9EhQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v5DRoG9EhQ .navbar.navbar-short {
  min-height: auto;
}
.cid-v5DRoG9EhQ .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v5DRoG9EhQ .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v5DRoG9EhQ .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v5DRoG9EhQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v5DRoG9EhQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5DRoG9EhQ .dropdown-item.active,
.cid-v5DRoG9EhQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v5DRoG9EhQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5DRoG9EhQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5DRoG9EhQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5DRoG9EhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v5DRoG9EhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5DRoG9EhQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5DRoG9EhQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5DRoG9EhQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v5DRoG9EhQ .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v5DRoG9EhQ .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v5DRoG9EhQ .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v5DRoG9EhQ .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v5DRoG9EhQ button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v5DRoG9EhQ button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v5DRoG9EhQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v5DRoG9EhQ button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v5DRoG9EhQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v5DRoG9EhQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5DRoG9EhQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v5DRoG9EhQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v5DRoG9EhQ nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5DRoG9EhQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5DRoG9EhQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v5DRoG9EhQ nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5DRoG9EhQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5DRoG9EhQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5DRoG9EhQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5DRoG9EhQ .navbar {
    height: 70px;
  }
  .cid-v5DRoG9EhQ .navbar.opened {
    height: auto;
  }
  .cid-v5DRoG9EhQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5DRoG9EhQ .container-fluid {
  padding-right: 0;
}
.cid-v5DRoG9EhQ .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v5DRoG9EhQ .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v5DRoG9EhQ .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v5DRoG9EhQ .navbar-collapse .nav-link:hover {
  color: #353535 !important;
}
@media (max-width: 991px) {
  .cid-v5DRoG9EhQ .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v5DRoG9EhQ .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v5DRoG9EhQ .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v5DRoG9EhQ .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v5DRoG9EhQ .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v5DRoG9EhQ .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v5DRoG9EhQ .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v5DRoG9EhQ .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v5DRoG9EhQ .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v5DRoG9EhQ li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v5DRoG9EhQ li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v5DRoG9EhQ li.nav-item:nth-last-child(3) img,
  .cid-v5DRoG9EhQ li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v5DRoG9EhQ li.nav-item img[src*="flagdeutsch"],
  .cid-v5DRoG9EhQ li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v5DRoG9EhQ .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v5DRoG9EhQ .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v5DRoG9EhQ .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v5DRoG9EhQ .navbar-brand {
    padding: -550px 0;
  }
  .cid-v5DRoG9EhQ .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v5DRoG9EhQ .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v5DRoG9EhQ .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v5DRoG9EhQ mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v5DRoG9EhQ .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v5DRoG9EhQ info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v5DRoG9EhQ ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v5DRoG9EhQ achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v5DRoG9EhQ zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v5DRoG9EhQ zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v5DRoG9EhQ li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v5szk7NdXx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8yQn7WFk2 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8yQn7WFk2 .mbr-text {
    text-align: left;
  }
}
.cid-v8yQn7WFk2 H1 {
  color: #0082c3;
  text-align: left;
}
.cid-v8yQn7WFk2 .mbr-text,
.cid-v8yQn7WFk2 .mbr-section-btn {
  color: #232323;
}
.cid-v8yQn7WFk2 H2 {
  color: #ff6400;
  text-align: left;
}
.cid-v8yQn7WFk2 hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-v8yQn7WFk2 hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-v8yQn7WFk2 H4 {
  color: #7f1933;
  text-align: left;
}
.cid-v8yQn7WFk2 H5 {
  color: #0a9718;
  text-align: left;
}
.cid-v8yQn7WFk2 H3 {
  text-align: left;
  line-height: 26px;
  color: #000000;
}
.cid-v8yQn7WFk2 .image-wrapper {
  text-align: left !important;
}
.cid-v8yQn7WFk2 .image-wrapper img {
  max-width: 105px;
  width: 100%;
}
.cid-v8yQn7WFk2 .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-v8yQn7WFk2 .datemargin {
  margin-top: -10px;
}
.cid-v8yQn7WFk2 .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-v8yQn7WFk2 .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-v8yQn7WFk2 .custom-text-box {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
  height: 170px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-v8yQn7WFk2 .custom-text-box h1,
.cid-v8yQn7WFk2 .custom-text-box h2,
.cid-v8yQn7WFk2 .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-v8yQn7WFk2 .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: FiraSansCondensed-Light;
}
.cid-v8yQn7WFk2 .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: FiraSansCondensed-Light;
}
.cid-v8yQn7WFk2 .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: FiraSansCondensed-Light;
}
.cid-v8yQn7WFk2 .left-flex-container .image-wrapper {
  width: 330px !important;
  min-width: 330px !important;
  max-width: 330px !important;
  flex-shrink: 0 !important;
}
.cid-v8yQn7WFk2 .left-flex-container .image-wrapper img {
  max-width: 330px !important;
  width: 100% !important;
  height: auto !important;
}
@media (max-width: 991px) {
  .cid-v8yQn7WFk2 .left-flex-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .cid-v8yQn7WFk2 .custom-text-box {
    width: 200px !important;
    max-width: 200px !important;
  }
  .cid-v8yQn7WFk2 .left-flex-container .image-wrapper {
    width: 100% !important;
    max-width: 400px !important;
    text-align: center !important;
  }
  .cid-v8yQn7WFk2 .left-flex-container .image-wrapper img {
    max-width: 100% !important;
  }
  .cid-v8yQn7WFk2 .rightblock {
    margin-left: 0 !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v8yQn7WFk2 .custom-text-box {
    width: 180px !important;
    max-width: 180px !important;
    height: 150px !important;
  }
  .cid-v8yQn7WFk2 .custom-text-box h1 {
    font-size: 45px !important;
  }
  .cid-v8yQn7WFk2 .custom-text-box h2 {
    font-size: 24px !important;
  }
  .cid-v8yQn7WFk2 .custom-text-box h3 {
    font-size: 15px !important;
  }
  .cid-v8yQn7WFk2 .left-flex-container .image-wrapper {
    max-width: 100% !important;
  }
}
@media (max-width: 575px) {
  .cid-v8yQn7WFk2 .custom-text-box {
    width: 150px !important;
    max-width: 150px !important;
    height: 140px !important;
  }
  .cid-v8yQn7WFk2 .custom-text-box h1 {
    font-size: 40px !important;
  }
  .cid-v8yQn7WFk2 .custom-text-box h2 {
    font-size: 22px !important;
  }
  .cid-v8yQn7WFk2 .custom-text-box h3 {
    font-size: 14px !important;
  }
}
.cid-v8yQn7WFk2 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v8yQn7WFk2 info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-v8yQn7WFk2 h2 {
  color: #000000;
}
.cid-v8yQn7WFk2 h1 {
  color: #000000;
}
.cid-v4dASrIBD0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v4dASrIBD0 .mbr-section-subtitle {
  color: #14142b;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #fedb01;
}
.cid-v4dASrIBD0 .row {
  align-items: center;
  height: 100%;
}
.cid-v4dASrIBD0 .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-v4dASrIBD0 .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-v4dASrIBD0 .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-v5lZfFAFAb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v5lZfFAFAb orange {
  color: #ff6600;
}
.cid-v4dADA2xYn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #414142;
}
.cid-v4dADA2xYn .mbr-section-title.col-title {
  color: #e6c63b;
}
.cid-v4dADA2xYn .colored-text {
  color: #a68462 !important;
}
.cid-v4dADA2xYn .mbr-section-title {
  color: #ffffff;
}
.cid-v4dADA2xYn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v4dADA2xYn .mbr-text {
  color: #ffffff;
}
.cid-v5lZgoVx7d {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ecf3f7;
}
.cid-v5lZgoVx7d orange {
  color: #ff6600;
}
.cid-v5sIluPBg1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v5sIluPBg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5sIluPBg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5sIluPBg1 .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v5sIluPBg1 .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v5sIluPBg1 .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5sIluPBg1 .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v5sIluPBg1 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v5sIluPBg1 .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v5sIluPBg1 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v5sIluPBg1 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v5sIluPBg1 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v5sIluPBg1 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5sIluPBg1 .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v5sIluPBg1 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v5sIluPBg1 .items-wrapper .card {
  padding: 0 32px;
}
.cid-v5sIluPBg1 .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sIluPBg1 .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sIluPBg1 .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sIluPBg1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5sIluPBg1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v5sIluPBg1 .list-wrapper .list .item-wrap:hover,
.cid-v5sIluPBg1 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v5sIluPBg1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5sIluPBg1 .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v5sIluPBg1 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v5sIluPBg1 .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v5sIluPBg1 .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v5sIluPBg1 .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v5sIluPBg1 .mbr-desc {
  color: #ffffff;
}
.cid-v5sIluPBg1 .mbr-text,
.cid-v5sIluPBg1 .text-wrapper {
  color: #9aa0a6;
}
.cid-v5sIluPBg1 .list {
  color: #9aa0a6;
}
.cid-v5sIluPBg1 .mbr-text,
.cid-v5sIluPBg1 .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v5sIluPBg1 .list,
.cid-v5sIluPBg1 .item-wrap {
  color: #b2ccd2;
}
.cid-v5sIluPBg1 weis {
  color: #ffffff;
}
.cid-v5sIluPBg1 klein {
  font-size: 12px;
}
.cid-v5sIluPBg1 blau {
  color: #f4f4f4;
}
.cid-v5sIluPBg1 .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v5sIluPBg1 .mbr-desc,
.cid-v5sIluPBg1 .content-wrapper {
  color: #e6c63b;
}
.cid-v8yUDa637e {
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;
  min-height: 80px;
}
.cid-v8yUDa637e .navbar-nav .nav-item img[src*="flag"] {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.cid-v8yUDa637e nav.navbar {
  position: fixed;
}
.cid-v8yUDa637e blau {
  color: #0082c3;
  font-weight: bold;
}
.cid-v8yUDa637e orange {
  color: #ff6600;
  font-weight: bold;
}
.cid-v8yUDa637e gruen {
  color: #2CA500;
  font-weight: bold;
}
.cid-v8yUDa637e black {
  color: #000000;
  font-weight: bold;
}
.cid-v8yUDa637e pink {
  color: #ff0095;
  font-weight: bold;
}
.cid-v8yUDa637e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8yUDa637e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v8yUDa637e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v8yUDa637e .dropdown-item:hover,
.cid-v8yUDa637e .dropdown-item:focus {
  background: #353535 !important;
  color: white !important;
}
.cid-v8yUDa637e .dropdown-item:hover span {
  color: white;
}
.cid-v8yUDa637e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v8yUDa637e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v8yUDa637e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v8yUDa637e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v8yUDa637e .nav-link {
  position: relative;
}
.cid-v8yUDa637e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v8yUDa637e .container {
    flex-wrap: nowrap;
  }
}
.cid-v8yUDa637e .dropdown-menu,
.cid-v8yUDa637e .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-v8yUDa637e .nav-item:focus,
.cid-v8yUDa637e .nav-link:focus {
  outline: none;
}
.cid-v8yUDa637e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v8yUDa637e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v8yUDa637e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v8yUDa637e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v8yUDa637e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v8yUDa637e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v8yUDa637e .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #9fdbf8;
}
.cid-v8yUDa637e .navbar.opened {
  transition: all 0.3s;
}
.cid-v8yUDa637e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v8yUDa637e .navbar .navbar-logo img {
  width: 200px;
  height: 30px;
}
.cid-v8yUDa637e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v8yUDa637e .navbar.collapsed {
  justify-content: center;
}
.cid-v8yUDa637e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v8yUDa637e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v8yUDa637e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-v8yUDa637e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v8yUDa637e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v8yUDa637e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v8yUDa637e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v8yUDa637e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v8yUDa637e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v8yUDa637e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v8yUDa637e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v8yUDa637e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v8yUDa637e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v8yUDa637e .navbar .navbar-logo img {
    height: 1rem;
    padding: 90px 20;
  }
  .cid-v8yUDa637e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v8yUDa637e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v8yUDa637e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v8yUDa637e .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-v8yUDa637e .navbar.navbar-short {
  min-height: auto;
}
.cid-v8yUDa637e .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-v8yUDa637e .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-v8yUDa637e .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-v8yUDa637e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-v8yUDa637e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v8yUDa637e .dropdown-item.active,
.cid-v8yUDa637e .dropdown-item:active {
  background-color: transparent;
}
.cid-v8yUDa637e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v8yUDa637e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v8yUDa637e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v8yUDa637e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
}
.cid-v8yUDa637e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v8yUDa637e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v8yUDa637e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v8yUDa637e .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-v8yUDa637e .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-v8yUDa637e .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-v8yUDa637e .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-v8yUDa637e .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-v8yUDa637e button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .cid-v8yUDa637e button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-v8yUDa637e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 3px;
  border-right: 5px;
  background-color: #1b1b1b;
}
@media (max-width: 767px) {
  .cid-v8yUDa637e button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-v8yUDa637e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-v8yUDa637e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8yUDa637e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-v8yUDa637e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-v8yUDa637e nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8yUDa637e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8yUDa637e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-v8yUDa637e nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v8yUDa637e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v8yUDa637e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v8yUDa637e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v8yUDa637e .navbar {
    height: 70px;
  }
  .cid-v8yUDa637e .navbar.opened {
    height: auto;
  }
  .cid-v8yUDa637e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v8yUDa637e .container-fluid {
  padding-right: 0;
}
.cid-v8yUDa637e .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: .35fr 1fr .35fr;
  gap: 0.6rem;
  align-items: center;
}
.cid-v8yUDa637e .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 2vw;
}
.cid-v8yUDa637e .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-v8yUDa637e .navbar-collapse .nav-link:hover {
  color: #353535 !important;
}
@media (max-width: 991px) {
  .cid-v8yUDa637e .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-v8yUDa637e .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
    padding: 12px 0;
    margin-right: 1rem;
  }
  .cid-v8yUDa637e .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-v8yUDa637e .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-v8yUDa637e .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-v8yUDa637e .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-v8yUDa637e .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-v8yUDa637e .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
  .cid-v8yUDa637e .navbar-logo img {
    width: 420px;
    height: 120px;
  }
  .cid-v8yUDa637e li.nav-item:nth-last-child(3) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cid-v8yUDa637e li.nav-item:nth-last-child(2) {
    margin-bottom: 10px;
  }
  .cid-v8yUDa637e li.nav-item:nth-last-child(3) img,
  .cid-v8yUDa637e li.nav-item:nth-last-child(2) img {
    max-width: 40px;
    height: auto;
  }
  .cid-v8yUDa637e li.nav-item img[src*="flagdeutsch"],
  .cid-v8yUDa637e li.nav-item img[src*="flagenglisch"] {
    max-width: 40px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-v8yUDa637e .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
  .cid-v8yUDa637e .navbar-logo img {
    width: 150px;
    height: 75px;
  }
}
@media (max-width: 575px) {
  .cid-v8yUDa637e .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-v8yUDa637e .navbar-brand {
    padding: -550px 0;
  }
  .cid-v8yUDa637e .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-v8yUDa637e .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-v8yUDa637e .navbar-collapse .nav-link {
    font-size: 19px !important;
    padding: 0.7rem 1rem !important;
  }
}
.cid-v8yUDa637e mag {
  color: #ff00ff;
  font-weight: bold;
}
.cid-v8yUDa637e .btn {
  margin: .2rem .4rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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.55rem 2rem;
  border-radius: 3px;
  height: 115px;
}
.cid-v8yUDa637e info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  padding: 15px 20px;
  margin: 15px 0;
  display: block;
}
.cid-v8yUDa637e ra {
  border: 1px solid #A54A00;
  background-color: #F5F0E9;
  padding: 2px;
  border-radius: 2px;
  display: block;
  margin: 2px 0;
  box-shadow: 0 2px 5px rgba(0, 119, 124, 0.2);
}
.cid-v8yUDa637e achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v8yUDa637e zitat {
  border: 2px solid #cccccc;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 6px;
  display: block;
  margin: 16px 0;
  font-style: italic;
  position: relative;
}
.cid-v8yUDa637e zitat:before {
  content: '"';
  font-size: 48px;
  color: #cccccc;
  position: absolute;
  top: -10px;
  left: 10px;
}
.cid-v8yUDa637e li.nav-item:nth-last-child(3) {
  margin-right: 20px;
}
.cid-v8yUDauVb0 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v8yUDaL0xB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8yUDaL0xB .mbr-text {
    text-align: left;
  }
}
.cid-v8yUDaL0xB H1 {
  color: #0082c3;
  text-align: left;
}
.cid-v8yUDaL0xB .mbr-text,
.cid-v8yUDaL0xB .mbr-section-btn {
  color: #232323;
}
.cid-v8yUDaL0xB H2 {
  color: #ff6400;
  text-align: left;
}
.cid-v8yUDaL0xB hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-v8yUDaL0xB hr.bot-hr {
  border-top: 4px solid #b1dbb5;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-v8yUDaL0xB H4 {
  color: #7f1933;
  text-align: left;
}
.cid-v8yUDaL0xB H5 {
  color: #0a9718;
  text-align: left;
}
.cid-v8yUDaL0xB H3 {
  text-align: left;
}
.cid-v8yUDaL0xB .image-wrapper {
  text-align: left !important;
}
.cid-v8yUDaL0xB .image-wrapper img {
  max-width: 100px;
  width: 100%;
}
.cid-v8yUDaL0xB .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-v8yUDaL0xB .datemargin {
  margin-top: 10px;
}
.cid-v8yUDaL0xB .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-v8yUDaL0xB .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-v8yUDaL0xB .custom-text-box {
  width: 1750px !important;
  min-width: 130px !important;
  max-width: 156px !important;
  height: 165px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 4px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-v8yUDaL0xB .custom-text-box h1,
.cid-v8yUDaL0xB .custom-text-box h2,
.cid-v8yUDaL0xB .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-v8yUDaL0xB .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: FiraSansCondensed-Light;
}
.cid-v8yUDaL0xB .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 2px !important;
  font-family: FiraSansCondensed-Light;
}
.cid-v8yUDaL0xB .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -1px !important;
  margin-bottom: 0 !important;
  font-family: FiraSansCondensed-Light;
}
.cid-v8yUDaL0xB .left-flex-container .image-wrapper {
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important;
  flex-shrink: 0 !important;
}
.cid-v8yUDaL0xB .left-flex-container .image-wrapper img {
  max-width: 250px !important;
  width: 100% !important;
  height: auto !important;
}
.cid-v8yUDb9gZ8 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8yUDb9gZ8 .mbr-text {
    text-align: left;
  }
}
.cid-v8yUDb9gZ8 H1 {
  color: #0082c3;
  text-align: left;
}
.cid-v8yUDb9gZ8 .mbr-text,
.cid-v8yUDb9gZ8 .mbr-section-btn {
  color: #232323;
}
.cid-v8yUDb9gZ8 H2 {
  color: #ff6400;
  text-align: left;
}
.cid-v8yUDb9gZ8 hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-v8yUDb9gZ8 hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-v8yUDb9gZ8 H4 {
  color: #7f1933;
  text-align: left;
}
.cid-v8yUDb9gZ8 H5 {
  color: #0a9718;
  text-align: left;
}
.cid-v8yUDb9gZ8 H3 {
  text-align: left;
  line-height: 26px;
}
.cid-v8yUDb9gZ8 .image-wrapper {
  text-align: left !important;
}
.cid-v8yUDb9gZ8 .image-wrapper img {
  max-width: 150px;
  width: 100%;
}
.cid-v8yUDb9gZ8 .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-v8yUDb9gZ8 .datemargin {
  margin-top: -10px;
}
.cid-v8yUDb9gZ8 .second-block-container {
  padding: 20px 0;
  margin-top: 20px;
}
.cid-v8yUDb9gZ8 .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-v8yUDb9gZ8 .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-v8yUDb9gZ8 .custom-text-box {
  width: 150px !important;
  min-width: 130px !important;
  max-width: 150px !important;
  height: 160px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 8px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-v8yUDb9gZ8 .custom-text-box h1,
.cid-v8yUDb9gZ8 .custom-text-box h2,
.cid-v8yUDb9gZ8 .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-v8yUDb9gZ8 .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: FiraSansCondensed-Light;
}
.cid-v8yUDb9gZ8 .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: FiraSansCondensed-Light;
}
.cid-v8yUDb9gZ8 .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: FiraSansCondensed-Light;
}
.cid-v8yUDb9gZ8 .left-flex-container .image-wrapper {
  width: 290px !important;
  min-width: 290px !important;
  max-width: 290px !important;
  flex-shrink: 0 !important;
}
.cid-v8yUDb9gZ8 .left-flex-container .image-wrapper img {
  max-width: 290px !important;
  width: 100% !important;
  height: auto !important;
}
.cid-v8yUDb9gZ8 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v8yUDb9gZ8 info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-v8yUDbxmq9 {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8yUDbxmq9 .mbr-text {
    text-align: left;
  }
}
.cid-v8yUDbxmq9 H1 {
  color: #0082c3;
  text-align: left;
}
.cid-v8yUDbxmq9 .mbr-text,
.cid-v8yUDbxmq9 .mbr-section-btn {
  color: #232323;
}
.cid-v8yUDbxmq9 H2 {
  color: #ff6400;
  text-align: left;
}
.cid-v8yUDbxmq9 hr.top-hr {
  border-top: 1px solid #ff6400;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-v8yUDbxmq9 hr.bot-hr {
  border-top: 1px solid #353535;
  width: 98%;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.cid-v8yUDbxmq9 H4 {
  color: #7f1933;
  text-align: left;
}
.cid-v8yUDbxmq9 H5 {
  color: #0a9718;
  text-align: left;
}
.cid-v8yUDbxmq9 H3 {
  text-align: left;
  line-height: 26px;
}
.cid-v8yUDbxmq9 .image-wrapper {
  text-align: left !important;
}
.cid-v8yUDbxmq9 .image-wrapper img {
  max-width: 150px;
  width: 100%;
}
.cid-v8yUDbxmq9 .linkico {
  display: inline-block;
  vertical-align: middle;
}
.cid-v8yUDbxmq9 .datemargin {
  margin-top: -10px;
}
.cid-v8yUDbxmq9 .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-v8yUDbxmq9 .left-flex-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
  margin-bottom: 20px !important;
}
.cid-v8yUDbxmq9 .custom-text-box {
  width: 150px !important;
  min-width: 130px !important;
  max-width: 150px !important;
  height: 160px !important;
  background-color: #333333 !important;
  border: 1px solid #cccccc !important;
  border-radius: 8px !important;
  padding: 15px 20px 20px 20px !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}
.cid-v8yUDbxmq9 .custom-text-box h1,
.cid-v8yUDbxmq9 .custom-text-box h2,
.cid-v8yUDbxmq9 .custom-text-box h3 {
  margin: 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-v8yUDbxmq9 .custom-text-box h1 {
  font-size: 50px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-align: center;
  margin-bottom: 5px !important;
  font-family: FiraSansCondensed-Light;
}
.cid-v8yUDbxmq9 .custom-text-box h2 {
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -5px !important;
  margin-bottom: 2px !important;
  font-family: FiraSansCondensed-Light;
}
.cid-v8yUDbxmq9 .custom-text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-align: center;
  margin-top: -3px !important;
  margin-bottom: 0 !important;
  font-family: FiraSansCondensed-Light;
}
.cid-v8yUDbxmq9 .left-flex-container .image-wrapper {
  width: 290px !important;
  min-width: 290px !important;
  max-width: 290px !important;
  flex-shrink: 0 !important;
}
.cid-v8yUDbxmq9 .left-flex-container .image-wrapper img {
  max-width: 290px !important;
  width: 100% !important;
  height: auto !important;
}
.cid-v8yUDbxmq9 achtung {
  border: 3px dashed #ff6600;
  background-color: #fffaf0;
  padding: 12px 18px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
}
.cid-v8yUDbxmq9 info {
  border-left: 1px solid #0082c3;
  border-right: 1px solid #0082c3;
  border-top: 1px solid #0082c3;
  border-bottom: 1px solid #0082c3;
  background-color: #f8fbff;
  border-radius: 4px;
  padding: 5px 20px;
  margin: 15px 0;
  display: block;
  width: 170px;
}
.cid-v8yUDbXtSm {
  background-color: #ffffff;
}
.cid-v8yUDbXtSm .row {
  flex-direction: row-reverse;
}
.cid-v8yUDbXtSm .mbr-section-title {
  color: #06182d;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v8yUDbXtSm .mbr-section-subtitle {
  color: #f51c11;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v8yUDbXtSm .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-v8yUDbXtSm .mbr-section-text {
  color: #999999;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v8yUDbXtSm .nav-tabs .nav-item.open .nav-link:focus,
.cid-v8yUDbXtSm .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v8yUDbXtSm .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.cid-v8yUDbXtSm .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-v8yUDbXtSm .nav-tabs .nav-link {
  color: #333333;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #ffffff;
  padding: 0.5rem 1.2rem;
  width: 600px;
}
.cid-v8yUDbXtSm .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #073b4c;
}
.cid-v8yUDbXtSm .nav-tabs .nav-link.active {
  color: #0082c3;
  font-style: normal;
  font-weight: bold;
  background-color: #ffffff;
}
.cid-v8yUDbXtSm P {
  color: #879a9f;
  padding-bottom: 8px;
}
.cid-v8yUDbXtSm h3 {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-v8yUDbXtSm .nav-tabs {
    flex-direction: column;
    justify-content: left;
  }
  .cid-v8yUDbXtSm .mbr-text,
  .cid-v8yUDbXtSm .nav-link {
    text-align: left;
  }
  .cid-v8yUDbXtSm .mbr-section-title,
  .cid-v8yUDbXtSm .mbr-section-subtitle,
  .cid-v8yUDbXtSm .mbr-section-text {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-v8yUDbXtSm .mbr-text,
  .cid-v8yUDbXtSm .col {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-v8yUDbXtSm .col-12.col-lg-6:first-child,
  .cid-v8yUDbXtSm .col-lg-6:first-child,
  .cid-v8yUDbXtSm .col-md-6:first-child {
    padding-left: 50px !important;
    padding-right: 30px !important;
  }
}
.cid-v8yUDbXtSm .col-12.col-lg-6:first-child,
.cid-v8yUDbXtSm .col-lg-6:first-child,
.cid-v8yUDbXtSm .col-md-6:first-child {
  padding-left: 250px !important;
  padding-right: 80px !important;
}
.cid-v8yUDbXtSm .img-wrap img {
  width: 100%;
}
.cid-v8yUDbXtSm .mbr-text,
.cid-v8yUDbXtSm .col {
  color: #232323;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v8yUDbXtSm .mbr-section-title,
.cid-v8yUDbXtSm .col {
  color: #4479d9;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v8yUDbXtSm bla {
  font-size: 18px;
  color: #000000;
}
.cid-v8yUDbXtSm klein {
  font-size: 13px;
}
.cid-v8yUDbXtSm strich {
  text-decoration: underline;
  line-height: 28px;
}
.cid-v8yUDbXtSm gru {
  color: #00A558;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
}
.cid-v8yUDbXtSm nav1 {
  color: #C39200;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
}
.cid-v8yUDbXtSm nav2 {
  color: #83AF00;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
  font-style: italic;
}
.cid-v8yUDbXtSm nav3 {
  color: #ff6600;
  line-height: 24px;
  font-weight: bold;
  font-size: 22px;
}
.cid-v8yUDbXtSm .diagnostic-image {
  margin-left: 220px;
  margin-bottom: 20px;
  max-width: 400px;
  height: auto;
  display: block;
}
.cid-v8yUDcAFiY {
  background-color: #ffffff;
}
.cid-v8yUDcAFiY .row {
  flex-direction: row-reverse;
}
.cid-v8yUDcAFiY .mbr-section-title {
  color: #06182d;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v8yUDcAFiY .mbr-section-subtitle {
  color: #f51c11;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v8yUDcAFiY .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-v8yUDcAFiY .mbr-section-text {
  color: #999999;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v8yUDcAFiY .nav-tabs .nav-item.open .nav-link:focus,
.cid-v8yUDcAFiY .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v8yUDcAFiY .nav-tabs {
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
}
.cid-v8yUDcAFiY .nav-tabs .nav-item {
  margin-right: 4px;
}
.cid-v8yUDcAFiY .nav-tabs .nav-link {
  color: #333333;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
  background-color: #ffffff;
  padding: 0.5rem 1.2rem;
  width: 600px;
}
.cid-v8yUDcAFiY .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #073b4c;
}
.cid-v8yUDcAFiY .nav-tabs .nav-link.active {
  color: #0082c3;
  font-style: normal;
  font-weight: bold;
  background-color: #ffffff;
}
.cid-v8yUDcAFiY P {
  color: #879a9f;
  padding-bottom: 8px;
}
.cid-v8yUDcAFiY h3 {
  color: #879a9f;
}
@media (max-width: 576px) {
  .cid-v8yUDcAFiY .nav-tabs {
    flex-direction: column;
    justify-content: left;
  }
  .cid-v8yUDcAFiY .mbr-text,
  .cid-v8yUDcAFiY .nav-link {
    text-align: left;
  }
  .cid-v8yUDcAFiY .mbr-section-title,
  .cid-v8yUDcAFiY .mbr-section-subtitle,
  .cid-v8yUDcAFiY .mbr-section-text {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-v8yUDcAFiY .mbr-text,
  .cid-v8yUDcAFiY .col {
    margin-left: 50px !important;
    padding-right: 20px !important;
  }
  .cid-v8yUDcAFiY .col-12.col-lg-6:first-child,
  .cid-v8yUDcAFiY .col-lg-6:first-child,
  .cid-v8yUDcAFiY .col-md-6:first-child {
    padding-left: 50px !important;
    padding-right: 30px !important;
  }
}
.cid-v8yUDcAFiY .col-12.col-lg-6:first-child,
.cid-v8yUDcAFiY .col-lg-6:first-child,
.cid-v8yUDcAFiY .col-md-6:first-child {
  padding-left: 250px !important;
  padding-right: 80px !important;
}
.cid-v8yUDcAFiY .img-wrap img {
  width: 100%;
}
.cid-v8yUDcAFiY .mbr-text,
.cid-v8yUDcAFiY .col {
  color: #232323;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v8yUDcAFiY .mbr-section-title,
.cid-v8yUDcAFiY .col {
  color: #4479d9;
  text-align: left;
  margin-left: 250px !important;
  padding-right: 50px !important;
}
.cid-v8yUDcAFiY bla {
  font-size: 18px;
  color: #000000;
}
.cid-v8yUDcAFiY klein {
  font-size: 13px;
}
.cid-v8yUDcAFiY strich {
  text-decoration: underline;
  line-height: 28px;
}
.cid-v8yUDcAFiY gru {
  color: #00A558;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
}
.cid-v8yUDcAFiY nav1 {
  color: #C39200;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
}
.cid-v8yUDcAFiY nav2 {
  color: #83AF00;
  line-height: 22px;
  font-weight: normal;
  font-size: 22px;
  font-style: italic;
}
.cid-v8yUDcAFiY nav3 {
  color: #ff6600;
  line-height: 24px;
  font-weight: bold;
  font-size: 22px;
}
.cid-v8yUDcAFiY .diagnostic-image {
  margin-left: 220px;
  margin-bottom: 20px;
  max-width: 400px;
  height: auto;
  display: block;
}
.cid-v8yUDd7aq6 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #414142;
}
.cid-v8yUDd7aq6 .mbr-section-title.col-title {
  color: #e6c63b;
}
.cid-v8yUDd7aq6 .colored-text {
  color: #a68462 !important;
}
.cid-v8yUDd7aq6 .mbr-section-title {
  color: #ffffff;
}
.cid-v8yUDd7aq6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v8yUDd7aq6 .mbr-text {
  color: #ffffff;
}
.cid-v8yUDdwN0C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #eff0ff;
}
.cid-v8yUDdwN0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDdwN0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yUDdwN0C ul {
  list-style: none;
}
.cid-v8yUDdwN0C li {
  padding-bottom: 0.5rem;
}
.cid-v8yUDdwN0C ul li::before {
  content: "\2022";
  color: #353535;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1rem;
}
.cid-v8yUDdwN0C .list-group-item {
  color: #ff6666;
}
.cid-v8yUDdwN0C .plan-body {
  padding-bottom: 2rem;
}
.cid-v8yUDdwN0C .card1 {
  background: #d1d1f7;
}
@media (min-width: 767px) {
  .cid-v8yUDdwN0C .card1 {
    transform: translateX(2rem);
  }
}
.cid-v8yUDdwN0C .card2 {
  background: #ffffff;
}
@media (min-width: 767px) {
  .cid-v8yUDdwN0C .card2 {
    transform: translateX(-2rem);
  }
}
.cid-v8yUDdwN0C .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v8yUDdwN0C .price {
  color: #353535;
}
.cid-v8yUDdwN0C .plan {
  word-break: break-word;
  padding: 3rem;
  border-radius: 0.4rem;
  box-shadow: 0 0 20px 0 lightgray;
}
.cid-v8yUDdwN0C .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
@media (max-width: 992px) {
  .cid-v8yUDdwN0C .plan {
    padding: 1rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8yUDdwN0C .plan {
    margin-bottom: 2rem;
  }
}
.cid-v8yUDdwN0C .mbr-text UL {
  text-align: left;
}
.cid-v8yUDdwN0C .mbr-text {
  color: #726c89;
}
.cid-v8yUDdwN0C .price-term {
  color: #1f357f;
}
.cid-v8yUDdwN0C .title {
  color: #1b224b;
}
.cid-v8yUDdWqnz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v8yUDdWqnz .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8yUDdWqnz .card-box {
    padding: 1rem 2rem 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8yUDdWqnz .card-box {
    padding: 1rem 4rem 1rem 2rem;
  }
}
.cid-v8yUDdWqnz .item-wrapper {
  border-radius: 0.2rem;
  background-color: #ffffff;
  transition: all 0.3s;
}
.cid-v8yUDdWqnz .image-wrapper img {
  width: 60%;
  object-fit: cover;
}
.cid-v8yUDdWqnz .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v8yUDdWqnz .mbr-text {
  color: #696969;
}
.cid-v8yUDdWqnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDdWqnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yUDdWqnz .card-title {
  color: #911300;
}
.cid-v8yUDdWqnz .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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.55rem 2rem;
  border-radius: 3px;
}
.cid-v8yUDdWqnz .price {
  color: #c39200;
}
.cid-v8yUDdWqnz .pricing1 .images-container {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-v8yUDdWqnz .pricing1 .images-container > .col-6 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-v8yUDdWqnz .pricing1 .images-container .image-wrapper {
  width: 100% !important;
}
.cid-v8yUDdWqnz .pricing1 .images-container .image-wrapper img {
  width: 100% !important;
  display: block;
}
.cid-v8yUDeldTD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v8yUDeldTD .card {
  width: 100%;
}
.cid-v8yUDeldTD .add__block {
  margin-top: 35px;
}
.cid-v8yUDeldTD .add__block .add__block_image {
  width: 170px;
}
.cid-v8yUDeldTD .add__block .add__block_image img {
  width: 100%;
  border-radius: 6px;
}
.cid-v8yUDeldTD .add__block .add__block_content {
  margin-left: 30px;
  max-width: 270px;
}
.cid-v8yUDeldTD .add__block .add__block_title {
  margin-bottom: 0;
}
.cid-v8yUDeldTD .add__block .add__block_text {
  margin-top: 15px;
  margin-bottom: 0;
  color: #919dab;
}
.cid-v8yUDeldTD .row {
  margin: 0;
}
.cid-v8yUDeldTD .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8yUDeldTD .step-container {
  margin-top: 25px;
}
.cid-v8yUDeldTD .padding__bot {
  padding-bottom: 50px;
}
.cid-v8yUDeldTD .step-text-content {
  padding-top: 10px;
}
.cid-v8yUDeldTD .mbr-step-title {
  margin-bottom: 0;
  font-weight: 500;
}
.cid-v8yUDeldTD .mbr-step-text {
  margin-bottom: 0;
  margin-top: 20px;
  color: #919DAB;
}
.cid-v8yUDeldTD .mbr-section-btn {
  margin-top: 20px;
}
.cid-v8yUDeldTD .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-v8yUDeldTD .step {
  display: flex;
  width: 42px;
  height: 42px;
  font-size: calc((21px) - 2px);
  margin-bottom: 0;
  border-radius: 00%;
  border: 1px solid #ebeaed;
  background-color: #ebeaed;
  font-weight: 500;
  color: #919DAB;
}
@media (min-width: 400px) {
  .cid-v8yUDeldTD .add__block {
    display: flex;
  }
  .cid-v8yUDeldTD .step-element {
    display: flex;
  }
  .cid-v8yUDeldTD .mbr-section-btn {
    margin-top: 20px;
    margin-left: calc((21 * 2px) + 70px);
  }
  .cid-v8yUDeldTD .mbr-section-btn .btn {
    margin-left: 0;
  }
  .cid-v8yUDeldTD .separline {
    position: relative;
  }
  .cid-v8yUDeldTD .separline:after {
    top: 42px;
    left: 19px;
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - (21px) * 2);
    background-color: #ebeaed;
  }
  .cid-v8yUDeldTD .step-text-content {
    margin-left: 70px;
  }
}
@media (max-width: 400px) {
  .cid-v8yUDeldTD .add__block_title {
    margin-top: 30px;
  }
  .cid-v8yUDeldTD .add__block .add__block_content {
    margin-left: 0;
  }
}
.cid-v8yUDeldTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDeldTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yUDeYWj2 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .cid-v8yUDeYWj2 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v8yUDeYWj2 .card-box {
    padding: 1rem 2rem 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v8yUDeYWj2 .card-box {
    padding: 1rem 4rem 1rem 2rem;
  }
}
.cid-v8yUDeYWj2 .item-wrapper {
  border-radius: 2rem;
  background-color: #eeeeee;
  transition: all 0.3s;
}
.cid-v8yUDeYWj2 .item-wrapper:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-1deg) scale(1.03);
}
.cid-v8yUDeYWj2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v8yUDeYWj2 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-v8yUDeYWj2 .mbr-text {
  color: #696969;
}
.cid-v8yUDeYWj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDeYWj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yUDeYWj2 .pricing1 .left-container {
  display: flex !important;
  flex-direction: row !important;
  gap: 12px !important;
  align-items: flex-start !important;
}
.cid-v8yUDeYWj2 .pricing1 .text-box {
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important;
  background-color: #f5f5f5 !important;
  border: 2px solid #cccccc !important;
  border-radius: 8px !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}
.cid-v8yUDeYWj2 .pricing1 .text-box h1,
.cid-v8yUDeYWj2 .pricing1 .text-box h2,
.cid-v8yUDeYWj2 .pricing1 .text-box h3 {
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  cursor: default !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.cid-v8yUDeYWj2 .pricing1 .text-box h1 {
  font-size: 24px !important;
  font-weight: bold !important;
  color: #333 !important;
}
.cid-v8yUDeYWj2 .pricing1 .text-box h2 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #555 !important;
}
.cid-v8yUDeYWj2 .pricing1 .text-box h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #777 !important;
  margin-bottom: 0 !important;
}
.cid-v8yUDeYWj2 .pricing1 .left-container .image-wrapper {
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important;
  flex-shrink: 0 !important;
}
.cid-v8yUDeYWj2 .pricing1 .left-container .image-wrapper img {
  width: 250px !important;
  max-width: 250px !important;
  height: auto !important;
  display: block !important;
  object-fit: cover !important;
}
.cid-v8yUDfp9dK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8yUDfp9dK .card {
  position: relative;
  align-items: center;
  padding-top: 80px;
}
.cid-v8yUDfp9dK .card .gradient-wrapper {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 0, #000000 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v8yUDfp9dK .card {
    padding-top: 40px;
  }
}
.cid-v8yUDfp9dK .card .decor-wrapper {
  position: absolute;
  top: 0;
  height: 400px;
  width: 60%;
  border-radius: 100%;
  background-image: linear-gradient(100deg, #ffdf7d, transparent);
  pointer-events: none;
  filter: blur(40px);
}
.cid-v8yUDfp9dK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDfp9dK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yUDfp9dK .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v8yUDfp9dK .card-wrapper .border-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: #ffffff 0 0 0 4px;
  opacity: .1;
  pointer-events: none;
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8yUDfp9dK .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tabs-wrapper {
  position: relative;
  width: 25%;
  backdrop-filter: blur(40px);
}
@media (max-width: 992px) {
  .cid-v8yUDfp9dK .card-wrapper .card-wrap .tabs-wrapper {
    width: 100%;
  }
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tabs-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .7;
  pointer-events: none;
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8yUDfp9dK .card-wrapper .card-wrap .tabs-wrapper .border-wrap {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 24px;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-v8yUDfp9dK .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs {
    padding: 16px;
  }
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
  margin-top: 8px;
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  background-color: transparent;
  border: none;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  padding: 16px;
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, #ffffff 0, transparent 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  opacity: .1;
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content {
  position: relative;
  padding: 24px;
  width: 75%;
  backdrop-filter: blur(40px);
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content {
    padding: 16px;
    width: 100%;
  }
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 400px;
  height: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box {
    min-height: auto;
    padding: 16px;
  }
  .cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box:first-child {
    margin-bottom: 12px;
  }
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .1;
  pointer-events: none;
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-number {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-title {
  position: relative;
  z-index: 3;
  margin-bottom: 16px;
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .item-text {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  position: relative;
  z-index: 3;
  margin-top: 16px;
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box img {
  position: relative;
  z-index: 3;
  height: 352px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content .card-box img {
    height: 300px;
  }
}
.cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
  padding: 24px 24px 76px 24px;
}
@media (max-width: 992px) {
  .cid-v8yUDfp9dK .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrap {
    padding: 16px;
  }
}
.cid-v8yUDfp9dK .item-title {
  color: #ffffff;
}
.cid-v8yUDfp9dK .item-number {
  color: #ffffff;
}
.cid-v8yUDfp9dK .item-text {
  color: #ffffff;
}
.cid-v8yUDfVuUe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8yUDfVuUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDfVuUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yUDfVuUe .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8yUDfVuUe .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8yUDfVuUe .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-v8yUDfVuUe .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v8yUDfVuUe .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8yUDfVuUe .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8yUDfVuUe .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8yUDfVuUe .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8yUDfVuUe .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.cid-v8yUDfVuUe .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-v8yUDfVuUe .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #54547e;
  padding: 11px 24px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #eeeef4;
  box-shadow: inset 0 0.1875rem 0.375rem -0.5px #cdcddd;
}
.cid-v8yUDfVuUe .tabs-wrapper .nav.nav-tabs .nav-item .nav-link:hover {
  box-shadow: inset 0 0.1875rem 0.375rem 5px #cdcddd;
}
.cid-v8yUDfVuUe .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #eeeef4;
  color: #54547e;
  box-shadow: inset 0 0.1875rem 0.375rem 5px #cdcddd;
}
.cid-v8yUDfVuUe .tab-content .tab-pane .item-content .image-wrapper {
  padding: 12px;
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  box-shadow: 0 .25rem .375rem #00000014;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8yUDfVuUe .tab-content .tab-pane .item-content .image-wrapper {
    padding: 6px;
  }
}
.cid-v8yUDfVuUe .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
}
@media (max-width: 992px) {
  .cid-v8yUDfVuUe .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-v8yUDfVuUe .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8yUDfVuUe .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v8yUDfVuUe .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-v8yUDfVuUe .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 24px;
}
.cid-v8yUDfVuUe .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8yUDfVuUe .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v8yUDfVuUe .mbr-label {
  color: #49496d;
  text-align: center;
}
.cid-v8yUDfVuUe .mbr-section-title {
  color: #181824;
  text-align: center;
}
.cid-v8yUDfVuUe .mbr-section-title,
.cid-v8yUDfVuUe .tabs-wrapper {
  text-align: center;
}
.cid-v8yUDfVuUe .item-title {
  color: #181824;
}
.cid-v8yUDfVuUe .item-text,
.cid-v8yUDfVuUe .text-wrapper {
  color: #54547e;
  text-align: left;
}
.cid-v8yUDfVuUe .item-title,
.cid-v8yUDfVuUe .mbr-section-btn {
  text-align: left;
}
.cid-v8yUDgRVE2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v8yUDgRVE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDgRVE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yUDgRVE2 .content-wrapper .mbr-label {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8yUDgRVE2 .content-wrapper .mbr-label {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-v8yUDgRVE2 .content-wrapper .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 30px;
}
.cid-v8yUDgRVE2 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8yUDgRVE2 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px 0;
}
.cid-v8yUDgRVE2 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #ffffff;
  padding: 8px 20px;
  border: none;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #232323;
}
.cid-v8yUDgRVE2 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #000000;
}
.cid-v8yUDgRVE2 .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8yUDgRVE2 .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v8yUDgRVE2 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 65%;
}
@media (max-width: 1440px) {
  .cid-v8yUDgRVE2 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v8yUDgRVE2 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v8yUDgRVE2 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8yUDgRVE2 .content-wrapper .tab-content .tab-pane .item-content .person-wrapper {
  width: 25%;
}
@media (max-width: 1440px) {
  .cid-v8yUDgRVE2 .content-wrapper .tab-content .tab-pane .item-content .person-wrapper {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .cid-v8yUDgRVE2 .content-wrapper .tab-content .tab-pane .item-content .person-wrapper {
    width: 100%;
  }
}
.cid-v8yUDgRVE2 .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .image-wrap {
  margin-bottom: 15px;
}
.cid-v8yUDgRVE2 .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .image-wrap img {
  height: 300px;
  object-fit: cover;
}
.cid-v8yUDgRVE2 .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .item-name {
  margin-bottom: 0;
}
.cid-v8yUDgRVE2 .content-wrapper .tab-content .tab-pane .item-content .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-v8yUDgRVE2 .mbr-label {
  color: #ffffff;
}
.cid-v8yUDgRVE2 .item-text {
  color: #ffffff;
}
.cid-v8yUDgRVE2 .item-name {
  color: #ffffff;
}
.cid-v8yUDgRVE2 .item-role {
  color: #ffffff;
}
.cid-v8yUDhGMup {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v8yUDhGMup .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDhGMup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yUDhGMup .row {
  justify-content: space-between;
}
.cid-v8yUDhGMup .row .card {
  justify-content: center;
}
.cid-v8yUDhGMup .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 40px;
}
.cid-v8yUDhGMup .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8yUDhGMup .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 20px 20px 0;
}
.cid-v8yUDhGMup .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #0f0f0f;
  padding: 8px 42px;
  border: 1px solid #e6e6e6;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.cid-v8yUDhGMup .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  border: 1px solid #0f0f0f;
}
.cid-v8yUDhGMup .tab-content .tab-pane .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8yUDhGMup .tab-content .tab-pane .item-title {
    margin-bottom: 40px;
  }
}
.cid-v8yUDhGMup .tab-content .tab-pane .item-content {
  display: flex;
  justify-content: space-between;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8yUDhGMup .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v8yUDhGMup .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  padding-right: 75px;
}
@media (max-width: 992px) {
  .cid-v8yUDhGMup .tab-content .tab-pane .item-content .image-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v8yUDhGMup .tab-content .tab-pane .item-content .image-wrap img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8yUDhGMup .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-v8yUDhGMup .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
  padding-left: 75px;
}
@media (max-width: 992px) {
  .cid-v8yUDhGMup .tab-content .tab-pane .item-content .text-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v8yUDhGMup .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 14px;
}
.cid-v8yUDhGMup .item-title {
  color: #0f0f0f;
}
.cid-v8yUDhGMup .item-text {
  color: #666666;
}
.cid-v8yUDiE77F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-v8yUDiE77F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDiE77F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yUDiE77F .title-wrap .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-v8yUDiE77F .title-wrap .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v8yUDiE77F .title-wrap .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v8yUDiE77F .tabs-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8yUDiE77F .tabs-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8yUDiE77F .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
@media (max-width: 992px) {
  .cid-v8yUDiE77F .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr;
  }
}
.cid-v8yUDiE77F .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-v8yUDiE77F .tabs-wrapper .nav.nav-tabs .nav-item:first-child .nav-link {
  border-left: 1px solid #bac0cc;
}
.cid-v8yUDiE77F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #093388;
  padding: 90px 20px 20px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border-top: 1px solid #bac0cc;
  border-right: 1px solid #bac0cc;
  border-bottom: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .cid-v8yUDiE77F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-v8yUDiE77F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    border-left: 1px solid #bac0cc;
  }
}
.cid-v8yUDiE77F .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #093388;
  color: #f4f4f4;
  border-color: #093388;
}
.cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper {
  display: flex;
  flex-direction: row;
  border: none;
  background-color: transparent;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper {
    display: block;
  }
}
.cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .title-wrapper {
  width: 50%;
  background-color: #ededee;
  padding: 80px 20px 20px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .title-wrapper {
    width: 100%;
    padding: 60px 20px 20px;
  }
}
.cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .title-wrapper .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #093388;
}
.cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .title-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
}
.cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .title-wrapper .list-wrapper .list .item-wrap::before {
  content: '—';
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
}
.cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .title-wrapper .item-price {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .title-wrapper .item-price {
    margin-bottom: 20px;
  }
}
.cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .image-wrap {
  width: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .image-wrap {
    width: 100%;
  }
}
.cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v8yUDiE77F .tab-content .tab-pane .card-wrapper .image-wrap img {
    position: static;
    height: 350px;
  }
}
.cid-v8yUDiE77F .mbr-section-title {
  color: #093388;
}
.cid-v8yUDiE77F .item-title {
  color: #093388;
}
.cid-v8yUDiE77F .list {
  color: #58595b;
}
.cid-v8yUDiE77F .item-price {
  color: #093388;
}
.cid-v8yUDjdVXj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.cid-v8yUDjdVXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDjdVXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yUDjdVXj .items-wrap {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v8yUDjdVXj .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-v8yUDjdVXj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v8yUDjdVXj .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-v8yUDjdVXj .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-v8yUDjdVXj .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
.cid-v8yUDjdVXj .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 5px;
}
.cid-v8yUDjdVXj .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 8px 14px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v8yUDjdVXj .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #7541e5;
}
.cid-v8yUDjdVXj .tab-content .tab-pane .item-content {
  border: 1px solid #323046;
  background-color: #292739;
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-v8yUDjdVXj .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v8yUDjdVXj .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v8yUDjdVXj .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
    padding: 14px;
  }
}
.cid-v8yUDjdVXj .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-v8yUDjdVXj .tab-content .tab-pane .item-content .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-v8yUDjdVXj .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v8yUDjdVXj .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
  }
}
.cid-v8yUDjdVXj .tab-content .tab-pane .item-content .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v8yUDjdVXj .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-v8yUDjdVXj .mbr-section-title {
  color: #ffffff;
}
.cid-v8yUDjdVXj .item-title {
  color: #ffffff;
}
.cid-v8yUDjdVXj .item-text {
  color: #bbbbbb;
}
.cid-v8yUDjNzH2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f6;
}
.cid-v8yUDjNzH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDjNzH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8yUDjNzH2 .container {
    padding: 0 15px;
  }
}
.cid-v8yUDjNzH2 .row {
  justify-content: space-between;
}
.cid-v8yUDjNzH2 .tab-content {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v8yUDjNzH2 .tab-content {
    margin-bottom: 40px;
  }
}
.cid-v8yUDjNzH2 .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 130px;
  object-fit: contain;
  width: 30%;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-v8yUDjNzH2 .tab-content .tab-pane .content-wrap .image-wrapper img {
    width: 100%;
  }
}
.cid-v8yUDjNzH2 .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v8yUDjNzH2 .tab-content .tab-pane .content-wrap .item-title {
    margin-bottom: 40px;
  }
}
.cid-v8yUDjNzH2 .tab-content .tab-pane .content-wrap .border-wrap {
  margin-bottom: 60px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-v8yUDjNzH2 .tab-content .tab-pane .content-wrap .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-v8yUDjNzH2 .tab-content .tab-pane .content-wrap .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8yUDjNzH2 .tab-content .tab-pane .content-wrap .item-text {
  margin-bottom: 0;
}
.cid-v8yUDjNzH2 .tabs-wrapper {
  position: relative;
  padding: 0 0 0 50px;
  padding: 0 50px 0 0;
}
@media (max-width: 1200px) {
  .cid-v8yUDjNzH2 .tabs-wrapper {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-v8yUDjNzH2 .tabs-wrapper {
    padding: 0;
  }
}
.cid-v8yUDjNzH2 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-block;
}
.cid-v8yUDjNzH2 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 40px;
  display: block;
}
.cid-v8yUDjNzH2 .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-v8yUDjNzH2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 0;
  border: none;
  color: #30262b;
  transition: all 0.3s ease-in-out;
}
.cid-v8yUDjNzH2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '/';
  position: absolute;
  font-size: 44px;
  font-weight: 700;
  left: 0;
  opacity: 0;
  transform: translateX(10px);
  color: #e10a14;
  transition: all 0.3s ease-in-out;
}
.cid-v8yUDjNzH2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #e10a14;
  background-color: transparent;
}
.cid-v8yUDjNzH2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  transform: translateX(0);
  opacity: 1;
}
.cid-v8yUDjNzH2 .item-title {
  color: #30262b;
}
.cid-v8yUDjNzH2 .item-text {
  color: #30262b;
}
.cid-v8yUDkzE3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #fffa76;
}
.cid-v8yUDkzE3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDkzE3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v8yUDkzE3V .container {
    padding: 0 24px;
  }
}
.cid-v8yUDkzE3V .card {
  justify-content: center;
}
.cid-v8yUDkzE3V .content-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: .6rem !important;
  padding: 82px 76px;
}
@media (max-width: 992px) {
  .cid-v8yUDkzE3V .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-v8yUDkzE3V .content-wrapper .tab-content {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-v8yUDkzE3V .content-wrapper .tab-content {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-v8yUDkzE3V .content-wrapper .tab-content .tab-pane .content-wrap .card-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v8yUDkzE3V .content-wrapper .tab-content .tab-pane .content-wrap .card-title {
    margin-bottom: 28px;
  }
}
.cid-v8yUDkzE3V .content-wrapper .tab-content .tab-pane .content-wrap .card-text {
  margin-bottom: 0;
}
.cid-v8yUDkzE3V .content-wrapper .tabs-wrap {
  width: 35%;
}
@media (max-width: 1500px) {
  .cid-v8yUDkzE3V .content-wrapper .tabs-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v8yUDkzE3V .content-wrapper .tabs-wrap {
    width: 100%;
  }
}
.cid-v8yUDkzE3V .content-wrapper .tabs-wrap .nav.nav-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border: none;
}
@media (max-width: 1240px) {
  .cid-v8yUDkzE3V .content-wrapper .tabs-wrap .nav.nav-tabs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v8yUDkzE3V .content-wrapper .tabs-wrap .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-v8yUDkzE3V .content-wrapper .tabs-wrap .nav.nav-tabs {
    grid-template-columns: 1fr;
  }
}
.cid-v8yUDkzE3V .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  margin: 0;
}
.cid-v8yUDkzE3V .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  flex-direction: column-reverse !important;
  justify-content: center;
  padding: 32px;
  margin-bottom: 0;
  border: 1px solid #bbbbbb;
  color: #202020;
  background-color: transparent;
  border-radius: .6rem !important;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8yUDkzE3V .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 20px;
  }
}
.cid-v8yUDkzE3V .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link img {
  height: 225px;
  object-fit: cover;
  border-radius: .6rem !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8yUDkzE3V .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link img {
    padding: 28px;
  }
}
.cid-v8yUDkzE3V .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  width: 44px;
  height: 44px;
  font-size: 24px;
  background-color: #202020;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10px 0 0 0 !important;
}
.cid-v8yUDkzE3V .content-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #202020;
  color: #ffffff;
}
.cid-v8yUDkzE3V .card-title {
  color: #202020;
}
.cid-v8yUDkzE3V .card-text {
  color: #202020;
}
.cid-v8yUDl8v0U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8yUDl8v0U .nav-tabs .nav-item.open .nav-link:focus,
.cid-v8yUDl8v0U .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v8yUDl8v0U .nav-tabs {
  border-bottom: 1px solid #17171a;
}
@media (max-width: 767px) {
  .cid-v8yUDl8v0U .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-v8yUDl8v0U .nav-tabs .nav-link {
  text-align: center;
  border: none;
  border-bottom: 1px solid #9b9ba5;
  border-radius: 0;
}
.cid-v8yUDl8v0U .nav-tabs .nav-link:not(.active) {
  color: #9b9ba5;
}
.cid-v8yUDl8v0U .nav-link,
.cid-v8yUDl8v0U .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-v8yUDl8v0U .nav-tabs .nav-link.active {
  color: #17171a;
  border-bottom: 1px solid #17171a;
}
@media (min-width: 992px) {
  .cid-v8yUDl8v0U .content {
    padding: 0 2rem;
  }
}
.cid-v8yUDl8v0U .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-v8yUDl8v0U .card-text p {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-v8yUDl8v0U .item-title {
    margin-left: -1rem;
  }
}
@media (max-width: 991px) {
  .cid-v8yUDl8v0U .card-text p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-v8yUDl8v0U .item-title {
    margin-left: 0;
  }
}
.cid-v8yUDl8v0U .upper {
  border-bottom: 1px solid #C4C4C8;
}
.cid-v8yUDl8v0U .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v8yUDl8v0U .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v8yUDl8v0U .item-wrapper .item-content {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v8yUDl8v0U .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-v8yUDl8v0U .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-v8yUDl8v0U .mbr-text,
.cid-v8yUDl8v0U .mbr-section-btn {
  color: #9b9ba5;
}
.cid-v8yUDl8v0U .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDl8v0U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yUDm426l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-v8yUDm426l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDm426l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yUDm426l .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v8yUDm426l .container {
    padding: 10px 8px;
  }
}
.cid-v8yUDm426l .row {
  margin: 0;
}
.cid-v8yUDm426l .row .card {
  padding: 0;
}
.cid-v8yUDm426l .row .card:nth-child(2n) .item-wrapper {
  margin-right: 0;
}
.cid-v8yUDm426l .item-wrapper {
  display: flex;
  align-items: center;
  padding: 50px 40px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-right: 16px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8yUDm426l .item-wrapper {
    margin: 0 0 16px 0;
  }
}
@media (max-width: 768px) {
  .cid-v8yUDm426l .item-wrapper {
    padding: 50px 10px;
  }
}
.cid-v8yUDm426l .item-wrapper .content-wrap {
  width: 100%;
}
.cid-v8yUDm426l .item-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v8yUDm426l .item-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-v8yUDm426l .item-wrapper .content-wrap .mbr-link {
  margin-bottom: 0;
}
.cid-v8yUDm426l .item-wrapper .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-v8yUDm426l .item-wrapper .content-wrap .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v8yUDm426l .item-wrapper .content-wrap .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8yUDm426l .mbr-section-title {
  color: #222222;
}
.cid-v8yUDm426l .mbr-section-title,
.cid-v8yUDm426l .mbr-section-btn {
  text-align: center;
}
.cid-v8yUDm426l .mbr-desc {
  color: #222222;
  text-align: center;
}
.cid-v8yUDm426l .mbr-link {
  text-align: center;
  color: #bdbdbd;
}
.cid-v8yUDmE97k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8yUDmE97k .mbr-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-v8yUDmE97k .mbr-section-head {
    padding: 0 2rem;
  }
}
.cid-v8yUDmE97k .social {
  display: inline-flex;
  align-items: center;
}
.cid-v8yUDmE97k .social .socicon {
  padding-right: 0.6rem;
  color: #353535;
  font-size: 1.2rem;
}
.cid-v8yUDmE97k .soc-wrapper {
  width: 100%;
}
.cid-v8yUDmE97k .item-wrapper {
  border-top: 1px solid #efefef;
  padding-top: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v8yUDmE97k .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-v8yUDmE97k .item {
    padding: 0 3rem;
  }
}
.cid-v8yUDmE97k img,
.cid-v8yUDmE97k .item-img {
  width: 100%;
  padding-bottom: 1rem;
  height: 100%;
  height: 150px;
  object-fit: cover;
}
.cid-v8yUDmE97k .item:focus,
.cid-v8yUDmE97k span:focus {
  outline: none;
}
.cid-v8yUDmE97k .mbr-section-title {
  color: #101112;
}
.cid-v8yUDmE97k .mbr-text,
.cid-v8yUDmE97k .mbr-section-btn {
  color: #353535;
}
.cid-v8yUDmE97k .mbr-section-subtitle {
  color: #353535;
}
.cid-v8yUDnkSXG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v8yUDnkSXG .mbr-section-subtitle {
  color: #14142b;
  text-align: center;
  margin: auto;
  padding: 119px 95px;
  background-color: #fedb01;
}
.cid-v8yUDnkSXG .row {
  align-items: center;
  height: 100%;
}
.cid-v8yUDnkSXG .wrapper {
  margin: auto;
}
@media (max-width: 770px) {
  .cid-v8yUDnkSXG .mbr-section-subtitle {
    padding: 70px 75px;
  }
}
@media (max-width: 576px) {
  .cid-v8yUDnkSXG .mbr-section-subtitle {
    padding: 45px 35px;
  }
}
.cid-v8yUDnVq4R {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v8yUDnVq4R orange {
  color: #ff6600;
}
.cid-v8yUDowWe3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ecf3f7;
}
.cid-v8yUDowWe3 orange {
  color: #ff6600;
}
.cid-v8yUDp8iPI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #687578;
}
.cid-v8yUDp8iPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yUDp8iPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yUDp8iPI .content-wrapper .social-wrapper {
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v8yUDp8iPI .content-wrapper .social-wrapper {
    display: block;
  }
}
.cid-v8yUDp8iPI .content-wrapper .social-wrapper .mbr-desc {
  margin-right: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8yUDp8iPI .content-wrapper .social-wrapper .mbr-desc {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.cid-v8yUDp8iPI .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-v8yUDp8iPI .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v8yUDp8iPI .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v8yUDp8iPI .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f9f9f9;
  color: #ffffff;
}
.cid-v8yUDp8iPI .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #f9f9f9;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-v8yUDp8iPI .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #879a9f;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v8yUDp8iPI .border-wrap {
    margin-bottom: 24px;
  }
}
.cid-v8yUDp8iPI .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-v8yUDp8iPI .items-wrapper .card {
  padding: 0 32px;
}
.cid-v8yUDp8iPI .list-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8yUDp8iPI .list-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8yUDp8iPI .list-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8yUDp8iPI .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8yUDp8iPI .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-v8yUDp8iPI .list-wrapper .list .item-wrap:hover,
.cid-v8yUDp8iPI .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8yUDp8iPI .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8yUDp8iPI .text-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8yUDp8iPI .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v8yUDp8iPI .text-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-v8yUDp8iPI .text-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-v8yUDp8iPI .mbr-copy {
  margin-bottom: 0;
  color: #b2ccd2;
}
.cid-v8yUDp8iPI .mbr-desc {
  color: #ffffff;
}
.cid-v8yUDp8iPI .mbr-text,
.cid-v8yUDp8iPI .text-wrapper {
  color: #9aa0a6;
}
.cid-v8yUDp8iPI .list {
  color: #9aa0a6;
}
.cid-v8yUDp8iPI .mbr-text,
.cid-v8yUDp8iPI .mbr-section-btn {
  color: #b2ccd2;
}
.cid-v8yUDp8iPI .list,
.cid-v8yUDp8iPI .item-wrap {
  color: #b2ccd2;
}
.cid-v8yUDp8iPI weis {
  color: #ffffff;
}
.cid-v8yUDp8iPI klein {
  font-size: 12px;
}
.cid-v8yUDp8iPI blau {
  color: #f4f4f4;
}
.cid-v8yUDp8iPI .btn {
  margin: .4rem .8rem;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: 1px;
  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.55rem 2rem;
  border-radius: 3px;
  width: 230px;
}
.cid-v8yUDp8iPI .mbr-desc,
.cid-v8yUDp8iPI .content-wrapper {
  color: #e6c63b;
}
