@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: MessinaSerif-Book;
}

.display-1 {
  font-family: MessinaSerif-Book;
  font-size: 35px;
  line-height: 1.1;
}

.display-1>.mbr-iconfont {
  font-size: 2.25rem;
}

.display-2 {
  font-family: MessinaSerif-Book;
  font-size: 20px;
  line-height: 1.1;
}

@media (min-width: 992px) and (max-width: 1202px) {
  .display-2 {
    font-size: 15px;
  }
}

.display-2>.mbr-iconfont {
  font-size: 1.5rem;
}

.display-4 {
  font-family: MessinaSerif-Book;
  font-size: 1.2rem;
  line-height: 1.5;
}

.display-4>.mbr-iconfont {
  font-size: 1.5rem;
}

.display-5 {
  font-family: MessinaSerif-Book;
  font-size: 25px;
  line-height: 1.5;
}

.display-5>.mbr-iconfont {
  font-size: 3.75rem;
}

.display-7 {
  font-family: ADAMCGPRO;
  font-size: 0.8rem;
  line-height: 1.5;
}

.display-7>.mbr-iconfont {
  font-size: 1rem;
}

@media (max-width: 819px) {
  .display-1 {
    font-size: 1.44rem;
  }
}

/*media für handy*/
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.26rem;
    font-size: calc(1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.1 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-2 {
    font-size: 0.96rem;
    font-size: calc(1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.3 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-4 {
    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-5 {
    font-size: 2.4rem;
    font-size: calc(1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }

  .display-7 {
    font-size: 0.64rem;
    font-size: calc(0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }

  .cid-sSP9FIDuex {
    padding-top: 2.8rem;
    padding-bottom: 13.1rem;
  }

  .cid-sSV4mPkFnT {
    padding-top: 2.7rem;
    padding-bottom: 13.1rem;
  }

  .cid-sToCMwJ0k4 {
    padding-bottom: 0% !important;
  }
}

/* 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: #ff0000 !important;
}

.bg-success {
  background-color: #002d5a !important;
}

.bg-info {
  background-color: #002d5a !important;
}

.bg-warning {
  background-color: #002d5a !important;
}

.bg-danger {
  background-color: #002d5a !important;
}

.btn-primary,
.btn-primary:active {
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !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: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a2a2a2 !important;
  border-color: #a2a2a2 !important;
}

.btn-secondary,
.btn-secondary:active {
  background-color: #002d5a !important;
  border-color: #002d5a !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: #001327 !important;
  border-color: #001327 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #001327 !important;
  border-color: #001327 !important;
}

.btn-info,
.btn-info:active {
  background-color: #002d5a !important;
  border-color: #002d5a !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: #001327 !important;
  border-color: #001327 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #001327 !important;
  border-color: #001327 !important;
}

.btn-success,
.btn-success:active {
  background-color: #002d5a !important;
  border-color: #002d5a !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: #001327 !important;
  border-color: #001327 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001327 !important;
  border-color: #001327 !important;
}

.btn-warning,
.btn-warning:active {
  background-color: #002d5a !important;
  border-color: #002d5a !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: #001327 !important;
  border-color: #001327 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #001327 !important;
  border-color: #001327 !important;
}

.btn-danger,
.btn-danger:active {
  background-color: #002d5a !important;
  border-color: #002d5a !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: #001327 !important;
  border-color: #001327 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #001327 !important;
  border-color: #001327 !important;
}

.btn-white {
  color: #232323 !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: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}

.btn-white:hover {
  color: #fafafa !important;
}

.btn-white:hover,
.btn-white:hover: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-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.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-white:hover.disabled,
.btn-white:hover:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}

.btn-black {
  color: #fafafa !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}

.btn-black:hover {
  color: #232323 !important;
}

.btn-black:hover,
.btn-black:hover: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-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}

.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7f7f7f;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a2a2a2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
}

.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #002d5a;
}

.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #001327 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #002d5a !important;
  border-color: #002d5a !important;
}

.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #002d5a;
}

.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #001327 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #002d5a !important;
  border-color: #002d5a !important;
}

.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #002d5a;
}

.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001327 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #002d5a !important;
  border-color: #002d5a !important;
}

.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #002d5a;
}

.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #001327 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #002d5a !important;
  border-color: #002d5a !important;
}

.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #002d5a;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #001327 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #002d5a !important;
  border-color: #002d5a !important;
}

.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #232323;
}

.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa;
  background-color: transparent;
  border-color: transparent;
}

.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #fafafa;
}

.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #232323;
  background-color: transparent;
  border-color: transparent;
}

.text-primary {
  color: #7f7f7f;
}

.text-secondary {
  color: #476e66 !important;
}

.text-success {
  color: #476e66 !important;
}

.text-info {
  color: #476e66 !important;
}

.text-warning {
  color: #476e66 !important;
}

.text-danger {
  color: #476e66 !important;
}

.text-white {
  color: #fafafa !important;
}

.text-black {
  color: #232323 !important;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #476e66 !important;
  opacity: 0.6;
}

a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}

a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}

a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}

a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}

a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}

a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}

.nav-tabs .nav-link.active {
  color: #7f7f7f;
}

.nav-tabs .nav-link:not(.active) {
  color: #232323;
}

.alert-success {
  background-color: #70c770;
}

.alert-info {
  background-color: #002d5a;
}

.alert-warning {
  background-color: #002d5a;
}

.alert-danger {
  background-color: #002d5a;
}

.mbr-gallery-filter li.active .btn {
  background-color: #7f7f7f;
  border-color: #7f7f7f;
  color: #ffffff;
}

.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}

a,
a:hover {
  color: #7f7f7f;
}

.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbfbfb;
}

.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #006dda;
}

.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #006dda;
}

.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #006dda;
}

.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #006dda;
}

/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}

.form-control {
  font-family: MessinaSerif-Book;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}

.form-control>.mbr-iconfont {
  font-size: 1.5rem;
}

.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: #7f7f7f !important;
}

.form-control:-webkit-input-placeholder {
  font-family: MessinaSerif-Book;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}

.form-control:-webkit-input-placeholder>.mbr-iconfont {
  font-size: 1.5rem;
}

blockquote {
  border-color: #7f7f7f;
}

/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7f7f7f;
  color: #ffffff;
}

.jq-number__spin {
  transition: 0.25s ease;
}

.jq-number__spin:hover {
  border-color: #7f7f7f;
}

.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: #7f7f7f;
  border-bottom-color: #7f7f7f;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  color: #000000 !important;
  background-color: #7f7f7f !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #ffffff !important;
  background: #002d5a !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='%23bbbbbb' %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.2s;
}

.cid-sVQ9lRxhik {
  z-index: 1000;
  width: 100%;
}

.cid-sVQ9lRxhik nav.navbar {
  position: fixed !important;
}

.cid-sVQ9lRxhik .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-sVQ9lRxhik .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.cid-sVQ9lRxhik .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}

.cid-sVQ9lRxhik .dropdown-item:hover,
.cid-sVQ9lRxhik .dropdown-item:focus {
  background: #7f7f7f !important;
  color: white !important;
}

.cid-sVQ9lRxhik .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cid-sVQ9lRxhik .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cid-sVQ9lRxhik .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin-top: 0.4em !important;
  margin-bottom: 0.8em !important;
}

.cid-sVQ9lRxhik .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}

.cid-sVQ9lRxhik .nav-link {
  position: relative;
}

.cid-sVQ9lRxhik .container {
  display: flex;
  margin: auto;
}

.cid-sVQ9lRxhik .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}

.cid-sVQ9lRxhik .dropdown-menu,
.cid-sVQ9lRxhik .navbar.opened {
  background: #ffffff !important;
  opacity: 0.8;
}

.cid-sVQ9lRxhik .nav-item:focus,
.cid-sVQ9lRxhik .nav-link:focus {
  outline: none;
}

.cid-sVQ9lRxhik .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}

.cid-sVQ9lRxhik .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}

.cid-sVQ9lRxhik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}

.cid-sVQ9lRxhik .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}

.cid-sVQ9lRxhik .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}

.cid-sVQ9lRxhik .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}

.cid-sVQ9lRxhik .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0);
}

.cid-sVQ9lRxhik .navbar.opened {
  transition: all .3s;
}

.cid-sVQ9lRxhik .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}

.cid-sVQ9lRxhik .navbar .navbar-logo img {
  width: auto;
}

.cid-sVQ9lRxhik .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}

.cid-sVQ9lRxhik .navbar.collapsed {
  justify-content: center;
}

.cid-sVQ9lRxhik .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}

.cid-sVQ9lRxhik .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}

@media (min-width: 992px) {
  .cid-sVQ9lRxhik .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}

.cid-sVQ9lRxhik .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}

.cid-sVQ9lRxhik .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}

.cid-sVQ9lRxhik .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-sVQ9lRxhik .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}

.cid-sVQ9lRxhik .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}

.cid-sVQ9lRxhik .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (max-width: 991px) {
  .cid-sVQ9lRxhik .navbar .nav-item .nav-link::before {
    display: none;
  }

  .cid-sVQ9lRxhik .navbar.opened .dropdown-menu {
    top: 0;
  }

  .cid-sVQ9lRxhik .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }

  .cid-sVQ9lRxhik .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }

  .cid-sVQ9lRxhik .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-sVQ9lRxhik .navbar ul.navbar-nav li {
    margin: auto;
  }

  .cid-sVQ9lRxhik .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }

  .cid-sVQ9lRxhik .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }

  .cid-sVQ9lRxhik .navbar .navbar-toggler {
    flex-basis: auto;
  }

  .cid-sVQ9lRxhik .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

.cid-sVQ9lRxhik .navbar.navbar-short {
  min-height: 60px;
}

.cid-sVQ9lRxhik .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}

.cid-sVQ9lRxhik .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}

.cid-sVQ9lRxhik .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  word-break: break-word;
  z-index: 1;
}

.cid-sVQ9lRxhik .navbar-brand .navbar-caption {
  line-height: inherit !important;
}

.cid-sVQ9lRxhik .navbar-brand .navbar-logo a {
  outline: none;
}

.cid-sVQ9lRxhik .dropdown-item.active,
.cid-sVQ9lRxhik .dropdown-item:active {
  background-color: transparent;
}

.cid-sVQ9lRxhik .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  letter-spacing: 2px;
}

.cid-sVQ9lRxhik .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}

.cid-sVQ9lRxhik .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}

.cid-sVQ9lRxhik .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}

.cid-sVQ9lRxhik .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}

.cid-sVQ9lRxhik .navbar .dropdown.open>.dropdown-menu {
  display: block;
}

.cid-sVQ9lRxhik ul.navbar-nav {
  flex-wrap: wrap;
}

.cid-sVQ9lRxhik .navbar-buttons {
  text-align: center;
  min-width: 170px;
}

.cid-sVQ9lRxhik button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  align-self: center;
}

.cid-sVQ9lRxhik button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #476e66;
}

.cid-sVQ9lRxhik button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}

.cid-sVQ9lRxhik button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}

.cid-sVQ9lRxhik button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}

.cid-sVQ9lRxhik button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}

.cid-sVQ9lRxhik nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-sVQ9lRxhik nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}

.cid-sVQ9lRxhik nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}

.cid-sVQ9lRxhik nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}

.cid-sVQ9lRxhik .navbar-dropdown {
  padding: 0 1rem;
}

.cid-sVQ9lRxhik a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cid-sVQ9lRxhik .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-sVQ9lRxhik .navbar {
    height: 70px;
  }

  .cid-sVQ9lRxhik .navbar.opened {
    height: auto;
  }

  .cid-sVQ9lRxhik .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

.cid-sSP9OCagJO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.cid-sSP9OCagJO .mbr-text {
  text-align: center;
  color: #7f7f7f;
}

.cid-sSP9OCagJO .mbr-section-subtitle {
  text-align: center;
  color: #476e66;
}

.cid-sSUPIhioLK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}

.cid-sSUPIhioLK .mbr-text {
  text-align: center;
  color: #476e66;
  margin-left: -100%;
  margin-right: -100%;
}

.cid-sSP9EH52of {
  padding-top: 0rem;
  padding-bottom: 31rem;
  background-color: #ffffff;
}

.cid-sSP9EH52of .text-wrapper {
  padding: 1rem;
}

@media (max-width: 991px) {
  .cid-sSP9EH52of .image-wrapper {
    margin-bottom: 1rem;
  }
}

.cid-sSP9EH52of img {
  width: 100%;
}

@media (min-width: 992px) {
  .cid-sSP9EH52of .text-wrapper {
    padding: 2rem;
  }
}

.cid-sSP9EH52of .mbr-section-title {
  text-align: left;
  color: #577180;
}

.cid-sSP9EH52of .mbr-text {
  color: #ffffff;
  text-align: left;
}

.cid-sSUVptpB3j {
  padding-bottom: 1rem;
  background-color: #ffffff;
}

.cid-sSUVptpB3j .mbr-text {
  text-align: left;
  color: #7f7f7f;
}

.cid-sSUVptpB3j .mbr-section-subtitle {
  text-align: center;
  color: #002d5a;
}

/*achtung unten vllt einfach min-width 820px*/
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sSP9FIDuex {
    padding-top: 1.8rem;
    padding-bottom: 12.05rem;
  }

}

@media (min-width: 992px) {
  .cid-sSP9FIDuex {
    padding-top: 1.8rem;
    padding-bottom: 12.05rem;
    background-color: #ffffff;
  }

  .cid-sSV4mPkFnT {
    padding-top: 1.4rem;
    padding-bottom: 12.45rem;
    background-color: #ffffff;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .cid-sSV4mPkFnT {
    padding-top: 2rem;
    padding-bottom: 12rem;
  }

  .cid-sTPdaYubRa {
    padding-top: 8.3% !important;
  }

  .cid-sTPcJnhJXW {
    padding-top: 8.3% !important;
  }

  .cid-sSVj0LIQE6 {
    padding-top: 10% !important;
  }
}

.cid-sSP9FIDuex .text-wrapper {
  padding: 1rem;
}

@media (max-width: 991px) {
  .cid-sSP9FIDuex .image-wrapper {
    margin-bottom: 1rem;
  }
}

.cid-sSP9FIDuex .row {
  flex-direction: row-reverse;
}

.cid-sSP9FIDuex img {
  width: 100%;
}

@media (min-width: 992px) {
  .cid-sSP9FIDuex .text-wrapper {
    padding: 2rem;
  }
}

.cid-sSP9FIDuex .mbr-text {
  color: #ffffff;
  text-align: left;
}

.cid-sSV200FC8B {

  background-color: #ffffff;
}

.cid-sSV200FC8B .row {
  flex-direction: row-reverse;
}

.cid-sSV200FC8B .mbr-text {
  text-align: left;
  color: #7f7f7f;
}

.cid-sSV200FC8B .mbr-section-subtitle {
  text-align: center;
  color: #002d5a;
}

@media (min-width: 769px) and (max-width: 991px) {
  .cid-sSV4mPkFnT {
  padding-top: 2rem;
  padding-bottom: 12rem;
  }
}

@media (min-width: 769px) {
  .cid-sToCMwJ0k4 {
    padding-top: 3.5%;
    padding-bottom: 3.5%;
    background-color: #ffffff;
  }
}

@media (min-width: 820px) and (max-width: 991px) {
  .cid-sToCMwJ0k4 {
    padding-top: 0%;
  }
}

.cid-sSV4mPkFnT .text-wrapper {
  padding: 1rem;
}

@media (max-width: 991px) {
  .cid-sSV4mPkFnT .image-wrapper {
    margin-bottom: 1rem;
  }
}

.cid-sSV4mPkFnT img {
  width: 100%;
}

@media (min-width: 992px) {
  .cid-sSV4mPkFnT .text-wrapper {
    padding: 2rem;
  }
}

.cid-sSV4mPkFnT .mbr-section-title {
  text-align: left;
  color: #577180;
}

.cid-sSV4mPkFnT .mbr-text {
  color: #ffffff;
  text-align: left;
}

.cid-sSV4q5MeJE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}

.cid-sSV4q5MeJE .mbr-text {
  text-align: left;
  color: #7f7f7f;
}

.cid-sSV4q5MeJE .mbr-section-subtitle {
  text-align: center;
  color: #002d5a;
}

.cid-sTowiX6Jgg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}

.cid-sTowiX6Jgg .mbr-text {
  text-align: center;
  color: #7f7f7f;
}

.cid-sTowiX6Jgg .mbr-section-subtitle {
  text-align: center;
  color: #476e66;

}

.cid-sTowzYF0rf {
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-sTowzYF0rf .mbr-section-title {
  color: #476e66;
  text-align: center;
  line-height: 25px;
}

.cid-sTowSsNgZk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}

.cid-sTowSsNgZk .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-sTowSsNgZk .team-card:hover {
  transform: translateY(-10px);
}

.cid-sTowSsNgZk .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .cid-sTowSsNgZk .card-wrap {
    margin-bottom: 2rem;
  }
}

.cid-sTowSsNgZk .card-wrap .image-wrap img {
  width: 100%;
}

@media (min-width: 768px) {
  .cid-sTowSsNgZk .card-wrap .content-wrap {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-sTowSsNgZk .card-wrap .content-wrap {
    padding: 1rem;
  }
}

.cid-sTowSsNgZk .social-row {
  text-align: center;
}

.cid-sTowSsNgZk .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}

.cid-sTowSsNgZk .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}

.cid-sTowSsNgZk .social-row .soc-item:hover {
  background-color: #6592e6;
}

.cid-sTowSsNgZk .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}

.cid-sTowSsNgZk .card-title,
.cid-sTowSsNgZk .social-row {
  color: #476e66;
}

.cid-sTowSsNgZk .mbr-role,
.cid-sTowSsNgZk .social-row {
  color: #7f7f7f;
}

.cid-sTozQyw6hb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}

.cid-sTozQyw6hb .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-sTozQyw6hb .team-card:hover {
  transform: translateY(-10px);
}

.cid-sTozQyw6hb .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .cid-sTozQyw6hb .card-wrap {
    margin-bottom: 2rem;
  }
}

.cid-sTozQyw6hb .card-wrap .image-wrap img {
  width: 100%;
}

@media (min-width: 768px) {
  .cid-sTozQyw6hb .card-wrap .content-wrap {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-sTozQyw6hb .card-wrap .content-wrap {
    padding: 1rem;
  }
}

.cid-sTozQyw6hb .social-row {
  text-align: center;
}

.cid-sTozQyw6hb .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}

.cid-sTozQyw6hb .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}

.cid-sTozQyw6hb .social-row .soc-item:hover {
  background-color: #6592e6;
}

.cid-sTozQyw6hb .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}

.cid-sTozQyw6hb .card-title,
.cid-sTozQyw6hb .social-row {
  color: #476e66;
}

.cid-sTozQyw6hb .mbr-role,
.cid-sTozQyw6hb .social-row {
  color: #7f7f7f;
}

.cid-sToAIhA55K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}

.cid-sToAIhA55K .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.cid-sToAIhA55K .team-card:hover {
  transform: translateY(-10px);
}

.cid-sToAIhA55K .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .cid-sToAIhA55K .card-wrap {
    margin-bottom: 2rem;
  }
}

.cid-sToAIhA55K .card-wrap .image-wrap img {
  width: 100%;
}

@media (min-width: 768px) {
  .cid-sToAIhA55K .card-wrap .content-wrap {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .cid-sToAIhA55K .card-wrap .content-wrap {
    padding: 1rem;
  }

  .cid-sVQ9lRxhik .navbar .navbar-logo img {
    height: 3rem;
  }
}

.cid-sToAIhA55K .social-row {
  text-align: center;
}

.cid-sToAIhA55K .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}

.cid-sToAIhA55K .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}

.cid-sToAIhA55K .social-row .soc-item:hover {
  background-color: #6592e6;
}

.cid-sToAIhA55K .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}

.cid-sToAIhA55K .card-title,
.cid-sToAIhA55K .social-row {
  color: #476e66;
}

.cid-sToAIhA55K .mbr-role,
.cid-sToAIhA55K .social-row {
  color: #7f7f7f;
}

.cid-sToBjxzZac {
  padding-top: 0;
  background-color: #ffffff;
}

.cid-sToBjxzZac .mbr-section-title {
  color: #476e66;
  text-align: center;
  line-height: 25px;
}

.cid-sToBjxzZac .mbr-section-subtitle {
  text-align: left;
  color: #535353;
}

.cid-sTPdICcPlP {
  background-color: #ffffff;
}

.cid-sTPdICcPlP .card-box {
  z-index: 10;
  position: relative;
}

@media (min-width: 1500px) {
  .cid-sTPdICcPlP .container {
    max-width: 1400px;
  }
}

.cid-sTPdICcPlP .card {
  margin: auto;
}

.cid-sTPdICcPlP {
  display: block;
  font-size: 5rem;
  color: #666565;
}

.cid-sTPdICcPlP .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-sTPdICcPlP .row {
  justify-content: center;
}

.cid-sTPdICcPlP .card-title,
.cid-sTPdICcPlP .card-box {
  color: #535353;
  text-align: center;
}

.cid-sToCMwJ0k4 .card-box {
  z-index: 10;
  position: relative;
}

@media (min-width: 1500px) {
  .cid-sToCMwJ0k4 .container {
    max-width: 1400px;
  }
}

.cid-sToCMwJ0k4 .card {
  margin: auto;
}

@media (min-width: 1025px) {
  .cid-sToCMwJ0k4 .card {
    margin-left: 7%;
    margin-right: 7%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .cid-sToCMwJ0k4 .card-title, .cid-sToCMwJ0k4 .card-box {
    margin-bottom: 0 !important;
  }
}

.cid-sToCMwJ0k4 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #666565;
  margin-bottom: 2rem;
}

.cid-sToCMwJ0k4 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cid-sToCMwJ0k4 .row {
  justify-content: center;
}

.cid-sToCMwJ0k4 .card-title,
.cid-sToCMwJ0k4 .card-box {
  color: #535353;
  text-align: center;
}

.cid-sTPcJnhJXW {
  padding-top: 5.7%;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-sTPcJnhJXW .mbr-section-title {
  color: #476e66;
  text-align: left;
  letter-spacing: 2px;
}

.cid-sTPcJnhJXW .mbr-section-subtitle {
  color: #ffffff;
  background-color: #476e66;
  text-align: left;
}

.cid-sTPdaYubRa {
  padding-top: 5.7%;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-sTPdaYubRa .mbr-section-title {
  color: #476e66;
  text-align: left;
  letter-spacing: 2px;
}

.cid-sTPdaYubRa .mbr-section-subtitle {
  color: #ffffff;
  background-color: #476e66;
  padding: 15px;
}

.cid-sTPdRE26CH {
  padding-top: 5%;
  padding-bottom: 0rem;
  background-color: #ffffff;
}

.cid-sTPdRE26CH .mbr-section-title {
  color: #476e66;
  text-align: left;
}

.cid-sTPdRE26CH .mbr-section-subtitle {
  text-align: left;
  color: #535353;
}

.cid-sSVj0LIQE6 {
  padding-top: 5%;
}

@media (min-width: 1024px) {
  .cid-sSVj0LIQE6 {
    padding-top: 7%;
  }
}

.cid-sSVj0LIQE6 .list {
  list-style: none;
  padding-left: 0;
  color: #535353;
}

@media (max-width: 991px) {
  .cid-sSVj0LIQE6 .list {
    margin-bottom: 2rem;
  }

  .paddingfooter {
    padding-top: 0% !important;
    padding-bottom: 0% !important;
  }

  .cid-sSVj0LIQE6 {
    padding-top: 0% !important;
  }

  .cid-sTPdaYubRa {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .cid-sSVj0LIQE6 .list {
    margin-bottom: 0rem;
  }
}

.cid-sSVj0LIQE6 .mbr-section-subtitle {
  color: #476e66 !important;
  text-align: left;
  letter-spacing: 2px;
  font-size: 15px;
}

.cid-sVPVc1wf16 {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}

.cid-sVPVc1wf16 .mbr-section-subtitle {
  text-align: left;
  color: #476e66;
  letter-spacing: 2px;
}

.cid-sVPVc1wf16 .mbr-text {
  color: #7f7f7f;
}

.cid-sVQ1vAZvbN {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}

.cid-sVQ1vAZvbN .mbr-section-subtitle {
  text-align: left;
  color: #476e66;
  letter-spacing: 2px;
}

.cid-sVQ1vAZvbN .mbr-text {
  color: #7f7f7f;
}

.cid-sVQ7aAfnpL {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ffffff;
}

.cid-sVQ7aAfnpL .mbr-section-subtitle {
  text-align: left;
  color: #476e66;
  letter-spacing: 2px;
}

.cid-sVQ7aAfnpL .mbr-text {
  color: #7f7f7f;
}